dd9675d65e
NUMA: only print a short summary at boot time
2017-07-19 09:11:44 +09:00
51ed8dce06
numa_init(): fix rusage memory counting
2017-07-19 08:23:05 +09:00
01f5e46865
revert 2d7890731e
2017-07-18 12:13:48 +09:00
38961fca78
Revert "do_fork(): RLIMIT_NPROC check"
...
This reverts commit 035e7913d8 .
2017-07-13 04:13:41 +09:00
2d7890731e
add_process_memory_range: do not initialize page when did not present phys page
2017-07-18 00:45:18 +09:00
7d181fccd9
open: check filename address
2017-07-18 00:09:39 +09:00
bd75e80df2
terminate: fix to reference freed pointer
2017-07-17 19:32:08 +09:00
035e7913d8
do_fork(): RLIMIT_NPROC check
...
1. mcexec sets RLIMIT_NPROC to the number of mcexec threads.
2. do_fork() gets the current number of threads by calling rusage function.
3. do_fork() returns -EAGAIN when the limit is exceeded.
2017-07-12 20:42:38 +09:00
7d38c7c147
delete debug print
2017-07-14 10:13:22 +09:00
a801bcc591
delete rusage.c
2017-07-14 09:52:33 +09:00
d7b8e7f4f4
fix to count user pages
...
refs #864
2017-07-14 09:51:39 +09:00
6afea4af48
mcexec: Fix debug/error messages
2017-07-12 14:30:21 +09:00
6415dcfdcc
mcexec: Disable address space layout randomization
...
Move the code from mcreboot.sh to mcexec.c.
2017-07-12 14:17:38 +09:00
0f58e9e77d
NUMA: expose correct /sys/devices/system/node/nodeX/meminfo
2017-07-07 00:59:32 +09:00
72e3f5ee50
ihk_mc_get_ikc_cpu(): Get IKC destination CPU
2017-07-11 20:20:40 +09:00
8d57ad9bc4
pmc_start, pmc_stop: Error check on counter number
2017-07-11 19:05:45 +09:00
35b36c2d33
move_pages_smp_handler(): more parallelization
2017-07-08 18:36:13 +09:00
632611d78c
mbind(): debug msg
2017-07-08 18:36:13 +09:00
d48d44d365
move_pages(): fix barrier in parallel implementation
2017-07-08 18:36:13 +09:00
4c0f401424
move_pages(): parallel implementation v1
2017-07-08 18:36:05 +09:00
06f824c829
pte_update_phys(): update physical address of a PTE
2017-07-08 18:36:05 +09:00
7a606baad4
move_pages(): sequential implementation
2017-07-08 18:36:05 +09:00
4c6c66555e
memset_smp(): parallel memset
2017-07-08 18:36:05 +09:00
8426cf589a
ihk_pagealloc_free(): report double-free in bitmap based allocator
2017-07-08 18:36:05 +09:00
da7421e8ee
memdebug: more detailed error report
2017-07-08 18:36:05 +09:00
209748d913
visit_pte_range(): visit L1 PTEs but don't free for MF_PREMAP files
2017-07-08 18:36:04 +09:00
f81722c63b
__mckernel_free_pages_in_allocator(): fix deallocation of invalid physical range
2017-07-08 18:35:50 +09:00
2189c55d99
x86: ASM fast memset()
2017-07-08 18:26:51 +09:00
201a7e2595
Red-black tree based physical memory management
2017-07-08 18:26:51 +09:00
5cdd194856
Port Linux red-black trees
2017-07-08 18:12:01 +09:00
0061adadfb
temporary fix for bug #889
2017-07-04 12:04:37 +09:00
67843151d3
fix how to count rss and num of threads
...
refs #864
refs #865
2017-07-03 16:27:46 +09:00
083cf3fcc9
rusage_max_memory is set sum of all memory chanks
...
refs #891
2017-07-03 14:49:35 +09:00
4236323661
add SCD_MSG_EVENT_SIGNAL
...
refs #862
2017-07-03 14:49:13 +09:00
5a9bee55c9
kill system call offloading from interrupt_syscall (tid == -1) change to one sided communication
...
refs #889
2017-07-03 14:48:42 +09:00
6e23b07b20
disable switch until to complete thread termination
...
refs #888
2017-07-03 14:47:48 +09:00
e64bd49d9e
Add comment for x86_sregs
2017-07-03 10:43:36 +09:00
72b8f99d3b
Correct comment for do_page_fault_process_vm()
2017-07-03 10:43:36 +09:00
090937a5a3
fix out of tree build
2017-06-30 09:57:50 +09:00
2082acdf0d
add executer/user/arch/x86_64/Makefile.in
2017-06-28 09:36:31 +09:00
a8f11634e6
remove debug print for uti tracer
2017-06-27 14:42:04 +09:00
4f9865cc8f
clean up unused code
2017-06-27 13:46:38 +09:00
07efb3ab9a
support to utility thread offloading
2017-06-27 13:27:09 +09:00
2afc9d37d1
fix config.h inclusion
2017-06-17 07:05:33 +09:00
fa6f20a3c4
Correct comments in gencore.c
2017-06-16 21:47:23 +09:00
52bc052e1a
mcexec: recursively bind mount $prefix/rootfs/ on /
2017-06-16 18:01:25 +09:00
f84415c310
mcexec: use atobytes() for MCKERNEL_RLIMIT_STACK
2017-06-15 16:50:34 +09:00
1a853e07d7
rus_vm_fault(): fix misaligned address before accessing PTE
2017-06-14 20:32:03 +09:00
07b0954610
IKC: add ihk_ikc_direction to ihk_ikc_listen_param. refs #841
2017-06-13 16:33:15 +09:00
1f006b2381
remote_page_fault(): free remote PF response packet to avoid memory leak
2017-06-12 22:03:12 +09:00