1. 47ad847 thp: clear_copy_huge_page by Andrea Arcangeli · 13 years ago
  2. 8ac1f83 thp: pte alloc trans splitting by Andrea Arcangeli · 13 years ago
  3. 14fd403 thp: export maybe_mkwrite by Andrea Arcangeli · 13 years ago
  4. 53a7706 mlock: do not hold mmap_sem for extended periods of time by Michel Lespinasse · 13 years ago
  5. 110d74a mm: add FOLL_MLOCK follow_page flag. by Michel Lespinasse · 13 years ago
  6. 5ecfda0 mlock: avoid dirtying pages and triggering writeback by Michel Lespinasse · 13 years ago
  7. 72ddc8f do_wp_page: clarify dirty_page handling by Michel Lespinasse · 13 years ago
  8. b009c02 do_wp_page: remove the 'reuse' flag by Michel Lespinasse · 13 years ago
  9. 3ecb01d use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages by Jan Beulich · 14 years ago
  10. 1b36ba8 mm: wrap follow_pte() using __cond_lock() by Namhyung Kim · 14 years ago
  11. e6219ec mm: add lock release annotation on do_wp_page() by Namhyung Kim · 14 years ago
  12. 25ca1d6 mm: wrap get_locked_pte() using __cond_lock() by Namhyung Kim · 14 years ago
  13. d065bd8 mm: retry page fault when blocking on disk transfer by Michel Lespinasse · 14 years ago
  14. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  15. 46e387b Merge branch 'hwpoison-hugepages' into hwpoison by Andi Kleen · 14 years ago
  16. 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
  17. aa50d3a Encode huge page size for VM_FAULT_HWPOISON errors by Andi Kleen · 14 years ago
  18. 31c4a3d mm: further fix swapin race condition by Hugh Dickins · 14 years ago
  19. 4969c11 mm: fix swapin race condition by Andrea Arcangeli · 14 years ago
  20. 8ca3eb0 guard page for stacks that grow upwards by Luck, Tony · 14 years ago
  21. 61c7732 x86, mm: Avoid unnecessary TLB flush by Shaohua Li · 14 years ago
  22. 0e8e50e mm: make stack guard page logic use vm_prev pointer by Linus Torvalds · 14 years ago
  23. 11ac552 mm: fix page table unmap for stack guard page properly by Linus Torvalds · 14 years ago
  24. 5528f913 mm: fix missing page table unmap for stack guard page failure case by Linus Torvalds · 14 years ago
  25. 320b2b8 mm: keep a guard page below a grow-down stack segment by Linus Torvalds · 14 years ago
  26. 57250a5 mmu-notifiers: remove mmu notifier calls in apply_to_page_range() by Jeremy Fitzhardinge · 14 years ago
  27. 9a5b489 mm: set VM_FAULT_WRITE in do_swap_page() by Andrea Arcangeli · 14 years ago
  28. ad8c2ee rmap: add exclusive page to private anon_vma on swapin by Rik van Riel · 14 years ago
  29. 4e60c86 gcc-4.6: mm: fix unused but set warnings by Andi Kleen · 14 years ago
  30. de51257a mm: fix ia64 crash when gcore reads gate area by Hugh Dickins · 14 years ago
  31. 142762b mm: document follow_page() by Johannes Weiner · 14 years ago
  32. a3a2e76 mm: avoid null-pointer deref in sync_mm_rss() by KAMEZAWA Hiroyuki · 14 years ago
  33. 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
  34. 298359c exit: fix oops in sync_mm_rss by Michael S. Tsirkin · 14 years ago
  35. 718a382 mm: introduce dump_page() and print symbolic flag names by Wu Fengguang · 14 years ago
  36. 53bddb4 nommu: fix build breakage by KAMEZAWA Hiroyuki · 14 years ago
  37. c44b674 rmap: move exclusively owned pages to own anon_vma in do_wp_page() by Rik van Riel · 14 years ago
  38. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 14 years ago
  39. b084d43 mm: count swap usage by KAMEZAWA Hiroyuki · 14 years ago
  40. 34e5523 mm: avoid false sharing of mm_counter by KAMEZAWA Hiroyuki · 14 years ago
  41. d559db0 mm: clean up mm_counter by KAMEZAWA Hiroyuki · 14 years ago
  42. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 14 years ago
  43. 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
  44. 569b846 memcg: coalesce uncharge during unmap/truncate by KAMEZAWA Hiroyuki · 14 years ago
  45. 71f7252 HWPOISON: comment dirty swapcache pages by Wu Fengguang · 14 years ago
  46. 5ad6468 ksm: let shared pages be swappable by Hugh Dickins · 14 years ago
  47. d99be1a mm: sigbus instead of abusing oom by Hugh Dickins · 14 years ago
  48. 570a335b swap_info: swap count continuations by Hugh Dickins · 14 years ago
  49. 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
  50. c36987e mm: don't call pte_unmap() against an improper pte by Daisuke Nishimura · 15 years ago
  51. 4779cb3 HWPOISON: Fix page count leak in hwpoison late kill in do_swap_page by Andi Kleen · 15 years ago
  52. 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
  53. 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
  54. 25d9e2d truncate: new helpers by npiggin@suse.de · 15 years ago
  55. 03f6462 mm: move highest_memmap_pfn by Hugh Dickins · 15 years ago
  56. 62eede6 mm: ZERO_PAGE without PTE_SPECIAL by Hugh Dickins · 15 years ago
  57. 58fa879 mm: FOLL flags for GUP flags by Hugh Dickins · 15 years ago
  58. a13ea5b mm: reinstate ZERO_PAGE by Hugh Dickins · 15 years ago
  59. 1ac0cb5 mm: fix anonymous dirtying by Hugh Dickins · 15 years ago
  60. 2a15efc mm: follow_hugetlb_page flags by Hugh Dickins · 15 years ago
  61. 8e4b9a60 mm: FOLL_DUMP replace FOLL_ANON by Hugh Dickins · 15 years ago
  62. f3e8fcc mm: add get_dump_page by Hugh Dickins · 15 years ago
  63. 1c3aff1 mm: remove unused GUP flags by Hugh Dickins · 15 years ago
  64. b7c46d1 mm: drop unneeded double negations by Johannes Weiner · 15 years ago
  65. 1c2fb7a ksm: fix deadlock with munlock in exit_mmap by Andrea Arcangeli · 15 years ago
  66. 9ba6929 ksm: fix oom deadlock by Hugh Dickins · 15 years ago
  67. 9a84089 ksm: identify PageKsm pages by Hugh Dickins · 15 years ago
  68. 21333b2 ksm: no debug in page_dup_rmap() by Hugh Dickins · 15 years ago
  69. 828502d ksm: add mmu_notifier set_pte_at_notify() by Izik Eidus · 15 years ago
  70. 6952b61 headers: taskstats_kern.h trim by Alexey Dobriyan · 15 years ago
  71. a3b947e HWPOISON: Add poison check to page fault handling by Andi Kleen · 15 years ago
  72. d1737fd HWPOISON: Add basic support for poisoned pages in fault handler v3 by Andi Kleen · 15 years ago
  73. 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 15 years ago
  74. 9d73777 clarify get_user_pages() prototype by Peter Zijlstra · 15 years ago
  75. a5c9b69 mm: pass mm to grab_swap_token by Hugh Dickins · 15 years ago
  76. d26ed65 mm: don't rely on flags coincidence by Hugh Dickins · 15 years ago
  77. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 15 years ago
  78. 30c9f3a Remove internal use of 'write_access' in mm/memory.c by Linus Torvalds · 15 years ago
  79. 3b6748e mm: introduce follow_pfn() by Johannes Weiner · 15 years ago
  80. 03668a4 mm: use generic follow_pte() in follow_phys() by Johannes Weiner · 15 years ago
  81. f8ad0f49 mm: introduce follow_pte() by Johannes Weiner · 15 years ago
  82. d2bf6be mm: clean up get_user_pages_fast() documentation by Nick Piggin · 15 years ago
  83. b827e49 mm: close page_mkwrite races by Nick Piggin · 15 years ago
  84. bc43f75 mm: fix pageref leak in do_swap_page() by Johannes Weiner · 15 years ago
  85. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  86. bd775c4 mm: add comment why mark_page_accessed() would be better than pte_mkyoung() in follow_page() by KOSAKI Motohiro · 15 years ago
  87. 0a0dd05 mm: don't call mark_page_accessed() in do_swap_page() by KOSAKI Motohiro · 15 years ago
  88. 895791d VM, x86, PAT: add a new vm flag to track full pfnmap at mmap by Pallipadi, Venkatesh · 15 years ago
  89. 4bb9c5c VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff by Pallipadi, Venkatesh · 15 years ago
  90. ab92661 do_wp_page: fix regression with execute in place by Carsten Otte · 15 years ago
  91. e4b866e x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param by venkatesh.pallipadi@intel.com · 15 years ago
  92. a367061 x86 PAT: remove PFNMAP type on track_pfn_vma_new() error by venkatesh.pallipadi@intel.com · 15 years ago
  93. 95156f0 lockdep, mm: fix might_fault() annotation by Peter Zijlstra · 15 years ago
  94. 03f3c43 memcg: fix swap accounting leak by KAMEZAWA Hiroyuki · 15 years ago
  95. 2c26fdd memcg: revert gfp mask fix by KAMEZAWA Hiroyuki · 15 years ago
  96. 8c7c6e34 memcg: mem+swap controller core by KAMEZAWA Hiroyuki · 15 years ago
  97. bced052 memcg: fix gfp_mask of callers of charge by KAMEZAWA Hiroyuki · 15 years ago
  98. 7a81b88 memcg: introduce charge-commit-cancel style of functions by KAMEZAWA Hiroyuki · 15 years ago
  99. 4779280 mm: make get_user_pages() interruptible by Ying Han · 15 years ago
  100. 1e9e636 badpage: KERN_ALERT BUG instead of KERN_EMERG by Hugh Dickins · 15 years ago