1. 0b43c3a mm: __tlb_remove_page() check the correct batch by Shaohua Li · 13 years ago
  2. 5b8ba10 mm: move vmtruncate_range to truncate.c by Hugh Dickins · 13 years ago
  3. 5f1a190 mm: fix wrong kunmap_atomic() pointer by Steven Rostedt · 13 years ago
  4. 0164f69 mm/memory.c: fix kernel-doc notation by Randy Dunlap · 13 years ago
  5. 456f998 memcg: add the pagefault count into memcg stats by Ying Han · 13 years ago
  6. ca16d14 mm: don't access vm_flags as 'int' by KOSAKI Motohiro · 13 years ago
  7. 9547d01 mm: uninline large generic tlb.h functions by Peter Zijlstra · 13 years ago
  8. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 13 years ago
  9. 97a8941 mm: Remove i_mmap_lock lockbreak by Peter Zijlstra · 13 years ago
  10. e303297 mm: extended batches for generic mmu_gather by Peter Zijlstra · 13 years ago
  11. 2672391 mm, powerpc: move the RCU page-table freeing into generic code by Peter Zijlstra · 13 years ago
  12. d16dfc5 mm: mmu_gather rework by Peter Zijlstra · 13 years ago
  13. d05f316 mm: make expand_downwards() symmetrical with expand_upwards() by Michal Hocko · 13 years ago
  14. a09a79f Don't lock guardpage if the stack is growing up by Mikulas Patocka · 13 years ago
  15. a1fde08 VM: skip the stack guard page lookup in get_user_pages only for mlock by Linus Torvalds · 13 years ago
  16. cc03638 mm: check if PTE is already allocated during page fault by Mel Gorman · 13 years ago
  17. fe936df mm: check that we have the right vma in __access_remote_vm() by Michael Ellerman · 13 years ago
  18. 95042f9 vm: fix mlock() on stack guard page by Linus Torvalds · 13 years ago
  19. ae91dbf mm: fix memory.c incorrect kernel-doc by Randy Dunlap · 13 years ago
  20. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  21. 56039ef memcg: fix ugly initialization of return value is in caller by KAMEZAWA Hiroyuki · 13 years ago
  22. 5ddd36b mm: implement access_remote_vm by Stephen Wilson · 13 years ago
  23. 206cb63 mm: factor out main logic of access_process_vm by Stephen Wilson · 13 years ago
  24. e7f22e2 mm: use mm_struct to resolve gate vma's in __get_user_pages by Stephen Wilson · 13 years ago
  25. cae5d39 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm by Stephen Wilson · 13 years ago
  26. 83b964b mm: arch: make in_gate_area take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  27. 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  28. 318b275 mm: allow GUP to fail instead of waiting on a page by Gleb Natapov · 13 years ago
  29. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  30. 69ebb83 mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally by Huang Ying · 13 years ago
  31. 0014bd9 mm: export __get_user_pages by Huang Ying · 13 years ago
  32. 2aa1589 mm: prevent concurrent unmap_mapping_range() on the same inode by Miklos Szeredi · 13 years ago
  33. a335b2e mm: Fix out-of-date comments which refers non-existent functions by Ryota Ozaki · 13 years ago
  34. 419d8c9 mlock: do not munlock pages in __do_fault() by Michel Lespinasse · 13 years ago
  35. e15f8c0 mlock: fix race when munlocking pages in do_wp_page() by Michel Lespinasse · 13 years ago
  36. 14d1a55 thp: add debug checks for mapcount related invariants by Andrea Arcangeli · 13 years ago
  37. 500d65d thp: pmd_trans_huge migrate bugcheck by Andrea Arcangeli · 13 years ago
  38. f66055ab thp: verify pmd_trans_huge isn't leaking by Andrea Arcangeli · 13 years ago
  39. 8a07651 thp: transparent hugepage core fixlet by Hugh Dickins · 13 years ago
  40. 71e3aac thp: transparent hugepage core by Andrea Arcangeli · 13 years ago
  41. 47ad847 thp: clear_copy_huge_page by Andrea Arcangeli · 13 years ago
  42. 8ac1f83 thp: pte alloc trans splitting by Andrea Arcangeli · 13 years ago
  43. 14fd403 thp: export maybe_mkwrite by Andrea Arcangeli · 13 years ago
  44. 53a7706 mlock: do not hold mmap_sem for extended periods of time by Michel Lespinasse · 13 years ago
  45. 110d74a mm: add FOLL_MLOCK follow_page flag. by Michel Lespinasse · 13 years ago
  46. 5ecfda0 mlock: avoid dirtying pages and triggering writeback by Michel Lespinasse · 13 years ago
  47. 72ddc8f do_wp_page: clarify dirty_page handling by Michel Lespinasse · 13 years ago
  48. b009c02 do_wp_page: remove the 'reuse' flag by Michel Lespinasse · 13 years ago
  49. 3ecb01d use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages by Jan Beulich · 14 years ago
  50. 1b36ba8 mm: wrap follow_pte() using __cond_lock() by Namhyung Kim · 14 years ago
  51. e6219ec mm: add lock release annotation on do_wp_page() by Namhyung Kim · 14 years ago
  52. 25ca1d6 mm: wrap get_locked_pte() using __cond_lock() by Namhyung Kim · 14 years ago
  53. d065bd8 mm: retry page fault when blocking on disk transfer by Michel Lespinasse · 14 years ago
  54. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  55. 46e387b Merge branch 'hwpoison-hugepages' into hwpoison by Andi Kleen · 14 years ago
  56. c3b86a2 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  57. aa50d3a Encode huge page size for VM_FAULT_HWPOISON errors by Andi Kleen · 14 years ago
  58. 31c4a3d mm: further fix swapin race condition by Hugh Dickins · 14 years ago
  59. 4969c11 mm: fix swapin race condition by Andrea Arcangeli · 14 years ago
  60. 8ca3eb0 guard page for stacks that grow upwards by Luck, Tony · 14 years ago
  61. 61c7732 x86, mm: Avoid unnecessary TLB flush by Shaohua Li · 14 years ago
  62. 0e8e50e mm: make stack guard page logic use vm_prev pointer by Linus Torvalds · 14 years ago
  63. 11ac552 mm: fix page table unmap for stack guard page properly by Linus Torvalds · 14 years ago
  64. 5528f913 mm: fix missing page table unmap for stack guard page failure case by Linus Torvalds · 14 years ago
  65. 320b2b8 mm: keep a guard page below a grow-down stack segment by Linus Torvalds · 14 years ago
  66. 57250a5 mmu-notifiers: remove mmu notifier calls in apply_to_page_range() by Jeremy Fitzhardinge · 14 years ago
  67. 9a5b489 mm: set VM_FAULT_WRITE in do_swap_page() by Andrea Arcangeli · 14 years ago
  68. ad8c2ee rmap: add exclusive page to private anon_vma on swapin by Rik van Riel · 14 years ago
  69. 4e60c86 gcc-4.6: mm: fix unused but set warnings by Andi Kleen · 14 years ago
  70. de51257a mm: fix ia64 crash when gcore reads gate area by Hugh Dickins · 14 years ago
  71. 142762b mm: document follow_page() by Johannes Weiner · 14 years ago
  72. a3a2e76 mm: avoid null-pointer deref in sync_mm_rss() by KAMEZAWA Hiroyuki · 14 years ago
  73. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  74. 298359c exit: fix oops in sync_mm_rss by Michael S. Tsirkin · 14 years ago
  75. 718a382 mm: introduce dump_page() and print symbolic flag names by Wu Fengguang · 14 years ago
  76. 53bddb4 nommu: fix build breakage by KAMEZAWA Hiroyuki · 14 years ago
  77. c44b674 rmap: move exclusively owned pages to own anon_vma in do_wp_page() by Rik van Riel · 14 years ago
  78. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 14 years ago
  79. b084d43 mm: count swap usage by KAMEZAWA Hiroyuki · 14 years ago
  80. 34e5523 mm: avoid false sharing of mm_counter by KAMEZAWA Hiroyuki · 14 years ago
  81. d559db0 mm: clean up mm_counter by KAMEZAWA Hiroyuki · 14 years ago
  82. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 14 years ago
  83. d4220f9 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 14 years ago
  84. 569b846 memcg: coalesce uncharge during unmap/truncate by KAMEZAWA Hiroyuki · 14 years ago
  85. 71f7252 HWPOISON: comment dirty swapcache pages by Wu Fengguang · 14 years ago
  86. 5ad6468 ksm: let shared pages be swappable by Hugh Dickins · 14 years ago
  87. d99be1a mm: sigbus instead of abusing oom by Hugh Dickins · 14 years ago
  88. 570a335b swap_info: swap count continuations by Hugh Dickins · 14 years ago
  89. 3242f98 Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  90. c36987e mm: don't call pte_unmap() against an improper pte by Daisuke Nishimura · 15 years ago
  91. 4779cb3 HWPOISON: Fix page count leak in hwpoison late kill in do_swap_page by Andi Kleen · 15 years ago
  92. 6c5daf0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  93. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  94. 25d9e2d truncate: new helpers by npiggin@suse.de · 15 years ago
  95. 03f6462 mm: move highest_memmap_pfn by Hugh Dickins · 15 years ago
  96. 62eede6 mm: ZERO_PAGE without PTE_SPECIAL by Hugh Dickins · 15 years ago
  97. 58fa879 mm: FOLL flags for GUP flags by Hugh Dickins · 15 years ago
  98. a13ea5b mm: reinstate ZERO_PAGE by Hugh Dickins · 15 years ago
  99. 1ac0cb5 mm: fix anonymous dirtying by Hugh Dickins · 15 years ago
  100. 2a15efc mm: follow_hugetlb_page flags by Hugh Dickins · 15 years ago