index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memremap.c
Age
Commit message (
Expand
)
Author
2025-05-22
mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremap
David Hildenbrand
2025-03-17
device/dax: properly refcount device dax pages when mapping
Alistair Popple
2025-03-17
fs/dax: properly refcount fs dax pages
Alistair Popple
2025-03-17
mm: allow compound zone device pages
Alistair Popple
2025-03-17
mm/mm_init: move p2pdma page refcount initialisation to p2pdma
Alistair Popple
2024-05-05
mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()
Matthew Wilcox (Oracle)
2024-04-25
mm: convert free_zone_device_page to free_zone_device_folio
Matthew Wilcox (Oracle)
2023-12-29
mm: remove stale example from comment
Matthew Wilcox (Oracle)
2023-12-10
mm: use vmem_altmap code without CONFIG_ZONE_DEVICE
Sumanth Korikkar
2023-02-09
mm/memremap.c: fix outdated comment in devm_memremap_pages
Li Zhijian
2023-02-09
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
2022-11-08
mm/memremap.c: map FS_DAX device memory as decrypted
Pankaj Gupta
2022-10-12
mm/memremap.c: take a pgmap reference on page allocation
Alistair Popple
2022-10-12
mm: free device private pages have zero refcount
Alistair Popple
2022-09-11
mm/mremap_pages: save a few cycles in get_dev_pagemap()
Christophe JAILLET
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-07-18
mm: fix missing wake-up event for FSDAX pages
Muchun Song
2022-07-17
mm: add zone device coherent type memory support
Alex Sierra
2022-06-16
mm/memremap: fix memunmap_pages() race with get_dev_pagemap()
Miaohe Lin
2022-06-16
mm/memremap: fix wrong function name above memremap_pages()
Miaohe Lin
2022-06-01
mm/memremap: fix missing call to untrack_pfn() in pagemap_range()
Miaohe Lin
2022-05-09
mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
David Hildenbrand
2022-04-28
mm/sparse-vmemmap: improve memory savings for compound devmaps
Joao Martins
2022-03-24
mm: delete __ClearPageWaiters()
Hugh Dickins
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
mm/memremap: avoid calling kasan_remove_zero_shadow() for device private memory
Miaohe Lin
2022-03-03
mm: generalize the pgmap based page_free infrastructure
Christoph Hellwig
2022-03-03
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
2022-03-03
mm: simplify freeing of devmap managed pages
Christoph Hellwig
2022-03-03
mm: move free_devmap_managed_page to memremap.c
Christoph Hellwig
2022-03-03
mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages
Christoph Hellwig
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
mm/memremap: add ZONE_DEVICE support for compound pages
Joao Martins
2021-12-04
memremap: remove support for external pgmap refcounts
Christoph Hellwig
2021-09-27
mm/memcg: Convert mem_cgroup_uncharge() to take a folio
Matthew Wilcox (Oracle)
2021-09-08
mm/memory_hotplug: remove nid parameter from arch_remove_memory()
David Hildenbrand
2021-04-30
mm/memremap.c: fix improper SPDX comment style
Zhiyuan Dai
2021-02-26
mm/memory_hotplug: prevalidate the address range being added with platform
Anshuman Khandual
2021-02-26
mm: fix memory_failure() handling of dax-namespace metadata
Dan Williams
2020-11-02
mm/mremap_pages: fix static key devmap_managed_key updates
Ralph Campbell
2020-10-16
mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()
David Hildenbrand
2020-10-13
mm/memremap.c: convert devmap static branch to {inc,dec}
Ira Weiny
2020-10-13
mm: remove superfluous __ClearPageActive()
Yu Zhao
2020-10-13
mm/memremap_pages: support multiple ranges per invocation
Dan Williams
2020-10-13
mm/memremap_pages: convert to 'struct range'
Dan Williams
2020-09-04
memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC
Roger Pau Monne
2020-04-10
mm/memremap: set caching mode for PCI P2PDMA memory to WC
Logan Gunthorpe
2020-04-10
mm/memory_hotplug: add pgprot_t to mhp_params
Logan Gunthorpe
2020-04-10
mm/memory_hotplug: rename mhp_restrictions to mhp_params
Logan Gunthorpe
[next]