summaryrefslogtreecommitdiffstats
path: root/mm/memremap.c
AgeCommit message (Expand)Author
2021-04-30mm/memremap.c: fix improper SPDX comment styleZhiyuan Dai
2021-02-26mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams
2020-11-02mm/mremap_pages: fix static key devmap_managed_key updatesRalph Campbell
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand
2020-10-13mm/memremap.c: convert devmap static branch to {inc,dec}Ira Weiny
2020-10-13mm: remove superfluous __ClearPageActive()Yu Zhao
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne
2020-04-10mm/memremap: set caching mode for PCI P2PDMA memory to WCLogan Gunthorpe
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-03-26memremap: add an owner field to struct dev_pagemapChristoph Hellwig
2020-02-20mm/memremap_pages: Introduce memremap_compat_align()Dan Williams
2020-02-04mm/memory_hotplug: poison memmap in remove_pfn_range_from_zone()David Hildenbrand
2020-01-31mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pagesJohn Hubbard
2020-01-31mm: Cleanup __put_devmap_managed_page() vs ->page_free()Dan Williams
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand
2019-10-19mm/memunmap: don't access uninitialized memmap in memunmap_pages()Aneesh Kumar K.V
2019-10-07mm/memremap: drop unused SECTION_SIZE and SECTION_MASKAnshuman Khandual
2019-08-21Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe
2019-08-13mm/hmm: fix ZONE_DEVICE anon page mapping reuseRalph Campbell
2019-08-09mm/memremap: Fix reuse of pgmap instances with internal referencesDan Williams
2019-08-03memremap: move from kernel/ to mm/Christoph Hellwig