1. 40b64ac mm: fix build of split ptlock code by Olof Johansson · 10 years ago
  2. 597d795 mm: do not allocate page->ptl dynamically, if spinlock_t fits to long by Kirill A. Shutemov · 10 years ago
  3. 8b2e9b7 Revert "mm: create a separate slab for page->ptl allocation" by Linus Torvalds · 11 years ago
  4. ea1e7ed mm: create a separate slab for page->ptl allocation by Kirill A. Shutemov · 11 years ago
  5. 539edb5 mm: properly separate the bloated ptl from the regular case by Peter Zijlstra · 11 years ago
  6. 49076ec mm: dynamically allocate page->ptl if it cannot be embedded to struct page by Kirill A. Shutemov · 11 years ago
  7. c4088eb mm: convert the rest to new page table lock api by Kirill A. Shutemov · 11 years ago
  8. e1f56c8 mm: convert mm->nr_ptes to atomic_long_t by Kirill A. Shutemov · 11 years ago
  9. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  10. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  11. c69ded8 mm: remove obsolete comments about page table lock by Naoya Horiguchi · 11 years ago
  12. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  13. c61109e mm: numa: Sanitize task_numa_fault() callsites by Mel Gorman · 11 years ago
  14. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  15. 4942642 mm: memcg: handle non-error OOM situations more gracefully by Johannes Weiner · 11 years ago
  16. c3d16e1 mm: migration: do not lose soft dirty bit if page is in migration state by Cyrill Gorcunov · 11 years ago
  17. 04bb2f9 sched/numa: Adjust scan rate in task_numa_placement by Rik van Riel · 11 years ago
  18. dabe1d9 sched/numa: Be more careful about joining numa groups by Rik van Riel · 11 years ago
  19. 0f19c17 mm: numa: Do not batch handle PMD pages by Mel Gorman · 11 years ago
  20. 6688cc0 mm: numa: Do not group on RO pages by Peter Zijlstra · 11 years ago
  21. 8c8a743 sched/numa: Use {cpu, pid} to create task groups for shared faults by Peter Zijlstra · 11 years ago
  22. 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 11 years ago
  23. b795854 sched/numa: Set preferred NUMA node based on number of private faults by Mel Gorman · 11 years ago
  24. 1bc115d mm: numa: Scan pages with elevated page_mapcount by Mel Gorman · 11 years ago
  25. ac8e895 sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faults by Mel Gorman · 11 years ago
  26. a1a4618 mm: numa: Do not migrate or account for hinting faults on the zero page by Mel Gorman · 11 years ago
  27. 8191acb mm: numa: Sanitize task_numa_fault() callsites by Mel Gorman · 11 years ago
  28. c029255 thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page() by Kirill A. Shutemov · 11 years ago
  29. 3812c8c mm: memcg: do not trap chargers with full callstack on OOM by Johannes Weiner · 11 years ago
  30. 519e524 mm: memcg: enable memcg OOM killer only for user faults by Johannes Weiner · 11 years ago
  31. e632a93 mm: migrate: add hugepage migration code to move_pages() by Naoya Horiguchi · 11 years ago
  32. bc4b444 mm: move pgtable related functions to right place by Joonsoo Kim · 11 years ago
  33. 5bc0b12 Merge 3.11-rc6 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  34. 2b04725 Fix TLB gather virtual address range invalidation corner cases by Linus Torvalds · 11 years ago
  35. 41bb347 mm: save soft-dirty bits on file pages by Cyrill Gorcunov · 11 years ago
  36. 179ef71 mm: save soft-dirty bits on swapped pages by Cyrill Gorcunov · 11 years ago
  37. 5a73633 mm: make generic_access_phys available for modules by Uwe Kleine-König · 11 years ago
  38. 64363aa mm: remove unused VM_<READfoo> macros and expand other in-place by Joe Perches · 11 years ago
  39. 1895418 mm: kill global variable num_physpages by Jiang Liu · 11 years ago
  40. e6c495a mm: fix the TLB range flushed when __tlb_remove_page() runs out of slots by Vineet Gupta · 11 years ago
  41. d6e9321 mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  42. 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
  43. 29eb778 arch, mm: Remove tlb_fast_mode() by Peter Zijlstra · 11 years ago
  44. 662bbcb mm, sched: Allow uaccess in atomic with pagefault_disable() by Michael S. Tsirkin · 11 years ago
  45. 114276a mm, sched: Drop voluntary schedule from might_fault() by Michael S. Tsirkin · 11 years ago
  46. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  47. 52f3762 THP: fix comment about memory barrier by Minchan Kim · 11 years ago
  48. 071361d mm: Convert print_symbol to %pSR by Joe Perches · 11 years ago
  49. b4cbb19 vm: add vm_iomap_memory() helper function by Linus Torvalds · 11 years ago
  50. 1de14c3 x86-32: Fix possible incomplete TLB invalidate with PAE pagetables by Dave Hansen · 11 years ago
  51. 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
  52. 56f3180 mm: cleanup "swapcache" in do_swap_page by Hugh Dickins · 11 years ago
  53. 5117b3b mm,ksm: FOLL_MIGRATION do migration_entry_wait by Hugh Dickins · 11 years ago
  54. 240aade mm: accelerate mm_populate() treatment of THP pages by Michel Lespinasse · 11 years ago
  55. 28a3571 mm: use long type for page counts in mm_populate() and get_user_pages() by Michel Lespinasse · 11 years ago
  56. cbf86cf ksm: remove old stable nodes more thoroughly by Hugh Dickins · 11 years ago
  57. 75980e9 mm: fold page->_last_nid into page->flags where possible by Peter Zijlstra · 11 years ago
  58. cea10a1 mm: directly use __mlock_vma_pages_range() in find_extend_vma() by Michel Lespinasse · 11 years ago
  59. af34770 mm: reduce rmap overhead for ex-KSM page copies created on swap faults by Johannes Weiner · 11 years ago
  60. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 11 years ago
  61. e53289c mm: reinstante dropped pmd_trans_splitting() check by Linus Torvalds · 11 years ago
  62. 53a59fc mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPT by Michal Hocko · 11 years ago
  63. 2fbc57c mm: use kbasename() by Andy Shevchenko · 11 years ago
  64. b3dd207 mm/memory.c: suppress warning by Andrew Morton · 11 years ago
  65. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 11 years ago
  66. 66521d5 mm/memory.c: remove unused code from do_wp_page() by Dominik Dingel · 11 years ago
  67. 816422a asm-generic, mm: pgtable: consolidate zero page helpers by Kirill A. Shutemov · 11 years ago
  68. e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 11 years ago
  69. 93b4796 thp: do_huge_pmd_wp_page(): handle huge zero page by Kirill A. Shutemov · 11 years ago
  70. a1dd450 mm: thp: set the accessed flag for old pages on access fault by Will Deacon · 11 years ago
  71. b8593bf mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate by Mel Gorman · 12 years ago
  72. 9532fec mm: numa: Migrate pages handled during a pmd_numa hinting fault by Mel Gorman · 12 years ago
  73. 03c5a6e mm: numa: Add pte updates, hinting and migration stats by Mel Gorman · 12 years ago
  74. cbee9f8 mm: numa: Add fault driven placement and migration by Peter Zijlstra · 12 years ago
  75. 4daae3b mm: mempolicy: Use _PAGE_NUMA to migrate pages by Mel Gorman · 12 years ago
  76. d10e63f mm: numa: Create basic numa page hinting infrastructure by Mel Gorman · 12 years ago
  77. 0b9d705 mm: numa: Support NUMA hinting page faults from gup/gup_fast by Andrea Arcangeli · 12 years ago
  78. 4fd0177 mm: Check if PTE is already allocated during page fault by Mel Gorman · 13 years ago
  79. 1756954 mm: fix build warning for uninitialized value by David Rientjes · 12 years ago
  80. b676b29 mm, thp: fix mapped pages avoiding unevictable list on mlock by David Rientjes · 12 years ago
  81. c462f17 mm/memory.c: fix typo in comment by Robert P. J. Day · 12 years ago
  82. 6bdb913 mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_end by Haggai Eran · 12 years ago
  83. 2ec74c3 mm: move all mmu notifier invocations to be done outside the PT lock by Sagi Grimberg · 12 years ago
  84. e6c509f mm: use clear_page_mlock() in page_remove_rmap() by Hugh Dickins · 12 years ago
  85. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  86. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  87. 4b6e1e3 mm: kill vma flag VM_INSERTPAGE by Konstantin Khlebnikov · 12 years ago
  88. b3b9c29 mm, x86, pat: rework linear pfn-mmap tracking by Konstantin Khlebnikov · 12 years ago
  89. 5180da4 x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_insert_pfn by Suresh Siddha · 12 years ago
  90. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  91. d833352 mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables by Mel Gorman · 12 years ago
  92. 51a07e5 mm/memory.c:print_vma_addr(): call up_read(&mm->mmap_sem) directly by Jeff Liu · 12 years ago
  93. 24669e5 hugetlb: use mmu_gather instead of a temporary linked list for accumulating pages by Aneesh Kumar K.V · 12 years ago
  94. 41c4d25 mm: Update file times from fault path only if .page_mkwrite is not set by Jan Kara · 12 years ago
  95. 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
  96. 597e1c3 mm/mmu_gather: enable tlb flush range in generic mmu_gather by Alex Shi · 12 years ago
  97. eb4546b mm/memory.c: fix kernel-doc warnings by Randy Dunlap · 12 years ago
  98. e0897d7 mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_range by David Rientjes · 12 years ago
  99. 1f1d06c thp, memcg: split hugepage for memcg oom on cow by David Rientjes · 12 years ago
  100. e709ffd mm: remove swap token code by Rik van Riel · 12 years ago