summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2025-01-26Merge tag 'modules-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-26Merge tag 'trace-tools-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-26Merge tag 'trace-rv-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2025-01-26Merge tag 'bitmap-for-6.14' of https://github.com:/norov/linuxLinus Torvalds
2025-01-26LoongArch: Fix warnings during S3 suspendHuacai Chen
2025-01-26module: Constify 'struct module_attribute'Thomas Weißschuh
2025-01-26module: Handle 'struct module_version_attribute' as constThomas Weißschuh
2025-01-26module: Extend the preempt disabled section in dereference_symbol_descriptor().Sebastian Andrzej Siewior
2025-01-25seqlock: add missing parameter documentation for raw_seqcount_try_begin()Suren Baghdasaryan
2025-01-25mm: add FGP_DONTCACHE folio creation flagJens Axboe
2025-01-25mm: call filemap_fdatawrite_range_kick() after IOCB_DONTCACHE issueJens Axboe
2025-01-25mm/filemap: add filemap_fdatawrite_range_kick() helperJens Axboe
2025-01-25fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flagJens Axboe
2025-01-25mm/readahead: add readahead_control->dropbehind memberJens Axboe
2025-01-25mm: add PG_dropbehind folio flagJens Axboe
2025-01-25mm/hugetlb: rename folio_putback_active_hugetlb() to folio_putback_hugetlb()David Hildenbrand
2025-01-25mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()David Hildenbrand
2025-01-25mm/huge_memory: convert has_hwpoisoned into a pure folio flagDavid Hildenbrand
2025-01-25ksm: add ksm involvement information for each processxu xin
2025-01-25mm/damon: explain "effective quota" on kernel-doc commentSeongJae Park
2025-01-25mm: remove PageTransTail()Matthew Wilcox (Oracle)
2025-01-25mm/mglru: rework workingset protectionYu Zhao
2025-01-25mm/mglru: rework aging feedbackYu Zhao
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