summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-06x86/cpu: Remove TSC-less CONFIG_M586 supportIngo Molnar
2026-05-06x86/cpu: Remove CPU_SUP_UMC_32 supportIngo Molnar
2026-05-06x86/cpu: Remove CONFIG_MWINCHIP3D/MWINCHIPC6Ingo Molnar
2026-05-06x86: Mark AMD Geode support as orphanedArnd Bergmann
2026-05-06drm/bridge: ite-it6263: Move chip initialization code from probe to atomic_en...Biju Das
2026-05-05Merge tag 'loongarch-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-05Merge branch 'xsk-fix-bugs-around-xsk-skb-allocation'Jakub Kicinski
2026-05-05xsk: fix u64 descriptor address truncation on 32-bit architecturesJason Xing
2026-05-05xsk: fix xsk_addrs slab leak on multi-buffer error pathJason Xing
2026-05-05xsk: avoid skb leak in XDP_TX_METADATA caseJason Xing
2026-05-05xsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()Jason Xing
2026-05-05xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err pathJason Xing
2026-05-05xsk: handle NULL dereference of the skb without frags issueJason Xing
2026-05-05xsk: free the skb when hitting the upper bound MAX_SKB_FRAGSJason Xing
2026-05-05xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devicesJason Xing
2026-05-05Merge branch 'net-mana-avoid-queue-struct-allocation-failure-under-memory-fra...Jakub Kicinski
2026-05-05net: mana: Use kvmalloc for large RX queue and buffer allocationsAditya Garg
2026-05-05net: mana: Use per-queue allocation for tx_qp to reduce allocation sizeAditya Garg
2026-05-05Merge branch 'selftests-rds-log-collection-tap-compliance-and-cleanups'Jakub Kicinski
2026-05-05selftests: rds: Make rds selftests TAP compliantAllison Henderson
2026-05-05selftests: rds: Fix gcov collectionAllison Henderson
2026-05-05selftests: rds: Stop tcpdump on timeoutAllison Henderson
2026-05-05selftests: rds: Remove tmp pcapsAllison Henderson
2026-05-05selftests: rds: Add SUDO_USER env variableAllison Henderson
2026-05-05selftests: rds: Add RDS_LOG_DIR env variableAllison Henderson
2026-05-05selftests: rds: Add timeout flag to run.shAllison Henderson
2026-05-05selftests: rds: Fix more pylint errorsAllison Henderson
2026-05-05selftests: rds: Update USAGE string for run.shAllison Henderson
2026-05-05selftests: rds: Increase selftest timeoutAllison Henderson
2026-05-06powerpc/pasemi: Drop redundant res assignmentKrzysztof Kozlowski
2026-05-06powerpc/ps3: Drop redundant result assignmentKrzysztof Kozlowski
2026-05-06powerpc/vdso: Drop -DCC_USING_PATCHABLE_FUNCTION_ENTRY from 32-bit flags with...Nathan Chancellor
2026-05-06platform/chrome: cros_ec_typec: Init mutex in Thunderbolt registrationTzung-Bi Shih
2026-05-05Merge branch 'net-mlx5-fixes-for-socket-direct'Jakub Kicinski
2026-05-05net/mlx5e: SD, Fix race condition in secondary device probe/removeShay Drory
2026-05-05net/mlx5e: SD, Fix missing cleanup on probe errorShay Drory
2026-05-05net/mlx5: SD, Keep multi-pf debugfs entries on primaryShay Drory
2026-05-05net/mlx5: SD: Serialize init/cleanupShay Drory
2026-05-06arch/powerpc: Drop CONFIG_FIRMWARE_EDID from defconfig filesThomas Zimmermann
2026-05-05Merge branch 'net-mlx5e-psp-fixes'Jakub Kicinski
2026-05-05net/mlx5e: psp: Hook PSP dev reg/unreg to profile enable/disableCosmin Ratiu
2026-05-05net/mlx5e: psp: Expose only a fully initialized priv->pspCosmin Ratiu
2026-05-05net/mlx5e: psp: Fix invalid access on PSP dev registration failCosmin Ratiu
2026-05-06powerpc/perf: Update check for PERF_SAMPLE_DATA_SRC marked eventsShivani Nittor
2026-05-06powerpc/8xx: Fix interrupt mask in cpm1_gpiochip_add16()Christophe Leroy (CS GROUP)
2026-05-05net: wwan: t7xx: validate port_count against message length in t7xx_port_enum...Pavitra Jha
2026-05-06powerpc/vmx: avoid KASAN instrumentation in enter_vmx_ops() for kexecSourabh Jain
2026-05-06powerpc/kdump: fix KASAN sanitization flag for core_$(BITS).oSourabh Jain
2026-05-06pseries/papr-hvpipe: Fix style and checkpatch issues in enable_hvpipe_IRQ()Ritesh Harjani (IBM)
2026-05-06pseries/papr-hvpipe: Refactor and simplify hvpipe_rtas_recv_msg()Ritesh Harjani (IBM)