aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-08-10locking: Switch to _irq_{disable,enable}() variants in cleanup guardsBoqun Feng1-14/+12
2026-08-10irq,spin_lock: Add counted interrupt disabling/enablingBoqun Feng6-0/+183
2026-08-10Merge tag 'zynqmp-soc-for-7.3' of https://github.com/Xilinx/linux-xlnx into soc/driversArnd Bergmann1-1/+9
2026-08-10Merge tag 'soc_fsl-7.3-1' of https://git.kernel.org/pub/scm/linux/kernel/git/chleroy/linux into soc/driversArnd Bergmann1-3/+15
2026-08-10iommu/vt-d: Support the new DMA_REMAP_OPT_OUT flag bitKevin Tian1-0/+1
2026-08-10Merge tag 'qcom-drivers-for-7.3-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/driversArnd Bergmann2-0/+6
2026-08-10rseq: Prevent hard lockup on granted time slice extensionNiels Pressel1-0/+1
2026-08-10firmware: xilinx: Clear firmware notifiers across kexec transitionsJay Buddhabhatti1-0/+3
2026-08-10firmware: xilinx: Release all peripheral devices from firmwareJay Buddhabhatti1-0/+4
2026-08-10firmware: xilinx: Add support to clear EL3 PM stateJay Buddhabhatti1-1/+2
2026-08-10fonts: fixup font.h kernel-doc warningsRandy Dunlap1-1/+3
2026-08-10Merge tag 'drm-rust-next-2026-08-08' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-nextDave Airlie1-2/+2
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich154-1143/+1867
2026-08-09Input: elan_i2c - use device-id/acpi.h for ACPI IDsLonglong Xia1-1/+1
2026-08-08Merge tag 'usb-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+3
2026-08-08Merge tag 'char-misc-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+6
2026-08-08preempt: Introduce HARDIRQ_DISABLE_BITSBoqun Feng1-5/+11
2026-08-08preempt: Track NMI nesting to separate per-CPU counterJoel Fernandes2-6/+20
2026-08-08Merge tag 'driver-core-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-0/+2
2026-08-08Merge tag 'input-for-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+2
2026-08-08i3c: master: dw-i3c-master: fix OD timing for first broadcastTze Yee Ng1-0/+1
2026-08-08i3c: master: Add helper to query bus wakeup requirementsAdrian Hunter1-0/+1
2026-08-08i3c: master: Support IBI-based wakeup capabilityAdrian Hunter1-0/+2
2026-08-08i3c: master: Fix recursive locking during device registrationAdrian Hunter1-0/+3
2026-08-08bpf: Support __arena and __arena__nullable on struct_ops argumentsTejun Heo2-0/+19
2026-08-08bpf: Support __arena and __arena__nullable kfunc argument suffixesTejun Heo2-0/+7
2026-08-08bpf: Rename 'early' BTF checking as a preparation phaseKumar Kartikeya Dwivedi1-2/+2
2026-08-08bpf: Infer zext_dst based on static register liveness analysisEduard Zingerman1-6/+1
2026-08-07ptr_ring: move free-space check into separate helperSimon Schippers1-2/+24
2026-08-07vhost-net: wake queue of tun/tap after ptr_ring consumeSimon Schippers1-0/+4
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann19-58/+112
2026-08-07Merge branch 'pm-cpuidle'Rafael J. Wysocki1-0/+13
2026-08-07Merge branch 'intel-idle-lpi'Rafael J. Wysocki1-0/+13
2026-08-07Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+2
2026-08-07Merge branch 'acpi-irqchip'Rafael J. Wysocki2-2/+14
2026-08-07Merge branches 'acpi-numa', 'acpi-misc' and 'pnp'Rafael J. Wysocki1-4/+6
2026-08-07bnxt_en: Update bnxt firmware specPavan Chebbi1-0/+585
2026-08-07objtool: Replace __ASSEMBLY__ with __ASSEMBLER__ in header filesThomas Huth2-6/+6
2026-08-07sched/topology: Restore SD_PREFER_SIBLING in domains with asymmetric capacityRicardo Neri1-2/+1
2026-08-07iio: adc: qcom-spmi-adc5-gen3: Share SDAM0 IRQ with ADC_TM auxiliary driverJishnu Prakash1-2/+0
2026-08-07regulator: qcom-rpmh: Support RPMH address reads and use it for rpmh-regulatorsMark Brown11-34/+62
2026-08-07Merge tag 'mhi-for-v7.3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mani/mhi into char-misc-nextGreg Kroah-Hartman2-5/+14
2026-08-07Merge tag 'thermal-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2026-08-07bpf, riscv: Add and use bpf_atomic_is_load_acq() helperDaniel Borkmann2-15/+31
2026-08-07soc: fsl: guts: implement the RCW override procedureVladimir Oltean1-3/+15
2026-08-06Merge tag 'mm-hotfixes-stable-2026-08-06-18-44' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2026-08-06mm: fold userfaultfd_rwp() to false without CONFIG_ARCH_HAS_PTE_PROTNONEKiryl Shutsemau (Meta)1-0/+6
2026-08-06mm: page_alloc: move capture_control to the page allocatorVlastimil Babka (SUSE)1-1/+2
2026-08-06mm/damon: update outdated comment about DAMOS filter handlingSong Hu1-9/+8
2026-08-06mm/memory: move pte_install_uffd_wp_if_needed() into memory.cDev Jain1-53/+0