index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-16
drm/amd/pm: Use devm_i2c_add_adapter() in the V13_0_6 smu
Rodrigo Siqueira
1
-17
/
+2
2025-09-16
drm/amd/pm: Use devm_i2c_add_adapter() in the V13 smu
Rodrigo Siqueira
1
-17
/
+2
2025-09-16
drm/amd/pm: Use devm_i2c_add_adapter() in the Sienna smu
Rodrigo Siqueira
1
-17
/
+2
2025-09-16
drm/amd/pm: Use devm_i2c_add_adapter() in the Navi10 smu
Rodrigo Siqueira
1
-17
/
+2
2025-09-16
drm/amd/pm: Use devm_i2c_add_adapter() in the Arcturus smu
Rodrigo Siqueira
1
-17
/
+2
2025-09-16
drm/amd/pm: Use devm_i2c_add_adapter() in the i2c init
Rodrigo Siqueira
1
-13
/
+2
2025-09-16
drm/amdgpu: Use devm_i2c_add_adapter() in SMU V11
Rodrigo Siqueira
1
-4
/
+1
2025-09-16
drm/amdgpu/amdgpu_i2c: Use devm_i2c_add_adapter instead of i2c_add_adapter
Rodrigo Siqueira
1
-15
/
+3
2025-09-16
drm/amd/display: Use devm_i2c_add_adapter to simplify i2c cleanup logic
Rodrigo Siqueira
1
-19
/
+2
2025-09-16
drm/amd/display: Use kmalloc_array() instead of kmalloc()
James Flowers
1
-2
/
+2
2025-09-16
drm/amdgpu: fix userq VM validation v4
Christian König
3
-75
/
+110
2025-09-16
drm/amdgpu: reject gang submissions under SRIOV
Christian König
1
-1
/
+1
2025-09-16
igc: don't fail igc_probe() on LED setup error
Kohei Enju
2
-3
/
+10
2025-09-16
ixgbe: destroy aci.lock later within ixgbe_remove path
Jedrzej Jagielski
1
-3
/
+4
2025-09-16
ixgbe: initialize aci.lock before it's used
Jedrzej Jagielski
1
-7
/
+8
2025-09-16
i40e: remove redundant memory barrier when cleaning Tx descs
Maciej Fijalkowski
1
-3
/
+0
2025-09-16
ice: fix Rx page leak on multi-buffer frames
Jacob Keller
2
-47
/
+34
2025-09-16
drm/xe: Remove duplicate header files
Yang Li
2
-4
/
+2
2025-09-16
drm/xe/guc: Return an error code if the GuC load fails
John Harrison
1
-4
/
+9
2025-09-16
nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirk
Georg Gottleuber
1
-0
/
+2
2025-09-16
ACPI: property: Adjust failure handling in acpi_nondev_subnode_extract()
Rafael J. Wysocki
1
-12
/
+13
2025-09-16
ACPI: property: Do not pass NULL handles to acpi_attach_data()
Rafael J. Wysocki
1
-0
/
+12
2025-09-16
ACPI: property: Add code comments explaining what is going on
Rafael J. Wysocki
1
-2
/
+44
2025-09-16
ACPI: property: Disregard references in data-only subnode lists
Rafael J. Wysocki
1
-29
/
+22
2025-09-16
ACPI: property: Fix buffer properties extraction for subnodes
Rafael J. Wysocki
1
-19
/
+11
2025-09-17
md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
Zhang Yi
5
-0
/
+5
2025-09-16
PCI: Alter misleading recursion to pci_bus_release_bridge_resources()
Ilpo Järvinen
1
-1
/
+1
2025-09-16
PCI: Pass bridge window to pci_bus_release_bridge_resources()
Ilpo Järvinen
1
-42
/
+27
2025-09-16
PCI: Add pci_setup_one_bridge_window()
Ilpo Järvinen
1
-18
/
+19
2025-09-16
PCI: Refactor remove_dev_resources() to use pbus_select_window()
Ilpo Järvinen
1
-25
/
+9
2025-09-16
PCI: Refactor distributing available memory to use loops
Ilpo Järvinen
1
-90
/
+72
2025-09-16
PCI: Use pbus_select_window_for_type() during mem window sizing
Ilpo Järvinen
1
-87
/
+24
2025-09-16
PCI: Use pbus_select_window() in space available checker
Ilpo Järvinen
1
-33
/
+32
2025-09-16
PCI: Rename resource variable from r to res
Ilpo Järvinen
1
-7
/
+7
2025-09-16
PCI: Use pbus_select_window_for_type() during IO window sizing
Ilpo Järvinen
1
-2
/
+1
2025-09-16
PCI: Use pbus_select_window() during BAR resize
Ilpo Järvinen
1
-7
/
+13
2025-09-16
PCI: Warn if bridge window cannot be released when resizing BAR
Ilpo Järvinen
1
-0
/
+6
2025-09-16
PCI: Fix finding bridge window in pci_reassign_bridge_resources()
Ilpo Järvinen
3
-22
/
+20
2025-09-16
PCI: Add bridge window selection functions
Ilpo Järvinen
2
-0
/
+103
2025-09-16
PCI: Add defines for bridge window indexing
Ilpo Järvinen
2
-3
/
+11
2025-09-16
PCI: Preserve bridge window resource type flags
Ilpo Järvinen
5
-37
/
+90
2025-09-16
PCI: Enable bridge even if bridge window fails to assign
Ilpo Järvinen
1
-13
/
+17
2025-09-16
PCI: Use pci_release_resource() instead of release_resource()
Ilpo Järvinen
2
-35
/
+22
2025-09-16
PCI: Disable non-claimed bridge window
Ilpo Järvinen
1
-13
/
+12
2025-09-16
PCI: Always claim bridge window before its setup
Ilpo Järvinen
1
-4
/
+8
2025-09-16
PCI: Refactor find_bus_resource_of_type() logic checks
Ilpo Järvinen
1
-3
/
+7
2025-09-16
PCI: Move find_bus_resource_of_type() earlier
Ilpo Järvinen
1
-28
/
+28
2025-09-16
PCI: Fix failure detection during resource resize
Ilpo Järvinen
1
-8
/
+18
2025-09-16
PCI: Fix pdev_resources_assignable() disparity
Ilpo Järvinen
1
-0
/
+1
2025-09-16
PCI: Ensure relaxed tail alignment does not increase min_align
Ilpo Järvinen
1
-4
/
+7
[prev]
[next]