aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-16net/mlx5e: Add a miss level for ipsec crypto offloadLama Kayal4-3/+6
2025-09-16net/mlx5e: Harden uplink netdev access against device unbindJianbo Liu3-6/+37
2025-09-17firewire: core: shrink critical section of fw_card spinlock in bm_workTakashi Sakamoto1-22/+8
2025-09-17firewire: core: disable bus management work temporarily during updating topologyTakashi Sakamoto1-0/+8
2025-09-17firewire: core: schedule bm_work item outside of spin lockTakashi Sakamoto1-1/+2
2025-09-16net: dsa: mv88e6xxx: clean up PTP clock during setup failureRussell King (Oracle)2-8/+8
2025-09-16net: mvpp2: add support for hardware timestampsRussell King1-5/+7
2025-09-16libie: fix linking with libie_{adminq,fwlog} when CONFIG_LIBIE=nAlexander Lobakin1-1/+1
2025-09-16drm/xe: Allow error injection for xe_pxp_exec_queue_addDaniele Ceraolo Spurio1-0/+1
2025-09-16drm/xe: Fix error handling if PXP fails to startDaniele Ceraolo Spurio6-41/+72
2025-09-16drm/amd: Only restore cached manual clock settings in restore if OD enabledMario Limonciello1-1/+1
2025-09-16drm/amdgpu: re-order and document VM codeChristian König1-6/+24
2025-09-16drm/amdgpu: remove check for BO reservation add assert insteadChristian König1-12/+1
2025-09-16drm/amd/pm: Update pmfw headers for smu_v13_0_12Asad Kamal1-2/+10
2025-09-16drm/amd/pm: Rename amdgpu_hwmon_get_sensor_genericAsad Kamal1-37/+39
2025-09-16drm/amd: Only restore cached manual clock settings in restore if OD enabledMario Limonciello1-1/+1
2025-09-16drm/amd/pm: Use devm_i2c_add_adapter() in the V14_0_2 smuRodrigo Siqueira1-17/+2
2025-09-16drm/amd/pm: Use devm_i2c_add_adapter() in the V13_0_6 smuRodrigo Siqueira1-17/+2
2025-09-16drm/amd/pm: Use devm_i2c_add_adapter() in the V13 smuRodrigo Siqueira1-17/+2
2025-09-16drm/amd/pm: Use devm_i2c_add_adapter() in the Sienna smuRodrigo Siqueira1-17/+2
2025-09-16drm/amd/pm: Use devm_i2c_add_adapter() in the Navi10 smuRodrigo Siqueira1-17/+2
2025-09-16drm/amd/pm: Use devm_i2c_add_adapter() in the Arcturus smuRodrigo Siqueira1-17/+2
2025-09-16drm/amd/pm: Use devm_i2c_add_adapter() in the i2c initRodrigo Siqueira1-13/+2
2025-09-16drm/amdgpu: Use devm_i2c_add_adapter() in SMU V11Rodrigo Siqueira1-4/+1
2025-09-16drm/amdgpu/amdgpu_i2c: Use devm_i2c_add_adapter instead of i2c_add_adapterRodrigo Siqueira1-15/+3
2025-09-16drm/amd/display: Use devm_i2c_add_adapter to simplify i2c cleanup logicRodrigo Siqueira1-19/+2
2025-09-16drm/amd/display: Use kmalloc_array() instead of kmalloc()James Flowers1-2/+2
2025-09-16drm/amdgpu: fix userq VM validation v4Christian König3-75/+110
2025-09-16drm/amdgpu: reject gang submissions under SRIOVChristian König1-1/+1
2025-09-16igc: don't fail igc_probe() on LED setup errorKohei Enju2-3/+10
2025-09-16ixgbe: destroy aci.lock later within ixgbe_remove pathJedrzej Jagielski1-3/+4
2025-09-16ixgbe: initialize aci.lock before it's usedJedrzej Jagielski1-7/+8
2025-09-16i40e: remove redundant memory barrier when cleaning Tx descsMaciej Fijalkowski1-3/+0
2025-09-16ice: fix Rx page leak on multi-buffer framesJacob Keller2-47/+34
2025-09-16drm/xe: Remove duplicate header filesYang Li2-4/+2
2025-09-16drm/xe/guc: Return an error code if the GuC load failsJohn Harrison1-4/+9
2025-09-16nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirkGeorg Gottleuber1-0/+2
2025-09-16ACPI: property: Adjust failure handling in acpi_nondev_subnode_extract()Rafael J. Wysocki1-12/+13
2025-09-16ACPI: property: Do not pass NULL handles to acpi_attach_data()Rafael J. Wysocki1-0/+12
2025-09-16ACPI: property: Add code comments explaining what is going onRafael J. Wysocki1-2/+44
2025-09-16ACPI: property: Disregard references in data-only subnode listsRafael J. Wysocki1-29/+22
2025-09-16ACPI: property: Fix buffer properties extraction for subnodesRafael J. Wysocki1-19/+11
2025-09-17md: init queue_limits->max_hw_wzeroes_unmap_sectors parameterZhang Yi5-0/+5
2025-09-16PCI: Alter misleading recursion to pci_bus_release_bridge_resources()Ilpo Järvinen1-1/+1
2025-09-16PCI: Pass bridge window to pci_bus_release_bridge_resources()Ilpo Järvinen1-42/+27
2025-09-16PCI: Add pci_setup_one_bridge_window()Ilpo Järvinen1-18/+19
2025-09-16PCI: Refactor remove_dev_resources() to use pbus_select_window()Ilpo Järvinen1-25/+9
2025-09-16PCI: Refactor distributing available memory to use loopsIlpo Järvinen1-90/+72
2025-09-16PCI: Use pbus_select_window_for_type() during mem window sizingIlpo Järvinen1-87/+24
2025-09-16PCI: Use pbus_select_window() in space available checkerIlpo Järvinen1-33/+32