aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-03-07scsi: qla2xxx: Completely fix fcport double freeVladimir Riabchun1-2/+0
2026-03-07scsi: ufs: core: Fix SError in ufshcd_rtc_work() during UFS suspendWang Shuaiwei1-1/+1
2026-03-07scsi: core: Fix error handling for scsi_alloc_sdev()Junxiao Bi1-6/+2
2026-03-07Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds14-77/+97
2026-03-07sched_ext: Fix enqueue_task_scx() truncation of upper enqueue flagsTejun Heo1-3/+2
2026-03-07iio: imu: adis16550: fix swapped gyro/accel filter functionsAntoniu Miclaus1-4/+4
2026-03-07iio: adc: aspeed: clear reference voltage bits before configuring vrefBilly Tsai1-0/+1
2026-03-07iio: adc: ti-ads1119: Reinit completion before wait_for_completion_timeout()Felix Gu1-0/+3
2026-03-07iio: adc: ti-ads1018: fix type overflow for data rateChunyang Chen1-1/+1
2026-03-07iio: adc: ti-ads7950: do not clobber gpio state in ti_ads7950_get()Dmitry Torokhov1-3/+5
2026-03-07iio: adc: ti-ads7950: normalize return value of gpio_getDmitry Torokhov1-1/+1
2026-03-07powerpc/pseries: Correct MSI allocation trackingNam Cao1-1/+1
2026-03-07powerpc: dts: mpc83xx: Add unit addresses to /memoryJ. Neuschäfer12-12/+12
2026-03-07powerpc: dts: mpc8315erdb: Add missing #cells properties to SPI busJ. Neuschäfer1-0/+2
2026-03-07powerpc: dts: mpc8315erdb: Rename LED nodes to comply with schemaJ. Neuschäfer1-2/+2
2026-03-07powerpc: dts: mpc8315erdb: Use IRQ_TYPE_* macrosJ. Neuschäfer1-52/+59
2026-03-07powerpc: dts: mpc8313erdb: Use IRQ_TYPE_* macrosJ. Neuschäfer1-25/+34
2026-03-07powerpc: 83xx: km83xx: Fix keymile vendor prefixJ. Neuschäfer1-2/+2
2026-03-07dt-bindings: powerpc: Add Freescale/NXP MPC83xx SoCsJ. Neuschäfer1-0/+93
2026-03-07powerpc64/bpf: fix kfunc call supportHari Bathini2-9/+94
2026-03-07powerpc64/bpf: fix handling of BPF stack in exception callbackHari Bathini1-11/+25
2026-03-07powerpc64/bpf: remove BPF redzone protection in trampoline stackHari Bathini1-56/+33
2026-03-07powerpc64/bpf: use consistent tailcall offset in trampolineHari Bathini3-13/+9
2026-03-07powerpc64/bpf: fix the address returned by bpf_get_func_ipHari Bathini1-9/+19
2026-03-07powerpc64/bpf: do not increment tailcall count when prog is NULLHari Bathini1-18/+21
2026-03-07powerpc64/ftrace: workaround clang recording GEP in __patchable_function_entriesHari Bathini1-4/+22
2026-03-07powerpc64/ftrace: fix OOL stub count with clangHari Bathini1-2/+2
2026-03-07powerpc64: make clang cross-build friendlyHari Bathini2-2/+2
2026-03-06Merge branch 'bpf-fix-precision-backtracking-bug-with-linked-registers'Alexei Starovoitov5-38/+137
2026-03-06selftests/bpf: add reproducer for spurious precision propagation through callsEduard Zingerman1-0/+64
2026-03-06bpf: collect only live registers in linked regsEduard Zingerman4-38/+73
2026-03-06Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds31-11/+44
2026-03-06Merge tag 's390-7.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-7/+6
2026-03-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds5-16/+67
2026-03-06tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens1-3/+3
2026-03-06Merge branch 'net-spacemit-a-few-error-handling-fixes'Jakub Kicinski1-6/+13
2026-03-06net: spacemit: Fix error handling in emac_tx_mem_map()Vivian Wang1-1/+10
2026-03-06net: spacemit: Fix error handling in emac_alloc_rx_desc_buffers()Vivian Wang1-5/+3
2026-03-06Merge branch 'bpf-fix-u32-s32-bounds-when-ranges-cross-min-max-boundary'Alexei Starovoitov3-19/+120
2026-03-06Revert "selftests/bpf: Update reg_bound range refinement logic"Eduard Zingerman1-14/+0
2026-03-06selftests/bpf: test refining u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman1-1/+38
2026-03-06bpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman2-4/+82
2026-03-06rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer()Miaoqian Lin2-7/+9
2026-03-06Merge branch 'further-sja1105-phylink-link-replay-fixups'Jakub Kicinski1-4/+3
2026-03-06net: dsa: sja1105: ensure phylink_replay_link_end() will not be missedVladimir Oltean1-1/+2
2026-03-06net: dsa: sja1105: reorder sja1105_reload_cbs() and phylink_replay_link_end()Vladimir Oltean1-4/+2
2026-03-06net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave xmitWeiming Shi1-0/+1
2026-03-06net: ncsi: fix skb leak in error pathsJian Zhang2-5/+14
2026-03-06Merge branch 'mlx5-misc-fixes-2026-03-05'Jakub Kicinski4-31/+22
2026-03-06net/mlx5e: RX, Fix XDP multi-buf frag counting for legacy RQDragos Tatulea1-7/+4