f4db8b96de
fileobj/shmobj: release pages correctly according to dynamic page frame management
2016-10-14 21:34:30 +09:00
8eb3bf3559
physical page management: eliminate static page frame array and
...
maintain page structures dynamically covering only file mappings.
use hash table for address <-> page structure conversion.
2016-10-14 21:34:29 +09:00
326a4fcee4
mem_init(): parse NUMA information
2016-10-14 21:34:29 +09:00
9b82f1a52c
use ihk_mc_alloc/free_pages() and eliminate direct calls to low level routines
2016-10-14 21:34:29 +09:00
f3da381752
ihk_mc_unmap_virtual: add flush_tlb_single
...
refs #778
2016-10-11 14:44:23 +09:00
8aa589a40c
A signal may not sometimes arrive to a thread.
2016-10-04 14:35:25 +09:00
e03f377326
interrupt_syscall: interrupt valid thread
2016-10-03 00:49:56 +09:00
8d21846562
mcoverlayfs: supported Linux kernel 4.0 or rhel kernel 3.10.0-327
...
add mcoverlayfs(linux-3.10.0-327.36.1.el7 base)
1.1.2
2016-09-30 14:55:36 +09:00
3e1367caa1
mcoverlayfs: move mcoverlayfs(linux-4.0.9 base) to executer/kernel/mcoverlayfs/linux-4.0.9
2016-09-30 13:48:55 +09:00
02536b7724
Merge remote-tracking branch 'remotes/origin/ikc2'
...
Conflicts:
executer/kernel/mcctrl/syscall.c
It is resolved.
2016-09-27 11:48:12 +09:00
e28725884f
fix debug print
2016-09-19 17:29:41 +09:00
c2b3fb7236
Modify interrupt load balancing policy on reboot/stop
...
* Fix the timing of stopping irqbalance when booting McKernel
2016-09-16 19:07:07 +09:00
2f95f7cda8
Modify interrupt load balancing policy on reboot/stop
...
When rebooting:
1. Stop irqbalance
2. Modify /proc/irq/*/smp_affinity so that McKernel cores are not
included
3. Start irqbalance with McKernel cores and IHK IRQ banned from
load balancing
When stopping:
1. Stop irqbalance
2. Restore /proc/irq/*/smp_affinity
3. Restart irqbalance with the system default settings
refs #760
2016-09-16 13:04:24 +09:00
e551aa17ed
execve: do not search command PATH
2016-09-14 22:22:18 +09:00
e6d4c160cd
mcexec: fix how to look for command
...
refs #754
2016-09-13 15:56:58 +09:00
9390fe5d2c
signal: send signal to thread using thread-id. not cpu-id
2016-09-12 15:43:29 +09:00
419f5e495b
set*[ug]id: propagate credentials to thread pool
2016-09-12 15:40:33 +09:00
673deadf37
fix syscall return type
2016-09-12 15:40:06 +09:00
20ea65b38c
fix some vDSO bugs.
...
- vDSO sometimes becomes invalid.
- vDSO is not succeeded for child process.
- vDSO becomes invalid when execve.
refs #744
2016-09-04 23:13:00 +09:00
84665ff699
do_page_fault_process_vm(): fix error msg format that could cause another PF
2016-09-04 10:59:50 +09:00
bfbc94dfb0
mcctrl+mcexec: fix per-proc data allocation for fork()
2016-09-02 15:08:00 +09:00
f74dcfc2a1
Modify mcreboot.sh for job scheduler
...
1. Don't complain when logname command doesn't exist
1.1.1
2016-09-01 19:27:18 +09:00
7c562d0539
support madvise(MADV_DONTFORK)
2016-09-01 11:22:53 +09:00
b5e4459a34
support AVX-512 registers
2016-08-30 18:39:33 +09:00
782122b681
mcctrl: fix to rus_vm_fault() call by kworker process
2016-08-22 13:00:28 +09:00
d550bced78
kmalloc(): use macros to define size alignment
2016-08-19 12:51:28 +09:00
a7ee3f531b
sched_setaffinity(): error handling for invalid input
2016-08-19 11:52:44 +09:00
b9439947a7
kmalloc(): re-implementation of memory leak tracking
2016-08-19 11:52:00 +09:00
3b60a95f13
kmalloc()/kfree() re-implementation
2016-08-18 21:51:36 +09:00
82ae6d7458
query_free_mem_interrupt_handler(): report number of free pages as kmsg
2016-08-18 14:52:05 +09:00
7ebc34ddcc
do_fork(): fix tids memory leak; additional sanity checks
2016-08-18 14:31:52 +09:00
bd6a2c2311
sys_mmap(): correct initial address check
2016-08-18 07:32:31 +09:00
5fd68eae54
PF handler: fix up various error msgs
2016-08-18 07:31:25 +09:00
f5857cfc9e
MM: use ihk_mc_{alloc/free}_pages() everywhere and fix free_pages() on kmalloc()ed object bug
2016-08-17 18:02:05 +09:00
1ce1b17a85
Specify facility used by mcklogd via option
...
1. You can specify facility through -f option of mcreboot.sh.
Example:
mcreboot.sh -k 1 -f LOG_LOCAL6
Note that you need to specify "-k 1" or "-k 2" to start mcklogd.
2. Kill mcklogd if needed in mcreboot.sh and mcstop+release.sh.
2016-08-17 17:52:44 +09:00
a2456c3ed2
Modify mcstop+release.sh for job scheduler
...
1. Remove ihk.ko
2. Output message to stderr and return one on error
2016-08-17 17:32:06 +09:00
01d2ea1605
do_munmap(): do TLB flush per address in remote_tlb_flush_cpu_mask()
2016-08-17 15:08:30 +09:00
15783f09a0
Modify mcreboot.sh for job scheduler
...
1. Add an option to specify owner of device files
2. Output message to stderr and return one on error
2016-08-17 15:07:13 +09:00
9efd568e07
do_mmap(): simplify demand paging flags; avoid zeroobj and allocate pages directly
2016-08-17 14:00:05 +09:00
1a207e19c2
clean up a couple of debug messages
2016-08-17 13:55:36 +09:00
73cf93727b
clone(): use CAS for TID allocation
2016-08-16 14:18:58 +09:00
4410e702d9
devobj: fix memory leak for device file mapping
2016-08-16 14:17:59 +09:00
f584e2ec25
increase kernel stack size and eliminate unused waitq declaration in do_syscall()
2016-08-16 09:20:55 +09:00
3aa06444f4
do_syscall(): allow descheduling threads in offloaded syscalls if CPU core oversubscribed
2016-08-16 08:58:22 +09:00
c897a56c34
__notify_syscall_requester(): use CAS or IKC to notify syscall completion
2016-08-16 08:56:05 +09:00
5e9957da0f
syscall_response: introduction of req_thread_status field
2016-08-16 08:53:41 +09:00
6ff2d4abe7
mcctrl: store per-process data in hash table
2016-08-15 13:47:57 +09:00
e4239f1885
mcexec: use 16 threads initially in offload handler pool
2016-08-14 14:29:10 +09:00
fbbaaf5b54
mcctrl: use GFP_ATOMIC in atomic context
2016-08-14 14:28:21 +09:00
3fa3920bb3
fix a couple of debug msgs
2016-08-14 11:30:17 +09:00