summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-02-10drm/xe/xe3p_lpg: Add new PAT tableMatt Roper-1/+54
2026-02-10drm/xe/pat: Differentiate between primary and media for PTAGustavo Sousa-12/+23
2026-02-10drm/xe/xe3p_lpg: Add initial workarounds for graphics version 35.10Shekhar Chauhan-0/+67
2026-02-10drm/xe/xe3p_lpg: Add support for graphics IP 35.10Shekhar Chauhan-0/+8
2026-02-10net: ftgmac100: Use devm_mdiobus_alloc/devm_of_mdiobus_registerJacky Chou-22/+4
2026-02-10net: ftgmac100: Fix wrong netif_napi_del in releaseAndrew Lunn-2/+0
2026-02-10net: ftgmac100: Simplify condition on HW arbitrationAndrew Lunn-5/+5
2026-02-10net: ftgmac100: Remove redundant PHY_POLLAndrew Lunn-4/+1
2026-02-10net: ftgmac100: Move DT probe into a helperAndrew Lunn-33/+54
2026-02-10net: ftgmac100: Simplify legacy MDIO setupAndrew Lunn-2/+0
2026-02-10net: ftgmac100: Always register the MDIO bus when it existsAndrew Lunn-25/+20
2026-02-10net: ftgmac100: Move NCSI probe code into a helperAndrew Lunn-27/+45
2026-02-10net: ftgmac100: Simplify error handling for ftgmac100_initial_macAndrew Lunn-1/+1
2026-02-10net: ftgmac100: Use devm_clk_get_enabledAndrew Lunn-18/+6
2026-02-10net: ftgmac100: Use devm_request_memory_region/devm_ioremapAndrew Lunn-14/+6
2026-02-10net: ftgmac100: Use devm_alloc_etherdev()Andrew Lunn-8/+3
2026-02-10net: ftgmac100: Replace all of_device_is_compatible()Andrew Lunn-10/+10
2026-02-10net: ftgmac100: Add match data containing MAC IDAndrew Lunn-5/+50
2026-02-10net: ftgmac100: List all compatiblesAndrew Lunn-0/+3
2026-02-10net: sunhme: Fix sbus regressionRené Rebe-0/+3
2026-02-10drm/i915/overlay: remove dead code with MTL platform checksJani Nikula-3/+2
2026-02-10drm/imagination: Mark FWCCB_CMD_UPDATE_STATS as knownMatt Coster-0/+8
2026-02-10drm/imagination: Improve handling of unknown FWCCB commandsMatt Coster-2/+10
2026-02-10net: fec: add AF_XDP zero-copy supportWei Fang-44/+754
2026-02-10net: fec: improve fec_enet_tx_queue()Wei Fang-26/+17
2026-02-10net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page poolWei Fang-32/+58
2026-02-10net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()Wei Fang-18/+40
2026-02-10net: fec: remove the size parameter from fec_enet_create_page_pool()Wei Fang-3/+3
2026-02-10net: fec: use switch statement to check the type of tx_bufWei Fang-61/+73
2026-02-10net: fec: remove unnecessary NULL pointer check when clearing TX BD ringWei Fang-23/+12
2026-02-10net: fec: transmit XDP frames in bulkWei Fang-3/+9
2026-02-10net: fec: add tx_qid parameter to fec_enet_xdp_tx_xmit()Wei Fang-19/+19
2026-02-10net: fec: add fec_enet_rx_queue_xdp() for XDP pathWei Fang-86/+170
2026-02-10net: fec: improve fec_enet_rx_queue()Wei Fang-20/+15
2026-02-10net: fec: add fec_build_skb() to build a skbWei Fang-46/+60
2026-02-10net: fec: add rx_shift to indicate the extra bytes padded in front of RX frameWei Fang-13/+9
2026-02-10net: fec: add fec_rx_error_check() to check RX errorsWei Fang-22/+36
2026-02-10net: fec: add fec_txq_trigger_xmit() helperWei Fang-18/+14
2026-02-10net: arcnet: com20020-pci: use module_pci_driverEthan Nelson-Moore-14/+1
2026-02-10drm/i915/dp: Verify valid pipe BPP rangeImre Deak-0/+9
2026-02-10drm/i915/dp: Fix pipe BPP clamping due to HDRImre Deak-3/+17
2026-02-10drm/vc4: Switch private_obj initialization to atomic_create_stateMaxime Ripard-21/+48
2026-02-10drm/msm: dpu1: Switch private_obj initialization to atomic_create_stateMaxime Ripard-20/+22
2026-02-10drm/msm: mdp5: Switch private_obj initialization to atomic_create_stateMaxime Ripard-19/+22
2026-02-10drm/ingenic: Switch private_obj initialization to atomic_create_stateMaxime Ripard-23/+33
2026-02-10drm/arm: komeda: Switch private_obj initialization to atomic_create_stateMaxime Ripard-64/+146
2026-02-10drm/dp_tunnel: Switch private_obj initialization to atomic_create_stateMaxime Ripard-9/+16
2026-02-10drm/dp_mst: Switch private_obj initialization to atomic_create_stateMaxime Ripard-13/+24
2026-02-10drm/bridge: Switch private_obj initialization to atomic_create_stateMaxime Ripard-15/+17
2026-02-10drm/atomic-helper: Add private_obj atomic_create_state helperMaxime Ripard-0/+22