summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang
2025-01-25mm: make mmap_region() internalLorenzo Stoakes
2025-01-25mm, swap_slots: remove slot cache for freeing pathKairui Song
2025-01-25mm, swap: use a global swap cluster for non-rotation devicesKairui Song
2025-01-25mm, swap: simplify percpu cluster updatingKairui Song
2025-01-25mm, swap: reduce contention on device lockKairui Song
2025-01-25mm, swap: use an enum to define all cluster flags and wrap flags changesKairui Song
2025-01-25mm, swap: hold a reference during scan and cleanup flag usageKairui Song
2025-01-25mm, swap: clean up plist removal and addingKairui Song
2025-01-25mm, swap: clean up device availability checkKairui Song
2025-01-25mm, swap: remove old allocation path for HDDKairui Song
2025-01-25alloc_tag: avoid current->alloc_tag manipulations when profiling is disabledSuren Baghdasaryan
2025-01-25mm/damon: add 'allow' argument to damos_new_filter()SeongJae Park
2025-01-25mm/damon/core: add damos_filter->allow fieldSeongJae Park
2025-01-25mm/damon: fixup damos_filter kernel-docSeongJae Park
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino
2025-01-25mm: alloc_pages_bulk_noprof: drop page_list argumentLuiz Capitulino
2025-01-25mm/hugetlb: rename avoid_reserve to cow_from_ownerPeter Xu
2025-01-25mm/memmap: prevent double scanning of memmap by kmemleakGuo Weikang
2025-01-25mm/fake-numa: allow later numa node hotplugBruno Faccini
2025-01-25mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->wal...SeongJae Park
2025-01-25mm/damon/core: implement per-scheme ops-handled filter-passed bytes statSeongJae Park
2025-01-25mm/damon: ask apply_scheme() to report filter-passed region-internal bytesSeongJae Park
2025-01-25mm/damon: clarify trying vs applying on damos_stat kernel-doc commentSeongJae Park
2025-01-25mm/damon/core: implement damos_walk()SeongJae Park
2025-01-25mm/damon/core: introduce damon_call()SeongJae Park
2025-01-25mm: introduce ctor/dtor at PGD levelKevin Brodsky
2025-01-25mm: move common part of pagetable_*_ctor to helperKevin Brodsky
2025-01-25mm/debug: introduce VM_WARN_ON_VMG() to dump VMA merge stateLorenzo Stoakes
2025-01-25lib/list_debug.c: add object information in case of invalid objectManinder Singh
2025-01-25mm: pgtable: introduce generic pagetable_dtor_free()Qi Zheng
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng
2025-01-25mm: pgtable: add statistics for P4D level page tableQi Zheng
2025-01-25mm: add build-time option for hotplug memory default online typeGregory Price
2025-01-25mm: replace free hugepage folios after migrationyangge
2025-01-25mm/swap_cgroup: decouple swap cgroup recording and clearingKairui Song
2025-01-25mm/swap_cgroup: remove swap_cgroup_cmpxchgKairui Song
2025-01-25Merge tag 'mtd/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-25Merge tag 'media/v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2025-01-25Merge tag 'kgdb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2025-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-01-25Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-01-25kdb: Remove unused flags stackDr. David Alan Gilbert
2025-01-24include/linux/lz4.h: add some missing macrosGao Xiang
2025-01-24minmax.h: remove some #defines that are only expanded onceDavid Laight
2025-01-24minmax.h: simplify the variants of clamp()David Laight
2025-01-24minmax.h: move all the clamp() definitions after the min/max() onesDavid Laight
2025-01-24minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()David Laight
2025-01-24minmax.h: reduce the #define expansion of min(), max() and clamp()David Laight