summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-08-03bpf: Generate kfunc argument prototype at add-call timeAmery Hung
2026-08-03bpf: Fold __szk const size handling into the scalar arg pathAmery Hung
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung
2026-08-02Merge tag 'vfs-7.2-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-02Merge tag 'rtw-next-2026-08-02' of https://github.com/pkshih/rtwJohannes Berg
2026-08-02Merge tag 'dmaengine-fix-7.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-02firmware: arm_sdei: add SDEI_EVENT_SIGNAL supportKiryl Shutsemau (Meta)
2026-08-02firmware: arm_sdei: add sdei_is_present()Kiryl Shutsemau (Meta)
2026-07-31net: phy: c45: add genphy_c45_pma_soft_reset()Javen Xu
2026-07-31Merge tag 'ata-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds
2026-07-31KVM: Check for duplicate vcpu_id as early as possibleDmytro Maluka
2026-07-31utf8: Remove unused utf8_normalizeDr. David Alan Gilbert
2026-07-31rcu-tasks: Convert cond_resched_tasks_rcu_qs() to static inlinePaul E. McKenney
2026-07-31PCI/ERR: Add support for resetting the Root Ports in a platform-specific wayManivannan Sadhasivam
2026-07-31perf/dwc_pcie: Add support for Picoheart vendor devicesYicong Yang
2026-07-31regulator: handle regulator late cleanup race with PM suspendMark Brown
2026-07-31iomap: use BIO_COMPLETE_IN_TASK for dropbehind writebackTal Zussman
2026-07-31block: add task-context bio completion infrastructureTal Zussman
2026-07-31block: introduce bio_in_atomic()Tal Zussman
2026-07-31Revert "thermal: hwmon: Use extra_groups for adding temperature attributes"Rafael J. Wysocki
2026-07-31block: validate user space vectors during extractionKeith Busch
2026-07-31netfilter: ipset: switch to rcu workFlorian Westphal
2026-07-31netfilter: ipset: switch ext_size to atomic64_tJozsef Kadlecsik
2026-07-31mm: move struct slabobj_ext to mm/slab.hVlastimil Babka (SUSE)
2026-07-31net: pass dst via net_device_path in dev_fill_forward_path()Pablo Neira Ayuso
2026-07-31most: most.h: fix lots of kernel-doc warningsRandy Dunlap
2026-07-31Merge tag 'svc_updates_for_v7.3' of ssh://gitolite.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2026-07-31stop_machine: Make stop_one_cpu_nowait() return voidYury Norov
2026-07-31iomap: add ->iomap_next()Joanne Koong
2026-07-31iomap: decouple simple direct I/O reads from iomap_dio_rwChristoph Hellwig
2026-07-31iomap: split iomap_iter() logic into iomap_iter_next()Joanne Koong
2026-07-31iomap: add helper to mark folio uptodateJoanne Koong
2026-07-31Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2026-07-31nvmem: layouts: Add fixed-layout driverMathieu Dubois-Briand
2026-07-31static_call / jump_label: Replace __ASSEMBLY__ with __ASSEMBLER__ in headersThomas Huth
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-31seq_file: rename mangle_path to seq_mangle_pathJohannes Berg
2026-07-31lockref: tidy up dead count handlingMateusz Guzik
2026-07-31fs/pipe: unify the page pools into a single per-pipe poolBreno Leitao
2026-07-31fs: annotate inode timestamp accessorsYu Peng
2026-07-31i3c: master: Add support for devices using SETAASAAkhil R
2026-07-31i3c: master: Use unified device property interfaceAkhil R
2026-07-31i3c: master: Add optional_bytes for variable-length GET CCC validationAdrian Ng Ho Yin
2026-07-31i3c: master: Validate GET CCC payload length and retry Direct GET onceAdrian Ng Ho Yin
2026-07-31i3c: ccc: Add actual_len to struct i3c_ccc_cmd_payloadAdrian Ng Ho Yin
2026-07-31swiotlb: remove unused SWIOTLB_FORCE flagAneesh Kumar K.V (Arm)
2026-07-31dma: swiotlb: free dynamic pools from process contextAneesh Kumar K.V (Arm)
2026-07-31dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checksAneesh Kumar K.V (Arm)
2026-07-31dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHAREDAneesh Kumar K.V (Arm)
2026-07-31dma: swiotlb: pass mapping attributes by referenceAneesh Kumar K.V (Arm)