index
:
Linux Stable
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
mm/hugetlb: fix avoid_reserve to allow taking folio from subpool
Peter Xu
2025-01-25
1
-19
/
+3
|
*
|
|
mm: shmem: skip swapcache for swapin of synchronous swap device
Baolin Wang
2025-01-25
1
-5
/
+105
|
*
|
|
mm/memmap: prevent double scanning of memmap by kmemleak
Guo Weikang
2025-01-25
2
-4
/
+9
|
*
|
|
mm/fake-numa: allow later numa node hotplug
Bruno Faccini
2025-01-25
2
-8
/
+39
|
*
|
|
mm/damon: remove DAMON debugfs interface
SeongJae Park
2025-01-25
3
-1165
/
+0
|
*
|
|
mm/damon: remove DAMON debugfs interface kunit tests
SeongJae Park
2025-01-25
4
-194
/
+0
|
*
|
|
mm/damon/sysfs-schemes: expose per-region filter-passed bytes
SeongJae Park
2025-01-25
3
-3
/
+21
|
*
|
|
mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->wal...
SeongJae Park
2025-01-25
2
-4
/
+5
|
*
|
|
mm/damon/syfs-schemes: implement per-scheme filter-passed bytes stat
SeongJae Park
2025-01-25
1
-0
/
+16
|
*
|
|
mm/damon/core: implement per-scheme ops-handled filter-passed bytes stat
SeongJae Park
2025-01-25
1
-2
/
+4
|
*
|
|
mm/damon/paddr: report filter-passed bytes back for DAMOS_STAT action
SeongJae Park
2025-01-25
1
-1
/
+34
|
*
|
|
mm/damon/paddr: report filter-passed bytes back for normal actions
SeongJae Park
2025-01-25
1
-11
/
+22
|
*
|
|
mm/damon: ask apply_scheme() to report filter-passed region-internal bytes
SeongJae Park
2025-01-25
3
-3
/
+5
|
*
|
|
mm/damon/sysfs: remove unused code for schemes tried regions update
SeongJae Park
2025-01-25
3
-282
/
+2
|
*
|
|
mm/damon/sysfs: use damos_walk() for update_schemes_tried_{bytes,regions}
SeongJae Park
2025-01-25
3
-0
/
+96
|
*
|
|
mm/damon/core: implement damos_walk()
SeongJae Park
2025-01-25
1
-0
/
+132
|
*
|
|
mm/damon/sysfs: use damon_call() for update_schemes_effective_quotas
SeongJae Park
2025-01-25
1
-8
/
+7
|
*
|
|
mm/damon/sysfs: use damon_call() for commit_schemes_quota_goals
SeongJae Park
2025-01-25
1
-5
/
+6
|
*
|
|
mm/damon/sysfs: use damon_call() for update_schemes_stats
SeongJae Park
2025-01-25
1
-10
/
+21
|
*
|
|
mm/damon/core: introduce damon_call()
SeongJae Park
2025-01-25
1
-0
/
+86
|
*
|
|
mm/damon/sysfs: handle clear_schemes_tried_regions from DAMON sysfs context
SeongJae Park
2025-01-25
2
-15
/
+4
|
*
|
|
mm/damon/sysfs-schemes: remove unnecessary schemes existence check in damon_s...
SeongJae Park
2025-01-25
3
-14
/
+7
|
*
|
|
mm/debug: prefer VM_WARN_ON_VMG() to report VMG debug warnings
Lorenzo Stoakes
2025-01-25
1
-16
/
+17
|
*
|
|
mm/debug: introduce VM_WARN_ON_VMG() to dump VMA merge state
Lorenzo Stoakes
2025-01-25
1
-0
/
+71
|
*
|
|
mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
Qi Zheng
2025-01-25
1
-2
/
+18
|
*
|
|
mm: pgtable: introduce pagetable_dtor()
Qi Zheng
2025-01-25
1
-1
/
+2
|
*
|
|
mm: remove unnecessary calls to lru_add_drain
Rik van Riel
2025-01-25
4
-6
/
+0
|
*
|
|
mm: add build-time option for hotplug memory default online type
Gregory Price
2025-01-25
2
-14
/
+76
|
*
|
|
mm: replace free hugepage folios after migration
yangge
2025-01-25
2
-1
/
+53
|
*
|
|
mm/swap_cgroup: decouple swap cgroup recording and clearing
Kairui Song
2025-01-25
2
-32
/
+47
|
*
|
|
mm/swap_cgroup: remove global swap cgroup lock
Kairui Song
2025-01-25
1
-28
/
+49
|
*
|
|
mm/swap_cgroup: remove swap_cgroup_cmpxchg
Kairui Song
2025-01-25
1
-29
/
+0
|
*
|
|
mm, memcontrol: avoid duplicated memcg enable check
Kairui Song
2025-01-25
1
-1
/
+1
|
*
|
|
mm/page_idle: constify 'struct bin_attribute'
Thomas Weißschuh
2025-01-25
1
-5
/
+5
|
*
|
|
mm/huge_memory.c: rename shadowed local
Andrew Morton
2025-01-25
1
-4
/
+5
|
*
|
|
mm: unexport apply_to_existing_page_range
Christoph Hellwig
2025-01-25
1
-1
/
+0
|
*
|
|
mm: fix outdated incorrect code comments for handle_mm_fault()
Jinliang Zheng
2025-01-25
1
-1
/
+2
|
*
|
|
mm/early_ioremap: add null pointer checks to prevent NULL-pointer dereference
Guo Weikang
2025-01-13
1
-1
/
+7
|
*
|
|
mm: add comments to do_mmap(), mmap_region() and vm_mmap()
Lorenzo Stoakes
2025-01-13
2
-1
/
+95
|
*
|
|
mm: assert mmap write lock held on do_mmap(), mmap_region()
Lorenzo Stoakes
2025-01-13
1
-0
/
+4
|
*
|
|
memcg/hugetlb: remove memcg hugetlb try-commit-cancel protocol
Joshua Hahn
2025-01-13
1
-62
/
+3
|
*
|
|
memcg/hugetlb: introduce mem_cgroup_charge_hugetlb
Joshua Hahn
2025-01-13
2
-21
/
+48
|
*
|
|
memcg/hugetlb: introduce memcg_accounts_hugetlb
Joshua Hahn
2025-01-13
1
-3
/
+14
|
*
|
|
mm/migrate: remove slab checks in isolate_movable_page()
Hyeonggon Yoo
2025-01-13
2
-12
/
+0
|
*
|
|
mm/memory_hotplug: don't use __GFP_HARDWALL when migrating pages via memory o...
David Hildenbrand
2025-01-13
1
-1
/
+1
|
*
|
|
mm/page_alloc: don't use __GFP_HARDWALL when migrating pages via alloc_contig*()
David Hildenbrand
2025-01-13
1
-3
/
+3
|
*
|
|
mseal: remove can_do_mseal()
Jeff Xu
2025-01-13
2
-19
/
+3
|
*
|
|
mm/hugetlb: support FOLL_FORCE|FOLL_WRITE
Guillaume Morin
2025-01-13
2
-55
/
+53
|
*
|
|
mm: perform all memfd seal checks in a single place
Lorenzo Stoakes
2025-01-13
3
-10
/
+52
|
*
|
|
mm: enforce __must_check on VMA merge and split
Lorenzo Stoakes
2025-01-13
2
-14
/
+20
[prev]
[next]