- e7638488 mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS by Dan Williams · 7 years ago
- 5981690 memremap: split devm_memremap_pages() and memremap() infrastructure by Dan Williams · 7 years ago
- 167f559 kernel/memremap: Remove stale devres_free() call by Oliver O'Halloran · 7 years ago
- 949b9325 memremap: fix softlockup reports at teardown by Dan Williams · 7 years ago
- 77dd66a mm: Fix devm_memremap_pages() collision handling by Jan H. Schönherr · 7 years ago
- 10a0cd6 mm: Fix memory size alignment in devm_memremap_pages_release() by Jan H. Schönherr · 7 years ago
- e697c5b memremap: merge find_dev_pagemap into get_dev_pagemap by Christoph Hellwig · 7 years ago
- e8d5134 memremap: change devm_memremap_pages interface to use struct dev_pagemap by Christoph Hellwig · 7 years ago
- e7744aa memremap: drop private struct page_map by Logan Gunthorpe · 7 years ago
- 7003e3b memremap: simplify duplicate region handling in devm_memremap_pages by Christoph Hellwig · 7 years ago
- 0628b8c memremap: remove to_vmem_altmap by Christoph Hellwig · 7 years ago
- 832d7aa mm: optimize dev_pagemap reference counting around get_dev_pagemap by Christoph Hellwig · 7 years ago
- 0822acb mm: move get_dev_pagemap out of line by Christoph Hellwig · 7 years ago
- a99583e mm: pass the vmem_altmap to memmap_init_zone by Christoph Hellwig · 7 years ago
- da02451 mm: pass the vmem_altmap to arch_remove_memory and __remove_pages by Christoph Hellwig · 7 years ago
- 24e6d5a mm: pass the vmem_altmap to arch_add_memory and __add_pages by Christoph Hellwig · 7 years ago
- 1fdcce6 memremap: add scheduling point to devm_memremap_pages by Michal Hocko · 7 years ago
- df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
- c733a82 mm/memcontrol: support MEMORY_DEVICE_PRIVATE by Jérôme Glisse · 7 years ago
- 7b2d55d2 mm/ZONE_DEVICE: special case put_page() for device private pages by Jérôme Glisse · 7 years ago
- 5042db4 mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory by Jérôme Glisse · 7 years ago
- ab1b597 mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookups by Dan Williams · 7 years ago
- 8f716c9 x86/mm: Add support to access boot related data in the clear by Tom Lendacky · 7 years ago
- 3d79a72 mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory by Michal Hocko · 7 years ago
- f1dd2cd mm, memory_hotplug: do not associate hotadded memory to zones until online by Michal Hocko · 7 years ago
- 7138970 mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crash by Dan Williams · 8 years ago
- 55adc1d mm: add private lock to serialize memory hotplug operations by Heiko Carstens · 8 years ago
- b5d24fd mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done} by Dan Williams · 8 years ago
- f931ab4 mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done} by Dan Williams · 8 years ago
- 9049771 mm: fix cache mode of dax pmd mappings by Dan Williams · 8 years ago
- 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
- 11db048 mm: cleanup ifdef guards for vmem_altmap by Dan Williams · 8 years ago
- f295e53 libnvdimm, pmem: allow nfit_test to override pmem_direct_access() by Dan Williams · 9 years ago
- c269cba memremap: add arch specific hook for MEMREMAP_WB mappings by Ard Biesheuvel · 9 years ago
- c907e0e memremap: add MEMREMAP_WC flag by Brian Starkey · 9 years ago
- cf61e2a memremap: don't modify flags by Brian Starkey · 9 years ago
- 07061aa mm: fix two typos in comments for to_vmem_altmap() by Andreas Ziegler · 9 years ago
- 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
- ac343e8 memremap: check pfn validity before passing to pfn_to_page() by Ard Biesheuvel · 9 years ago
- 5f29a77 mm: fix mixed zone detection in devm_memremap_pages by Dan Williams · 9 years ago
- d77a117 list: kill list_force_poison() by Dan Williams · 9 years ago
- bc94b99 Merge tag 'v4.5-rc6' into core/resources, to resolve conflict by Ingo Molnar · 9 years ago
- 3d7b365 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
- 93f834d devm_memremap: Fix error value when memremap failed by Toshi Kani · 9 years ago
- 9273a8b devm_memremap_release(): fix memremap'd addr handling by Toshi Kani · 9 years ago
- db78c22 mm: fix pfn_t vs highmem by Dan Williams · 9 years ago
- 76e9f0e phys_to_pfn_t: use phys_addr_t by Dan Williams · 9 years ago
- 1c29f25 memremap: Change region_intersects() to take @flags and @desc by Toshi Kani · 9 years ago
- eb7d78c devm_memremap_pages: fix vmem_altmap lifetime + alignment handling by Dan Williams · 9 years ago
- 3565fce mm, x86: get_user_pages() for dax mappings by Dan Williams · 9 years ago
- 5c2c258 mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup by Dan Williams · 9 years ago
- 4b94ffd x86, mm: introduce vmem_altmap to augment vmemmap_populate() by Dan Williams · 9 years ago
- 9476df7 mm: introduce find_dev_pagemap() by Dan Williams · 9 years ago
- 34c0fd5 mm, dax, pmem: introduce pfn_t by Dan Williams · 9 years ago
- 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
- 182475b memremap: fix highmem support by Dan Williams · 9 years ago
- 538ea4a pmem, memremap: convert to numa aware allocations by Dan Williams · 9 years ago
- 7eff93b devm_memremap_pages: use numa_mem_id by Dan Williams · 9 years ago
- b36f476 devm_memremap: convert to return ERR_PTR by Dan Williams · 9 years ago
- d741314 devm_memunmap: use devres_release() by Dan Williams · 9 years ago
- 41e94a8 add devm_memremap_pages by Christoph Hellwig · 9 years ago
- 7d3dcf2 devres: add devm_memremap by Christoph Hellwig · 9 years ago
- 92281dee arch: introduce memremap() by Dan Williams · 9 years ago