index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
drm/amdgpu: fix pm notifier handling
Alex Deucher
1
-13
/
+5
2025-05-22
Revert "drm/amd: Stop evicting resources on APUs in suspend"
Alex Deucher
1
-9
/
+2
2025-05-22
drm/amd: Add Suspend/Hibernate notification callback support
Mario Limonciello
1
-1
/
+45
2025-05-22
drm/amdgpu: trigger flr_work if reading pf2vf data failed
Zhigang Luo
1
-5
/
+10
2025-05-22
drm/amd: Stop evicting resources on APUs in suspend
Mario Limonciello
1
-2
/
+9
2025-04-25
drm/amdgpu: grab an additional reference on the gang fence v2
Christian König
1
-1
/
+9
2025-03-13
drm/amdgpu: disable BAR resize on Dell G5 SE
Alex Deucher
1
-0
/
+7
2025-03-13
drm/amdgpu: Check extended configuration space register when system uses larg...
Ma Jun
1
-0
/
+4
2025-01-23
Revert "drm/amdgpu: rework resume handling for display (v2)"
Greg Kroah-Hartman
1
-43
/
+2
2025-01-23
drm/amdgpu: fix usage slab after free
Vitaly Prosyak
1
-1
/
+1
2024-12-14
drm/amdgpu: rework resume handling for display (v2)
Alex Deucher
1
-2
/
+43
2024-12-14
drm/amdgpu: skip amdgpu_device_cache_pci_state under sriov
Victor Zhao
1
-0
/
+3
2024-09-08
drm/amdgpu: fix dereference after null check
Jesse Zhang
1
-1
/
+1
2024-09-08
drm/amd/amdgpu: Check tbo resource pointer
Asad Kamal
1
-1
/
+2
2024-08-14
drm/amdgpu: Add lock around VF RLCG interface
Victor Skvortsov
1
-0
/
+1
2024-08-03
drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exit
Friedrich Vock
1
-1
/
+1
2024-07-05
drm/amdgpu: Fix pci state save during mode-1 reset
Lijo Lazar
1
-2
/
+5
2024-07-05
drm/amd/amdgpu: Fix style errors in amdgpu_drv.c & amdgpu_device.c
Srinivasan Shanmugam
1
-32
/
+33
2024-04-13
Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device...
Ma Jun
1
-10
/
+6
2024-04-13
drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()
Srinivasan Shanmugam
1
-6
/
+10
2024-04-10
drm/amd: Flush GFXOFF requests in prepare stage
Mario Limonciello
1
-0
/
+2
2024-04-10
drm/amd: Add concept of running prepare_suspend() sequence for IP blocks
Mario Limonciello
1
-1
/
+11
2024-04-10
drm/amd: Evict resources during PM ops prepare() callback
Mario Limonciello
1
-0
/
+26
2024-02-23
Revert "drm/amd: flush any delayed gfxoff on suspend entry"
Mario Limonciello
1
-1
/
+0
2024-02-05
drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'
Srinivasan Shanmugam
1
-0
/
+1
2024-01-10
drm/amdgpu: skip gpu_info fw loading on navi12
Alex Deucher
1
-9
/
+2
2023-11-28
drm/amdgpu: don't use pci_is_thunderbolt_attached()
Alex Deucher
1
-4
/
+4
2023-11-28
drm/amdgpu: Fix potential null pointer derefernce
Stanley.Yang
1
-1
/
+2
2023-10-10
drm/amd: Fix detection of _PR3 on the PCIe root port
Mario Limonciello
1
-1
/
+1
2023-09-23
Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"
Hamza Mahfooz
1
-26
/
+0
2023-09-13
drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar()
Arnd Bergmann
1
-0
/
+3
2023-08-23
drm/amd: flush any delayed gfxoff on suspend entry
Mario Limonciello
1
-0
/
+1
2023-08-16
drm/amd: Disable S/G for APUs when 64GB or more host memory
Mario Limonciello
1
-0
/
+26
2023-08-03
drm/amd: Move helper for dynamic speed switch check out of smu13
Mario Limonciello
1
-0
/
+19
2023-06-09
drm/amdgpu: set gfx9 onwards APU atomics support to be true
Yifan Zhang
1
-0
/
+6
2023-06-09
drm/amdgpu: Use the default reset when loading or reloading the driver
lyndonli
1
-0
/
+7
2023-06-09
drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init"
Chong Li
1
-15
/
+17
2023-05-17
drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2)
Lin.Cao
1
-1
/
+5
2023-05-11
drm/amdgpu: register a vga_switcheroo client for MacBooks with apple-gmux
Orlando Chamberlain
1
-5
/
+16
2023-04-13
drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 reset
Tim Huang
1
-0
/
+12
2023-04-13
drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resume
Alex Deucher
1
-0
/
+6
2023-03-30
drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi
Kai-Heng Feng
1
-0
/
+15
2023-03-10
Revert "drm/amdgpu: TA unload messages are not actually sent to psp when amdg...
Vitaly Prosyak
1
-1
/
+2
2023-02-22
drm/amd/amdgpu: fix warning during suspend
Jack Xiao
1
-0
/
+3
2023-01-18
drm/amd: Delay removal of the firmware framebuffer
Mario Limonciello
1
-0
/
+8
2023-01-07
drm/amdgpu: skip MES for S0ix as well since it's part of GFX
Alex Deucher
1
-2
/
+3
2022-12-31
drm/amdgpu: Fix potential double free and null pointer dereference
Liang He
1
-0
/
+5
2022-12-31
drm/amdgpu: fix pci device refcount leak
Yang Yingliang
1
-0
/
+4
2022-11-15
drm/amdgpu: there is no vbios fb on devices with no display hw (v2)
Alex Deucher
1
-0
/
+41
2022-11-03
drm/amd: Fail the suspend if resources can't be evicted
Mario Limonciello
1
-5
/
+10
[next]