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