aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-05-28raid6: hide internalsChristoph Hellwig2-88/+27
2026-05-28raid6: warn when using less than four devicesChristoph Hellwig1-0/+2
2026-05-28raid6: improve the public interfaceChristoph Hellwig1-9/+10
2026-05-28raid6: remove raid6_get_zero_pageChristoph Hellwig1-6/+0
2026-05-28raid6: remove unused defines in pq.hChristoph Hellwig1-6/+0
2026-05-28raid6: remove __KERNEL__ ifdefsChristoph Hellwig1-90/+0
2026-05-28raid6: turn the userspace test harness into a kunit testChristoph Hellwig1-3/+0
2026-05-28kcov: allow simultaneous KCOV_ENABLE/KCOV_REMOTE_ENABLEJann Horn2-2/+3
2026-05-28llist: make locking comments consistentPhilipp Stanner1-2/+2
2026-05-28kcov: refactor common handle ID into kcov_common_handle_idJann Horn3-17/+15
2026-05-28uaccess: minimize INLINE_COPY_USER-related ifdeferyYury Norov1-14/+7
2026-05-28uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-6/+6
2026-05-28init.h: discard exitcall symbols earlyArnd Bergmann1-1/+1
2026-05-28highmem-internal.h: fix typo in the comment for kunmap_atomic()Zhouyi Zhou1-1/+1
2026-05-28mm/damon/core: remove damon_set_region_biggest_system_ram_default()SeongJae Park1-5/+0
2026-05-28mm/damon: introduce damon_set_region_system_rams_default()SeongJae Park1-0/+5
2026-05-28kasan: skip HW tagging for all kernel thread stacksMuhammad Usama Anjum1-1/+1
2026-05-28vmalloc: add __GFP_SKIP_KASAN supportMuhammad Usama Anjum1-3/+3
2026-05-28mm/damon/core: introduce damon_ctx->pausedSeongJae Park1-0/+2
2026-05-28mm: limit filemap_fault readahead to VMA boundariesFrederick Mayle1-0/+2
2026-05-28mm: remove page_mapped()David Hildenbrand (Arm)1-10/+0
2026-05-28mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme actionAsier Gutierrez1-0/+2
2026-05-28mm/sparse-vmemmap: pass @pgmap argument to memory deactivation pathsMuchun Song1-3/+5
2026-05-28mm/vmpressure: skip socket pressure for costly order reclaimJP Kobryn (Meta)1-4/+5
2026-05-28mm/sparse: remove sparse buffer pre-allocation mechanismMuchun Song1-1/+0
2026-05-28mm/damon/core: introduce failed region quota charge ratioSeongJae Park1-0/+9
2026-05-28mm/damon: add node_eligible_mem_bp goal metricRavi Jonnalagadda1-0/+3
2026-05-28vmalloc: optimize vfree with free_pages_bulk()Ryan Roberts1-0/+2
2026-05-28mm/page_alloc: optimize free_contig_range()Ryan Roberts1-0/+2
2026-05-28mm: convert vmemmap_p?d_populate() to static functionsChengkaitao1-7/+0
2026-05-28mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma2-16/+0
2026-05-28ring-buffer: Add persistent ring buffer invalid-page inject testMasami Hiramatsu (Google)1-0/+1
2026-05-28spmi: use kzalloc_flex in main allocationRosen Penev1-0/+2
2026-05-28spmi: clean up kernel-doc in spmi.hRandy Dunlap1-1/+2
2026-05-28crypto: 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/git/driver-core/driver-core into drm-rust-nextDanilo Krummrich2-2/+6
2026-05-29Merge patch series "rust: device: Higher-Ranked Lifetime Types for device drivers"Danilo Krummrich1-2/+2
2026-05-28net: remove SIOCSHWTSTAMP and SIOCGHWTSTAMP from ndo_eth_ioctl commentXuan Zhuo1-2/+2
2026-05-28Merge 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/netdev/netLinus 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-34/+61
2026-05-28block: mark biovec_init_pool staticChristoph Hellwig1-1/+0
2026-05-28Disable -Wattribute-alias for clang-23 and newerNathan Chancellor4-0/+18