aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memremap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-24mm: delete __ClearPageWaiters()Hugh Dickins1-2/+0
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-31/+34
2022-03-22mm/memremap: avoid calling kasan_remove_zero_shadow() for device private memoryMiaohe Lin1-1/+2
2022-03-03mm: generalize the pgmap based page_free infrastructureChristoph Hellwig1-2/+2
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig1-38/+19
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-1/+5
2022-03-03mm: simplify freeing of devmap managed pagesChristoph Hellwig1-11/+9
2022-03-03mm: move free_devmap_managed_page to memremap.cChristoph Hellwig1-0/+21
2022-03-03mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pagesChristoph Hellwig1-2/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+12
2022-01-15mm/memremap: add ZONE_DEVICE support for compound pagesJoao Martins1-6/+12
2021-12-04memremap: remove support for external pgmap refcountsChristoph Hellwig1-47/+12
2021-09-27mm/memcg: Convert mem_cgroup_uncharge() to take a folioMatthew Wilcox (Oracle)1-1/+1
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand1-4/+1
2021-04-30mm/memremap.c: fix improper SPDX comment styleZhiyuan Dai1-1/+1
2021-02-26mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual1-1/+7
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams1-0/+15
2020-11-02mm/mremap_pages: fix static key devmap_managed_key updatesRalph Campbell1-23/+16
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand1-1/+2
2020-10-13mm/memremap.c: convert devmap static branch to {inc,dec}Ira Weiny1-5/+2
2020-10-13mm: remove superfluous __ClearPageActive()Yu Zhao1-2/+0
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams1-108/+150
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams1-38/+39
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne1-1/+1
2020-04-10mm/memremap: set caching mode for PCI P2PDMA memory to WCLogan Gunthorpe1-0/+3
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe1-3/+3
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe1-4/+4
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+23
2020-03-26memremap: add an owner field to struct dev_pagemapChristoph Hellwig1-0/+4
2020-02-20mm/memremap_pages: Introduce memremap_compat_align()Dan Williams1-0/+23
2020-02-04mm/memory_hotplug: poison memmap in remove_pfn_range_from_zone()David Hildenbrand1-0/+2
2020-01-31mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pagesJohn Hubbard1-14/+1
2020-01-31mm: Cleanup __put_devmap_managed_page() vs ->page_free()Dan Williams1-36/+44
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-1/+1
2019-10-19mm/memunmap: don't access uninitialized memmap in memunmap_pages()Aneesh Kumar K.V1-4/+7
2019-10-07mm/memremap: drop unused SECTION_SIZE and SECTION_MASKAnshuman Khandual1-2/+0
2019-08-21Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe1-0/+456
2019-08-13mm/hmm: fix ZONE_DEVICE anon page mapping reuseRalph Campbell1-0/+24
2019-08-09mm/memremap: Fix reuse of pgmap instances with internal referencesDan Williams1-0/+6
2019-08-03memremap: move from kernel/ to mm/Christoph Hellwig1-0/+405