aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memremap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+8
2020-04-07include/linux/memremap.h: remove stale commentsIra Weiny1-2/+0
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/+8
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+1
2019-09-24libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V1-0/+1
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2019-08-20memremap: provide a not device managed memremap_pagesChristoph Hellwig1-0/+2
2019-08-20memremap: remove the dev field in struct dev_pagemapChristoph Hellwig1-1/+0
2019-08-16PCI/P2PDMA: Introduce private pagemap structureLogan Gunthorpe1-1/+0
2019-07-02memremap: provide an optional internal refcount in struct dev_pagemapChristoph Hellwig1-0/+4
2019-07-02memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig1-1/+11
2019-07-02memremap: remove the data field in struct dev_pagemapChristoph Hellwig1-2/+1
2019-07-02memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig1-0/+6
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig1-2/+2
2019-07-02memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig1-16/+20
2019-07-02memremap: validate the pagemap type passed to devm_memremap_pagesChristoph Hellwig1-0/+8
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig1-8/+0
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams1-0/+2
2019-06-13mm/devm_memremap_pages: introduce devm_memunmap_pagesDan Williams1-0/+6
2018-12-28mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams1-32/+0
2018-12-28mm, devm_memremap_pages: fix shutdown handlingDan Williams1-0/+2
2018-10-17PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offsetLogan Gunthorpe1-0/+1
2018-10-10PCI/P2PDMA: Support peer-to-peer memoryLogan Gunthorpe1-0/+5
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-26/+10
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams1-26/+10
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport1-2/+2
2018-01-08memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig1-4/+2
2018-01-08memremap: drop private struct page_mapLogan Gunthorpe1-2/+3
2018-01-08memremap: remove to_vmem_altmapChristoph Hellwig1-9/+0
2018-01-08mm: move get_dev_pagemap out of lineChristoph Hellwig1-35/+4
2018-01-08memremap: provide stubs for vmem_altmap_offset and vmem_altmap_freeChristoph Hellwig1-4/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse1-15/+7
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-0/+21
2017-09-08mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse1-0/+13
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-0/+73
2016-07-28mm: cleanup ifdef guards for vmem_altmapDan Williams1-1/+1
2016-01-15mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams1-2/+47
2016-01-15x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams1-4/+35
2016-01-15mm: introduce find_dev_pagemap()Dan Williams1-0/+38