summaryrefslogtreecommitdiff
path: root/include/linux/memremap.h
AgeCommit message (Expand)Author
2024-02-22memremap.h: correct an error in a commentJohn Groves
2024-02-21mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar
2023-12-10mm: use vmem_altmap code without CONFIG_ZONE_DEVICESumanth Korikkar
2023-01-05mm/memremap: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-10-12mm: free device private pages have zero refcountAlistair Popple
2022-09-11mm/memory-failure: fix detection of memory_failure() handlersDan Williams
2022-07-17pagemap,pmem: introduce ->memory_failure()Shiyang Ruan
2022-07-17mm: add zone device coherent type memory supportAlex Sierra
2022-07-17mm: move page zone helpers from mm.h to mmzone.hAlex Sierra
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-03-21mm: Add three folio wrappersMatthew Wilcox (Oracle)
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm/memremap: add ZONE_DEVICE support for compound pagesJoao Martins
2021-12-04memremap: remove support for external pgmap refcountsChristoph Hellwig
2021-07-01mm: fix spelling mistakesZhen Lei
2021-05-05mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-07include/linux/memremap.h: remove stale commentsIra Weiny
2020-03-26memremap: add an owner field to struct dev_pagemapChristoph Hellwig
2020-02-20mm/memremap_pages: Introduce memremap_compat_align()Dan Williams
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-24libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-20memremap: provide a not device managed memremap_pagesChristoph Hellwig
2019-08-20memremap: remove the dev field in struct dev_pagemapChristoph Hellwig
2019-08-16PCI/P2PDMA: Introduce private pagemap structureLogan Gunthorpe
2019-07-02memremap: provide an optional internal refcount in struct dev_pagemapChristoph Hellwig
2019-07-02memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig
2019-07-02memremap: remove the data field in struct dev_pagemapChristoph Hellwig
2019-07-02memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig
2019-07-02memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig
2019-07-02memremap: validate the pagemap type passed to devm_memremap_pagesChristoph Hellwig
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams
2019-06-13mm/devm_memremap_pages: introduce devm_memunmap_pagesDan Williams
2018-12-28mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams
2018-12-28mm, devm_memremap_pages: fix shutdown handlingDan Williams
2018-10-17PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offsetLogan Gunthorpe
2018-10-10PCI/P2PDMA: Support peer-to-peer memoryLogan Gunthorpe
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport
2018-01-08memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig