1. f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 8 months ago
  2. 3d1c7fd delayacct: clear right task's flag after blkio completes by Yafang Shao · 3 years, 8 months ago
  3. 0c95cba mm: apply_to_pte_range warn and fail if a large pte is encountered by Nicholas Piggin · 3 years, 9 months ago
  4. b99a342 NUMA balancing: reduce TLB flush via delaying mapping on hint page fault by Huang Ying · 3 years, 9 months ago
  5. 74ffa5a mm: add remap_pfn_range_notrack by Christoph Hellwig · 3 years, 9 months ago
  6. bf90ac1 mm/memory.c: do_numa_page(): delete bool "migrated" by Wang Qing · 3 years, 9 months ago
  7. 0add0c7 memcg: charge before adding to swapcache on swapin by Shakeel Butt · 3 years, 9 months ago
  8. e720e7d mm: fix race by making init_zero_pfn() early_initcall by Ilya Lipnitskiy · 3 years, 10 months ago
  9. 6ce6442 mm/userfaultfd: fix memory corruption due to writeprotect by Nadav Amit · 3 years, 10 months ago
  10. 97a7e47 mm: introduce page_needs_cow_for_dma() for deciding whether cow by Peter Xu · 3 years, 10 months ago
  11. f685a53 MIPS: make userspace mapping young by default by Huang Pei · 3 years, 11 months ago
  12. 3272cfc2 hugetlb: fix copy_huge_page_from_user contig page struct assumption by Mike Kravetz · 3 years, 11 months ago
  13. 8abb50c mm/memory.c: fix potential pte_unmap_unlock pte error by Miaohe Lin · 3 years, 11 months ago
  14. 90a3e37 mm/memory.c: fix potential pte_unmap_unlock pte error by Miaohe Lin · 3 years, 11 months ago
  15. e913a8c Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 11 months ago
  16. 3e10585 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 11 months ago
  17. 99ca0ed Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 11 months ago
  18. 9fd6dad mm: provide a saner PTE walking API for modules by Paolo Bonzini · 4 years ago
  19. a72afd8 tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu() by Will Deacon · 4 years ago
  20. ae8eba8 tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu() by Will Deacon · 4 years ago
  21. 9d3af4b mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULT by Will Deacon · 4 years ago
  22. 46bdb42 mm: Allow architectures to request 'old' entries when prefaulting by Will Deacon · 4 years, 2 months ago
  23. f9ce0be mm: Cleanup faultaround and finish_fault() codepaths by Kirill A. Shutemov · 4 years, 1 month ago
  24. 96667f8 mm: Close race in generic_access_phys by Daniel Vetter · 4 years, 2 months ago
  25. 111fe71 mm: generalise COW SMC TLB flushing race comment by Nicholas Piggin · 4 years, 1 month ago
  26. ff5c19e mm: simplify follow_pte{,pmd} by Christoph Hellwig · 4 years, 1 month ago
  27. 7336375 mm: unexport follow_pte_pmd by Christoph Hellwig · 4 years, 1 month ago
  28. d3f5ffc mm: cleanup: remove unused tsk arg from __access_remote_vm by John Hubbard · 4 years, 1 month ago
  29. 57efa1f mm/gup: prevent gup_fast from racing with COW during fork by Jason Gunthorpe · 4 years, 1 month ago
  30. eeb4a05 mm: allow a NULL fn callback in apply_to_page_range by Christoph Hellwig · 4 years, 3 months ago
  31. d01ac3c mm/memory: remove page fault assumption of compound page size by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  32. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 3 months ago
  33. c78f463 mm: remove src/dst mm parameter in copy_page_range() by Peter Xu · 4 years, 3 months ago
  34. f1dc168 mm/memory.c: fix spello of "function" by Randy Dunlap · 4 years, 3 months ago
  35. a7069ee mm/memory.c: replace vmf->vma with variable vma by Yanfei Xu · 4 years, 3 months ago
  36. d383807 mm/memory.c: fix typo in __do_fault() comment by Yanfei Xu · 4 years, 3 months ago
  37. f3c64ed mm: avoid early COW write protect games during fork() by Linus Torvalds · 4 years, 4 months ago
  38. a1fd09e dma-mapping: move dma-debug.h to kernel/dma/ by Christoph Hellwig · 4 years, 4 months ago
  39. 70e806e mm: Do early cow for pinned pages during fork() for ptes by Peter Xu · 4 years, 4 months ago
  40. 7a4830c mm/fork: Pass new vma pointer into copy_page_range() by Peter Xu · 4 years, 4 months ago
  41. be068f2 mm: fix misplaced unlock_page in do_wp_page() by Linus Torvalds · 4 years, 4 months ago
  42. 79a1971 mm: move the copy_one_pte() pte_present check into the caller by Linus Torvalds · 4 years, 4 months ago
  43. df3a57d mm: split out the non-present case from copy_one_pte() by Linus Torvalds · 4 years, 4 months ago
  44. 7514c03 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 4 months ago
  45. e80d390 mm: track page table modifications in __apply_to_page_range() by Joerg Roedel · 4 years, 4 months ago
  46. b25d1dc Merge branch 'simplify-do_wp_page' by Linus Torvalds · 4 years, 4 months ago
  47. 798a6b8 mm: Add PGREUSE counter by Peter Xu · 4 years, 5 months ago
  48. 09854ba mm: do_wp_page() simplification by Linus Torvalds · 4 years, 5 months ago
  49. b7333b5 mm/memory.c: skip spurious TLB flush for retried page fault by Yang Shi · 4 years, 5 months ago
  50. 18737f4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  51. a449bf5 mm/swapfile: fix and annotate various data races by Qian Cai · 4 years, 5 months ago
  52. 5848dc5 dma-debug: remove debug_dma_assert_idle() function by Linus Torvalds · 4 years, 5 months ago
  53. 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
  54. a2beb5f mm: clean up the last pieces of page fault accountings by Peter Xu · 4 years, 5 months ago
  55. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  56. a1a0aea mm/memory.c: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  57. aae466b mm/swap: implement workingset detection for anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  58. b518154 mm/vmscan: protect the workingset on anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  59. 0c4123e mm/memory.c: make remap_pfn_range() reject unaligned addr by Alex Zhang · 4 years, 5 months ago
  60. 463b7a1 mm: remove redundant check non_swap_entry() by Ralph Campbell · 4 years, 5 months ago
  61. 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
  62. 145ff1e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 6 months ago
  63. 45779b0 mm: initialize return of vm_insert_pages by Tom Rix · 4 years, 6 months ago
  64. bb7cdd3 alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb() by Will Deacon · 5 years ago
  65. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
  66. 0076f02 mm/memory: fix IO cost for anonymous page by Joonsoo Kim · 4 years, 7 months ago
  67. 7f70c2a mm/memory.c: properly pte_offset_map_lock/unlock in vm_insert_pages() by Arjun Roy · 4 years, 7 months ago
  68. 545b1b0 mm: do_swap_page(): fix up the error code by Michal Hocko · 4 years, 7 months ago
  69. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  70. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  71. da1c55f mmap locking API: rename mmap_sem to mmap_lock by Michel Lespinasse · 4 years, 7 months ago
  72. 42fc541 mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked() by Michel Lespinasse · 4 years, 7 months ago
  73. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  74. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  75. 985ba00 mm/memory: fix a typo in comment "attampt"->"attempt" by Ethon Paul · 4 years, 8 months ago
  76. f089dcc mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h by Mike Rapoport · 4 years, 8 months ago
  77. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 8 months ago
  78. 6058eae mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() by Johannes Weiner · 4 years, 8 months ago
  79. d9eb1ea mm: memcontrol: delete unused lrucare handling by Johannes Weiner · 4 years, 8 months ago
  80. 4c6355b mm: memcontrol: charge swapin pages on instantiation by Johannes Weiner · 4 years, 8 months ago
  81. 9d82c69 mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API by Johannes Weiner · 4 years, 8 months ago
  82. be5d0a7 mm: memcontrol: switch to native NR_ANON_MAPPED counter by Johannes Weiner · 4 years, 8 months ago
  83. 3fba69a mm: memcontrol: drop @compound parameter from memcg charging API by Johannes Weiner · 4 years, 8 months ago
  84. 8226f11 Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 8 months ago
  85. 6972f55 mm/memory: remove unnecessary pte_devmap case in copy_one_pte() by chenqiwu · 4 years, 8 months ago
  86. 44bf431 mm/memory.c: Add memory read privilege on page fault handling by Bibo Mao · 4 years, 8 months ago
  87. 7df6769 mm/memory.c: Update local TLB if PTE entry exists by Bibo Mao · 4 years, 8 months ago
  88. 8cd3984 mm/memory.c: add vm_insert_pages() by Arjun Roy · 4 years, 9 months ago
  89. 8efd6f5b mm/memory.c: refactor insert_page to prepare for batched-lock insert by Arjun Roy · 4 years, 9 months ago
  90. 552657b mm: fix ambiguous comments for better code readability by chenqiwu · 4 years, 9 months ago
  91. f45ec5f userfaultfd: wp: support swap and page migration by Peter Xu · 4 years, 9 months ago
  92. b569a17 userfaultfd: wp: drop _PAGE_UFFD_WP properly when fork by Peter Xu · 4 years, 9 months ago
  93. 292924b userfaultfd: wp: apply _PAGE_UFFD_WP bit by Peter Xu · 4 years, 9 months ago
  94. 529b930 userfaultfd: wp: hook userfault handler to write protection fault by Andrea Arcangeli · 4 years, 9 months ago
  95. 396bcc5 mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE by Matthew Wilcox (Oracle) · 4 years, 9 months ago
  96. 3122e80 mm/vma: make vma_is_accessible() available for general use by Anshuman Khandual · 4 years, 9 months ago
  97. ea9448b Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 10 months ago
  98. abd69b9 mm/memory.c: clarify a confusing comment for vm_iomap_memory by Wang Wenhu · 4 years, 10 months ago
  99. 86a7633 mm: clarify a confusing comment for remap_pfn_range() by WANG Wenhu · 4 years, 10 months ago
  100. 327e9fd mm: Split huge pages on write-notify or COW by Thomas Hellstrom (VMware) · 4 years, 10 months ago