aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-03-06nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()Shin'ichiro Kawasaki1-5/+2
2024-03-06drm/i915/panelreplay: Move out psr_init_dpcd() from init_connector()Animesh Manna2-3/+3
2024-03-06firewire: ohci: prevent leak of left-over IRQ on unbindEdmund Raile1-0/+2
2024-03-06drm/i915/dp: Fix connector DSC HW state readoutImre Deak5-7/+29
2024-03-06drm/i915/selftests: Fix dependency of some timeouts on HZJanusz Krzysztofik1-2/+4
2024-03-06drm/xe: Drop WA 16015675438Lucas De Marchi3-15/+1
2024-03-07macintosh/adb: make adb_dev_class constantRicardo B. Marliere1-4/+6
2024-03-06thermal: core: remove unnecessary check in trip_point_hyst_store()Dan Carpenter1-1/+1
2024-03-06usb: Clarify expected behavior of dev_bin_attrs_are_visible()Elbert Mai1-2/+5
2024-03-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller12-201/+125
2024-03-06ravb: Unify Rx ring maintenance code pathsNiklas Söderlund2-106/+33
2024-03-06ravb: Move maximum Rx descriptor data usage to info structNiklas Söderlund2-8/+9
2024-03-06ravb: Use the max frame size from hardware info for RZ/G2LNiklas Söderlund2-3/+3
2024-03-06ravb: Create helper to allocate skb and align itNiklas Söderlund2-20/+24
2024-03-06ravb: Make it clear the information relates to maximum frame sizeNiklas Söderlund2-6/+7
2024-03-06ravb: Group descriptor types used in Rx ringNiklas Söderlund2-30/+33
2024-03-06Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller10-1374/+1182
2024-03-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller9-22/+15
2024-03-06pmdomain: renesas: rcar-gen4-sysc: Reduce atomic delaysGeert Uytterhoeven1-7/+7
2024-03-06RAS/AMD/FMPM: Fix off by one when unwinding on errorDan Carpenter1-1/+1
2024-03-06drm/i915: Stop doing double audio enable/disable on SDVO and g4x+ DPVille Syrjälä2-6/+0
2024-03-06pinctrl: aw9523: Add proper terminatorLinus Walleij1-0/+1
2024-03-06drm/xe/hdcp: Enable HDCP for XESuraj Kandpal4-5/+214
2024-03-06drm/xe: Use gsc_proxy_init_done to check proxy statusSuraj Kandpal3-3/+31
2024-03-06drm/xe/hdcp: Use xe_device structSuraj Kandpal1-7/+8
2024-03-06drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header fileSuraj Kandpal2-6/+7
2024-03-06Merge tag 'qcom-drivers-for-6.9-2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann3-9/+6
2024-03-06Merge tag 'riscv-firmware-for-v6.9' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-1/+2
2024-03-06cpufreq: scmi: Set transition_delay_usPierre Gondois1-0/+26
2024-03-06firmware: arm_scmi: Populate fast channel rate_limitPierre Gondois4-10/+43
2024-03-06firmware: arm_scmi: Populate perf commands rate_limitPierre Gondois1-0/+21
2024-03-05remoteproc: qcom_q6v5_pas: Unload lite firmware on ADSPSibi Sankar1-0/+7
2024-03-05remoteproc: qcom_q6v5_pas: Add support for X1E80100 ADSP/CDSPSibi Sankar1-0/+41
2024-03-05hwspinlock: omap: Use index to get hwspinlock pointerAndrew Davis1-3/+2
2024-03-05hwspinlock: omap: Use devm_hwspin_lock_register() helperAndrew Davis1-16/+1
2024-03-05hwspinlock: omap: Use devm_pm_runtime_enable() helperAndrew Davis1-25/+8
2024-03-05hwspinlock: omap: Remove unneeded check for OF nodeAndrew Davis1-4/+0
2024-03-05remoteproc: qcom_wcnss: Use devm_rproc_alloc() helperAndrew Davis1-11/+6
2024-03-05remoteproc: qcom_q6v5_wcss: Use devm_rproc_alloc() helperAndrew Davis1-15/+9
2024-03-05remoteproc: qcom_q6v5_pas: Use devm_rproc_alloc() helperAndrew Davis1-3/+1
2024-03-05remoteproc: qcom_q6v5_mss: Use devm_rproc_alloc() helperAndrew Davis1-16/+12
2024-03-05remoteproc: qcom_q6v5_adsp: Use devm_rproc_alloc() helperAndrew Davis1-9/+5
2024-03-05remoteproc: qcom: pas: correct data indentationDmitry Baryshkov1-62/+62
2024-03-05net: fec: Fixup EEEAndrew Lunn1-18/+5
2024-03-05net: fec: Move fec_enet_eee_mode_set() and helper earlierAndrew Lunn1-37/+38
2024-03-05net: phy: Add phy_support_eee() indicating MAC support EEEAndrew Lunn1-0/+28
2024-03-05net: phy: Immediately call adjust_link if only tx_lpi_enabled changesAndrew Lunn2-5/+49
2024-03-05net: phy: Keep track of EEE configurationAndrew Lunn1-2/+5
2024-03-05net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacksAndrew Lunn1-0/+7
2024-03-05net: dsa: microchip: fix register write order in ksz8_ind_write8()Tobias Jakobi (Compleo)1-2/+2