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