aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-02-05drm/amdgpu: Protect GPU register accesses in powergated state in some pathsYifan Zhang1-3/+6
2026-02-05drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()Sunday Clement1-0/+6
2026-02-05drm/amdgpu/sdma6: enable queue resets unconditionallyAlex Deucher1-12/+3
2026-02-05drm/amdgpu/sdma5.2: enable queue resets unconditionallyAlex Deucher1-19/+3
2026-02-05drm/amdgpu/sdma5: enable queue resets unconditionallyAlex Deucher1-12/+3
2026-02-05drm/amdgpu: Fix memory leak in amdgpu_ras_init()Zilin Guan1-1/+1
2026-02-05drm/amdgpu: Use kvfree instead of kfree in amdgpu_gmc_get_nps_memranges()Zilin Guan1-1/+1
2026-02-05drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()Zilin Guan1-1/+3
2026-02-05drm/amd/ras: statistic xgmi training error countStanley.Yang1-1/+1
2026-02-05bonding: only set speed/duplex to unknown, if getting speed failedThomas Bogendoerfer1-6/+9
2026-02-05octeontx2-af: Fix PF driver crash with kexec kernel bootingAnshumali Gaur1-0/+11
2026-02-05spi: tegra114: Preserve SPI mode bits in def_command1_regVishwaroop A1-0/+3
2026-02-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-61/+52
2026-02-05functionfs: use spinlock for FFS_DEACTIVATED/FFS_CLOSING transitionsAl Viro2-54/+50
2026-02-05rust_binderfs: fix a dentry leakAl Viro1-7/+2
2026-02-05spi: cadence-qspi: Add support for the Renesas RZ/N1 controllerMiquel Raynal (Schneider Electric)1-14/+42
2026-02-05spi: cadence-qspi: Kill cqspi_jh7110_clk_initMiquel Raynal (Schneider Electric)1-83/+29
2026-02-05mtd: rawnand: pl353: Add message about ECC modeAndrea Scian1-0/+3
2026-02-05mtd: rawnand: pl353: Fix software ECC supportAndrea Scian1-0/+1
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski91-434/+697
2026-02-05drm/vmwgfx: Return the correct value in vmw_translate_ptr functionsIan Forbes1-2/+2
2026-02-05drm/vmwgfx: Set a unique ID for each submitted command bufferIan Forbes1-0/+4
2026-02-05drm/vmwgfx: Fix invalid kref_put callback in vmw_bo_dirty_releaseBrad Spengler1-1/+8
2026-02-05Merge tag 'net-6.19-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds25-188/+357
2026-02-05net: stmmac: imx: fix iMX93 register definitionsRussell King (Oracle)1-11/+14
2026-02-05net: stmmac: rk: rk3506, rk3528 and rk3588 have rmii_mode in clock registerRussell King (Oracle)1-40/+24
2026-02-05net: stmmac: rk: use rk_encode_wm16() for clock selectionRussell King (Oracle)1-99/+75
2026-02-05net: stmmac: rk: rk3528: gmac0 only supports RMIIRussell King (Oracle)1-0/+1
2026-02-05net: stmmac: rk: rk3328: gmac2phy only supports RMIIRussell King (Oracle)1-0/+1
2026-02-05net: stmmac: rk: replace empty set_to_rmii() with supports_rmiiRussell King (Oracle)1-62/+24
2026-02-05net: stmmac: rk: introduce flags indicating support for RGMII/RMIIRussell King (Oracle)1-10/+25
2026-02-05gpio: loongson-64bit: Fix incorrect NULL check after devm_kcalloc()Chen Ni1-1/+1
2026-02-05loop: revert exclusive opener loop status changeJens Axboe1-33/+12
2026-02-05usb: phy: tegra: parametrize PORTSC1 register offsetSvyatoslav Ryhel1-11/+6
2026-02-05usb: phy: tegra: parametrize HSIC PTS valueSvyatoslav Ryhel1-4/+3
2026-02-05usb: phy: tegra: return error value from utmi_wait_registerSvyatoslav Ryhel1-3/+6
2026-02-05usb: phy: tegra: cosmetic fixesSvyatoslav Ryhel1-6/+6
2026-02-05usb: dwc2: fix resume failure if dr_mode is hostJisheng Zhang1-0/+1
2026-02-05usb: cdns3: fix role switching during resumeThomas Richard (TI)1-1/+1
2026-02-05usb: dwc3: gadget: Move vbus draw to workqueue contextPrashanth K3-6/+25
2026-02-05mux: mmio: fix regmap leak on probe failureJohan Hovold1-1/+1
2026-02-05Merge tag 'usb-serial-6.20-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman1-0/+6
2026-02-05Merge tag 'thunderbolt-for-v6.20-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-nextGreg Kroah-Hartman1-1/+1
2026-02-05Merge tag 'socfpga_firmware_update_for_v6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into char-misc-nextGreg Kroah-Hartman1-7/+7
2026-02-05driver core: remove device_change_owner() exportGreg Kroah-Hartman1-1/+0
2026-02-05nvme: add support for dynamic quirk configuration via module parameterMaurizio Lombardi1-0/+162
2026-02-05nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovecYunJe Shin1-0/+17
2026-02-05nvme-pci: handle changing device dma map requirementsKeith Busch1-15/+30
2026-02-05ice: dpll: Support E825-C SyncE and dynamic pin discoveryArkadiusz Kubalewski8-92/+959
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera6-26/+41