1. 3812c8c mm: memcg: do not trap chargers with full callstack on OOM by Johannes Weiner · 11 years ago
  2. 519e524 mm: memcg: enable memcg OOM killer only for user faults by Johannes Weiner · 11 years ago
  3. e632a93 mm: migrate: add hugepage migration code to move_pages() by Naoya Horiguchi · 11 years ago
  4. bc4b444 mm: move pgtable related functions to right place by Joonsoo Kim · 11 years ago
  5. 5bc0b12 Merge 3.11-rc6 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  6. 2b04725 Fix TLB gather virtual address range invalidation corner cases by Linus Torvalds · 11 years ago
  7. 41bb347 mm: save soft-dirty bits on file pages by Cyrill Gorcunov · 11 years ago
  8. 179ef71 mm: save soft-dirty bits on swapped pages by Cyrill Gorcunov · 11 years ago
  9. 5a73633 mm: make generic_access_phys available for modules by Uwe Kleine-König · 11 years ago
  10. 64363aa mm: remove unused VM_<READfoo> macros and expand other in-place by Joe Perches · 11 years ago
  11. 1895418 mm: kill global variable num_physpages by Jiang Liu · 11 years ago
  12. e6c495a mm: fix the TLB range flushed when __tlb_remove_page() runs out of slots by Vineet Gupta · 11 years ago
  13. d6e9321 mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  14. e13053f Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  15. 29eb778 arch, mm: Remove tlb_fast_mode() by Peter Zijlstra · 11 years ago
  16. 662bbcb mm, sched: Allow uaccess in atomic with pagefault_disable() by Michael S. Tsirkin · 11 years ago
  17. 114276a mm, sched: Drop voluntary schedule from might_fault() by Michael S. Tsirkin · 11 years ago
  18. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  19. 52f3762 THP: fix comment about memory barrier by Minchan Kim · 11 years ago
  20. 071361d mm: Convert print_symbol to %pSR by Joe Perches · 11 years ago
  21. b4cbb19 vm: add vm_iomap_memory() helper function by Linus Torvalds · 11 years ago
  22. 1de14c3 x86-32: Fix possible incomplete TLB invalidate with PAE pagetables by Dave Hansen · 11 years ago
  23. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  24. 56f3180 mm: cleanup "swapcache" in do_swap_page by Hugh Dickins · 11 years ago
  25. 5117b3b mm,ksm: FOLL_MIGRATION do migration_entry_wait by Hugh Dickins · 11 years ago
  26. 240aade mm: accelerate mm_populate() treatment of THP pages by Michel Lespinasse · 11 years ago
  27. 28a3571 mm: use long type for page counts in mm_populate() and get_user_pages() by Michel Lespinasse · 11 years ago
  28. cbf86cf ksm: remove old stable nodes more thoroughly by Hugh Dickins · 11 years ago
  29. 75980e9 mm: fold page->_last_nid into page->flags where possible by Peter Zijlstra · 11 years ago
  30. cea10a1 mm: directly use __mlock_vma_pages_range() in find_extend_vma() by Michel Lespinasse · 11 years ago
  31. af34770 mm: reduce rmap overhead for ex-KSM page copies created on swap faults by Johannes Weiner · 11 years ago
  32. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 11 years ago
  33. e53289c mm: reinstante dropped pmd_trans_splitting() check by Linus Torvalds · 11 years ago
  34. 53a59fc mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPT by Michal Hocko · 11 years ago
  35. 2fbc57c mm: use kbasename() by Andy Shevchenko · 11 years ago
  36. b3dd207 mm/memory.c: suppress warning by Andrew Morton · 11 years ago
  37. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 11 years ago
  38. 66521d5 mm/memory.c: remove unused code from do_wp_page() by Dominik Dingel · 11 years ago
  39. 816422a asm-generic, mm: pgtable: consolidate zero page helpers by Kirill A. Shutemov · 11 years ago
  40. e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 11 years ago
  41. 93b4796 thp: do_huge_pmd_wp_page(): handle huge zero page by Kirill A. Shutemov · 11 years ago
  42. a1dd450 mm: thp: set the accessed flag for old pages on access fault by Will Deacon · 11 years ago
  43. b8593bf mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate by Mel Gorman · 12 years ago
  44. 9532fec mm: numa: Migrate pages handled during a pmd_numa hinting fault by Mel Gorman · 12 years ago
  45. 03c5a6e mm: numa: Add pte updates, hinting and migration stats by Mel Gorman · 12 years ago
  46. cbee9f8 mm: numa: Add fault driven placement and migration by Peter Zijlstra · 12 years ago
  47. 4daae3b mm: mempolicy: Use _PAGE_NUMA to migrate pages by Mel Gorman · 12 years ago
  48. d10e63f mm: numa: Create basic numa page hinting infrastructure by Mel Gorman · 12 years ago
  49. 0b9d705 mm: numa: Support NUMA hinting page faults from gup/gup_fast by Andrea Arcangeli · 12 years ago
  50. 4fd0177 mm: Check if PTE is already allocated during page fault by Mel Gorman · 13 years ago
  51. 1756954 mm: fix build warning for uninitialized value by David Rientjes · 12 years ago
  52. b676b29 mm, thp: fix mapped pages avoiding unevictable list on mlock by David Rientjes · 12 years ago
  53. c462f17 mm/memory.c: fix typo in comment by Robert P. J. Day · 12 years ago
  54. 6bdb913 mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_end by Haggai Eran · 12 years ago
  55. 2ec74c3 mm: move all mmu notifier invocations to be done outside the PT lock by Sagi Grimberg · 12 years ago
  56. e6c509f mm: use clear_page_mlock() in page_remove_rmap() by Hugh Dickins · 12 years ago
  57. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  58. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  59. 4b6e1e3 mm: kill vma flag VM_INSERTPAGE by Konstantin Khlebnikov · 12 years ago
  60. b3b9c29 mm, x86, pat: rework linear pfn-mmap tracking by Konstantin Khlebnikov · 12 years ago
  61. 5180da4 x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_insert_pfn by Suresh Siddha · 12 years ago
  62. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  63. d833352 mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables by Mel Gorman · 12 years ago
  64. 51a07e5 mm/memory.c:print_vma_addr(): call up_read(&mm->mmap_sem) directly by Jeff Liu · 12 years ago
  65. 24669e5 hugetlb: use mmu_gather instead of a temporary linked list for accumulating pages by Aneesh Kumar K.V · 12 years ago
  66. 41c4d25 mm: Update file times from fault path only if .page_mkwrite is not set by Jan Kara · 12 years ago
  67. 4cb3875 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  68. 597e1c3 mm/mmu_gather: enable tlb flush range in generic mmu_gather by Alex Shi · 12 years ago
  69. eb4546b mm/memory.c: fix kernel-doc warnings by Randy Dunlap · 12 years ago
  70. e0897d7 mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_range by David Rientjes · 12 years ago
  71. 1f1d06c thp, memcg: split hugepage for memcg oom on cow by David Rientjes · 12 years ago
  72. e709ffd mm: remove swap token code by Rik van Riel · 12 years ago
  73. 654443e Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  74. 4f74d2c vm: remove 'nr_accounted' calculations from the unmap_vmas() interfaces by Linus Torvalds · 12 years ago
  75. 7e027b1 vm: simplify unmap_vmas() calling convention by Linus Torvalds · 12 years ago
  76. cbc91f7 uprobes/core: Decrement uprobe count before the pages are unmapped by Srikar Dronamraju · 12 years ago
  77. 909af76 coredump: remove VM_ALWAYSDUMP flag by Jason Baron · 12 years ago
  78. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  79. ea48cf7 mm, counters: fold __sync_task_rss_stat() into sync_mm_rss() by David Rientjes · 12 years ago
  80. 05af2e1 mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() by David Rientjes · 12 years ago
  81. 69c9782 mm: make get_mm_counter static-inline by Konstantin Khlebnikov · 12 years ago
  82. 1a5a990 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode by Andrea Arcangeli · 12 years ago
  83. 3a990a5 Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  84. f5cc4ee VM: make zap_page_range() callers that act on a single VMA use separate helper by Al Viro · 12 years ago
  85. 6e8bb01 VM: make unmap_vmas() return void by Al Viro · 12 years ago
  86. 14f5ff5 VM: make zap_page_range() return void by Al Viro · 12 years ago
  87. 8b2a123 VM: can't go through the inner loop in unmap_vmas() more than once... by Al Viro · 12 years ago
  88. 038c7aa VM: unmap_page_range() can return void by Al Viro · 12 years ago
  89. 9b04c5f mm: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  90. 9f9f1ac mm: fix rss count leakage during migration by Konstantin Khlebnikov · 12 years ago
  91. f21760b thp: add tlb_remove_pmd_tlb_entry by Shaohua Li · 12 years ago
  92. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  93. 70b50f9 mm: thp: tail page refcounting fix by Andrea Arcangeli · 13 years ago
  94. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  95. 2efaca9 mm/futex: fix futex writes on archs with SW tracking of dirty & young by Benjamin Herrenschmidt · 13 years ago
  96. 1d65f86 mm: preallocate page before lock_page() at filemap COW by KAMEZAWA Hiroyuki · 13 years ago
  97. 6ac4752 mm/memory.c: remove ZAP_BLOCK_SIZE by Andrew Morton · 13 years ago
  98. 0b43c3a mm: __tlb_remove_page() check the correct batch by Shaohua Li · 13 years ago
  99. 5b8ba10 mm: move vmtruncate_range to truncate.c by Hugh Dickins · 13 years ago
  100. 5f1a190 mm: fix wrong kunmap_atomic() pointer by Steven Rostedt · 13 years ago