summaryrefslogtreecommitdiffstats
path: root/include/linux/memremap.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+0Star
* mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-141-0/+2
* mm/devm_memremap_pages: introduce devm_memunmap_pagesDan Williams2019-06-141-0/+6
* mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams2018-12-281-32/+0Star
* 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-091-26/+10Star
|\
| * mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-221-26/+10Star
* | 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/+2Star
* memremap: drop private struct page_mapLogan Gunthorpe2018-01-081-2/+3
* memremap: remove to_vmem_altmapChristoph Hellwig2018-01-081-9/+0Star
* mm: move get_dev_pagemap out of lineChristoph Hellwig2018-01-081-35/+4Star
* 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-091-15/+7Star
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-091-0/+21
* mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2017-09-091-0/+13
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-091-0/+73
* mm: cleanup ifdef guards for vmem_altmapDan Williams2016-07-291-1/+1
* mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams2016-01-161-2/+47
* x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams2016-01-161-4/+35
* mm: introduce find_dev_pagemap()Dan Williams2016-01-161-0/+38