index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memremap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-28
mm: decrement MTHP_STAT_NR_ANON in free_zone_device_folio()
Nico Pache
1
-0
/
+1
2026-05-28
mm/sparse-vmemmap: pass @pgmap argument to memory deactivation paths
Muchun Song
1
-2
/
+2
2026-04-18
mm/zone_device: do not touch device folio after calling ->folio_free()
Matthew Brost
1
-1
/
+1
2026-01-26
mm/zone_device: reinitialize large zone device private folios
Matthew Brost
1
-1
/
+34
2025-12-23
mm/memremap: fix spurious large folio warning for FS-DAX
John Groves
1
-2
/
+0
2025-11-24
mm/zone_device: rename page_free callback to folio_free
Balbir Singh
1
-8
/
+8
2025-11-24
mm/zone_device: support large zone device private folios
Balbir Singh
1
-11
/
+15
2025-09-21
mm/memremap: remove unused get_dev_pagemap() parameter
Alistair Popple
1
-18
/
+4
2025-09-21
mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
David Hildenbrand
1
-0
/
+3
2025-07-13
mm/page_alloc: add support for initializing pageblock as isolated
Zi Yan
1
-1
/
+1
2025-07-09
mm/memremap: remove unused devmap_managed_key
Alistair Popple
1
-27
/
+0
2025-07-09
mm: remove callers of pfn_t functionality
Alistair Popple
1
-1
/
+0
2025-07-09
fs/dax: remove FS_DAX_LIMITED config option
Alistair Popple
1
-4
/
+0
2025-05-22
mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremap
David Hildenbrand
1
-4
/
+4
2025-03-17
device/dax: properly refcount device dax pages when mapping
Alistair Popple
1
-7
/
+7
2025-03-17
fs/dax: properly refcount fs dax pages
Alistair Popple
1
-25
/
+22
2025-03-17
mm: allow compound zone device pages
Alistair Popple
1
-7
/
+7
2025-03-17
mm/mm_init: move p2pdma page refcount initialisation to p2pdma
Alistair Popple
1
-4
/
+13
2024-05-05
mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()
Matthew Wilcox (Oracle)
1
-5
/
+5
2024-04-25
mm: convert free_zone_device_page to free_zone_device_folio
Matthew Wilcox (Oracle)
1
-14
/
+16
2023-12-29
mm: remove stale example from comment
Matthew Wilcox (Oracle)
1
-14
/
+4
2023-12-10
mm: use vmem_altmap code without CONFIG_ZONE_DEVICE
Sumanth Korikkar
1
-13
/
+1
2023-02-09
mm/memremap.c: fix outdated comment in devm_memremap_pages
Li Zhijian
1
-1
/
+1
2023-02-09
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
1
-2
/
+2
2022-11-08
mm/memremap.c: map FS_DAX device memory as decrypted
Pankaj Gupta
1
-0
/
+1
2022-10-12
mm/memremap.c: take a pgmap reference on page allocation
Alistair Popple
1
-6
/
+19
2022-10-12
mm: free device private pages have zero refcount
Alistair Popple
1
-0
/
+9
2022-09-11
mm/mremap_pages: save a few cycles in get_dev_pagemap()
Christophe JAILLET
1
-1
/
+1
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+13
2022-07-18
mm: fix missing wake-up event for FSDAX pages
Muchun Song
1
-3
/
+3
2022-07-17
mm: add zone device coherent type memory support
Alex Sierra
1
-0
/
+10
2022-06-16
mm/memremap: fix memunmap_pages() race with get_dev_pagemap()
Miaohe Lin
1
-1
/
+1
2022-06-16
mm/memremap: fix wrong function name above memremap_pages()
Miaohe Lin
1
-2
/
+2
2022-06-01
mm/memremap: fix missing call to untrack_pfn() in pagemap_range()
Miaohe Lin
1
-1
/
+1
2022-05-09
mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
David Hildenbrand
1
-0
/
+9
2022-04-28
mm/sparse-vmemmap: improve memory savings for compound devmaps
Joao Martins
1
-0
/
+1
2022-03-24
mm: delete __ClearPageWaiters()
Hugh Dickins
1
-2
/
+0
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-31
/
+34
2022-03-22
mm/memremap: avoid calling kasan_remove_zero_shadow() for device private memory
Miaohe Lin
1
-1
/
+2
2022-03-03
mm: generalize the pgmap based page_free infrastructure
Christoph Hellwig
1
-2
/
+2
2022-03-03
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
1
-38
/
+19
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
1
-1
/
+5
2022-03-03
mm: simplify freeing of devmap managed pages
Christoph Hellwig
1
-11
/
+9
2022-03-03
mm: move free_devmap_managed_page to memremap.c
Christoph Hellwig
1
-0
/
+21
2022-03-03
mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages
Christoph Hellwig
1
-2
/
+1
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-6
/
+12
2022-01-15
mm/memremap: add ZONE_DEVICE support for compound pages
Joao Martins
1
-6
/
+12
2021-12-04
memremap: remove support for external pgmap refcounts
Christoph Hellwig
1
-47
/
+12
2021-09-27
mm/memcg: Convert mem_cgroup_uncharge() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-09-08
mm/memory_hotplug: remove nid parameter from arch_remove_memory()
David Hildenbrand
1
-4
/
+1
[next]