|
|
c2b1d8e3ef
|
IKC: delete the comments for review
|
2017-05-19 10:26:29 +09:00 |
|
|
|
373e9ea63c
|
ap_wait(): init syscall channel with proper Linux remote CPU
|
2017-05-19 10:26:29 +09:00 |
|
|
|
8daffa939e
|
IKC: distribute IKC-interrupt to Linux cpus.
|
2017-05-19 10:26:29 +09:00 |
|
|
|
eaa4d35fab
|
do_migrate(): don't clear oversubscribed source CPUs from remote TLB mask
|
2017-05-17 11:22:29 +09:00 |
|
|
|
0fef80cb19
|
SCD_MSG_CPU_RW_REG: use syscall channel for reply packet in CPU MSR read/write operation
|
2017-05-05 00:16:02 +09:00 |
|
|
|
9992fe0d72
|
mcctrl: support remote CPU MSR read/write operations
|
2017-05-05 00:01:43 +09:00 |
|
|
|
1541b26086
|
ihklib: add pa_info functions.
|
2017-04-27 17:13:49 +09:00 |
|
|
|
e6c4d7731d
|
Merge remote-tracking branch 'origin/rusage'
Conflicts:
configure
kernel/process.c
|
2017-04-27 15:10:38 +09:00 |
|
|
|
8c9b207557
|
configure : add option --enable-rusage
|
2017-04-27 14:00:59 +09:00 |
|
|
|
c38d536aaa
|
xpmem: porting xpmem v2.6.3
implement xpmem_get, xpmem_release, xpmem_attach, xpmem_detach
|
2017-03-29 18:20:53 +09:00 |
|
|
|
034d10b185
|
When receiving a signal during fuex processing, the signal is not processed.
|
2017-03-21 20:37:17 +09:00 |
|
|
|
3fe2257929
|
create rusage branch.
|
2017-03-15 23:22:51 +09:00 |
|
|
|
e936b2ebe1
|
memobj_release: don't call syscall_generic_forwarding after process termination
refs #816
|
2017-03-10 12:58:47 +09:00 |
|
|
|
d8112f92f8
|
terminate(): don't call free_all_process_memory_range
refs #816
|
2017-03-08 14:30:28 +09:00 |
|
|
|
da4a5ec44b
|
page_allocator_init(): move memory_nodes to BSS
|
2017-02-24 19:33:25 +09:00 |
|
|
|
d35aa9b100
|
page_allocator_init(): clean-up code, eliminate initial flag
|
2017-02-24 14:25:22 +09:00 |
|
|
|
ba8dbf1b19
|
Put kernel image and page table into one chunk
|
2017-02-24 14:21:32 +09:00 |
|
|
|
b702c9691e
|
AP init: synchronize syscall channel initialization
|
2017-01-30 07:24:09 +09:00 |
|
|
|
addbe91e59
|
do_migrate(): signal migrated thread before releasing runq lock
|
2017-01-30 07:24:09 +09:00 |
|
|
|
5cc420a6c3
|
syscall/offload tracker: clean-up and support process-wise aggregation
|
2017-01-30 07:24:09 +09:00 |
|
|
|
c7686fdf4e
|
execve(): fix memory leak
|
2017-01-30 07:24:09 +09:00 |
|
|
|
c1dae4d8b0
|
mmap(): no physical memory pre-allocation for Intel 128MB mapping
|
2017-01-30 07:24:08 +09:00 |
|
|
|
2473025201
|
do_mmap(): remove codes for debug
refs #395
|
2017-01-16 15:53:27 +09:00 |
|
|
|
bd47b909bf
|
futex(): spin wait when CPU not oversubscribed and fix lost wake-up bug
|
2017-01-13 08:43:25 +09:00 |
|
|
|
d646c2a4b9
|
cpu_set/clear(): unsigned long for IRQ flags
|
2017-01-13 08:43:25 +09:00 |
|
|
|
865ada46bf
|
IKC2: eliminate unused IKC structures
|
2017-01-13 08:43:25 +09:00 |
|
|
|
cdffc5e853
|
do_syscall(): eliminate centralized lock for exit/kill code path (use IKC2 thread pool)
|
2017-01-08 14:16:10 +09:00 |
|
|
|
0e67e9266b
|
ap_init(): reformat AP cores report
|
2017-01-08 14:16:10 +09:00 |
|
|
|
1ff0afe6fb
|
devobj/fileobj: do not try to free memory for device file mappings
|
2017-01-08 14:16:10 +09:00 |
|
|
|
d34884f9a4
|
numa_init(): error handling and propagation
|
2017-01-08 14:15:51 +09:00 |
|
|
|
c40e7105e6
|
NUMA: order nodes by distance for MPOL_BIND / MPOL_PREFERRED policies as well
|
2017-01-03 09:02:29 +09:00 |
|
|
|
5bac38ce8b
|
mmap()/stack/heap: follow user requested NUMA policy
|
2016-12-31 19:38:05 +09:00 |
|
|
|
e3f0662130
|
allocate_aligned_pages_node(): debug msg format
|
2016-12-31 16:25:14 +09:00 |
|
|
|
21df56b233
|
sched_wakeup_thread(): memory barrier after status update
|
2016-12-31 10:44:13 +09:00 |
|
|
|
393cec513c
|
allocate_aligned_pages_node(): follow user policiy only for user allocations
|
2016-12-31 10:10:42 +09:00 |
|
|
|
4437ecc69a
|
do_mmap(): indicate user level allocations for anonymous mappings
|
2016-12-31 10:09:49 +09:00 |
|
|
|
40d75baca2
|
ihk_mc_ap_flag: rewrite flag type, intro for denoting user level allocations
|
2016-12-30 19:19:34 +09:00 |
|
|
|
00f3fe0840
|
ihk_mc_alloc_aligned_pages_node(): support for explicit indication of target NUMA node
|
2016-12-30 19:03:59 +09:00 |
|
|
|
47a8b5bda5
|
mmap(): faster pre-allocation for anonymous private mappings
|
2016-12-30 17:18:44 +09:00 |
|
|
|
ec75095073
|
add_process_memory_range(): optionally return range object
|
2016-12-30 15:51:17 +09:00 |
|
|
|
40978d162e
|
procfs_read/write(): rewrite synchronization for scalability and correctness
|
2016-12-28 14:17:17 +09:00 |
|
|
|
536ce9f927
|
process_procfs_request(): use IRQ save MCS locks while iterating thread list to avoid deadlock
|
2016-12-28 12:29:10 +09:00 |
|
|
|
4e5ec74ffe
|
mmap(): fault in memory only up to file size for populated file mappings
|
2016-12-27 16:33:24 +09:00 |
|
|
|
5bc7185f07
|
do_migrate(): update debug msg format
|
2016-12-25 17:34:26 +09:00 |
|
|
|
e3ef88c0cf
|
do_sigsuspend(): deschedule thread when neccessary (fixes gdb deadlock)
|
2016-12-25 17:24:32 +09:00 |
|
|
|
e90eef8910
|
eclair: support for direct memory inspection
|
2016-12-21 21:55:32 +09:00 |
|
|
|
f81927b85b
|
Revert "brk(): larger allocation units internally"
This reverts commit c58ab0f648.
|
2016-12-20 11:11:09 +09:00 |
|
|
|
9635a628a9
|
fileobj/shmobj/devobj: add file size to memobj
|
2016-12-19 12:55:12 +09:00 |
|
|
|
3e1b16f3fc
|
syscall_channel: increase queue size to avoid deadlock in ikc_send()
|
2016-12-18 21:12:38 +09:00 |
|
|
|
ff37ff9ccf
|
memobj: synch prefetch among processes
|
2016-12-18 21:12:38 +09:00 |
|