summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-01-26mm, swap: simplify percpu cluster updatingKairui Song1-2/+2
2025-01-26mm, swap: reduce contention on device lockKairui Song1-1/+2
2025-01-26mm, swap: use an enum to define all cluster flags and wrap flags changesKairui Song1-4/+13
2025-01-26mm, swap: hold a reference during scan and cleanup flag usageKairui Song1-1/+0
2025-01-26mm, swap: clean up plist removal and addingKairui Song1-1/+1
2025-01-26mm, swap: clean up device availability checkKairui Song1-2/+0
2025-01-26mm, swap: remove old allocation path for HDDKairui Song1-3/+0
2025-01-26alloc_tag: avoid current->alloc_tag manipulations when profiling is disabledSuren Baghdasaryan1-3/+8
2025-01-26mm/damon: add 'allow' argument to damos_new_filter()SeongJae Park1-1/+1
2025-01-26mm/damon/core: add damos_filter->allow fieldSeongJae Park1-1/+3
2025-01-26mm/damon: fixup damos_filter kernel-docSeongJae Park1-5/+6
2025-01-26mm: alloc_pages_bulk: rename APILuiz Capitulino1-7/+7
2025-01-26mm: alloc_pages_bulk_noprof: drop page_list argumentLuiz Capitulino1-6/+2
2025-01-26mm/hugetlb: rename avoid_reserve to cow_from_ownerPeter Xu1-2/+2
2025-01-26mm/memmap: prevent double scanning of memmap by kmemleakGuo Weikang1-0/+4
2025-01-26mm/fake-numa: allow later numa node hotplugBruno Faccini1-0/+3
2025-01-26mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->wal...SeongJae Park1-1/+1
2025-01-26mm/damon/core: implement per-scheme ops-handled filter-passed bytes statSeongJae Park1-0/+3
2025-01-26mm/damon: ask apply_scheme() to report filter-passed region-internal bytesSeongJae Park1-2/+3
2025-01-26mm/damon: clarify trying vs applying on damos_stat kernel-doc commentSeongJae Park1-0/+17
2025-01-26mm/damon/core: implement damos_walk()SeongJae Park1-2/+31
2025-01-26mm/damon/core: introduce damon_call()SeongJae Park1-0/+26
2025-01-26mm: introduce ctor/dtor at PGD levelKevin Brodsky1-0/+5
2025-01-26mm: move common part of pagetable_*_ctor to helperKevin Brodsky1-16/+12
2025-01-26mm/debug: introduce VM_WARN_ON_VMG() to dump VMA merge stateLorenzo Stoakes1-1/+13
2025-01-26lib/list_debug.c: add object information in case of invalid objectManinder Singh2-7/+9
2025-01-26mm: pgtable: introduce generic pagetable_dtor_free()Qi Zheng1-0/+6
2025-01-26mm: pgtable: introduce pagetable_dtor()Qi Zheng1-43/+9
2025-01-26mm: pgtable: add statistics for P4D level page tableQi Zheng1-0/+16
2025-01-26mm: add build-time option for hotplug memory default online typeGregory Price1-2/+3
2025-01-26mm: replace free hugepage folios after migrationyangge1-0/+7
2025-01-26mm/swap_cgroup: decouple swap cgroup recording and clearingKairui Song1-4/+8
2025-01-26mm/swap_cgroup: remove swap_cgroup_cmpxchgKairui Song1-2/+0
2025-01-26Merge tag 'mtd/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2-4/+532
2025-01-26Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-6/+20
2025-01-26Merge tag 'media/v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-13/+0
2025-01-25Merge tag 'kgdb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds1-3/+0
2025-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-9/+73
2025-01-25Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-10/+1
2025-01-25kdb: Remove unused flags stackDr. David Alan Gilbert1-3/+0
2025-01-25include/linux/lz4.h: add some missing macrosGao Xiang1-0/+6
2025-01-25minmax.h: remove some #defines that are only expanded onceDavid Laight1-8/+6
2025-01-25minmax.h: simplify the variants of clamp()David Laight1-12/+12
2025-01-25minmax.h: move all the clamp() definitions after the min/max() onesDavid Laight1-58/+51
2025-01-25minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()David Laight1-2/+1
2025-01-25minmax.h: reduce the #define expansion of min(), max() and clamp()David Laight1-12/+12
2025-01-25minmax.h: update some commentsDavid Laight1-29/+24
2025-01-25minmax.h: add whitespace around operators and after commasDavid Laight1-17/+17
2025-01-25Merge tag 'mailbox-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2-0/+52
2025-01-25Merge tag 'i3c/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds2-1/+32