summaryrefslogtreecommitdiffstats
path: root/include/linux/memremap.h
Commit message (Expand)AuthorAgeFilesLines
* mm: fix memory_failure() handling of dax-namespace metadataDan Williams2021-02-261-0/+6
* mm/memremap_pages: support multiple ranges per invocationDan Williams2020-10-131-2/+8
* mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-131-2/+3
* memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne2020-09-041-5/+4
* Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-081-0/+8
|\
| * mm/memremap_pages: Introduce memremap_compat_align()Dan Williams2020-02-201-0/+8
* | include/linux/memremap.h: remove stale commentsIra Weiny2020-04-071-2/+0
* | memremap: add an owner field to struct dev_pagemapChristoph Hellwig2020-03-261-0/+4
|/
* Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-291-0/+1
|\
| * libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V2019-09-241-0/+1
* | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-1/+0
|\ \
| * | PCI/P2PDMA: Introduce private pagemap structureLogan Gunthorpe2019-08-161-1/+0
| |/
* | memremap: provide a not device managed memremap_pagesChristoph Hellwig2019-08-201-0/+2
* | memremap: remove the dev field in struct dev_pagemapChristoph Hellwig2019-08-201-1/+0
|/
* memremap: provide an optional internal refcount in struct dev_pagemapChristoph Hellwig2019-07-021-0/+4
* memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-021-1/+11
* memremap: remove the data field in struct dev_pagemapChristoph Hellwig2019-07-021-2/+1
* memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig2019-07-021-0/+6
* memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig2019-07-021-2/+2
* memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig2019-07-021-16/+20
* memremap: validate the pagemap type passed to devm_memremap_pagesChristoph Hellwig2019-07-021-0/+8
* mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-021-8/+0
* mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-131-0/+2
* mm/devm_memremap_pages: introduce devm_memunmap_pagesDan Williams2019-06-131-0/+6
* mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams2018-12-281-32/+0
* mm, devm_memremap_pages: fix shutdown handlingDan Williams2018-12-281-0/+2
* PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offsetLogan Gunthorpe2018-10-171-0/+1
* PCI/P2PDMA: Support peer-to-peer memoryLogan Gunthorpe2018-10-101-0/+5
* Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-081-26/+10
|\
| * mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-221-26/+10
* | docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-2/+2
|/
* memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig2018-01-081-4/+2
* memremap: drop private struct page_mapLogan Gunthorpe2018-01-081-2/+3
* memremap: remove to_vmem_altmapChristoph Hellwig2018-01-081-9/+0
* mm: move get_dev_pagemap out of lineChristoph Hellwig2018-01-081-35/+4
* memremap: provide stubs for vmem_altmap_offset and vmem_altmap_freeChristoph Hellwig2018-01-081-4/+14
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-081-15/+7
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-081-0/+21
* mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2017-09-081-0/+13
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-081-0/+73
* mm: cleanup ifdef guards for vmem_altmapDan Williams2016-07-281-1/+1
* mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams2016-01-151-2/+47
* x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams2016-01-151-4/+35
* mm: introduce find_dev_pagemap()Dan Williams2016-01-151-0/+38