1. a50d8d9 mm/memremap: set caching mode for PCI P2PDMA memory to WC by Logan Gunthorpe · 4 years, 9 months ago
  2. bfeb022 mm/memory_hotplug: add pgprot_t to mhp_params by Logan Gunthorpe · 4 years, 9 months ago
  3. f5637d3 mm/memory_hotplug: rename mhp_restrictions to mhp_params by Logan Gunthorpe · 4 years, 9 months ago
  4. 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
  5. f894ddd memremap: add an owner field to struct dev_pagemap by Christoph Hellwig · 4 years, 10 months ago
  6. 9ffc1d1 mm/memremap_pages: Introduce memremap_compat_align() by Dan Williams · 5 years ago
  7. d33695b mm/memory_hotplug: poison memmap in remove_pfn_range_from_zone() by David Hildenbrand · 5 years ago
  8. 07d8026 mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages by John Hubbard · 5 years ago
  9. 429589d mm: Cleanup __put_devmap_managed_page() vs ->page_free() by Dan Williams · 5 years ago
  10. feee6b2 mm/memory_hotplug: shrink zones when offlining memory by David Hildenbrand · 5 years ago
  11. 77e080e mm/memunmap: don't access uninitialized memmap in memunmap_pages() by Aneesh Kumar K.V · 5 years ago
  12. 6d0e984 mm/memremap: drop unused SECTION_SIZE and SECTION_MASK by Anshuman Khandual · 5 years ago
  13. daa138a Merge branch 'odp_fixes' into hmm.git by Jason Gunthorpe · 5 years ago
  14. 7ab0ad0 mm/hmm: fix ZONE_DEVICE anon page mapping reuse by Ralph Campbell · 5 years ago
  15. 06282373 mm/memremap: Fix reuse of pgmap instances with internal references by Dan Williams · 5 years ago
  16. 14c5ceb memremap: move from kernel/ to mm/ by Christoph Hellwig · 5 years ago[Renamed from kernel/memremap.c]
  17. 7cc7867 mm/devm_memremap_pages: enable sub-section remap by Dan Williams · 5 years ago
  18. 24917f6 memremap: provide an optional internal refcount in struct dev_pagemap by Christoph Hellwig · 6 years ago
  19. 514caf2 memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag by Christoph Hellwig · 6 years ago
  20. 80a72d0 memremap: remove the data field in struct dev_pagemap by Christoph Hellwig · 6 years ago
  21. 897e636 memremap: add a migrate_to_ram method to struct dev_pagemap_ops by Christoph Hellwig · 6 years ago
  22. f6a55e1 memremap: lift the devmap_enable manipulation into devm_memremap_pages by Christoph Hellwig · 6 years ago
  23. d8668bb memremap: pass a struct dev_pagemap to ->kill and ->cleanup by Christoph Hellwig · 6 years ago
  24. 1e240e8 memremap: move dev_pagemap callbacks into a separate structure by Christoph Hellwig · 6 years ago
  25. 3ed2dcd memremap: validate the pagemap type passed to devm_memremap_pages by Christoph Hellwig · 6 years ago
  26. 50f44ee mm/devm_memremap_pages: fix final page put race by Dan Williams · 6 years ago
  27. 2e3f139 mm/devm_memremap_pages: introduce devm_memunmap_pages by Dan Williams · 6 years ago
  28. 640be2d kernel/memremap.c: remove the unused device_private_entry_fault() export by Christoph Hellwig · 6 years ago
  29. 940519f mm, memory_hotplug: provide a more generic restrictions for memory hotplug by Michal Hocko · 6 years ago
  30. 063a7d1 mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmm by Dan Williams · 6 years ago
  31. 2c2a5af mm, memory_hotplug: add nid parameter to arch_remove_memory by Oscar Salvador · 6 years ago
  32. 69324b8 mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE support by Dan Williams · 6 years ago
  33. a95c90f mm, devm_memremap_pages: fix shutdown handling by Dan Williams · 6 years ago
  34. 06489cf mm, devm_memremap_pages: kill mapping "System RAM" support by Dan Williams · 6 years ago
  35. 808153e mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPL by Dan Williams · 6 years ago
  36. dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  37. 966cf44 mm: defer ZONE_DEVICE page initialization to the point where we init pgmap by Alexander Duyck · 6 years ago
  38. bcfa4b7 memremap: Convert to XArray by Matthew Wilcox · 6 years ago
  39. 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
  40. 2b74030 mm: Change return type int to vm_fault_t for fault handlers by Souptick Joarder · 6 years ago
  41. 0207df4 kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN by Andrey Ryabinin · 6 years ago
  42. 31c5bda mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL by Dan Williams · 6 years ago
  43. 15d36fe mm: disallow mappings that conflict for devm_memremap_pages() by Dave Jiang · 6 years ago
  44. 2fa147b mm, dev_pagemap: Do not clear ->mapping on final put by Dan Williams · 6 years ago
  45. e7638488 mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS by Dan Williams · 7 years ago
  46. 5981690 memremap: split devm_memremap_pages() and memremap() infrastructure by Dan Williams · 7 years ago
  47. 167f559 kernel/memremap: Remove stale devres_free() call by Oliver O'Halloran · 7 years ago
  48. 949b9325 memremap: fix softlockup reports at teardown by Dan Williams · 7 years ago
  49. 77dd66a mm: Fix devm_memremap_pages() collision handling by Jan H. Schönherr · 7 years ago
  50. 10a0cd6 mm: Fix memory size alignment in devm_memremap_pages_release() by Jan H. Schönherr · 7 years ago
  51. e697c5b memremap: merge find_dev_pagemap into get_dev_pagemap by Christoph Hellwig · 7 years ago
  52. e8d5134 memremap: change devm_memremap_pages interface to use struct dev_pagemap by Christoph Hellwig · 7 years ago
  53. e7744aa memremap: drop private struct page_map by Logan Gunthorpe · 7 years ago
  54. 7003e3b memremap: simplify duplicate region handling in devm_memremap_pages by Christoph Hellwig · 7 years ago
  55. 0628b8c memremap: remove to_vmem_altmap by Christoph Hellwig · 7 years ago
  56. 832d7aa mm: optimize dev_pagemap reference counting around get_dev_pagemap by Christoph Hellwig · 7 years ago
  57. 0822acb mm: move get_dev_pagemap out of line by Christoph Hellwig · 7 years ago
  58. a99583e mm: pass the vmem_altmap to memmap_init_zone by Christoph Hellwig · 7 years ago
  59. da02451 mm: pass the vmem_altmap to arch_remove_memory and __remove_pages by Christoph Hellwig · 7 years ago
  60. 24e6d5a mm: pass the vmem_altmap to arch_add_memory and __add_pages by Christoph Hellwig · 7 years ago
  61. 1fdcce6 memremap: add scheduling point to devm_memremap_pages by Michal Hocko · 7 years ago
  62. df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
  63. c733a82 mm/memcontrol: support MEMORY_DEVICE_PRIVATE by Jérôme Glisse · 7 years ago
  64. 7b2d55d2 mm/ZONE_DEVICE: special case put_page() for device private pages by Jérôme Glisse · 7 years ago
  65. 5042db4 mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory by Jérôme Glisse · 7 years ago
  66. ab1b597 mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookups by Dan Williams · 7 years ago
  67. 8f716c9 x86/mm: Add support to access boot related data in the clear by Tom Lendacky · 7 years ago
  68. 3d79a72 mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory by Michal Hocko · 7 years ago
  69. f1dd2cd mm, memory_hotplug: do not associate hotadded memory to zones until online by Michal Hocko · 7 years ago
  70. 7138970 mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crash by Dan Williams · 8 years ago
  71. 55adc1d mm: add private lock to serialize memory hotplug operations by Heiko Carstens · 8 years ago
  72. b5d24fd mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done} by Dan Williams · 8 years ago
  73. f931ab4 mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done} by Dan Williams · 8 years ago
  74. 9049771 mm: fix cache mode of dax pmd mappings by Dan Williams · 8 years ago
  75. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  76. 11db048 mm: cleanup ifdef guards for vmem_altmap by Dan Williams · 8 years ago
  77. f295e53 libnvdimm, pmem: allow nfit_test to override pmem_direct_access() by Dan Williams · 9 years ago
  78. c269cba memremap: add arch specific hook for MEMREMAP_WB mappings by Ard Biesheuvel · 9 years ago
  79. c907e0e memremap: add MEMREMAP_WC flag by Brian Starkey · 9 years ago
  80. cf61e2a memremap: don't modify flags by Brian Starkey · 9 years ago
  81. 07061aa mm: fix two typos in comments for to_vmem_altmap() by Andreas Ziegler · 9 years ago
  82. d37a14bb Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  83. ac343e8 memremap: check pfn validity before passing to pfn_to_page() by Ard Biesheuvel · 9 years ago
  84. 5f29a77 mm: fix mixed zone detection in devm_memremap_pages by Dan Williams · 9 years ago
  85. d77a117 list: kill list_force_poison() by Dan Williams · 9 years ago
  86. bc94b99 Merge tag 'v4.5-rc6' into core/resources, to resolve conflict by Ingo Molnar · 9 years ago
  87. 3d7b365 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  88. 93f834d devm_memremap: Fix error value when memremap failed by Toshi Kani · 9 years ago
  89. 9273a8b devm_memremap_release(): fix memremap'd addr handling by Toshi Kani · 9 years ago
  90. db78c22 mm: fix pfn_t vs highmem by Dan Williams · 9 years ago
  91. 76e9f0e phys_to_pfn_t: use phys_addr_t by Dan Williams · 9 years ago
  92. 1c29f25 memremap: Change region_intersects() to take @flags and @desc by Toshi Kani · 9 years ago
  93. eb7d78c devm_memremap_pages: fix vmem_altmap lifetime + alignment handling by Dan Williams · 9 years ago
  94. 3565fce mm, x86: get_user_pages() for dax mappings by Dan Williams · 9 years ago
  95. 5c2c258 mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup by Dan Williams · 9 years ago
  96. 4b94ffd x86, mm: introduce vmem_altmap to augment vmemmap_populate() by Dan Williams · 9 years ago
  97. 9476df7 mm: introduce find_dev_pagemap() by Dan Williams · 9 years ago
  98. 34c0fd5 mm, dax, pmem: introduce pfn_t by Dan Williams · 9 years ago
  99. 264015f Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  100. 182475b memremap: fix highmem support by Dan Williams · 9 years ago