summaryrefslogtreecommitdiffstats
path: root/include/linux/memremap.h
Commit message (Expand)AuthorAgeFilesLines
* memremap.h: correct an error in a commentJohn Groves2024-02-221-1/+1
* mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar2024-02-211-0/+1
* mm: use vmem_altmap code without CONFIG_ZONE_DEVICESumanth Korikkar2023-12-101-12/+0
* mm/memremap: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2023-01-051-1/+1
* mm: free device private pages have zero refcountAlistair Popple2022-10-121-0/+1
* mm/memory-failure: fix detection of memory_failure() handlersDan Williams2022-09-111-0/+5
* pagemap,pmem: introduce ->memory_failure()Shiyang Ruan2022-07-171-0/+12
* mm: add zone device coherent type memory supportAlex Sierra2022-07-171-0/+19
* mm: move page zone helpers from mm.h to mmzone.hAlex Sierra2022-07-171-1/+1
* docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-1/+1
* mm: Add three folio wrappersMatthew Wilcox (Oracle)2022-03-211-0/+5
* mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-031-7/+5
* mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+18
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-0/+11
|\
| * mm/memremap: add ZONE_DEVICE support for compound pagesJoao Martins2022-01-151-0/+11
* | memremap: remove support for external pgmap refcountsChristoph Hellwig2021-12-041-15/+3
|/
* mm: fix spelling mistakesZhen Lei2021-07-011-1/+1
* mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador2021-05-051-1/+1
* 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