summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-29perf/x86/intel: Fix KASAN global-out-of-bounds warningDapeng Mi
2025-10-29dma-mapping: benchmark: Restore padding to ensure uABI remained consistentQinxin Xia
2025-10-28Merge branch 'bug-fixes-for-the-hibmcge-ethernet-driver'Jakub Kicinski
2025-10-28net: hibmcge: fix the inappropriate netif_device_detach()Jijie Shao
2025-10-28net: hibmcge: remove unnecessary check for np_link_fail in scenarios without ...Jijie Shao
2025-10-28net: hibmcge: fix rx buf avl irq is not re-enabled in irq_handle issueJijie Shao
2025-10-28net: phy: motorcomm: Add support for PHY LEDs on YT8531Tianling Shen
2025-10-28dpll: zl3073x: Fix output pin registrationIvan Vecera
2025-10-28net: cxgb4/ch_ipsec: fix potential use-after-free in ch_ipsec_xfrm_add_state(...Pavel Zhigulin
2025-10-28net: phy: realtek: Add RTL8224 cable testing supportIssam Hamdi
2025-10-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2025-10-28Merge tag 'v6.18-rc3-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-10-28net: tcp_lp: fix kernel-doc warnings and update outdated reference linksRakuram Eswaran
2025-10-28sctp: Constify struct sctp_sched_opsChristophe JAILLET
2025-10-28dpll: fix device-id-get and pin-id-get to return errors properlyPetr Oros
2025-10-28net: netmem: remove NET_IOV_MAX from net_iov_type enumBobby Eshleman
2025-10-28net: rps: softnet_data reorg to make enqueue_to_backlog() fastEric Dumazet
2025-10-28net: optimize enqueue_to_backlog() for the fast pathEric Dumazet
2025-10-28tools: ynl: rework the string representation of NlErrorJakub Kicinski
2025-10-28tools: ynl: fix indent issues in the main Python libJakub Kicinski
2025-10-29drm/msm/dpu: Fix adjusted mode clock check for 3d mergeJessica Zhang
2025-10-29drm/msm/dpu: Disable broken YUV on QSEED2 hardwareVladimir Lypak
2025-10-29drm/msm/dpu: Require linear modifier for writeback framebuffersVladimir Lypak
2025-10-29drm/msm/dpu: Fix pixel extension sub-samplingVladimir Lypak
2025-10-29drm/msm/dpu: Disable scaling for unsupported scaler typesVladimir Lypak
2025-10-29drm/msm/dpu: Propagate error from dpu_assign_plane_resourcesVladimir Lypak
2025-10-29drm/msm/dpu: Fix allocation of RGB SSPPs without scalingVladimir Lypak
2025-10-29drm/msm: dsi: fix PLL init in bonded modeNeil Armstrong
2025-10-28fbdev: atyfb: Check if pll_ops->init_pll failedDaniel Palmer
2025-10-28fbcon: Set fb_display[i]->mode to NULL when the mode is releasedQuanmin Yan
2025-10-28fbdev: bitblit: bound-check glyph index in bit_putcs*Junjie Cao
2025-10-28fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELSFlorian Fuchs
2025-10-28fbdev: valkyriefb: Fix reference count leak in valkyriefb_initMiaoqian Lin
2025-10-28video: fb: Fix typo in comment in fb.hPIYUSH CHOUDHARY
2025-10-28bpf: Reject negative head_room in __bpf_skb_change_headDaniel Borkmann
2025-10-28vfio: selftests: add end of address space DMA map/unmap testsAlex Mastro
2025-10-28vfio: selftests: update DMA map/unmap helpers to support more test kindsAlex Mastro
2025-10-28vfio/type1: handle DMA map/unmap up to the addressable limitAlex Mastro
2025-10-28vfio/type1: move iova increment to unmap_unpin_*() callerAlex Mastro
2025-10-28vfio/type1: sanitize for overflow using check_*_overflow()Alex Mastro
2025-10-28drm/i915/dmc: Clear HRR EVT_CTL/HTP to zero on ADL-SVille Syrjälä
2025-10-28ixgbe: use EOPNOTSUPP instead of ENOTSUPP in ixgbe_ptp_feature_enable()Kohei Enju
2025-10-28igc: use EOPNOTSUPP instead of ENOTSUPP in igc_ethtool_get_sset_count()Kohei Enju
2025-10-28igb: use EOPNOTSUPP instead of ENOTSUPP in igb_get_sset_count()Kohei Enju
2025-10-28igc: power up the PHY before the link testKohei Enju
2025-10-28ixgbe: fix memory leak and use-after-free in ixgbe_recovery_probe()Kohei Enju
2025-10-28ice: fix usage of logical PF idGrzegorz Nitka
2025-10-28ice: fix destination CGU for dual complex E825Grzegorz Nitka
2025-10-28ice: fix lane number calculationGrzegorz Nitka
2025-10-28x86/build: Disable SSE4aPeter Zijlstra