| Age | Commit message (Expand) | Author |
| 2025-01-25 | mm/memblock: add memblock_alloc_or_panic interface | Guo Weikang |
| 2025-01-25 | mm: make mmap_region() internal | Lorenzo Stoakes |
| 2025-01-25 | mm, swap_slots: remove slot cache for freeing path | Kairui Song |
| 2025-01-25 | mm, swap: use a global swap cluster for non-rotation devices | Kairui Song |
| 2025-01-25 | mm, swap: simplify percpu cluster updating | Kairui Song |
| 2025-01-25 | mm, swap: reduce contention on device lock | Kairui Song |
| 2025-01-25 | mm, swap: use an enum to define all cluster flags and wrap flags changes | Kairui Song |
| 2025-01-25 | mm, swap: hold a reference during scan and cleanup flag usage | Kairui Song |
| 2025-01-25 | mm, swap: clean up plist removal and adding | Kairui Song |
| 2025-01-25 | mm, swap: clean up device availability check | Kairui Song |
| 2025-01-25 | mm, swap: remove old allocation path for HDD | Kairui Song |
| 2025-01-25 | alloc_tag: avoid current->alloc_tag manipulations when profiling is disabled | Suren Baghdasaryan |
| 2025-01-25 | mm/damon: add 'allow' argument to damos_new_filter() | SeongJae Park |
| 2025-01-25 | mm/damon/core: add damos_filter->allow field | SeongJae Park |
| 2025-01-25 | mm/damon: fixup damos_filter kernel-doc | SeongJae Park |
| 2025-01-25 | mm: alloc_pages_bulk: rename API | Luiz Capitulino |
| 2025-01-25 | mm: alloc_pages_bulk_noprof: drop page_list argument | Luiz Capitulino |
| 2025-01-25 | mm/hugetlb: rename avoid_reserve to cow_from_owner | Peter Xu |
| 2025-01-25 | mm/memmap: prevent double scanning of memmap by kmemleak | Guo Weikang |
| 2025-01-25 | mm/fake-numa: allow later numa node hotplug | Bruno Faccini |
| 2025-01-25 | mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->wal... | SeongJae Park |
| 2025-01-25 | mm/damon/core: implement per-scheme ops-handled filter-passed bytes stat | SeongJae Park |
| 2025-01-25 | mm/damon: ask apply_scheme() to report filter-passed region-internal bytes | SeongJae Park |
| 2025-01-25 | mm/damon: clarify trying vs applying on damos_stat kernel-doc comment | SeongJae Park |
| 2025-01-25 | mm/damon/core: implement damos_walk() | SeongJae Park |
| 2025-01-25 | mm/damon/core: introduce damon_call() | SeongJae Park |
| 2025-01-25 | mm: introduce ctor/dtor at PGD level | Kevin Brodsky |
| 2025-01-25 | mm: move common part of pagetable_*_ctor to helper | Kevin Brodsky |
| 2025-01-25 | mm/debug: introduce VM_WARN_ON_VMG() to dump VMA merge state | Lorenzo Stoakes |
| 2025-01-25 | lib/list_debug.c: add object information in case of invalid object | Maninder Singh |
| 2025-01-25 | mm: pgtable: introduce generic pagetable_dtor_free() | Qi Zheng |
| 2025-01-25 | mm: pgtable: introduce pagetable_dtor() | Qi Zheng |
| 2025-01-25 | mm: pgtable: add statistics for P4D level page table | Qi Zheng |
| 2025-01-25 | mm: add build-time option for hotplug memory default online type | Gregory Price |
| 2025-01-25 | mm: replace free hugepage folios after migration | yangge |
| 2025-01-25 | mm/swap_cgroup: decouple swap cgroup recording and clearing | Kairui Song |
| 2025-01-25 | mm/swap_cgroup: remove swap_cgroup_cmpxchg | Kairui Song |
| 2025-01-25 | Merge tag 'mtd/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd... | Linus Torvalds |
| 2025-01-25 | Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
| 2025-01-25 | Merge tag 'media/v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds |
| 2025-01-25 | Merge tag 'kgdb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da... | Linus Torvalds |
| 2025-01-25 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
| 2025-01-25 | Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
| 2025-01-25 | kdb: Remove unused flags stack | Dr. David Alan Gilbert |
| 2025-01-24 | include/linux/lz4.h: add some missing macros | Gao Xiang |
| 2025-01-24 | minmax.h: remove some #defines that are only expanded once | David Laight |
| 2025-01-24 | minmax.h: simplify the variants of clamp() | David Laight |
| 2025-01-24 | minmax.h: move all the clamp() definitions after the min/max() ones | David Laight |
| 2025-01-24 | minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp() | David Laight |
| 2025-01-24 | minmax.h: reduce the #define expansion of min(), max() and clamp() | David Laight |