Commit Graph

  • 9705a80c82 get/set_mempolicy(): support for query/set process level policy Balazs Gerofi 2016-10-16 14:01:14 +09:00
  • 99a02e2941 get_mempolicy(): store policy in per-process VM structure Balazs Gerofi 2016-10-16 09:10:36 +09:00
  • b88d75720f __NR_gettid: use regular offloading channel (fixes unknown PID bug) Balazs Gerofi 2016-10-15 11:46:01 +09:00
  • d2b677b6da get_mempolicy(): initial implementation Balazs Gerofi 2016-10-14 21:28:00 +09:00
  • 083645f203 mcreboot: purge Linux caches before reserving IHK resources Balazs Gerofi 2016-10-14 21:25:56 +09:00
  • 994b9a19ac NUMA: expose CPU and memory info in /proc/self/status Balazs Gerofi 2016-10-14 21:23:34 +09:00
  • faa929e717 NUMA: add NUMA mask to process VM structure Balazs Gerofi 2016-10-14 21:15:23 +09:00
  • 3ee3a9df6d sysfs: fix bitmask and bitmask list-view display bug Balazs Gerofi 2016-10-14 21:12:36 +09:00
  • 73e1a4f1f9 NUMA: fill in /sys/devices/system/cpu/nodeX properly and sync with boot script Balazs Gerofi 2016-10-14 07:32:01 +09:00
  • b068fde9cd NUMA: use IHK CPU and NUMA mappings for sysfs entries Balazs Gerofi 2016-10-13 18:55:59 +09:00
  • 167ea67dee NUMA: receive CPU info in array format Balazs Gerofi 2016-10-12 19:38:33 +09:00
  • f33d85a27a eclair: support for multiple physical memory chunks Balazs Gerofi 2016-10-03 17:24:48 -04:00
  • 1e8239d72a kmalloc/pagealloc tracker: fix race condition bug Balazs Gerofi 2016-10-03 17:21:40 -04:00
  • a51a0a6f13 page allocation tracker: support tracking partial deallocations Balazs Gerofi 2016-09-27 22:15:12 -04:00
  • cc3f6e1a4f page_fault_process_memory_range(): fix double allocation leak Balazs Gerofi 2016-09-23 08:41:05 -04:00
  • 5db6c311f4 page alloc tracker: count freed pages in addr tracker objects Balazs Gerofi 2016-09-23 08:40:01 -04:00
  • f4df713846 munmap(): fix memory leak in non page backed mappings Balazs Gerofi 2016-09-22 07:48:45 -04:00
  • 7176bb2a47 allow partial deallocation in page level allocation tracker Balazs Gerofi 2016-09-22 07:25:58 -04:00
  • a6bd98cc02 MM: memory leak tracker for page level allocator Balazs Gerofi 2016-09-22 03:46:24 -04:00
  • 0f7462ae1c mm.h: eliminate global pa_allocator Balazs Gerofi 2016-09-21 06:24:19 -04:00
  • 0d8d915d82 fix KMALLOC_MIN_SIZE macro Balazs Gerofi 2016-09-21 06:23:54 -04:00
  • 8f4f68b877 eliminate arch_alloc_page() and move ihk_mc_alloc_pages() to arch independent code Balazs Gerofi 2016-09-21 05:40:16 -04:00
  • 8c0a5a5e61 page_hash_count_pages(): report page hash size in memory stat Balazs Gerofi 2016-09-21 14:30:31 +09:00
  • ffd3f53785 page_unmap(): proper locking of hash table Balazs Gerofi 2016-09-21 14:29:32 +09:00
  • f39fa54c39 NUMA: default policy: allocate from CPU's NUMA node Balazs Gerofi 2016-09-19 23:36:26 +09:00
  • 11125b0d68 fileobj and shmemobj: delete unused variables Balazs Gerofi 2016-09-18 03:16:08 -04:00
  • 3ae69d1290 NUMA: process CPU NUMA information Balazs Gerofi 2016-09-18 03:15:25 -04:00
  • 2929fbb803 NUMA: support multiple physical allocators Balazs Gerofi 2016-09-15 19:15:19 -04:00
  • f4db8b96de fileobj/shmobj: release pages correctly according to dynamic page frame management Balazs Gerofi 2016-09-13 00:05:51 -04: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. Balazs Gerofi 2016-09-11 08:25:38 -04:00
  • 326a4fcee4 mem_init(): parse NUMA information Balazs Gerofi 2016-09-02 16:02:31 +09:00
  • 9b82f1a52c use ihk_mc_alloc/free_pages() and eliminate direct calls to low level routines Balazs Gerofi 2016-09-01 15:57:25 +09:00
  • f3da381752 ihk_mc_unmap_virtual: add flush_tlb_single refs #778 Ken Sato 2016-10-11 14:44:23 +09:00
  • 8aa589a40c A signal may not sometimes arrive to a thread. Tomoki Shirasawa 2016-10-04 14:35:25 +09:00
  • e03f377326 interrupt_syscall: interrupt valid thread Tomoki Shirasawa 2016-10-03 00:49:56 +09:00
  • 8d21846562 mcoverlayfs: supported Linux kernel 4.0 or rhel kernel 3.10.0-327 1.1.2 Yoichi Umezawa 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 Yoichi Umezawa 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. Ken Sato 2016-09-27 11:46:12 +09:00
  • e28725884f fix debug print Tomoki Shirasawa 2016-09-19 17:29:41 +09:00
  • c2b3fb7236 Modify interrupt load balancing policy on reboot/stop Masamichi Takagi 2016-09-16 19:07:07 +09:00
  • 2f95f7cda8 Modify interrupt load balancing policy on reboot/stop Masamichi Takagi 2016-09-09 19:17:40 +09:00
  • e551aa17ed execve: do not search command PATH Tomoki Shirasawa 2016-09-14 22:22:18 +09:00
  • e6d4c160cd mcexec: fix how to look for command refs #754 Tomoki Shirasawa 2016-09-13 15:56:58 +09:00
  • 9390fe5d2c signal: send signal to thread using thread-id. not cpu-id Tomoki Shirasawa 2016-09-12 15:43:29 +09:00
  • 419f5e495b set*[ug]id: propagate credentials to thread pool Tomoki Shirasawa 2016-09-12 15:40:33 +09:00
  • 673deadf37 fix syscall return type Tomoki Shirasawa 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 Tomoki Shirasawa 2016-09-04 23:13:00 +09:00
  • 84665ff699 do_page_fault_process_vm(): fix error msg format that could cause another PF Balazs Gerofi 2016-09-04 10:59:50 +09:00
  • bfbc94dfb0 mcctrl+mcexec: fix per-proc data allocation for fork() Balazs Gerofi 2016-09-02 15:04:35 +09:00
  • f74dcfc2a1 Modify mcreboot.sh for job scheduler 1.1.1 Masamichi Takagi 2016-09-01 19:27:18 +09:00
  • 7c562d0539 support madvise(MADV_DONTFORK) Tomoki Shirasawa 2016-09-01 11:22:53 +09:00
  • b5e4459a34 support AVX-512 registers Yoichi Umezawa 2016-08-30 18:39:33 +09:00
  • 782122b681 mcctrl: fix to rus_vm_fault() call by kworker process Yoichi Umezawa 2016-08-22 13:00:28 +09:00
  • d550bced78 kmalloc(): use macros to define size alignment Balazs Gerofi 2016-08-19 12:51:28 +09:00
  • a7ee3f531b sched_setaffinity(): error handling for invalid input Balazs Gerofi 2016-08-19 11:52:44 +09:00
  • b9439947a7 kmalloc(): re-implementation of memory leak tracking Balazs Gerofi 2016-08-19 11:52:00 +09:00
  • 3b60a95f13 kmalloc()/kfree() re-implementation Balazs Gerofi 2016-08-18 21:41:23 +09:00
  • 82ae6d7458 query_free_mem_interrupt_handler(): report number of free pages as kmsg Balazs Gerofi 2016-08-18 14:52:05 +09:00
  • 7ebc34ddcc do_fork(): fix tids memory leak; additional sanity checks Balazs Gerofi 2016-08-18 14:31:52 +09:00
  • bd6a2c2311 sys_mmap(): correct initial address check Balazs Gerofi 2016-08-18 07:32:31 +09:00
  • 5fd68eae54 PF handler: fix up various error msgs Balazs Gerofi 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 Balazs Gerofi 2016-08-17 18:02:05 +09:00
  • 1ce1b17a85 Specify facility used by mcklogd via option Masamichi Takagi 2016-08-17 17:46:44 +09:00
  • a2456c3ed2 Modify mcstop+release.sh for job scheduler Masamichi Takagi 2016-08-17 17:32:06 +09:00
  • 01d2ea1605 do_munmap(): do TLB flush per address in remote_tlb_flush_cpu_mask() Balazs Gerofi 2016-08-17 15:08:30 +09:00
  • 15783f09a0 Modify mcreboot.sh for job scheduler Masamichi Takagi 2016-08-17 14:28:41 +09:00
  • 9efd568e07 do_mmap(): simplify demand paging flags; avoid zeroobj and allocate pages directly Balazs Gerofi 2016-08-17 14:00:05 +09:00
  • 1a207e19c2 clean up a couple of debug messages Balazs Gerofi 2016-08-17 13:55:36 +09:00
  • 73cf93727b clone(): use CAS for TID allocation Balazs Gerofi 2016-08-16 14:18:58 +09:00
  • 4410e702d9 devobj: fix memory leak for device file mapping Balazs Gerofi 2016-08-16 14:17:59 +09:00
  • f584e2ec25 increase kernel stack size and eliminate unused waitq declaration in do_syscall() Balazs Gerofi 2016-08-16 09:20:55 +09:00
  • 3aa06444f4 do_syscall(): allow descheduling threads in offloaded syscalls if CPU core oversubscribed Balazs Gerofi 2016-08-16 08:58:22 +09:00
  • c897a56c34 __notify_syscall_requester(): use CAS or IKC to notify syscall completion Balazs Gerofi 2016-08-16 08:56:05 +09:00
  • 5e9957da0f syscall_response: introduction of req_thread_status field Balazs Gerofi 2016-08-16 08:53:41 +09:00
  • 6ff2d4abe7 mcctrl: store per-process data in hash table Balazs Gerofi 2016-08-15 13:47:57 +09:00
  • e4239f1885 mcexec: use 16 threads initially in offload handler pool Balazs Gerofi 2016-08-14 14:29:10 +09:00
  • fbbaaf5b54 mcctrl: use GFP_ATOMIC in atomic context Balazs Gerofi 2016-08-14 14:28:21 +09:00
  • 3fa3920bb3 fix a couple of debug msgs Balazs Gerofi 2016-08-14 11:30:17 +09:00
  • 45e51fcc07 mcctrl: fix padding for 128bytes SCD message Balazs Gerofi 2016-08-14 11:29:02 +09:00
  • 0884e3d543 IHK-IKC: map queue in McKernel as cacheable Balazs Gerofi 2016-08-14 11:16:40 +09:00
  • e3c7c9b890 mcctrl: separate waiting threads and pending requests Balazs Gerofi 2016-08-12 21:52:13 +09:00
  • f4155cc9e8 mcstop+release-smp-x86.sh: fix OS instance discovery bug Balazs Gerofi 2016-08-12 12:27:04 +09:00
  • a01ae91051 mcctrl: use IKC packet pools Balazs Gerofi 2016-08-12 12:26:14 +09:00
  • daca522d25 mcctrl: move kmalloc/kfree of wait queue head out of fast path Balazs Gerofi 2016-08-12 10:14:16 +09:00
  • ec521feb15 do_syscall(): remove invalid reference Balazs Gerofi 2016-08-09 17:16:47 +09:00
  • d7bc947a02 mcctrl: redesign mcctrl_channels for IKC packet based syscall offloading Balazs Gerofi 2016-08-09 16:49:42 +09:00
  • fb84d4ef11 mcctrl: thread pool based system call offload handling Balazs Gerofi 2016-08-08 19:43:05 +09:00
  • 5fbeee953a mcctrl: clean up syscall offload wait code Balazs Gerofi 2016-08-07 20:55:36 +09:00
  • 4cefb4333f mcctrl: use atomic malloc in IRQ context Balazs Gerofi 2016-08-06 08:54:55 +09:00
  • 689da07ac6 ihk_mc_ikc_init_first_local(): hold ref to master channel Balazs Gerofi 2016-08-06 08:52:14 +09:00
  • 76981bcc18 mcctrl: move procfs TID processing into dedicated work queue Balazs Gerofi 2016-08-04 15:22:40 +09:00
  • 6aae35cb3d process: transfer TIDs in bulk and reuse them locally Balazs Gerofi 2016-08-02 16:59:04 +09:00
  • dac6f2883e mcctrl procfs: use semaphores instead of spinlocks to avoid sleeping in GFP_KERNEL kmalloc() in atomic context Balazs Gerofi 2016-08-01 20:33:51 +09:00
  • c484f766fa schedule(): schedule a sleeping processes if it has pending signals Balazs Gerofi 2016-07-27 16:15:37 +09:00
  • 57690479bd read/patch_process_vm(): map non-LWK physical addresses properly Balazs Gerofi 2016-07-22 20:48:54 +09:00
  • d0539a9cac eclair: make idle threads visible Balazs Gerofi 2016-07-22 18:06:11 +09:00
  • 4c8f583c0c split_large_page(): avoid panic when splitting "non-mapped" large pages Balazs Gerofi 2016-07-14 17:11:52 +09:00
  • 6118faffa9 pager_req_pfn(): use FAULT_FLAG_USER only if defined Balazs Gerofi 2016-07-13 18:05:20 +09:00
  • dad6470c60 clone_thread: fork(2) copy sigstack infos from parent Tomoki Shirasawa 2016-07-13 16:15:01 +09:00
  • 46c37fc8f3 setfsgid: fix to didn't change fsgid Tomoki Shirasawa 2016-07-13 15:54:52 +09:00