summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-07powerpc: dts: mpc8315erdb: Use IRQ_TYPE_* macrosJ. Neuschäfer-52/+59
2026-03-07powerpc: dts: mpc8313erdb: Use IRQ_TYPE_* macrosJ. Neuschäfer-25/+34
2026-03-07powerpc: 83xx: km83xx: Fix keymile vendor prefixJ. Neuschäfer-2/+2
2026-03-07dt-bindings: powerpc: Add Freescale/NXP MPC83xx SoCsJ. Neuschäfer-0/+93
2026-03-07powerpc64/bpf: fix kfunc call supportHari Bathini-9/+94
2026-03-07powerpc64/bpf: fix handling of BPF stack in exception callbackHari Bathini-11/+25
2026-03-07powerpc64/bpf: remove BPF redzone protection in trampoline stackHari Bathini-56/+33
2026-03-07powerpc64/bpf: use consistent tailcall offset in trampolineHari Bathini-13/+9
2026-03-07powerpc64/bpf: fix the address returned by bpf_get_func_ipHari Bathini-9/+19
2026-03-07powerpc64/bpf: do not increment tailcall count when prog is NULLHari Bathini-18/+21
2026-03-07powerpc64/ftrace: workaround clang recording GEP in __patchable_function_entriesHari Bathini-4/+22
2026-03-07powerpc64/ftrace: fix OOL stub count with clangHari Bathini-2/+2
2026-03-07powerpc64: make clang cross-build friendlyHari Bathini-2/+2
2026-03-06Merge branch 'bpf-fix-precision-backtracking-bug-with-linked-registers'Alexei Starovoitov-38/+137
2026-03-06selftests/bpf: add reproducer for spurious precision propagation through callsEduard Zingerman-0/+64
2026-03-06bpf: collect only live registers in linked regsEduard Zingerman-38/+73
2026-03-07crypto: qat - Drop redundant local variablesThorsten Blum-7/+3
2026-03-07crypto: docs/userspace-if - Fix outdated linksAlexander Dahl-2/+2
2026-03-07crypto: ti - Add support for AES-CTR in DTHEv2 driverT Pratham-30/+180
2026-03-07padata: Remove cpu online check from cpu add and removalChuyi Zhou-18/+8
2026-03-07crypto: ecc - correct kernel-doc formatRandy Dunlap-10/+12
2026-03-07crypto: des - fix all kernel-doc warningsRandy Dunlap-4/+4
2026-03-07crypto: acomp - repair kernel-doc warningsRandy Dunlap-2/+3
2026-03-07rhashtable: consolidate hash computation in rht_key_get_hash()Mykyta Yatsenko-10/+3
2026-03-07crypto: atmel-i2c - Replace hard-coded bus clock rate with constantThorsten Blum-1/+1
2026-03-07crypto: qce - Replace snprintf("%s") with strscpyThorsten Blum-9/+9
2026-03-07MAINTAINERS: Remove Daniele Alessandrelli as Keem Bay maintainerDaniele Alessandrelli-5/+1
2026-03-07dt-bindings: crypto: qcom,inline-crypto-engine: Document the Eliza ICEAbel Vesa-0/+1
2026-03-07crypto: vmx - Remove disabled build directiveThorsten Blum-1/+0
2026-03-07crypto: atmel-ecc - Release client on allocation failureThorsten Blum-0/+1
2026-03-07crypto: atmel-sha204a - Fix uninitialized data access on OTP read errorThorsten Blum-0/+4
2026-03-06Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+44
2026-03-06Merge tag 's390-7.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-7/+6
2026-03-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-16/+67
2026-03-06selftests: net: make ovs-dpctl.py fail when pyroute2 is unsupportedAleksei Oladko-1/+1
2026-03-06tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens-3/+3
2026-03-06net: usb: lan78xx: drop redundant device referenceJohan Hovold-8/+1
2026-03-06Merge branch 'net-ntb_netdev-add-multi-queue-support'Jakub Kicinski-102/+389
2026-03-06net: ntb_netdev: Support ethtool channels for multi-queueKoichiro Den-6/+151
2026-03-06net: ntb_netdev: Factor out multi-queue helpersKoichiro Den-40/+61
2026-03-06net: ntb_netdev: Gate subqueue stop/wake by transport linkKoichiro Den-10/+32
2026-03-06net: ntb_netdev: Introduce per-queue contextKoichiro Den-89/+188
2026-03-06Merge branch 'net-spacemit-a-few-error-handling-fixes'Jakub Kicinski-6/+13
2026-03-06net: spacemit: Fix error handling in emac_tx_mem_map()Vivian Wang-1/+10
2026-03-06net: spacemit: Fix error handling in emac_alloc_rx_desc_buffers()Vivian Wang-5/+3
2026-03-06net: spacemit: Remove unused buff_addr fieldsVivian Wang-3/+0
2026-03-06Merge branch 'nfc-drop-redundant-usb-device-references'Jakub Kicinski-6/+2
2026-03-06nfc: port100: drop redundant device referenceJohan Hovold-3/+1
2026-03-06nfc: pn533: drop redundant device referenceJohan Hovold-3/+1
2026-03-06Merge branch 'bpf-fix-u32-s32-bounds-when-ranges-cross-min-max-boundary'Alexei Starovoitov-19/+120