index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-17
mm: new follow_pfnmap API
Peter Xu
1
-0
/
+150
2024-09-17
mm/fork: accept huge pfnmap entries
Peter Xu
1
-3
/
+26
2024-09-17
mm/pagewalk: check pfnmap for folio_walk_start()
Peter Xu
2
-6
/
+5
2024-09-17
mm/gup: detect huge pfnmap entries in gup-fast
Peter Xu
1
-0
/
+6
2024-09-17
mm: allow THP orders for PFNMAPs
Peter Xu
1
-2
/
+2
2024-09-17
mm: mark special bits for huge pfn mappings when inject
Peter Xu
1
-0
/
+4
2024-09-17
mm: drop is_huge_zero_pud()
Peter Xu
1
-12
/
+1
2024-09-17
mm: introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pud
Peter Xu
1
-0
/
+13
2024-09-09
mm/codetag: add pgalloc_tag_copy()
Yu Zhao
1
-0
/
+1
2024-09-09
mm/codetag: fix pgalloc_tag_split()
Yu Zhao
3
-4
/
+4
2024-09-09
mm/vmalloc.c: use "high-order" in description non 0-order pages
Uladzislau Rezki (Sony)
1
-2
/
+2
2024-09-09
mm/vmalloc.c: use helper function va_size()
ZhangPeng
1
-9
/
+8
2024-09-09
mm: replace xa_get_order with xas_get_order where appropriate
Shakeel Butt
2
-4
/
+4
2024-09-09
mm: clean up mem_cgroup_iter()
Kinsey Ho
1
-20
/
+12
2024-09-09
mm: restart if multiple traversals raced
Kinsey Ho
1
-9
/
+17
2024-09-09
mm: increment gen # before restarting traversal
Kinsey Ho
1
-10
/
+12
2024-09-09
mm: don't hold css->refcnt during traversal
Kinsey Ho
1
-17
/
+1
2024-09-09
mm/page_alloc: fix build with CONFIG_UNACCEPTED_MEMORY=n
Andrew Morton
1
-11
/
+5
2024-09-09
mm: migrate: remove unused includes
Kefeng Wang
1
-7
/
+0
2024-09-09
mm: thp: simplify split_huge_pages_pid()
Nanyong Sun
1
-6
/
+1
2024-09-09
mm: migrate: simplify find_mm_struct()
Nanyong Sun
1
-7
/
+1
2024-09-09
mm/damon/tests/core-kunit: skip damon_test_nr_accesses_to_accesses_bp() if ag...
SeongJae Park
2
-1
/
+19
2024-09-09
mm: page_alloc: fix missed updates of PGFREE in free_unref_{page/folios}
Yosry Ahmed
1
-6
/
+4
2024-09-09
mm: care about shadow stack guard gap when getting an unmapped area
Mark Brown
1
-0
/
+14
2024-09-09
mm: pass vm_flags to generic_get_unmapped_area()
Mark Brown
1
-4
/
+6
2024-09-09
mm: make arch_get_unmapped_area() take vm_flags by default
Mark Brown
1
-24
/
+7
2024-09-09
mm/damon/tests/vaddr-kunit: init maple tree without MT_FLAGS_LOCK_EXTERN
SeongJae Park
1
-1
/
+1
2024-09-09
mm: Kconfig: fixup zsmalloc configuration
Sergey Senozhatsky
1
-1
/
+1
2024-09-09
filemap: fix the last_index of mm_filemap_get_pages
Takaya Saeki
1
-1
/
+1
2024-09-09
mm,tmpfs: consider end of file write in shmem_is_huge
Rik van Riel
4
-31
/
+34
2024-09-09
mm: page_alloc: simpify page del and expand
Huan Yang
1
-10
/
+25
2024-09-09
mm/vmalloc.c: make use of the helper macro LIST_HEAD()
Hongbo Li
1
-8
/
+3
2024-09-09
mm: add sysfs entry to disable splitting underused THPs
Usama Arif
1
-0
/
+26
2024-09-09
mm: split underused THPs
Usama Arif
3
-3
/
+61
2024-09-09
mm: introduce a pageflag for partially mapped folios
Usama Arif
6
-18
/
+42
2024-09-09
mm: remap unused subpages to shared zeropage when splitting isolated thp
Yu Zhao
3
-15
/
+69
2024-09-09
mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...
Barry Song
1
-25
/
+25
2024-09-09
mm/hugetlb: sort out global lock annotations
Mateusz Guzik
1
-3
/
+3
2024-09-09
mm: shmem: extend shmem_unused_huge_shrink() to all sizes
Hugh Dickins
1
-25
/
+20
2024-09-09
mm: shmem: fix minor off-by-one in shrinkable calculation
Hugh Dickins
1
-1
/
+1
2024-09-09
Revert "mm/damon/lru_sort: adjust local variable to dynamic allocation"
SeongJae Park
1
-11
/
+4
2024-09-09
mm/damon/core: replace per-quota regions priority histogram buffer usage with...
SeongJae Park
1
-3
/
+6
2024-09-09
mm/damon/core: introduce per-context region priorities histogram buffer
SeongJae Park
1
-0
/
+5
2024-09-09
mm: remove putback_lru_page()
Kefeng Wang
2
-6
/
+0
2024-09-09
mm: remove isolate_lru_page()
Kefeng Wang
6
-17
/
+9
2024-09-09
mm: migrate_device: use more folio in migrate_device_finalize()
Kefeng Wang
1
-19
/
+22
2024-09-09
mm: migrate_device: use more folio in migrate_device_unmap()
Kefeng Wang
1
-10
/
+10
2024-09-09
mm: migrate_device: use a folio in migrate_device_range()
Kefeng Wang
1
-4
/
+5
2024-09-09
mm: migrate_device: convert to migrate_device_coherent_folio()
Kefeng Wang
3
-17
/
+17
2024-09-09
swap: convert swapon() to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+7
[next]