|
|
94b527e027
|
modified: lib/include/ihk/rusage.h
|
2017-04-27 14:47:21 +09:00 |
|
|
|
3fe2257929
|
create rusage branch.
|
2017-03-15 23:22:51 +09:00 |
|
|
|
1076010de4
|
Boundary check in early_alloc_pages()
|
2017-03-04 17:21:57 +09:00 |
|
|
|
bd47b909bf
|
futex(): spin wait when CPU not oversubscribed and fix lost wake-up bug
|
2017-01-13 08:43:25 +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 |
|
|
|
701cdcdab1
|
use MCS locks in physical memory allocator
|
2016-12-19 12:57:59 +09:00 |
|
|
|
f410af1cfc
|
xpmem: porting xpmem v2.6.3
implement xpmem_make, xpmem_remove
|
2016-12-16 17:00:09 +09:00 |
|
|
|
df9f1f8f78
|
allocate_aligned_pages(): take user set NUMA policy into account
|
2016-12-13 17:51:39 +09:00 |
|
|
|
551999ff6b
|
NUMA: order nodes based on distances
|
2016-12-13 10:46:17 +09:00 |
|
|
|
202bfd9955
|
IHK-API: expand and fix for ver 1.2.
|
2016-12-08 17:28:53 +09:00 |
|
|
|
011185e3f7
|
__ihk_pagealloc_large(): fix 1GB page alignment bug
|
2016-12-07 09:38:37 +09:00 |
|
|
|
2f8cca2d6d
|
memcpy(): faster version using ASM rep; movsl
|
2016-11-23 08:51:22 +09:00 |
|
|
|
787d34f650
|
introduction of ihk_mc_pt_virt_to_phys_size()
|
2016-11-23 08:40:33 +09:00 |
|
|
|
f1af1ffb8f
|
NUMA: expose correct NUMA distances in sysfs
|
2016-10-27 14:29:15 +09:00 |
|
|
|
994b9a19ac
|
NUMA: expose CPU and memory info in /proc/self/status
|
2016-10-14 21:34:32 +09:00 |
|
|
|
167ea67dee
|
NUMA: receive CPU info in array format
|
2016-10-14 21:34:31 +09:00 |
|
|
|
a6bd98cc02
|
MM: memory leak tracker for page level allocator
|
2016-10-14 21:34:30 +09:00 |
|
|
|
0f7462ae1c
|
mm.h: eliminate global pa_allocator
|
2016-10-14 21:34:30 +09:00 |
|
|
|
8f4f68b877
|
eliminate arch_alloc_page() and move ihk_mc_alloc_pages() to arch independent code
|
2016-10-14 21:34:30 +09:00 |
|
|
|
f39fa54c39
|
NUMA: default policy: allocate from CPU's NUMA node
|
2016-10-14 21:34:30 +09:00 |
|
|
|
3ae69d1290
|
NUMA: process CPU NUMA information
|
2016-10-14 21:34:30 +09:00 |
|
|
|
2929fbb803
|
NUMA: support multiple physical allocators
|
2016-10-14 21:34:30 +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 |
|
|
|
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 |
|
|
|
dd37443fc7
|
PAPI support: performance counter's overflow.
and support mckfd fcntl.
|
2016-06-24 13:50:12 +09:00 |
|
|
|
130b1f4327
|
update PAPI support. other process and child process monitoring.
|
2016-04-26 19:01:47 +09:00 |
|
|
|
d4a0b32f06
|
support large pages
|
2016-04-21 23:22:55 +09:00 |
|
|
|
2048980820
|
remove ihk_mc_pt_alloc_range()
|
2016-04-21 23:22:54 +09:00 |
|
|
|
82cb8f95ed
|
update PAPI support.
|
2016-04-18 13:07:45 +09:00 |
|
|
|
1bb948f43b
|
hwloc support
|
2016-04-11 22:25:27 +09:00 |
|
|
|
7298d8e179
|
vdso: correct pvti array element type
struct pvclock_vsyscall_time_info <-- struct pvclock_vcpu_time_info
|
2016-04-11 22:20:38 +09:00 |
|
|
|
41bb2ab5e6
|
support vdso which borrows clocksource from linux
|
2016-03-28 22:57:44 +09:00 |
|
|
|
b0096a2740
|
fix REQ-51
|
2016-03-26 12:23:51 +09:00 |
|
|
|
12eaea401e
|
fix REQ-46
|
2016-03-25 12:59:18 +09:00 |
|
|
|
31595b7409
|
fix REQ-43
|
2016-03-25 12:57:31 +09:00 |
|
|
|
932a287437
|
fix REQ-40
|
2016-03-24 13:46:13 +09:00 |
|
|
|
f92cac7751
|
add type casting to the argument of getlong_user()
|
2016-03-23 19:04:32 +09:00 |
|
|
|
e74eb1dd51
|
add some prototypes to <memory.h>
|
2016-03-23 19:04:32 +09:00 |
|
|
|
4595aa3079
|
pte_visitor_t(): change "pgsize" into "pgshift"
|
2016-03-23 19:04:32 +09:00 |
|
|
|
d192e6c0fe
|
modify PAPI support
|
2016-03-22 15:52:59 +09:00 |
|
|
|
7dbbcb362f
|
add PAPI support
|
2016-03-22 15:27:19 +09:00 |
|
|
|
1aac2c8e23
|
add CPU timer initialization (refs #402)
There is no actual initialization in x86 now.
The initialization rely on hardware reset and Linux initialization.
|
2016-03-11 19:20:37 +09:00 |
|
|
|
eb0700359b
|
fix REQ-36
|
2016-03-10 10:33:38 +09:00 |
|
|
|
14b868907b
|
fix REQ-27
|
2016-03-07 18:52:08 +09:00 |
|
|
|
ebce1cb031
|
Merge branch 'master' of postpeta.pccluster.org:mckernel
|
2016-02-22 13:34:00 +09:00 |
|
|
|
fff7744907
|
mcklogd support
|
2016-02-22 13:32:20 +09:00 |
|
|
|
2d3fda1d0b
|
flatten_strings: fix align (REQ-1)
|
2016-02-14 22:36:58 +09:00 |
|
|
|
d0507f7e9f
|
process_read/write_vm(): fix LTP bugs
|
2015-12-18 15:58:51 +09:00 |
|