summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2026-05-28thunderbolt: Prevent XDomain delayed work use-after-free on disconnectMichael Bommarito1-0/+3
2026-05-28Merge v7.1-rc5 into drm-nextSimona Vetter36-159/+714
2026-05-28PCI: Add pci_ats_required() for CXL.cache capable devicesNicolin Chen1-0/+3
2026-05-28iommu, debugobjects: avoid gcc-16.1 section mismatch warningsArnd Bergmann1-0/+11
2026-05-28compiler-clang.h: Drop explicit version number from "all" diagnostic macroNathan Chancellor1-2/+2
2026-05-28compiler-clang.h: Remove __cleanup -Wunused-variable workaroundNathan Chancellor1-9/+0
2026-05-28mshv: Add conditional VMBus dependencyMichael Kelley1-0/+4
2026-05-27rust: driver core: drop drvdata before devres releaseDanilo Krummrich1-2/+2
2026-05-27mtd: spi-nor: swp: Add support for the complement featureMiquel Raynal1-0/+1
2026-05-27mtd: rawnand: qcom: embed nand_controller into qcom_nand_controllerRosen Penev1-1/+3
2026-05-27mtd: spinand: Add support for randomizerCheng Ming Lin1-0/+9
2026-05-27Merge tag 'nf-next-26-05-25' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-0/+17
2026-05-27llc: Add SPDX id lines to some llc source filesTim Bird1-7/+1
2026-05-27audit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina2-8/+8
2026-05-26call_once:: Fix typo in comment for call_once()Jiun Jeong1-1/+1
2026-05-26block: don't set BIO_QUIET for BLK_STS_AGAINChristoph Hellwig1-1/+0
2026-05-26block: switch numa_node to int in blk_mq_hw_ctx and init_requestMateusz Nowicki1-2/+2
2026-05-26KVM: SEV: Pin source page for write when adding CPUID data for SNP guestSean Christopherson1-1/+2
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds4-28/+27