1. 223ec6a mm/memremap.c: fix outdated comment in devm_memremap_pages by Li Zhijian · 2 years ago
  2. 68f4838 mm: introduce __vm_flags_mod and use it in untrack_pfn by Suren Baghdasaryan · 2 years ago
  3. 867400a mm/memremap.c: map FS_DAX device memory as decrypted by Pankaj Gupta · 2 years, 3 months ago
  4. 0dc45ca mm/memremap.c: take a pgmap reference on page allocation by Alistair Popple · 2 years, 4 months ago
  5. ef23345 mm: free device private pages have zero refcount by Alistair Popple · 2 years, 4 months ago
  6. e7b72c4 mm/mremap_pages: save a few cycles in get_dev_pagemap() by Christophe JAILLET · 2 years, 5 months ago
  7. 6614a3c Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 5 months ago
  8. f4f451a mm: fix missing wake-up event for FSDAX pages by Muchun Song · 2 years, 7 months ago
  9. f25cbb7 mm: add zone device coherent type memory support by Alex Sierra · 2 years, 6 months ago
  10. 1e57ffb mm/memremap: fix memunmap_pages() race with get_dev_pagemap() by Miaohe Lin · 2 years, 7 months ago
  11. 2368903 mm/memremap: fix wrong function name above memremap_pages() by Miaohe Lin · 2 years, 7 months ago
  12. a04e192 mm/memremap: fix missing call to untrack_pfn() in pagemap_range() by Miaohe Lin · 2 years, 8 months ago
  13. 78fbe90 mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages by David Hildenbrand · 2 years, 8 months ago
  14. 4917f55 mm/sparse-vmemmap: improve memory savings for compound devmaps by Joao Martins · 2 years, 9 months ago
  15. bb43b14 mm: delete __ClearPageWaiters() by Hugh Dickins · 2 years, 10 months ago
  16. 9030fb0 Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 10 months ago
  17. a74c6c0 mm/memremap: avoid calling kasan_remove_zero_shadow() for device private memory by Miaohe Lin · 2 years, 10 months ago
  18. 5cbf994 mm: generalize the pgmap based page_free infrastructure by Christoph Hellwig · 2 years, 11 months ago
  19. 27674ef mm: remove the extra ZONE_DEVICE struct page refcount by Christoph Hellwig · 2 years, 11 months ago
  20. dc90f08 mm: don't include <linux/memremap.h> in <linux/mm.h> by Christoph Hellwig · 2 years, 11 months ago
  21. 8957494 mm: simplify freeing of devmap managed pages by Christoph Hellwig · 2 years, 11 months ago
  22. 75e55d8 mm: move free_devmap_managed_page to memremap.c by Christoph Hellwig · 2 years, 11 months ago
  23. be8a80b mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages by Christoph Hellwig · 2 years, 11 months ago
  24. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  25. c4386bd mm/memremap: add ZONE_DEVICE support for compound pages by Joao Martins · 3 years ago
  26. b80892c memremap: remove support for external pgmap refcounts by Christoph Hellwig · 3 years, 3 months ago
  27. bbc6b70 mm/memcg: Convert mem_cgroup_uncharge() to take a folio by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  28. 65a2aa5 mm/memory_hotplug: remove nid parameter from arch_remove_memory() by David Hildenbrand · 3 years, 4 months ago
  29. 2840d49 mm/memremap.c: fix improper SPDX comment style by Zhiyuan Dai · 3 years, 9 months ago
  30. bca3fea mm/memory_hotplug: prevalidate the address range being added with platform by Anshuman Khandual · 3 years, 11 months ago
  31. 34dc45b mm: fix memory_failure() handling of dax-namespace metadata by Dan Williams · 3 years, 11 months ago
  32. 46b1ee3 mm/mremap_pages: fix static key devmap_managed_key updates by Ralph Campbell · 4 years, 3 months ago
  33. d882c00 mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone() by David Hildenbrand · 4 years, 3 months ago
  34. 433e7d3 mm/memremap.c: convert devmap static branch to {inc,dec} by Ira Weiny · 4 years, 3 months ago
  35. 6f4dd8d mm: remove superfluous __ClearPageActive() by Yu Zhao · 4 years, 3 months ago
  36. b7b3c01 mm/memremap_pages: support multiple ranges per invocation by Dan Williams · 4 years, 3 months ago
  37. a4574f6 mm/memremap_pages: convert to 'struct range' by Dan Williams · 4 years, 3 months ago
  38. 4533d3a memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC by Roger Pau Monne · 4 years, 5 months ago
  39. a50d8d9 mm/memremap: set caching mode for PCI P2PDMA memory to WC by Logan Gunthorpe · 4 years, 9 months ago
  40. bfeb022 mm/memory_hotplug: add pgprot_t to mhp_params by Logan Gunthorpe · 4 years, 9 months ago
  41. f5637d3 mm/memory_hotplug: rename mhp_restrictions to mhp_params by Logan Gunthorpe · 4 years, 9 months ago
  42. 9b06860 Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 9 months ago
  43. f894ddd memremap: add an owner field to struct dev_pagemap by Christoph Hellwig · 4 years, 10 months ago
  44. 9ffc1d1 mm/memremap_pages: Introduce memremap_compat_align() by Dan Williams · 5 years ago
  45. d33695b mm/memory_hotplug: poison memmap in remove_pfn_range_from_zone() by David Hildenbrand · 5 years ago
  46. 07d8026 mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages by John Hubbard · 5 years ago
  47. 429589d mm: Cleanup __put_devmap_managed_page() vs ->page_free() by Dan Williams · 5 years ago
  48. feee6b2 mm/memory_hotplug: shrink zones when offlining memory by David Hildenbrand · 5 years ago
  49. 77e080e mm/memunmap: don't access uninitialized memmap in memunmap_pages() by Aneesh Kumar K.V · 5 years ago
  50. 6d0e984 mm/memremap: drop unused SECTION_SIZE and SECTION_MASK by Anshuman Khandual · 5 years ago
  51. daa138a Merge branch 'odp_fixes' into hmm.git by Jason Gunthorpe · 5 years ago
  52. 7ab0ad0 mm/hmm: fix ZONE_DEVICE anon page mapping reuse by Ralph Campbell · 5 years ago
  53. 06282373 mm/memremap: Fix reuse of pgmap instances with internal references by Dan Williams · 5 years ago
  54. 14c5ceb memremap: move from kernel/ to mm/ by Christoph Hellwig · 5 years ago[Renamed from kernel/memremap.c]
  55. 7cc7867 mm/devm_memremap_pages: enable sub-section remap by Dan Williams · 6 years ago
  56. 24917f6 memremap: provide an optional internal refcount in struct dev_pagemap by Christoph Hellwig · 6 years ago
  57. 514caf2 memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag by Christoph Hellwig · 6 years ago
  58. 80a72d0 memremap: remove the data field in struct dev_pagemap by Christoph Hellwig · 6 years ago
  59. 897e636 memremap: add a migrate_to_ram method to struct dev_pagemap_ops by Christoph Hellwig · 6 years ago
  60. f6a55e1 memremap: lift the devmap_enable manipulation into devm_memremap_pages by Christoph Hellwig · 6 years ago
  61. d8668bb memremap: pass a struct dev_pagemap to ->kill and ->cleanup by Christoph Hellwig · 6 years ago
  62. 1e240e8 memremap: move dev_pagemap callbacks into a separate structure by Christoph Hellwig · 6 years ago
  63. 3ed2dcd memremap: validate the pagemap type passed to devm_memremap_pages by Christoph Hellwig · 6 years ago
  64. 50f44ee mm/devm_memremap_pages: fix final page put race by Dan Williams · 6 years ago
  65. 2e3f139 mm/devm_memremap_pages: introduce devm_memunmap_pages by Dan Williams · 6 years ago
  66. 640be2d kernel/memremap.c: remove the unused device_private_entry_fault() export by Christoph Hellwig · 6 years ago
  67. 940519f mm, memory_hotplug: provide a more generic restrictions for memory hotplug by Michal Hocko · 6 years ago
  68. 063a7d1 mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmm by Dan Williams · 6 years ago
  69. 2c2a5af mm, memory_hotplug: add nid parameter to arch_remove_memory by Oscar Salvador · 6 years ago
  70. 69324b8 mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE support by Dan Williams · 6 years ago
  71. a95c90f mm, devm_memremap_pages: fix shutdown handling by Dan Williams · 6 years ago
  72. 06489cf mm, devm_memremap_pages: kill mapping "System RAM" support by Dan Williams · 6 years ago
  73. 808153e mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPL by Dan Williams · 6 years ago
  74. dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  75. 966cf44 mm: defer ZONE_DEVICE page initialization to the point where we init pgmap by Alexander Duyck · 6 years ago
  76. bcfa4b7 memremap: Convert to XArray by Matthew Wilcox · 6 years ago
  77. 2923b27 Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  78. 2b74030 mm: Change return type int to vm_fault_t for fault handlers by Souptick Joarder · 6 years ago
  79. 0207df4 kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN by Andrey Ryabinin · 6 years ago
  80. 31c5bda mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL by Dan Williams · 6 years ago
  81. 15d36fe mm: disallow mappings that conflict for devm_memremap_pages() by Dave Jiang · 6 years ago
  82. 2fa147b mm, dev_pagemap: Do not clear ->mapping on final put by Dan Williams · 7 years ago
  83. e7638488 mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS by Dan Williams · 7 years ago
  84. 5981690 memremap: split devm_memremap_pages() and memremap() infrastructure by Dan Williams · 7 years ago
  85. 167f559 kernel/memremap: Remove stale devres_free() call by Oliver O'Halloran · 7 years ago
  86. 949b9325 memremap: fix softlockup reports at teardown by Dan Williams · 7 years ago
  87. 77dd66a mm: Fix devm_memremap_pages() collision handling by Jan H. Schönherr · 7 years ago
  88. 10a0cd6 mm: Fix memory size alignment in devm_memremap_pages_release() by Jan H. Schönherr · 7 years ago
  89. e697c5b memremap: merge find_dev_pagemap into get_dev_pagemap by Christoph Hellwig · 7 years ago
  90. e8d5134 memremap: change devm_memremap_pages interface to use struct dev_pagemap by Christoph Hellwig · 7 years ago
  91. e7744aa memremap: drop private struct page_map by Logan Gunthorpe · 7 years ago
  92. 7003e3b memremap: simplify duplicate region handling in devm_memremap_pages by Christoph Hellwig · 7 years ago
  93. 0628b8c memremap: remove to_vmem_altmap by Christoph Hellwig · 7 years ago
  94. 832d7aa mm: optimize dev_pagemap reference counting around get_dev_pagemap by Christoph Hellwig · 7 years ago
  95. 0822acb mm: move get_dev_pagemap out of line by Christoph Hellwig · 7 years ago
  96. a99583e7 mm: pass the vmem_altmap to memmap_init_zone by Christoph Hellwig · 7 years ago
  97. da02451 mm: pass the vmem_altmap to arch_remove_memory and __remove_pages by Christoph Hellwig · 7 years ago
  98. 24e6d5a mm: pass the vmem_altmap to arch_add_memory and __add_pages by Christoph Hellwig · 7 years ago
  99. 1fdcce6 memremap: add scheduling point to devm_memremap_pages by Michal Hocko · 7 years ago
  100. df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago