summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-03-24perf/arm_cspmu: Add arm_cspmu_acpi_dev_getBesar Wicaksono-2/+34
2026-03-24perf/arm_cspmu: nvidia: Add Tegra410 UCF PMUBesar Wicaksono-1/+86
2026-03-24perf/arm-cmn: Stop claiming entire iomem regionRobin Murphy-38/+30
2026-03-24net: macb: Use dev_consume_skb_any() to free TX SKBsKevin Hao-1/+1
2026-03-24net: phy: update outdated comment for removed phy_package_read/write()Kexin Sun-2/+2
2026-03-24wifi: iwlwifi: mld: correctly set wifi generation dataJohannes Berg-32/+88
2026-03-24wifi: iwlwifi: mvm: don't send a 6E related command when not supportedEmmanuel Grumbach-1/+2
2026-03-24wifi: iwlwifi: mld: Fix MLO scan timingPagadala Yesu Anjaneyulu-8/+56
2026-03-24Merge tag 'linux-can-fixes-for-7.0-20260323' of git://git.kernel.org/pub/scm/...Paolo Abeni-6/+27
2026-03-24net: ti: icssg-prueth: fix use-after-free of CPPI descriptor in RX pathDavid Carlier-2/+2
2026-03-24net: stmmac: elminate tbs_desc in stmmac_xmit()Russell King (Oracle)-3/+2
2026-03-24net: stmmac: use first_desc for TBSRussell King (Oracle)-1/+6
2026-03-24net: stmmac: move stmmac_xmit() initial variable initRussell King (Oracle)-4/+4
2026-03-24net: stmmac: move stmmac_xmit() first entry index codeRussell King (Oracle)-4/+4
2026-03-24net: stmmac: move first xmit descriptor SARC and TBS configRussell King (Oracle)-10/+10
2026-03-24net: stmmac: move stmmac_xmit() skb head handlingRussell King (Oracle)-33/+30
2026-03-24media: ov02a10, dw9768: Remove Dongchung's e-mailSakari Ailus-2/+2
2026-03-24media: subdev: Split v4l2_subdev_get_frame_desc_passthrough() into locked and...Tomi Valkeinen-20/+28
2026-03-24media: subdev: Minor v4l2_subdev_get_frame_desc_passthrough() cleanupsTomi Valkeinen-6/+4
2026-03-24media: i2c: ov8856: parse and register V4L2 device tree propertiesAlexander Koskovich-1/+12
2026-03-24media: i2c: ov8856: free control handler on error in ov8856_init_controls()Alexander Koskovich-2/+8
2026-03-24media: v4l2-subdev: Fix error check in v4l2_subdev_get_frame_desc_passthrough()Chen Ni-2/+2
2026-03-24media: i2c: imx355: Restrict data lanes to 4Richard Acayan-0/+6
2026-03-24media: bcm2835-unicam: Fix RGB format / mbus code associationMaxime Ripard-9/+32
2026-03-24media: renesas: vin: Fix RAW8 (again)Tomi Valkeinen-0/+34
2026-03-24media: renesas: vsp1: Fix NULL pointer deref on module unloadTomi Valkeinen-2/+6
2026-03-24media: v4l2-fwnode: Return -EPROBE_DEFER on parsing NULL endpointsSakari Ailus-1/+8
2026-03-24platform/x86: ISST: Correct locked bit widthSrinivas Pandruvada-1/+1
2026-03-24team: fix header_ops type confusion with non-Ethernet portsJiayuan Chen-1/+64
2026-03-24virtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLENXuan Zhuo-2/+6
2026-03-24octeontx2-af: simplify rvu_debugfsYury Norov-23/+5
2026-03-24amd-xgbe: add TX descriptor cleanup for link-downRaju Rangoju-16/+108
2026-03-24amd-xgbe: optimize TX shutdown on link-downRaju Rangoju-0/+27
2026-03-24amd-xgbe: add adaptive link status pollingRaju Rangoju-1/+23
2026-03-24vfio/xe: Notify PF about VF FLR in reset_preparePiotr Piórkowski-0/+14
2026-03-24drm/xe/pf: Add FLR_PREPARE state to VF control flowPiotr Piórkowski-16/+91
2026-03-24gpio: drop unneeded Kconfig dependencies on OF_GPIOBartosz Golaszewski-36/+17
2026-03-24accel/ivpu: Add disable clock relinquish workaround for NVL-A0Karol Wachowski-2/+5
2026-03-24drm/imagination: Implement handling of context reset notificationAlexandru Dadu-0/+136
2026-03-24drm/imagination: Switch reset_reason fields from enum to u32Alexandru Dadu-3/+11
2026-03-24drm/imagination: Add missing rogue context reset reasonsAlexandru Dadu-0/+12
2026-03-24drm/i915/lt_phy: Replace crtc compute clockMika Kahola-24/+1
2026-03-24drm/i915/lt_phy: Enable dpll framework for xe3plpdMika Kahola-35/+6
2026-03-24drm/i915/lt_phy: Remove LT PHY specific state verificationMika Kahola-45/+13
2026-03-24drm/i915/lt_phy: Add xe3plpd Thunderbolt PLL hooksMika Kahola-2/+33
2026-03-24drm/i915/lt_phy: Get encoder configuration for xe3plpd platformMika Kahola-16/+4
2026-03-24drm/i915/lt_phy: Readout lane countMika Kahola-4/+9
2026-03-24drm/i915/lt_phy: Dump lane count for HW stateMika Kahola-2/+2
2026-03-24drm/i915/lt_phy: Add .disable_clock hook on DDIMika Kahola-1/+13
2026-03-24drm/i915/lt_phy: Add .enable_clock hook on DDIMika Kahola-21/+34