summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-04-03Merge tag 'tegra-for-7.1-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-0/+34
2026-04-03Merge tag 'tegra-for-7.1-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann4-253/+605
2026-04-03firmware: qcom: scm: Allow QSEECOM on Lenovo IdeaCentre Mini XBjorn Andersson1-0/+1
2026-04-02HSI: omap_ssi_port: remove depends on ARMRosen Penev1-1/+1
2026-04-02HSI: omap_ssi_port: remove set but unused variablesRosen Penev1-5/+2
2026-04-02accel: ethosu: Add hardware dependency hintJean Delvare1-0/+1
2026-04-02accel/ivpu: Trigger recovery on TDR with OS schedulingKarol Wachowski1-0/+6
2026-04-02drm/amd/display: Wire up dcn10_dio_construct() for all pre-DCN401 generationsIonut Nechita17-0/+699
2026-04-02ata: libata-transport: remove static variable ata_scsi_transport_templateHeiner Kallweit3-9/+4
2026-04-02ata: libata-transport: split struct ata_internalHeiner Kallweit1-28/+25
2026-04-02ata: libata-transport: use static struct ata_transport_internal to simplify m...Heiner Kallweit1-21/+23
2026-04-02ata: libata-transport: inline ata_attach|release_transportHeiner Kallweit3-28/+11
2026-04-02ata: libata-transport: instantiate struct ata_internal staticallyHeiner Kallweit3-42/+28
2026-04-02net: stmmac: move "TSO supported" message to stmmac_set_gso_features()Russell King (Oracle)1-3/+3
2026-04-02net: stmmac: check txpbl for TSORussell King (Oracle)1-0/+14
2026-04-02net: stmmac: add warning when TSO is requested but unsupportedRussell King (Oracle)1-1/+3
2026-04-02net: stmmac: make stmmac_set_gso_features() more readableRussell King (Oracle)1-7/+13
2026-04-02net: stmmac: split out gso features setupRussell King (Oracle)1-7/+14
2026-04-02net: stmmac: simplify GSO/TSO test in stmmac_xmit()Russell King (Oracle)2-12/+19
2026-04-02net: stmmac: move check for hardware checksum supportedRussell King (Oracle)1-19/+19
2026-04-02net: stmmac: move TSO VLAN tag insertion to core codeRussell King (Oracle)1-13/+10
2026-04-02net: stmmac: add GSO MSS checksRussell King (Oracle)1-1/+8
2026-04-02net: stmmac: add TSO check for header lengthRussell King (Oracle)1-1/+16
2026-04-02net: stmmac: add stmmac_tso_header_size()Russell King (Oracle)1-5/+15
2026-04-02net: stmmac: fix TSO support when some channels have TBS availableRussell King (Oracle)1-4/+28
2026-04-02net: stmmac: fix .ndo_fix_features()Russell King (Oracle)1-8/+2
2026-04-02net: stmmac: fix channel TSO enable on resumeRussell King (Oracle)1-1/+1
2026-04-02ata: libata-eh: Do not retry reset if the device is goneIgor Pylypiv1-1/+1
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski152-690/+1564
2026-04-02PCI: dwc: Fix type mismatch for kstrtou32_from_user() return valueHans Zhang1-9/+12
2026-04-02thermal/drivers/brcmstb_thermal: Use max to simplify brcmstb_get_tempThorsten Blum1-5/+3
2026-04-02Merge tag 'net-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds51-182/+521
2026-04-02Merge tag 'iommu-fixes-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2026-04-02Merge tag 'auxdisplay-v7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+13
2026-04-02Merge tag 'reset-fixes-for-v7.0-2' into reset/nextPhilipp Zabel2-25/+40
2026-04-02cpufreq: Pass the policy to cpufreq_driver->adjust_perf()K Prateek Nayak3-7/+6
2026-04-02cpufreq/amd-pstate: Pass the policy to amd_pstate_update()K Prateek Nayak1-7/+4
2026-04-02cpufreq/amd-pstate-ut: Add a unit test for raw EPPMario Limonciello (AMD)3-4/+120
2026-04-02cpufreq/amd-pstate: Add support for raw EPP writesMario Limonciello (AMD)2-10/+27
2026-04-02cpufreq/amd-pstate: Add support for platform profile classMario Limonciello (AMD)3-6/+107
2026-04-02cpufreq/amd-pstate: add kernel command line to override dynamic eppMario Limonciello (AMD)1-0/+11
2026-04-02cpufreq/amd-pstate: Add dynamic energy performance preferenceMario Limonciello (AMD)3-7/+143
2026-04-02cpufreq/amd-pstate: Cache the max frequency in cpudataMario Limonciello (AMD)2-18/+11
2026-04-02amd-pstate-ut: Add a testcase to validate the visibility of driver attributesGautham R. Shenoy3-5/+146
2026-04-02amd-pstate-ut: Add module parameter to select testcasesGautham R. Shenoy1-1/+30
2026-04-02amd-pstate: Introduce a tracepoint trace_amd_pstate_cppc_req2()Gautham R. Shenoy2-3/+46
2026-04-02amd-pstate: Add sysfs support for floor_freq and floor_countGautham R. Shenoy2-6/+89
2026-04-02amd-pstate: Add support for CPPC_REQ2 and FLOOR_PERFGautham R. Shenoy2-1/+85
2026-04-02amd-pstate: Make certain freq_attrs conditionally visibleGautham R. Shenoy1-31/+93
2026-04-02amd-pstate: Update cppc_req_cached in fast_switch caseGautham R. Shenoy1-1/+0