aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-03-06bonding: handle BOND_LINK_FAIL, BOND_LINK_BACK as valid link statesHangbin Liu1-1/+7
2026-03-06bonding: do not set usable_slaves for broadcast modeHangbin Liu1-4/+9
2026-03-06net: stmmac: make pcs_mask and phy_mask u32Russell King (Oracle)2-2/+2
2026-03-06net: stmmac: use GENMASK_U32() for mdio bitfieldsRussell King (Oracle)3-6/+6
2026-03-06net: stmmac: use u32 for MDIO register field masksRussell King (Oracle)7-18/+18
2026-03-06net: stmmac: mdio: convert field prep to use field_prep()Russell King (Oracle)8-27/+3
2026-03-06net: stmmac: mdio: simplify MDC clock divisor lookupRussell King (Oracle)1-18/+11
2026-03-06net: stmmac: mdio: use same test for MDC clock divisor lookupsRussell King (Oracle)2-14/+14
2026-03-06net: stmmac: mdio: convert MDC clock divisor selection to tablesRussell King (Oracle)1-36/+62
2026-03-06net: mctp: fix device leak on probe failureJohan Hovold1-2/+1
2026-03-06drm/xe/migrate: Refactor xe_migrate_prepare_vm()Raag Jadav1-15/+38
2026-03-06drm/amd: Fix a few more NULL pointer dereference in device cleanupMario Limonciello1-0/+6
2026-03-06drm/amdgpu: fix gpu idle power consumption issue for gfx v12Yang Wang1-1/+4
2026-03-06drm/amdgpu: Fix kernel-doc comments for some LUT propertiesCristian Ciocaltea1-8/+8
2026-03-06drm/amd: Fix NULL pointer dereference in device cleanupMario Limonciello1-0/+4
2026-03-06drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v14Yang Wang1-1/+2
2026-03-06drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v13Yang Wang2-2/+4
2026-03-06drm/amdgpu: push userq debugfs function in amdgpu_debugfs filesSunil Khatri3-48/+58
2026-03-06drm/amdgpu/userq: declutter the code with gotoSunil Khatri1-22/+18
2026-03-06drm/amdgpu/userq: defer queue publication until create completesSunil Khatri1-33/+33
2026-03-06drm/amdgpu: Check for multiplication overflow in checkpoint stack sizeDavid Francis6-8/+22
2026-03-06drm/amdkfd: fix the warning for potential insecure stringSunil Khatri1-2/+2
2026-03-06drm/amdgpu: fix warning for potentially insecure stringSunil Khatri1-1/+1
2026-03-06drm/amd/pm: Enable aid/xcd/hbm temperature reportingAsad Kamal1-0/+3
2026-03-06drm/amd/pm: Add aid/xcd/hbm temperaturesAsad Kamal3-2/+51
2026-03-06drm/amdgpu: include ip discovery data in devcoredumpPierre-Eric Pelloux-Prayer3-0/+47
2026-03-06drm/amdgpu: fix gpu idle power consumption issue for gfx v12Yang Wang1-1/+4
2026-03-06drm/amdgpu: Fix kernel-doc comments for some LUT propertiesCristian Ciocaltea1-8/+8
2026-03-06drm/amdgpu/amdgpu_connectors: remove amdgpu_connector_free_edidJoshua Peisach1-15/+7
2026-03-06drm/amdgpu/amdgpu_connectors: use struct drm_edid instead of struct edidJoshua Peisach5-23/+23
2026-03-06drm/amdgpu/gfx12.1: add support for disable_kqAlex Deucher1-19/+71
2026-03-06drm/amd: Fix a few more NULL pointer dereference in device cleanupMario Limonciello1-0/+6
2026-03-06drm/amdgpu: gfx 12.1 cleanupsAlex Deucher1-15/+4
2026-03-06drm/radeon: Test for fbdev GEM object with generic helperThomas Zimmermann3-25/+4
2026-03-06drm/amdgpu: Move test for fbdev GEM object into generic helperThomas Zimmermann2-18/+33
2026-03-06Merge tag 'drm-fixes-2026-03-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds44-274/+482
2026-03-06drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v14Yang Wang1-1/+2
2026-03-06drm/amdgpu/userq: remove queue from doorbell xa during clean upSunil Khatri1-0/+1
2026-03-06drm/amdgpu/userq: remove queue from doorbell xarraySunil Khatri1-0/+1
2026-03-06drm/amd: Fix NULL pointer dereference in device cleanupMario Limonciello1-0/+4
2026-03-06drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v13Yang Wang2-2/+4
2026-03-06Revert "net: phy: improve mdiobus_stats_acct"Heiner Kallweit1-3/+8
2026-03-06wifi: ath6kl: wmi: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-11/+0
2026-03-06wifi: ath12k: Fix legacy rate mapping for monitor mode captureP Praneesh3-50/+108
2026-03-06wifi: ath12k: Fix the assignment of logical link indexManish Dharanenthiran2-3/+15
2026-03-06wifi: ath12k: account TX stats only when ACK/BA status is presentSarika Sharma1-11/+13
2026-03-06drm/xe: Don't disable GuCRC in suspend pathVinay Belgaumkar2-1/+2
2026-03-06drm/msm/dsi: fix pclk rate calculation for bonded dsiPengyu Luo1-6/+23
2026-03-06Merge tag 'spi-fix-v7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+1
2026-03-06cpufreq: governor: Use sysfs_emit() in sysfs show functionsThorsten Blum1-2/+3