summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-07rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo
2026-03-07rust: ptr: add projection infrastructureGary Guo
2026-03-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2026-03-07rust: ptr: add `KnownSize` trait to support DST size info extractionGary Guo
2026-03-07KVM: arm64: vgic: Pick EOIcount deactivations from AP-list tailMarc Zyngier
2026-03-07s390/zcrypt: Enable AUTOSEL_DOM for CCA serialnr sysfs attributeHarald Freudenberger
2026-03-07s390: Revert "s390/irq/idle: Remove psw bits early"Heiko Carstens
2026-03-07Merge tag 'fbdev-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-03-07Merge tag 'parisc-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-03-07Merge tag 'rcu-fixes.v7.0-20260307a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-07firmware: arm_scmi: Fix NULL dereference on notify error pathCristian Marussi
2026-03-07firmware: arm_scpi: Fix device_node reference leak in probe pathFelix Gu
2026-03-07Merge tag 'trace-v7.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-03-07resolve_btfids: Fix linker flags detectionIhor Solodrai
2026-03-07Merge tag 'hwmon-for-v7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-07Merge tag 'driver-core-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-07scsi: hisi_sas: Fix NULL pointer exception during user_scan()Xingui Yang
2026-03-07scsi: qla2xxx: Completely fix fcport double freeVladimir Riabchun
2026-03-07scsi: ufs: core: Fix SError in ufshcd_rtc_work() during UFS suspendWang Shuaiwei
2026-03-07scsi: core: Fix error handling for scsi_alloc_sdev()Junxiao Bi
2026-03-07Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-07sched_ext: Fix enqueue_task_scx() truncation of upper enqueue flagsTejun Heo
2026-03-07iio: imu: adis16550: fix swapped gyro/accel filter functionsAntoniu Miclaus
2026-03-07iio: adc: aspeed: clear reference voltage bits before configuring vrefBilly Tsai
2026-03-07iio: adc: ti-ads1119: Reinit completion before wait_for_completion_timeout()Felix Gu
2026-03-07iio: adc: ti-ads1018: fix type overflow for data rateChunyang Chen
2026-03-07iio: adc: ti-ads7950: do not clobber gpio state in ti_ads7950_get()Dmitry Torokhov
2026-03-07iio: adc: ti-ads7950: normalize return value of gpio_getDmitry Torokhov
2026-03-07powerpc/pseries: Correct MSI allocation trackingNam Cao
2026-03-07powerpc: dts: mpc83xx: Add unit addresses to /memoryJ. Neuschäfer
2026-03-07powerpc: dts: mpc8315erdb: Add missing #cells properties to SPI busJ. Neuschäfer
2026-03-07powerpc: dts: mpc8315erdb: Rename LED nodes to comply with schemaJ. Neuschäfer
2026-03-07powerpc: dts: mpc8315erdb: Use IRQ_TYPE_* macrosJ. Neuschäfer
2026-03-07powerpc: dts: mpc8313erdb: Use IRQ_TYPE_* macrosJ. Neuschäfer
2026-03-07powerpc: 83xx: km83xx: Fix keymile vendor prefixJ. Neuschäfer
2026-03-07dt-bindings: powerpc: Add Freescale/NXP MPC83xx SoCsJ. Neuschäfer
2026-03-07powerpc64/bpf: fix kfunc call supportHari Bathini
2026-03-07powerpc64/bpf: fix handling of BPF stack in exception callbackHari Bathini
2026-03-07powerpc64/bpf: remove BPF redzone protection in trampoline stackHari Bathini
2026-03-07powerpc64/bpf: use consistent tailcall offset in trampolineHari Bathini
2026-03-07powerpc64/bpf: fix the address returned by bpf_get_func_ipHari Bathini
2026-03-07powerpc64/bpf: do not increment tailcall count when prog is NULLHari Bathini
2026-03-07powerpc64/ftrace: workaround clang recording GEP in __patchable_function_entriesHari Bathini
2026-03-07powerpc64/ftrace: fix OOL stub count with clangHari Bathini
2026-03-07powerpc64: make clang cross-build friendlyHari Bathini
2026-03-06Merge branch 'bpf-fix-precision-backtracking-bug-with-linked-registers'Alexei Starovoitov
2026-03-06selftests/bpf: add reproducer for spurious precision propagation through callsEduard Zingerman
2026-03-06bpf: collect only live registers in linked regsEduard Zingerman
2026-03-06Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds