|
|
16af976a71
|
support msync() system call. refs #382
Msync(2) of this version writes only the pages which the calling process
modified. Modifications of the other processes are not written.
|
2015-02-18 11:52:15 +09:00 |
|
|
|
b388f59ebd
|
ihk_ikc_irq and ihk_ikc_irq_apicid
|
2014-12-25 11:03:01 +09:00 |
|
|
|
ff47261337
|
receive trampoline addr via parameter of arch_start()
|
2014-12-25 11:03:00 +09:00 |
|
|
|
d4ba4dc8b3
|
introduction of mckernel_procfs_file_operations; fix /proc/self path resolution;
implementation of /proc/self/pagemap (LTP mmap12)
|
2014-12-15 12:46:05 +09:00 |
|
|
|
90aaf9dc9c
|
support remap_file_pages(2)
fixes #21
|
2014-06-30 17:33:51 +09:00 |
|
|
|
bb3756dc74
|
add fileoff-type PTE
fileoff-type PTE holds a file offset which the page data should be
loaded from.
refs #21
|
2014-06-30 17:33:50 +09:00 |
|
|
|
04f1b3f401
|
add pte_xchg()
|
2014-06-30 17:33:46 +09:00 |
|
|
|
c395dc2410
|
add pte_is_dirty()
|
2014-06-30 17:33:45 +09:00 |
|
|
|
7e788f06f7
|
add PTATTR_DIRTY
refs #18
|
2014-05-07 21:24:45 +09:00 |
|
|
|
b31a1b6db2
|
add PTATTR_NO_EXECUTE
|
2014-04-11 14:59:47 +09:00 |
|
|
|
f60b37ea1b
|
use 'enum ihk_mc_pt_attribute' instead of 'int'
|
2014-04-11 14:59:46 +09:00 |
|
|
|
f0a52d4519
|
implement mmap(MAP_POPULATE)
populate_process_memory() function is not efficient,
because whether every small page is present is checked.
|
2014-01-27 18:50:38 +09:00 |
|
|
|
2f89e26ac0
|
add modification history entry to the following files,
mckernel/lib/include/*.h
mckernel/arch/x86/elfboot/*
mckernel/arch/x86/kboot/main.c
mckernel/arch/x86/kernel/*
mckernel/lib/page_alloc.c
mckernel/lib/string.c
mckernel/lib/include/ihk/*
except
mckernel/arch/x86/kernel/include/signal.h
mckernel/arch/x86/tools/mcreboot-attached-mic.sh.in
mckernel/arch/x86/kernel/include/syscall_list.h
mckernel/arch/x86/kernel/syscall.c
.
|
2013-11-14 18:30:06 +09:00 |
|
|
|
384328c6bc
|
add copyright notice to the following files,
mckernel/lib/include/*.h
mckernel/arch/x86/elfboot/*
mckernel/arch/x86/kboot/main.c
mckernel/arch/x86/kernel/*
mckernel/lib/page_alloc.c
mckernel/lib/string.c
mckernel/lib/include/ihk/*
except
mckernel/arch/x86/kernel/include/signal.h
mckernel/arch/x86/tools/mcreboot-attached-mic.sh.in
mckernel/arch/x86/kernel/include/syscall_list.h
mckernel/arch/x86/kernel/syscall.c
.
|
2013-11-14 17:09:58 +09:00 |
|
|
|
27172ad413
|
support private mapped file
|
2013-10-15 12:30:41 +09:00 |
|
|
|
480f6d4c2f
|
rewrite page_fault_handler()
|
2013-08-08 12:43:00 +09:00 |
|
|
|
334662b7fe
|
implement sys_mprotect()
|
2013-07-18 09:25:58 +09:00 |
|
|
|
630170fb6a
|
add ihk_mc_allocate_aligned_pages()
|
2013-07-10 13:11:18 +09:00 |
|
|
|
96f02a1d08
|
delete the access restrictions of whole page table.
access restrictions will be set on individual pages.
|
2013-06-19 12:07:40 +09:00 |
|
|
|
2627d4df55
|
add PTATTR_FOR_USER flag to enum ihk_mc_ap_flag
|
2013-06-02 13:57:44 +09:00 |
|
|
|
fa1be382c7
|
release the resources of the process at exit(2)/exit_group(2).
|
2013-05-28 11:31:23 +09:00 |
|
|
|
4693789608
|
change function names
|
2012-12-17 16:15:05 +09:00 |
|
|
|
158903c7b6
|
modify file names and create directories
|
2012-12-17 15:39:24 +09:00 |
|