summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-03-24drm/i915/lt_phy: Add xe3plpd .crtc_get_dpllMika Kahola-0/+1
2026-03-24drm/i915/lt_phy: Add xe3plpd .get_freq hookMika Kahola-0/+13
2026-03-24drm/i915/lt_phy: Add xe3plpd .get_hw_state hookMika Kahola-8/+21
2026-03-24drm/i915/lt_phy: Add xe3plpd .compare_hw_state hookMika Kahola-0/+10
2026-03-24drm/i915/lt_phy: Add xe3plpd .dump_hw_state hookMika Kahola-12/+19
2026-03-24drm/i915/lt_phy: Add xe3plpd .update_dpll_ref_clks hookMika Kahola-0/+1
2026-03-24drm/i915/lt_phy: Add xe3plpd .update_active_dpll hookMika Kahola-0/+1
2026-03-24drm/i915/lt_phy: Add xe3plpd .put_dplls hookMika Kahola-0/+1
2026-03-24drm/i915/lt_phy: Add xe3plpd .get_dplls hookMika Kahola-0/+1
2026-03-24drm/i915/lt_phy: Add xe3plpd .compute_dplls hookMika Kahola-9/+78
2026-03-24drm/i915/lt_phy: Add lane_count to PLL stateMika Kahola-4/+6
2026-03-24drm/i915/lt_phy: Refactor LT PHY PLL handling to use explicit PLL stateMika Kahola-21/+46
2026-03-24drm/i915/lt_phy: Add PLL information for xe3plpdMika Kahola-0/+19
2026-03-24drm/i915/lt_phy: Add check if PLL is enabledMika Kahola-0/+11
2026-03-24drm/i915/lt_phy: Dump missing PLL state parametersMika Kahola-1/+3
2026-03-24PCI: sky1: Fix missing cleanup of ECAM config on probe failureFelix Gu-1/+3
2026-03-24gpu: nova-core: gsp: move Cmdq's DMA handle to a struct memberAlexandre Courbot-12/+16
2026-03-24drm/i915/dp_tunnel: Fix error handling when clearing stream BW in atomic stateImre Deak-11/+28
2026-03-23drm/xe: Send 'none' recovery method for XE_WEDGED_MODE_UPON_ANY_HANG_NO_RESETRaag Jadav-1/+8
2026-03-23drm: Update log for 'none' recovery methodRaag Jadav-1/+1
2026-03-23Merge tag 'xsa482-7.0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/x...Linus Torvalds-3/+70
2026-03-23soc: qcom: ocmem: return -EPROBE_DEFER is ocmem is not availableDmitry Baryshkov-4/+3
2026-03-23soc: qcom: ocmem: register reasons for probe deferralsDmitry Baryshkov-4/+4
2026-03-23soc: qcom: ocmem: make the core clock optionalDmitry Baryshkov-1/+1
2026-03-23net: enetc: fix the output issue of 'ethtool --show-ring'Wei Fang-0/+2
2026-03-23bnxt_en: Resize RSS contexts on channel count changeBjörn Töpel-7/+28
2026-03-23ethtool: Track user-provided RSS indirection table sizeBjörn Töpel-11/+13
2026-03-23team: use netdev_from_priv()Qingfang Deng-35/+42
2026-03-23crypto: sm3 - Remove 'struct sm3_state'Eric Biggers-2/+2
2026-03-23crypto: sm3 - Replace with wrapper around libraryEric Biggers-2/+2
2026-03-23crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3Eric Biggers-2/+2
2026-03-23net: b44: always select CONFIG_FIXED_PHYArnd Bergmann-1/+1
2026-03-23net: airoha: add RCU lock around dev_fill_forward_pathQingfang Deng-0/+2
2026-03-23nfc: microread: Drop unused includeAndy Shevchenko-1/+0
2026-03-23ieee802154: atusb: drop redundant device referenceJohan Hovold-4/+1
2026-03-23net: stmmac: use integrated PCS for BASE-X modesRussell King (Oracle)-10/+2
2026-03-23net: stmmac: add BASE-X support to integrated PCSRussell King (Oracle)-4/+100
2026-03-23net: stmmac: add support for reading inband SGMII statusRussell King (Oracle)-21/+58
2026-03-23net: stmmac: add struct stmmac_pcs_infoRussell King (Oracle)-11/+23
2026-03-23net: stmmac: move default_an_inband to plat_stmmacenet_dataRussell King (Oracle)-6/+3
2026-03-23crypto: gcm - Use GHASH library instead of crypto_ahashEric Biggers-1/+1
2026-03-23regulator: cros-ec: cleanup and add suppliesMark Brown-754/+1587
2026-03-23regulator: cros-ec: Add regulator supplyChen-Yu Tsai-0/+1
2026-03-23vfio/qat: add support for Intel QAT 420xx VFsGiovanni Cabiddu-0/+2
2026-03-23spi: hisi-kunpeng cleanup and fixMark Brown-674/+1565
2026-03-23spi: hisi-kunpeng: Add timeout warning in FIFO flush functionPei Xiao-1/+4
2026-03-23spi: hisi-kunpeng: prevent infinite while() loop in hisi_spi_flush_fifoPei Xiao-1/+11
2026-03-23gpu: nova-core: convert to new dma::Coherent APIGary Guo-65/+47
2026-03-23gpu: nova-core: convert Gsp::new() to use CoherentBoxDanilo Krummrich-44/+65
2026-03-23gpu: nova-core: use Coherent::init to initialize GspFwWprMetaDanilo Krummrich-10/+17