summaryrefslogtreecommitdiff
path: root/include/linux/memremap.h
AgeCommit message (Expand)AuthorFilesLines
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+53
2025-11-25mm/memremap: add driver callback support for folio splittingBalbir Singh1-0/+29
2025-11-25lib/test_hmm: add zone device private THP test infrastructureBalbir Singh1-0/+12
2025-11-25mm/zone_device: rename page_free callback to folio_freeBalbir Singh1-3/+3
2025-11-25mm/zone_device: support large zone device private foliosBalbir Singh1-1/+9
2025-10-14mm/memory_hotplug: Remove MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar1-1/+0
2025-09-22mm/memremap: remove unused get_dev_pagemap() parameterAlistair Popple1-4/+2
2025-09-14mm: add folio_is_pci_p2pdma()Matthew Wilcox (Oracle)1-2/+8
2025-09-14mm: reimplement folio_is_fsdax()Matthew Wilcox (Oracle)1-5/+5
2025-09-14mm: reimplement folio_is_device_coherent()Matthew Wilcox (Oracle)1-5/+5
2025-09-14mm: reimplement folio_is_device_private()Matthew Wilcox (Oracle)1-5/+6
2025-03-18mm/gup: don't allow FOLL_LONGTERM pinning of FS DAX pagesAlistair Popple1-0/+11
2025-03-18mm: allow compound zone device pagesAlistair Popple1-3/+3
2024-02-22memremap.h: correct an error in a commentJohn Groves1-1/+1
2024-02-22mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar1-0/+1
2023-12-11mm: use vmem_altmap code without CONFIG_ZONE_DEVICESumanth Korikkar1-12/+0
2023-01-06mm/memremap: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-10-13mm: free device private pages have zero refcountAlistair Popple1-0/+1
2022-09-12mm/memory-failure: fix detection of memory_failure() handlersDan Williams1-0/+5
2022-07-18pagemap,pmem: introduce ->memory_failure()Shiyang Ruan1-0/+12
2022-07-18mm: add zone device coherent type memory supportAlex Sierra1-0/+19
2022-07-18mm: move page zone helpers from mm.h to mmzone.hAlex Sierra1-1/+1
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport1-1/+1
2022-03-21mm: Add three folio wrappersMatthew Wilcox (Oracle)1-0/+5
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig1-7/+5
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+18
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+11
2022-01-15mm/memremap: add ZONE_DEVICE support for compound pagesJoao Martins1-0/+11
2021-12-04memremap: remove support for external pgmap refcountsChristoph Hellwig1-15/+3
2021-07-01mm: fix spelling mistakesZhen Lei1-1/+1
2021-05-05mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador1-1/+1
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams1-0/+6
2020-10-14mm/memremap_pages: support multiple ranges per invocationDan Williams1-2/+8
2020-10-14mm/memremap_pages: convert to 'struct range'Dan Williams1-2/+3
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne1-5/+4
2020-04-09Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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-21mm/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/ker...Linus Torvalds1-0/+1
2019-09-24libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V1-0/+1
2019-09-24Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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