summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-05-29raid6: remove __KERNEL__ ifdefsChristoph Hellwig1-90/+0
2026-05-29raid6: turn the userspace test harness into a kunit testChristoph Hellwig1-3/+0
2026-05-29kcov: allow simultaneous KCOV_ENABLE/KCOV_REMOTE_ENABLEJann Horn2-2/+3
2026-05-29llist: make locking comments consistentPhilipp Stanner1-2/+2
2026-05-29kcov: refactor common handle ID into kcov_common_handle_idJann Horn3-17/+15
2026-05-29uaccess: minimize INLINE_COPY_USER-related ifdeferyYury Norov1-14/+7
2026-05-29uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-6/+6
2026-05-29init.h: discard exitcall symbols earlyArnd Bergmann1-1/+1
2026-05-29highmem-internal.h: fix typo in the comment for kunmap_atomic()Zhouyi Zhou1-1/+1
2026-05-29mm/damon/core: remove damon_set_region_biggest_system_ram_default()SeongJae Park1-5/+0
2026-05-29mm/damon: introduce damon_set_region_system_rams_default()SeongJae Park1-0/+5
2026-05-29kasan: skip HW tagging for all kernel thread stacksMuhammad Usama Anjum1-1/+1
2026-05-29vmalloc: add __GFP_SKIP_KASAN supportMuhammad Usama Anjum1-3/+3
2026-05-29mm/damon/core: introduce damon_ctx->pausedSeongJae Park1-0/+2
2026-05-29mm: limit filemap_fault readahead to VMA boundariesFrederick Mayle1-0/+2
2026-05-29mm: remove page_mapped()David Hildenbrand (Arm)1-10/+0
2026-05-29mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme actionAsier Gutierrez1-0/+2
2026-05-29mm/sparse-vmemmap: pass @pgmap argument to memory deactivation pathsMuchun Song1-3/+5
2026-05-29mm/vmpressure: skip socket pressure for costly order reclaimJP Kobryn (Meta)1-4/+5
2026-05-29mm/sparse: remove sparse buffer pre-allocation mechanismMuchun Song1-1/+0
2026-05-29mm/damon/core: introduce failed region quota charge ratioSeongJae Park1-0/+9
2026-05-29mm/damon: add node_eligible_mem_bp goal metricRavi Jonnalagadda1-0/+3
2026-05-29vmalloc: optimize vfree with free_pages_bulk()Ryan Roberts1-0/+2
2026-05-29mm/page_alloc: optimize free_contig_range()Ryan Roberts1-0/+2
2026-05-29mm: convert vmemmap_p?d_populate() to static functionsChengkaitao1-7/+0
2026-05-29mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma2-16/+0
2026-05-29ring-buffer: Add persistent ring buffer invalid-page inject testMasami Hiramatsu (Google)1-0/+1
2026-05-29spmi: use kzalloc_flex in main allocationRosen Penev1-0/+2
2026-05-29spmi: clean up kernel-doc in spmi.hRandy Dunlap1-1/+2
2026-05-29crypto: api - Remove per-tfm refcountEric Biggers1-1/+0
2026-05-29Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich2-2/+6
2026-05-29Merge patch series "rust: device: Higher-Ranked Lifetime Types for device dri...Danilo Krummrich1-2/+2
2026-05-29net: remove SIOCSHWTSTAMP and SIOCGHWTSTAMP from ndo_eth_ioctl commentXuan Zhuo1-2/+2
2026-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-35/+45
2026-05-28Merge tag 'net-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-3/+7
2026-05-28bitops: Define generic___bitrev8/16/32 for reuseJinjie Ruan1-16/+4
2026-05-28bitmap: fix find helper documentationYury Norov1-4/+4
2026-05-28bitmap: drop bitmap_print_to_pagebuf()Yury Norov1-1/+0
2026-05-28cpumask: switch cpumap_print_to_pagebuf() to using scnprintf()Yury Norov1-2/+5
2026-05-28block: export passthrough stats enabledKeith Busch1-0/+40
2026-05-28gpu: host1x: Allow entries in BO caches to be freedMikko Perttunen1-0/+7
2026-05-28block: add a bio_endio_status helperChristoph Hellwig1-4/+15
2026-05-28bvec: make the bvec_iter helpers inline functionsChristoph Hellwig1-37/+64
2026-05-28block: mark biovec_init_pool staticChristoph Hellwig1-1/+0
2026-05-28Disable -Wattribute-alias for clang-23 and newerNathan Chancellor4-0/+18
2026-05-28dpll: export __dpll_device_change_ntf() for use under dpll_lockIvan Vecera1-0/+1
2026-05-28net: Introduce skb tc depth field to track packet loopsJamal Hadi Salim1-0/+2
2026-05-28Merge branch 'locking/context' into locking/corePeter Zijlstra1-8/+22
2026-05-28seqlock: Allow UBSAN_ALIGNMENT to fail optimizingHeiko Carstens1-3/+4
2026-05-28compiler-context-analysis: Bump required Clang version to 23Marco Elver1-8/+22