Jan Beulich
|
3ecb01df32
use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages
|
14 лет назад |
Namhyung Kim
|
1b36ba815b
mm: wrap follow_pte() using __cond_lock()
|
14 лет назад |
Namhyung Kim
|
e6219ec819
mm: add lock release annotation on do_wp_page()
|
14 лет назад |
Namhyung Kim
|
25ca1d6c02
mm: wrap get_locked_pte() using __cond_lock()
|
14 лет назад |
Michel Lespinasse
|
d065bd810b
mm: retry page fault when blocking on disk transfer
|
14 лет назад |
Peter Zijlstra
|
ece0e2b640
mm: remove pte_*map_nested()
|
14 лет назад |
Andi Kleen
|
46e387bbd8
Merge branch 'hwpoison-hugepages' into hwpoison
|
14 лет назад |
Linus Torvalds
|
c3b86a2942
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
14 лет назад |
Andi Kleen
|
aa50d3a7aa
Encode huge page size for VM_FAULT_HWPOISON errors
|
14 лет назад |
Hugh Dickins
|
31c4a3d3a0
mm: further fix swapin race condition
|
14 лет назад |
Andrea Arcangeli
|
4969c1192d
mm: fix swapin race condition
|
14 лет назад |
Luck, Tony
|
8ca3eb0809
guard page for stacks that grow upwards
|
15 лет назад |
Shaohua Li
|
61c77326d1
x86, mm: Avoid unnecessary TLB flush
|
15 лет назад |
Linus Torvalds
|
0e8e50e20c
mm: make stack guard page logic use vm_prev pointer
|
15 лет назад |
Linus Torvalds
|
11ac552477
mm: fix page table unmap for stack guard page properly
|
15 лет назад |
Linus Torvalds
|
5528f9132c
mm: fix missing page table unmap for stack guard page failure case
|
15 лет назад |
Linus Torvalds
|
320b2b8de1
mm: keep a guard page below a grow-down stack segment
|
15 лет назад |
Jeremy Fitzhardinge
|
57250a5bf0
mmu-notifiers: remove mmu notifier calls in apply_to_page_range()
|
15 лет назад |
Andrea Arcangeli
|
9a5b489b87
mm: set VM_FAULT_WRITE in do_swap_page()
|
15 лет назад |
Rik van Riel
|
ad8c2ee801
rmap: add exclusive page to private anon_vma on swapin
|
15 лет назад |
Andi Kleen
|
4e60c86bd9
gcc-4.6: mm: fix unused but set warnings
|
15 лет назад |
Hugh Dickins
|
de51257aa3
mm: fix ia64 crash when gcore reads gate area
|
15 лет назад |
Johannes Weiner
|
142762bd8d
mm: document follow_page()
|
15 лет назад |
KAMEZAWA Hiroyuki
|
a3a2e76c77
mm: avoid null-pointer deref in sync_mm_rss()
|
15 лет назад |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 лет назад |
Michael S. Tsirkin
|
298359c5bf
exit: fix oops in sync_mm_rss
|
15 лет назад |
Wu Fengguang
|
718a38211b
mm: introduce dump_page() and print symbolic flag names
|
15 лет назад |
KAMEZAWA Hiroyuki
|
53bddb4e9f
nommu: fix build breakage
|
15 лет назад |
Rik van Riel
|
c44b674323
rmap: move exclusively owned pages to own anon_vma in do_wp_page()
|
15 лет назад |
Rik van Riel
|
5beb493052
mm: change anon_vma linking to fix multi-process server scalability issue
|
15 лет назад |