1. 7514c03 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 4 months ago
  2. e80d390 mm: track page table modifications in __apply_to_page_range() by Joerg Roedel · 4 years, 4 months ago
  3. b25d1dc Merge branch 'simplify-do_wp_page' by Linus Torvalds · 4 years, 4 months ago
  4. 798a6b8 mm: Add PGREUSE counter by Peter Xu · 4 years, 5 months ago
  5. 09854ba mm: do_wp_page() simplification by Linus Torvalds · 4 years, 5 months ago
  6. b7333b5 mm/memory.c: skip spurious TLB flush for retried page fault by Yang Shi · 4 years, 5 months ago
  7. 18737f4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  8. a449bf5 mm/swapfile: fix and annotate various data races by Qian Cai · 4 years, 5 months ago
  9. 5848dc5 dma-debug: remove debug_dma_assert_idle() function by Linus Torvalds · 4 years, 5 months ago
  10. 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
  11. a2beb5f mm: clean up the last pieces of page fault accountings by Peter Xu · 4 years, 5 months ago
  12. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  13. a1a0aea mm/memory.c: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  14. aae466b mm/swap: implement workingset detection for anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  15. b518154 mm/vmscan: protect the workingset on anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  16. 0c4123e mm/memory.c: make remap_pfn_range() reject unaligned addr by Alex Zhang · 4 years, 5 months ago
  17. 463b7a1 mm: remove redundant check non_swap_entry() by Ralph Campbell · 4 years, 5 months ago
  18. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  19. 145ff1e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 5 months ago
  20. 45779b0 mm: initialize return of vm_insert_pages by Tom Rix · 4 years, 6 months ago
  21. bb7cdd3 alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb() by Will Deacon · 5 years ago
  22. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  23. 0076f02 mm/memory: fix IO cost for anonymous page by Joonsoo Kim · 4 years, 7 months ago
  24. 7f70c2a mm/memory.c: properly pte_offset_map_lock/unlock in vm_insert_pages() by Arjun Roy · 4 years, 7 months ago
  25. 545b1b0 mm: do_swap_page(): fix up the error code by Michal Hocko · 4 years, 7 months ago
  26. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  27. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  28. da1c55f mmap locking API: rename mmap_sem to mmap_lock by Michel Lespinasse · 4 years, 7 months ago
  29. 42fc541 mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked() by Michel Lespinasse · 4 years, 7 months ago
  30. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  31. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  32. 985ba00 mm/memory: fix a typo in comment "attampt"->"attempt" by Ethon Paul · 4 years, 7 months ago
  33. f089dcc mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h by Mike Rapoport · 4 years, 7 months ago
  34. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  35. 6058eae mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() by Johannes Weiner · 4 years, 7 months ago
  36. d9eb1ea mm: memcontrol: delete unused lrucare handling by Johannes Weiner · 4 years, 7 months ago
  37. 4c6355b mm: memcontrol: charge swapin pages on instantiation by Johannes Weiner · 4 years, 7 months ago
  38. 9d82c69 mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API by Johannes Weiner · 4 years, 7 months ago
  39. be5d0a7 mm: memcontrol: switch to native NR_ANON_MAPPED counter by Johannes Weiner · 4 years, 7 months ago
  40. 3fba69a mm: memcontrol: drop @compound parameter from memcg charging API by Johannes Weiner · 4 years, 7 months ago
  41. 8226f11 Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 7 months ago
  42. 6972f55 mm/memory: remove unnecessary pte_devmap case in copy_one_pte() by chenqiwu · 4 years, 7 months ago
  43. 44bf431 mm/memory.c: Add memory read privilege on page fault handling by Bibo Mao · 4 years, 8 months ago
  44. 7df6769 mm/memory.c: Update local TLB if PTE entry exists by Bibo Mao · 4 years, 8 months ago
  45. 8cd3984 mm/memory.c: add vm_insert_pages() by Arjun Roy · 4 years, 9 months ago
  46. 8efd6f5b mm/memory.c: refactor insert_page to prepare for batched-lock insert by Arjun Roy · 4 years, 9 months ago
  47. 552657b mm: fix ambiguous comments for better code readability by chenqiwu · 4 years, 9 months ago
  48. f45ec5f userfaultfd: wp: support swap and page migration by Peter Xu · 4 years, 9 months ago
  49. b569a17 userfaultfd: wp: drop _PAGE_UFFD_WP properly when fork by Peter Xu · 4 years, 9 months ago
  50. 292924b userfaultfd: wp: apply _PAGE_UFFD_WP bit by Peter Xu · 4 years, 9 months ago
  51. 529b930 userfaultfd: wp: hook userfault handler to write protection fault by Andrea Arcangeli · 4 years, 9 months ago
  52. 396bcc5 mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE by Matthew Wilcox (Oracle) · 4 years, 9 months ago
  53. 3122e80 mm/vma: make vma_is_accessible() available for general use by Anshuman Khandual · 4 years, 9 months ago
  54. ea9448b Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 9 months ago
  55. abd69b9 mm/memory.c: clarify a confusing comment for vm_iomap_memory by Wang Wenhu · 4 years, 9 months ago
  56. 86a7633 mm: clarify a confusing comment for remap_pfn_range() by WANG Wenhu · 4 years, 9 months ago
  57. 327e9fd mm: Split huge pages on write-notify or COW by Thomas Hellstrom (VMware) · 4 years, 10 months ago
  58. c3e5ea6 mm: avoid data corruption on CoW fault into PFN-mapped VMA by Kirill A. Shutemov · 4 years, 10 months ago
  59. 9717c1c Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  60. b45f1b3 Merge branch 'ttm-prot-fix' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 5 years ago
  61. 5379e4d mm, drm/ttm: Fix vm page protection handling by Thomas Hellstrom · 5 years ago
  62. 574c5b3d mm: Add a vmf_insert_mixed_prot() function by Thomas Hellstrom · 5 years ago
  63. 1e5f8a3 Merge tag 'v5.5-rc3' into sched/core, to pick up fixes by Ingo Molnar · 5 years ago
  64. be1db47 mm/memory.c: add apply_to_existing_page_range() helper by Daniel Axtens · 5 years ago
  65. 923717c sched/rt, mm: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
  66. f949286 mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.h by Mike Rapoport · 5 years ago
  67. 3cde287 mm/memory.c: replace is_zero_pfn with is_huge_zero_pmd for thp by Yu Zhao · 5 years ago
  68. f4f5329 mm: fix typos in comments when calling __SetPageUptodate() by Wei Yang · 5 years ago
  69. 625110b mm/memory.c: fix a huge pud insertion race during faulting by Thomas Hellstrom · 5 years ago
  70. e4dcad2 rss_stat: add support to detect RSS updates of external mm by Joel Fernandes (Google) · 5 years ago
  71. b3d1411 mm: emit tracepoint when RSS changes by Joel Fernandes (Google) · 5 years ago
  72. 89b1533 mm: drop mmap_sem before calling balance_dirty_pages() in write fault by Johannes Weiner · 5 years ago
  73. 83d116c mm: fix double page fault on arm64 if PTE_AF is cleared by Jia He · 5 years ago
  74. 6aa9b8b mm: do not hash address in print_bad_pte() by Kefeng Wang · 5 years ago
  75. 7b167b6 mm: release the spinlock on zap_pte_range by Minchan Kim · 5 years ago
  76. 9da99f2 mm: remove redundant assignment of entry by Wei Yang · 5 years ago
  77. dc617f2 vfs: don't allow writes to swap files by Darrick J. Wong · 5 years ago
  78. 43675e6 mm: thp: make transhuge_vma_suitable available for anonymous THP by Yang Shi · 5 years ago
  79. fec88ab Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  80. 1e426fe mm: use down_read_killable for locking mmap_sem in access_remote_vm by Konstantin Khlebnikov · 5 years ago
  81. 96756fc mm/memory.c: fail when offset == num in first check of __vm_map_pages() by Miguel Ojeda · 5 years ago
  82. 8b1e0f8 mm/pgtable: drop pgtable_t variable from pte_fn_t functions by Anshuman Khandual · 5 years ago
  83. eb08557 mm, swap: fix race between swapoff and some swap operations by Huang Ying · 5 years ago
  84. 465fc3a mm/memory.c: trivial clean up in insert_page() by Miklos Szeredi · 5 years ago
  85. 897e636 memremap: add a migrate_to_ram method to struct dev_pagemap_ops by Christoph Hellwig · 6 years ago
  86. 25b2995 mm: remove MEMORY_DEVICE_PUBLIC support by Christoph Hellwig · 6 years ago
  87. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  88. a667d74 mm: introduce new vm_map_pages() and vm_map_pages_zero() API by Souptick Joarder · 6 years ago
  89. 7269f99 mm/mmu_notifier: use correct mmu_notifier events for each invalidation by Jérôme Glisse · 6 years ago
  90. 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
  91. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  92. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  93. fa0aafb asm-generic/tlb: Remove tlb_flush_mmu_free() by Peter Zijlstra · 6 years ago
  94. ed6a793 asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE by Peter Zijlstra · 6 years ago
  95. cae85cb mm/memory.c: fix modifying of page protection by insert_pfn() by Jan Kara · 6 years ago
  96. fc8efd2 mm/memory.c: do_fault: avoid usage of stale vm_area_struct by Jan Stancek · 6 years ago
  97. a862f68 docs/core-api/mm: fix return value descriptions in mm/ by Mike Rapoport · 6 years ago
  98. 04a8645 mm: update ptep_modify_prot_commit to take old pte value as arg by Aneesh Kumar K.V · 6 years ago
  99. 0cbe3e2 mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg by Aneesh Kumar K.V · 6 years ago
  100. d9f7979 mm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago