summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-05-28raid6: remove __KERNEL__ ifdefsChristoph Hellwig
2026-05-28raid6: turn the userspace test harness into a kunit testChristoph Hellwig
2026-05-28kcov: allow simultaneous KCOV_ENABLE/KCOV_REMOTE_ENABLEJann Horn
2026-05-28llist: make locking comments consistentPhilipp Stanner
2026-05-28kcov: refactor common handle ID into kcov_common_handle_idJann Horn
2026-05-28uaccess: minimize INLINE_COPY_USER-related ifdeferyYury Norov
2026-05-28uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov
2026-05-28init.h: discard exitcall symbols earlyArnd Bergmann
2026-05-28highmem-internal.h: fix typo in the comment for kunmap_atomic()Zhouyi Zhou
2026-05-28mm/damon/core: remove damon_set_region_biggest_system_ram_default()SeongJae Park
2026-05-28mm/damon: introduce damon_set_region_system_rams_default()SeongJae Park
2026-05-28kasan: skip HW tagging for all kernel thread stacksMuhammad Usama Anjum
2026-05-28vmalloc: add __GFP_SKIP_KASAN supportMuhammad Usama Anjum
2026-05-28mm/damon/core: introduce damon_ctx->pausedSeongJae Park
2026-05-28mm: limit filemap_fault readahead to VMA boundariesFrederick Mayle
2026-05-28mm: remove page_mapped()David Hildenbrand (Arm)
2026-05-28mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme actionAsier Gutierrez
2026-05-28mm/sparse-vmemmap: pass @pgmap argument to memory deactivation pathsMuchun Song
2026-05-28mm/vmpressure: skip socket pressure for costly order reclaimJP Kobryn (Meta)
2026-05-28mm/sparse: remove sparse buffer pre-allocation mechanismMuchun Song
2026-05-28mm/damon/core: introduce failed region quota charge ratioSeongJae Park
2026-05-28mm/damon: add node_eligible_mem_bp goal metricRavi Jonnalagadda
2026-05-28vmalloc: optimize vfree with free_pages_bulk()Ryan Roberts
2026-05-28mm/page_alloc: optimize free_contig_range()Ryan Roberts
2026-05-28mm: convert vmemmap_p?d_populate() to static functionsChengkaitao
2026-05-28mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma
2026-05-28ring-buffer: Add persistent ring buffer invalid-page inject testMasami Hiramatsu (Google)
2026-05-28spmi: use kzalloc_flex in main allocationRosen Penev
2026-05-28spmi: clean up kernel-doc in spmi.hRandy Dunlap
2026-05-28crypto: api - Remove per-tfm refcountEric Biggers
2026-05-29Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich
2026-05-29Merge patch series "rust: device: Higher-Ranked Lifetime Types for device dri...Danilo Krummrich
2026-05-28net: remove SIOCSHWTSTAMP and SIOCGHWTSTAMP from ndo_eth_ioctl commentXuan Zhuo
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-28Merge tag 'net-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-05-28bitops: Define generic___bitrev8/16/32 for reuseJinjie Ruan
2026-05-28bitmap: fix find helper documentationYury Norov
2026-05-28bitmap: drop bitmap_print_to_pagebuf()Yury Norov
2026-05-28cpumask: switch cpumap_print_to_pagebuf() to using scnprintf()Yury Norov
2026-05-28block: export passthrough stats enabledKeith Busch
2026-05-28gpu: host1x: Allow entries in BO caches to be freedMikko Perttunen
2026-05-28block: add a bio_endio_status helperChristoph Hellwig
2026-05-28bvec: make the bvec_iter helpers inline functionsChristoph Hellwig
2026-05-28block: mark biovec_init_pool staticChristoph Hellwig
2026-05-28Disable -Wattribute-alias for clang-23 and newerNathan Chancellor
2026-05-28dpll: export __dpll_device_change_ntf() for use under dpll_lockIvan Vecera
2026-05-28net: Introduce skb tc depth field to track packet loopsJamal Hadi Salim
2026-05-28Merge branch 'locking/context' into locking/corePeter Zijlstra
2026-05-28seqlock: Allow UBSAN_ALIGNMENT to fail optimizingHeiko Carstens
2026-05-28compiler-context-analysis: Bump required Clang version to 23Marco Elver