1. 1328352 Merge branch 'android12-5.10' into `android12-5.10-lts` by Greg Kroah-Hartman · 3 years, 6 months ago
  2. 9938b82 ANDROID: mm: bail out tlb free batching on page zapping when cma is going on by Minchan Kim · 3 years, 7 months ago
  3. 2df0fb4 Merge 5.10.50 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  4. a5dcdfe swap: fix do_swap_page() race with swapoff by Miaohe Lin · 3 years, 7 months ago
  5. 194be71 Merge 5.10.47 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 7 months ago
  6. 0010275 mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page() by Hugh Dickins · 3 years, 7 months ago
  7. 0c959cd BACKPORT: FROMGIT: userfaultfd/shmem: support minor fault registration for shmem by Axel Rasmussen · 3 years, 8 months ago
  8. 84330a5 Revert "BACKPORT: FROMGIT: userfaultfd: support minor fault handling for shmem" by Lokesh Gidra · 3 years, 8 months ago
  9. 458e81e ANDROID: mm: spf: fix task fault accounting by Minchan Kim · 3 years, 9 months ago
  10. df9a9d8 ANDROID: mm: page_pinner: use put_user_page at access_remote_vm by Minchan Kim · 3 years, 10 months ago
  11. 35eacb5 ANDROID: mm: allow vmas with vm_ops to be speculatively handled by Vinayak Menon · 3 years, 10 months ago
  12. e98d2de ANDROID: mm: fix mixed declaration and code warning by Carlos Llamas · 3 years, 9 months ago
  13. d672123 BACKPORT: FROMGIT: userfaultfd: support minor fault handling for shmem by Axel Rasmussen · 3 years, 10 months ago
  14. e929497 Merge 5.10.28 into android12-5.10 by Greg Kroah-Hartman · 3 years, 10 months ago
  15. ec3e06e mm: fix race by making init_zero_pfn() early_initcall by Ilya Lipnitskiy · 3 years, 10 months ago
  16. 3ccfc59 Merge 5.10.24 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 10 months ago
  17. 2aaa79f mm/userfaultfd: fix memory corruption due to writeprotect by Nadav Amit · 3 years, 10 months ago
  18. d8c7f0a Merge 5.10.20 into android12-5.10 by Greg Kroah-Hartman · 3 years, 11 months ago
  19. 32e9704 hugetlb: fix copy_huge_page_from_user contig page struct assumption by Mike Kravetz · 3 years, 11 months ago
  20. 6c074ae mm/memory.c: fix potential pte_unmap_unlock pte error by Miaohe Lin · 3 years, 11 months ago
  21. e1a763a Merge 5.10.19 into android-5.10 by Greg Kroah-Hartman · 3 years, 11 months ago
  22. a42150f mm: provide a saner PTE walking API for modules by Paolo Bonzini · 4 years ago
  23. 6d9c9ec mm: simplify follow_pte{,pmd} by Christoph Hellwig · 4 years, 1 month ago
  24. f8d8fb7 mm: unexport follow_pte_pmd by Christoph Hellwig · 4 years, 1 month ago
  25. c3cbea9 ANDROID: mm: avoid writing to read-only elements by Vinayak Menon · 4 years ago
  26. db6cf10 BACKPORT: FROMGIT: mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULT by Will Deacon · 4 years ago
  27. ef3b732 BACKPORT: FROMGIT: mm: Allow architectures to request 'old' entries when prefaulting by Will Deacon · 4 years, 2 months ago
  28. 0aa300a BACKPORT: FROMGIT: mm: Cleanup faultaround and finish_fault() codepaths by Kirill A. Shutemov · 4 years, 1 month ago
  29. 9e4d842 ANDROID: Fix sparse warning in __handle_speculative_fault caused by SPF by Suren Baghdasaryan · 4 years ago
  30. cf397c6 ANDROID: mm: sync rss in speculative page fault path by Vinayak Menon · 4 years, 4 months ago
  31. b55d822 ANDROID: Fix sparse warning in wp_page_copy caused by SPF patchset by Suren Baghdasaryan · 4 years ago
  32. 531f65a ANDROID: mm: Fix sleeping while atomic during speculative page fault by Patrick Daly · 5 years ago
  33. 14624d3 FROMLIST: mm: don't do swap readahead during speculative page fault by Laurent Dufour · 6 years ago
  34. caf05c0 FROMLIST: mm: add speculative page fault vmstats by Laurent Dufour · 7 years ago
  35. 99e15a0 FROMLIST: mm: speculative page fault handler return VMA by Laurent Dufour · 7 years ago
  36. 736ae8b FROMLIST: mm: adding speculative page fault failure trace events by Laurent Dufour · 7 years ago
  37. 1c53717 FROMLIST: mm: provide speculative fault infrastructure by Peter Zijlstra · 7 years ago
  38. a1dbf20 FROMLIST: mm: introduce __page_add_new_anon_rmap() by Laurent Dufour · 7 years ago
  39. 10a5eb6 FROMLIST: mm: introduce __vm_normal_page() by Laurent Dufour · 7 years ago
  40. cbff8f3 FROMLIST: mm: introduce __lru_cache_add_active_or_unevictable by Laurent Dufour · 7 years ago
  41. 320b684 FROMLIST: mm/migrate: Pass vm_fault pointer to migrate_misplaced_page() by Laurent Dufour · 7 years ago
  42. 32507b6 FROMLIST: mm: cache some VMA fields in the vm_fault structure by Laurent Dufour · 7 years ago
  43. 73ab9e3 FROMLIST: mm: protect SPF handler against anon_vma changes by Laurent Dufour · 7 years ago
  44. 2ce6b11 FROMLIST: mm: VMA sequence count by Peter Zijlstra · 7 years ago
  45. 5835d87 FROMLIST: mm: make pte_unmap_same compatible with SPF by Laurent Dufour · 7 years ago
  46. b23ffc1 FROMLIST: mm: introduce pte_spinlock for FAULT_FLAG_SPECULATIVE by Laurent Dufour · 7 years ago
  47. afeec97 FROMLIST: mm: prepare for FAULT_FLAG_SPECULATIVE by Peter Zijlstra · 7 years ago
  48. 19057a6 Merge 5.10.4 into android12-5.10 by Greg Kroah-Hartman · 4 years, 1 month ago
  49. 5379465 mm/gup: prevent gup_fast from racing with COW during fork by Jason Gunthorpe · 4 years, 1 month ago
  50. 62e32cf ANDROID: mm: Create vendor hooks to control ZONE_MOVABLE allocations by Chris Goldsworthy · 4 years, 2 months ago
  51. b3dd1b5 Merge 922a763ae178 ("Merge tag 'zonefs-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs") into android-mainline by Greg Kroah-Hartman · 4 years, 3 months ago
  52. 05d2a66 Merge 54a4c789ca80 ("Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media") into android-mainline by Greg Kroah-Hartman · 4 years, 3 months ago
  53. 2d63baf Merge 5a32c3413d33 ("Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping") into android-mainline by Greg Kroah-Hartman · 4 years, 3 months ago
  54. 75c90a8c Merge d5660df4a555 ("Merge branch 'akpm' (patches from Andrew)") into android-mainline by Greg Kroah-Hartman · 4 years, 3 months ago
  55. eeb4a05 mm: allow a NULL fn callback in apply_to_page_range by Christoph Hellwig · 4 years, 3 months ago
  56. d01ac3c mm/memory: remove page fault assumption of compound page size by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  57. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 3 months ago
  58. c78f463 mm: remove src/dst mm parameter in copy_page_range() by Peter Xu · 4 years, 3 months ago
  59. f1dc168 mm/memory.c: fix spello of "function" by Randy Dunlap · 4 years, 3 months ago
  60. a7069ee mm/memory.c: replace vmf->vma with variable vma by Yanfei Xu · 4 years, 3 months ago
  61. d383807 mm/memory.c: fix typo in __do_fault() comment by Yanfei Xu · 4 years, 3 months ago
  62. 8de87f4 Merge 5.9 into android-mainline by Greg Kroah-Hartman · 4 years, 3 months ago
  63. f3c64ed mm: avoid early COW write protect games during fork() by Linus Torvalds · 4 years, 4 months ago
  64. a1fd09e dma-mapping: move dma-debug.h to kernel/dma/ by Christoph Hellwig · 4 years, 4 months ago
  65. 0ac540b Merge tag 'v5.9-rc7' into android-mainline by Greg Kroah-Hartman · 4 years, 4 months ago
  66. 70e806e mm: Do early cow for pinned pages during fork() for ptes by Peter Xu · 4 years, 4 months ago
  67. 7a4830c mm/fork: Pass new vma pointer into copy_page_range() by Peter Xu · 4 years, 4 months ago
  68. fb3b36d Merge a1bffa48745a ("Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi") into 'android-mainline' by Greg Kroah-Hartman · 4 years, 4 months ago
  69. be068f2 mm: fix misplaced unlock_page in do_wp_page() by Linus Torvalds · 4 years, 4 months ago
  70. 79a1971 mm: move the copy_one_pte() pte_present check into the caller by Linus Torvalds · 4 years, 4 months ago
  71. df3a57d mm: split out the non-present case from copy_one_pte() by Linus Torvalds · 4 years, 4 months ago
  72. 3d3ef2a Merge 5.9-rc4 into android-mainline by Greg Kroah-Hartman · 4 years, 4 months ago
  73. 7514c03 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  74. e80d390 mm: track page table modifications in __apply_to_page_range() by Joerg Roedel · 4 years, 5 months ago
  75. b25d1dc Merge branch 'simplify-do_wp_page' by Linus Torvalds · 4 years, 5 months ago
  76. 798a6b8 mm: Add PGREUSE counter by Peter Xu · 4 years, 5 months ago
  77. 09854ba mm: do_wp_page() simplification by Linus Torvalds · 4 years, 5 months ago
  78. e6d1601 Merge 5.9-rc2 into android-mainline by Greg Kroah-Hartman · 4 years, 5 months ago
  79. b7333b5 mm/memory.c: skip spurious TLB flush for retried page fault by Yang Shi · 4 years, 5 months ago
  80. df7e491 Merge 4b6c093e21d3 ("Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block") into android-mainline by Greg Kroah-Hartman · 4 years, 5 months ago
  81. 18737f4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  82. a449bf5 mm/swapfile: fix and annotate various data races by Qian Cai · 4 years, 5 months ago
  83. 5848dc5 dma-debug: remove debug_dma_assert_idle() function by Linus Torvalds · 4 years, 5 months ago
  84. 418b4bd Merge dc06fe51d26e ("Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux") into android-mainline by Greg Kroah-Hartman · 4 years, 5 months ago
  85. 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
  86. a2beb5f mm: clean up the last pieces of page fault accountings by Peter Xu · 4 years, 5 months ago
  87. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  88. a1a0aea mm/memory.c: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  89. aae466b mm/swap: implement workingset detection for anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  90. b518154 mm/vmscan: protect the workingset on anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  91. a17a563 Merge 449dc8c97089 ("Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply") into android-mainline by Greg Kroah-Hartman · 4 years, 5 months ago
  92. 0c4123e mm/memory.c: make remap_pfn_range() reject unaligned addr by Alex Zhang · 4 years, 6 months ago
  93. 463b7a1 mm: remove redundant check non_swap_entry() by Ralph Campbell · 4 years, 6 months ago
  94. f04a11a Merge 7b4ea9456dd3 ("Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings"") into android-mainline by Greg Kroah-Hartman · 4 years, 6 months ago
  95. d332fba Merge b34133fec882 ("Merge tag 'perf-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline by Greg Kroah-Hartman · 4 years, 6 months ago
  96. 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, 6 months ago
  97. 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
  98. 183e8b8 Merge branch 'upstream-master' into android-mainline by Greg Kroah-Hartman · 4 years, 6 months ago
  99. 45779b0 mm: initialize return of vm_insert_pages by Tom Rix · 4 years, 6 months ago
  100. bb7cdd3 alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb() by Will Deacon · 5 years ago