summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-11-24irqchip/gic: Add missing GICH_HCR control bitsMarc Zyngier
2025-11-24cpumask: Don't use "proxy" headersAndy Shevchenko
2025-11-24string: Add missing kernel-doc return descriptionsKriish Sharma
2025-11-24Add RSPI support for RZ/T2H and RZ/N2HMark Brown
2025-11-24bitfield: Add non-constant field_{prep,get}() helpersGeert Uytterhoeven
2025-11-24bitfield: Add less-checking __FIELD_{GET,PREP}()Geert Uytterhoeven
2025-11-24firmware: cs_dsp: Store control length as 32-bitRichard Fitzgerald
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong
2025-11-24bpf,x86: adjust the "jmp" mode for bpf trampolineMenglong Dong
2025-11-24ftrace: Introduce FTRACE_OPS_FL_JMPMenglong Dong
2025-11-24firmware: stratix10-svc: fix make htmldocs warningDinh Nguyen
2025-11-24Merge tag 'icc-6.19-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman
2025-11-24Merge tag 'coresight-next-v6.19' of ssh://gitolite.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2025-11-24wifi: mt76: Introduce the NPU generic layerLorenzo Bianconi
2025-11-24wifi: mt76: wed: use proper wed reference in mt76 wed driver callabacksLorenzo Bianconi
2025-11-24s390/percpu: Get rid of ARCH_MODULE_NEEDS_WEAK_PER_CPUHeiko Carstens
2025-11-23NFS: Request a directory delegation during RENAMEAnna Schumaker
2025-11-23NFS: Request a directory delegation on ACCESS, CREATE, and UNLINKAnna Schumaker
2025-11-23NFS: Add support for sending GDD_GETATTRAnna Schumaker
2025-11-23SUNRPC: new helper function for stopping backchannel serverOlga Kornievskaia
2025-11-23SUNRPC: cleanup common code in backchannel requestOlga Kornievskaia
2025-11-23compiler_types: introduce at_least parameter decoration pseudo keywordJason A. Donenfeld
2025-11-24PM / devfreq: Move governor.h to a public header locationDmitry Baryshkov
2025-11-23mempool: de-typedefChristoph Hellwig
2025-11-23mempool: remove mempool_{init,create}_kvmalloc_poolChristoph Hellwig
2025-11-23mempool: add mempool_{alloc,free}_bulkChristoph Hellwig
2025-11-22Merge tag 'v6.18-rc3' into irq/msiThomas Gleixner
2025-11-21bpf: support nested rcu critical sectionsPuranjay Mohan
2025-11-21bpf: correct stack liveness for tail callsEduard Zingerman
2025-11-21x86,fs/resctrl: Implement "io_alloc" enable/disable handlersBabu Moger
2025-11-21x86,fs/resctrl: Detect io_alloc featureBabu Moger
2025-11-21powercap: intel_rapl: Prepare read_raw() interface for atomic-context callersKuppuswamy Sathyanarayanan
2025-11-21Merge tag 'ata-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds
2025-11-21lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGIONYicong Yang
2025-11-21regulator: Add FP9931/JD9930Mark Brown
2025-11-21Merge tag 'iio-for-6.19a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2025-11-21usb: ohci-da8xx: remove unused platform dataBartosz Golaszewski
2025-11-21bug: Add report_bug_entry()Peter Zijlstra
2025-11-21efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specsMauro Carvalho Chehab
2025-11-21efi/cper: Add a new helper function to print bitmasksMauro Carvalho Chehab
2025-11-21RAS: Report all ARM processor CPER information to userspaceJason Tian
2025-11-20Merge tag 'vfio-v6.19-dma-buf-v9+' into v6.19/vfio/nextAlex Williamson
2025-11-20vfio/pci: Add dma-buf export support for MMIO regionsLeon Romanovsky
2025-11-20net: stmmac: remove axi_blen arrayRussell King (Oracle)
2025-11-20net: stmmac: move stmmac_axi_blen_to_mask() to stmmac_main.cRussell King (Oracle)
2025-11-20net: stmmac: pass struct device to init()/exit() methodsRussell King (Oracle)
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie
2025-11-20bpf: Document cfi_stubs and owner fields in struct bpf_struct_opsNirbhay Sharma
2025-11-20uaccess: gate _copy_[to|from]_user on !INLINE_COPY_FROM_USERAlice Ryhl
2025-11-20lib/base64: add support for multiple variantsKuan-Wei Chiu