Commit Graph

  • 393cec513c allocate_aligned_pages_node(): follow user policiy only for user allocations Balazs Gerofi 2016-12-31 10:10:42 +09:00
  • 4437ecc69a do_mmap(): indicate user level allocations for anonymous mappings Balazs Gerofi 2016-12-31 10:09:49 +09:00
  • 40d75baca2 ihk_mc_ap_flag: rewrite flag type, intro for denoting user level allocations Balazs Gerofi 2016-12-30 19:18:01 +09:00
  • 00f3fe0840 ihk_mc_alloc_aligned_pages_node(): support for explicit indication of target NUMA node Balazs Gerofi 2016-12-30 19:03:37 +09:00
  • 47a8b5bda5 mmap(): faster pre-allocation for anonymous private mappings Balazs Gerofi 2016-12-30 17:18:44 +09:00
  • ec75095073 add_process_memory_range(): optionally return range object Balazs Gerofi 2016-12-30 15:51:17 +09:00
  • 1794232989 irqbalance_mck: create environment file in /tmp to avoid race condition on PFS Balazs Gerofi 2016-12-29 21:00:27 +09:00
  • 40978d162e procfs_read/write(): rewrite synchronization for scalability and correctness Balazs Gerofi 2016-12-28 14:17:17 +09:00
  • 536ce9f927 process_procfs_request(): use IRQ save MCS locks while iterating thread list to avoid deadlock Balazs Gerofi 2016-12-28 12:29:10 +09:00
  • 4e5ec74ffe mmap(): fault in memory only up to file size for populated file mappings Balazs Gerofi 2016-12-27 16:33:24 +09:00
  • a6d8125fd7 mcreboot-smp-x86: reserve memory first and then CPUs Balazs Gerofi 2016-12-27 15:19:05 +09:00
  • 15d3a0361e destroy_ikc_channels(): eliminate kprint from error free path Balazs Gerofi 2016-12-27 11:52:24 +09:00
  • 6ad84a96a3 mcexec_syscall(): avoid calling task_pid_nr_ns() in IRQ context Balazs Gerofi 2016-12-26 20:43:17 +09:00
  • 16e846e9b6 mcexec: report error in prepare_image() if wait queue interrupted Balazs Gerofi 2016-12-26 20:42:31 +09:00
  • 5bc7185f07 do_migrate(): update debug msg format Balazs Gerofi 2016-12-25 17:34:26 +09:00
  • 32462dfb2d eclair: fix CPU number display for non-active threads Balazs Gerofi 2016-12-25 17:28:31 +09:00
  • e3ef88c0cf do_sigsuspend(): deschedule thread when neccessary (fixes gdb deadlock) Balazs Gerofi 2016-12-25 17:21:44 +09:00
  • 829aae7b8d mcexec: PATH_MAX buffer lenght in do_generic_syscall() Balazs Gerofi 2016-12-25 17:20:14 +09:00
  • b836b84825 mcexec_prepare_image(): use memory barrier when updating request status Balazs Gerofi 2016-12-25 17:19:14 +09:00
  • 3e1f154412 patch_process_vm(): eliminate kprintfs from error free code path Balazs Gerofi 2016-12-25 17:18:20 +09:00
  • e7af537452 get_pid_cred(): proper locking around pid_task Balazs Gerofi 2016-12-25 17:17:03 +09:00
  • 3565959af7 eclair: fix compiler warnings Balazs Gerofi 2016-12-23 09:57:50 +09:00
  • 4667136a4c mcctrl: refcount per-process data to avoid corrupted syscall request lists Balazs Gerofi 2016-12-23 09:54:15 +09:00
  • 972d14611a mcctrl: move prepare waitqueue to per-process data Balazs Gerofi 2016-12-22 10:15:31 +09:00
  • e90eef8910 eclair: support for direct memory inspection Balazs Gerofi 2016-12-21 21:55:32 +09:00
  • f81927b85b Revert "brk(): larger allocation units internally" 1.2.3 Balazs Gerofi 2016-12-20 11:11:09 +09:00
  • 701cdcdab1 use MCS locks in physical memory allocator Balazs Gerofi 2016-12-17 14:21:44 +09:00
  • 9635a628a9 fileobj/shmobj/devobj: add file size to memobj Balazs Gerofi 2016-12-19 12:55:12 +09:00
  • 3e1b16f3fc syscall_channel: increase queue size to avoid deadlock in ikc_send() Balazs Gerofi 2016-12-18 21:11:25 +09:00
  • ff37ff9ccf memobj: synch prefetch among processes Balazs Gerofi 2016-12-18 13:46:46 +09:00
  • 5b7bcb7170 fileobj: use read/write MCS locks in page hash Balazs Gerofi 2016-12-18 13:45:10 +09:00
  • 6a5fe90f98 mcexec_get_cpuset(): save CPU set and IKC target cpu in per-process data Balazs Gerofi 2016-12-18 13:43:19 +09:00
  • 91373337ba mcctrl: add IKC target CPU to OS file release_handler Balazs Gerofi 2016-12-18 13:42:29 +09:00
  • 56ed726a88 pager_req_create(): prefetch for MPI library and zerofill for shm Balazs Gerofi 2016-12-17 19:51:50 +09:00
  • bce10e11e4 fileobj: rewrite for scalability using per-file page hash Balazs Gerofi 2016-12-17 19:50:48 +09:00
  • 91cdb16158 MCS lock: separate IRQ disable/enable versions Balazs Gerofi 2016-12-17 13:44:27 +09:00
  • c58ab0f648 brk(): larger allocation units internally Balazs Gerofi 2016-12-16 10:07:15 +09:00
  • f410af1cfc xpmem: porting xpmem v2.6.3 Yoichi Umezawa 2016-12-16 17:00:09 +09:00
  • aa15e5eea8 mcexec: -t option and OMP_NUM_THREADS for thread pool size Balazs Gerofi 2016-12-14 18:56:30 +09:00
  • df9f1f8f78 allocate_aligned_pages(): take user set NUMA policy into account Balazs Gerofi 2016-12-13 17:51:39 +09:00
  • 7ace35d737 mcexec_get_cpuset(): fix NUMA search bug Balazs Gerofi 2016-12-13 17:50:50 +09:00
  • 551999ff6b NUMA: order nodes based on distances Balazs Gerofi 2016-12-13 10:46:17 +09:00
  • 052b3f44ca mcexec: -n: topology aware partitioned execution Balazs Gerofi 2016-12-10 16:27:57 +09:00
  • fdcf766337 prepare_process(): pass cpu_set in program_load_desc Balazs Gerofi 2016-12-09 16:32:20 +09:00
  • 7d13bfb14e set_mempolicy(): limit maxnode to PROCESS_NUMA_MASK_BITS Balazs Gerofi 2016-12-08 20:48:12 +09:00
  • 202bfd9955 IHK-API: expand and fix for ver 1.2. Ken Sato 2016-12-08 17:28:53 +09:00
  • c99e36235b execve(): disable debug warnings Balazs Gerofi 2016-12-08 16:33:24 +09:00
  • 3cecafac59 obtain_clone_cpuid(): respect parent's CPU set Balazs Gerofi 2016-12-08 16:01:30 +09:00
  • 61fc4c5e55 show_context_stack(): fix warning Balazs Gerofi 2016-12-07 11:42:09 +09:00
  • fad73cacc1 x86: display call stack for IRQ 133 (for debug) Balazs Gerofi 2016-12-07 11:32:02 +09:00
  • 8fced29978 page_fault_handler(): improved debug msg format Balazs Gerofi 2016-12-07 11:25:02 +09:00
  • b0f4ae4890 ihk_mc_pt_set_pte(): double check phys address alignment Balazs Gerofi 2016-12-07 11:23:45 +09:00
  • 7070094a31 ihk_mc_pt_print_pte(): handle large pages correctly Balazs Gerofi 2016-12-07 11:13:53 +09:00
  • 011185e3f7 __ihk_pagealloc_large(): fix 1GB page alignment bug Balazs Gerofi 2016-12-07 09:38:37 +09:00
  • 461881e46a /proc/mckernel to indicate McKernel Balazs Gerofi 2016-12-06 14:18:41 +09:00
  • ddc33821cf sched_yield(): avoid schedule for single thread 1.2.2 Balazs Gerofi 2016-12-05 18:10:08 +09:00
  • 0ab7d02994 disable syscall tracker and eliminate interrupt_syscall debug msg Balazs Gerofi 2016-12-05 18:08:39 +09:00
  • a8c4ab221b use MCS locks in signal handling code Balazs Gerofi 2016-12-05 18:07:08 +09:00
  • 87d36a7752 mcreboot-smp-x86: -t to enable turbo boost Balazs Gerofi 2016-12-05 18:04:40 +09:00
  • 998ded414c mcreboot-smp-x86: shorter sleep in waiting for /proc Balazs Gerofi 2016-12-05 15:01:35 +09:00
  • f78d031e64 syscall and offload tracking (disabled by default) Balazs Gerofi 2016-12-03 16:00:36 +09:00
  • 4ab37dd34a schedule(): only load page table during context switch if it's different e29001 2016-12-02 11:19:23 +09:00
  • 8129dec2f7 Fix out-of-tree build Masamichi Takagi 2016-12-01 16:44:01 +09:00
  • a1035a1878 fix out of tree build Tomoki Shirasawa 2016-12-01 12:55:34 +09:00
  • db169c5f90 add gcc options (-ffreestanding -fno-tree-loop-distribute-patterns) Yoichi Umezawa 2016-11-29 16:28:18 +09:00
  • bbb55ef261 sched_setparam: thread lock is necessary when update other thread data Tomoki Shirasawa 2016-11-28 14:04:44 +09:00
  • 1130cafe41 ptrace: fixed for threads. Ken Sato 2016-11-28 11:19:30 +09:00
  • a1cf27e232 sched_getaffinity(): fix error code for special invalid input Balazs Gerofi 2016-11-28 05:50:01 +09:00
  • 5a1ce99d87 mcexec: fix number of threads not to exceed thread_data array Balazs Gerofi 2016-11-27 07:31:52 +09:00
  • c7db296e1b getcpu(): expose correct NUMA id Balazs Gerofi 2016-11-26 09:29:09 +09:00
  • f634a750c5 sched_{set/get}affinity(): fix error codes (also fixes KMP_AFFINITY behavior) 1.2.1 Balazs Gerofi 2016-11-24 21:23:35 +09:00
  • d07a196c8e mcexec: enable the same number of threads as CPU cores Balazs Gerofi 2016-11-24 16:40:52 +09:00
  • 8c56c75d2c process_vm_read_writev(): fix base address check for EFAULT Balazs Gerofi 2016-11-24 10:40:41 +09:00
  • e54895efde set_mempolicy(): debug msg Balazs Gerofi 2016-11-23 08:53:26 +09:00
  • 2f8cca2d6d memcpy(): faster version using ASM rep; movsl Balazs Gerofi 2016-11-23 08:51:22 +09:00
  • 64607152ee VM: introduction of range lookup cache Balazs Gerofi 2016-11-23 08:48:44 +09:00
  • 20383ad3d0 do_process_vm_read_writev(): page size awareness optimization Balazs Gerofi 2016-11-23 08:47:32 +09:00
  • 787d34f650 introduction of ihk_mc_pt_virt_to_phys_size() Balazs Gerofi 2016-11-23 08:40:33 +09:00
  • ae618a0c68 mcexec: remount /proc in mcexec's file NS after exec() Balazs Gerofi 2016-11-22 13:22:19 +09:00
  • f480376153 mcoverlayfs: supported Linux kernel 4.6 Yoichi Umezawa 2016-11-17 18:09:27 +09:00
  • e4b3a88fc6 mcexec_sys_umount(): remove debug print 1.2.0 Balazs Gerofi 2016-11-10 15:05:45 +09:00
  • 69a5c53074 NUMA: hide non-existing nodes from /sys/devices/system/node listing Balazs Gerofi 2016-11-05 16:12:08 +09:00
  • 259583e936 mcreboot-smp-x86.sh: more white out of invalid NUMA info Balazs Gerofi 2016-11-05 13:35:53 +09:00
  • 0f826290d0 NUMA: get_mempolicy(), set_mempolicy() and mbind() implementation Balazs Gerofi 2016-11-05 13:32:02 +09:00
  • e46f027894 mcexec/mcctrl: unmount cgroups (privately) which expose invalid NUMA info Balazs Gerofi 2016-11-04 17:02:48 +09:00
  • 3e093f6a40 sysfs: fix /sys/devices/system/node/online value Balazs Gerofi 2016-11-03 16:10:29 +09:00
  • 00996b551f mcreboot: white out non-existing NUMA information Balazs Gerofi 2016-11-03 16:09:27 +09:00
  • 24d8697cef mcexec: workaround for overlayed /sys FS directory lseek() bug Balazs Gerofi 2016-11-03 13:41:25 +09:00
  • be4f6741f9 sysfs: fix /sys/devices/system/cpu/cpuXX/online value Balazs Gerofi 2016-11-03 13:39:21 +09:00
  • 7a2f67f5f0 sysfs: eliminate unnecessary new line from /sys/devices/system/node/nodeX/distance Balazs Gerofi 2016-11-03 13:37:53 +09:00
  • bba0425267 sysfs: fix /sys/devices/system/cpu/online value Balazs Gerofi 2016-11-03 13:36:29 +09:00
  • beaf96b375 mcreboot/mcstop: proper error handling (revert previous state) 1.1.3 Balazs Gerofi 2016-10-28 14:29:10 +09:00
  • f1af1ffb8f NUMA: expose correct NUMA distances in sysfs Balazs Gerofi 2016-10-27 14:29:15 +09:00
  • 059fab2cc0 mcctrl: fix NULL pointer dereference for unbooted OS instance shutdown Balazs Gerofi 2016-10-26 14:50:07 +09:00
  • f284a80656 Defrag memory in mcreboot.sh Masamichi Takagi 2016-10-25 16:35:43 +09:00
  • 5f973ab51e IKC2: adjust master channel message queue size dynamically Balazs Gerofi 2016-10-24 20:32:52 +09:00
  • 60b6713957 IKC2: eliminate unused structures/fields of old IKC code Balazs Gerofi 2016-10-24 15:41:27 +09:00
  • ebcf9a0d6d mcctrl: fix a bunch of -Wframe-larger-than warnings Balazs Gerofi 2016-10-21 04:54:38 -04:00
  • 942b7f8b78 mcreboot-smp-x86: eliminate unnecessary resource queries Balazs Gerofi 2016-10-21 03:38:21 -04:00
  • 0b0aa6c0e0 Start mcklogd before McKernel to avoid deadlock e29005 2016-10-19 16:40:32 +09:00