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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-07
drm/amdgpu: add disable_cu parameter
Nicolai Hähnle
4
-0
/
+51
2016-07-07
drm/amdgpu: evict vram when gpu reset
Chunming Zhou
1
-0
/
+4
2016-07-07
drm/amdgpu: block scheduler when gpu reset
Chunming Zhou
2
-5
/
+27
2016-07-07
amdgpu: use NULL instead of 0 for pointer
Arnd Bergmann
1
-1
/
+1
2016-07-07
drm/amdgpu: pipeline evictions as well
Christian König
1
-2
/
+4
2016-07-07
drm/amdgpu: save the PD addr before scheduling the job
Christian König
2
-4
/
+4
2016-07-07
drm/ttm: add the infrastructure for pipelined evictions
Christian König
2
-5
/
+136
2016-07-07
drm/ttm: simplify ttm_bo_wait
Christian König
1
-33
/
+4
2016-07-07
drm/ttm: remove TTM_BO_PRIV_FLAG_MOVING
Christian König
3
-10
/
+17
2016-07-07
drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanup
Christian König
4
-6
/
+2
2016-07-07
drm/amdgpu: remove pre move wait
Christian König
1
-4
/
+0
2016-07-07
drm/amdgpu: sync to buffer moves before VM updates
Christian König
1
-4
/
+19
2016-07-07
drm/ttm: wait for BO idle after the move in ttm_bo_swapout
Christian König
1
-6
/
+9
2016-07-07
drm/ttm: drop waiting for idle in ttm_bo_evict.
Christian König
1
-10
/
+1
2016-07-07
drm/ttm: drop wait for idle in ttm_bo_move_buffer
Christian König
1
-14
/
+0
2016-07-07
drm/ttm: wait for BO idle in ttm_bo_move_memcpy
Christian König
6
-6
/
+15
2016-07-07
drm/ttm: add wait for idle in all drivers bo_move functions
Christian König
5
-0
/
+25
2016-07-07
drm/ttm: remove dummy bo_move implementations
Christian König
4
-46
/
+4
2016-07-07
drm/ttm: remove NULL checks when calling ttm_tt_destroy
Christian König
3
-11
/
+7
2016-07-07
drm/ttm: cleanup ttm_tt_(unbind|destroy)
Christian König
3
-17
/
+5
2016-07-07
drm/amdgpu: some improvement in parsing inputs
Eric Huang
1
-3
/
+9
2016-07-07
drm/amd/powerplay: remove useless soft pptable in Asic related backend
Eric Huang
6
-31
/
+0
2016-07-07
drm/amd/powerplay: remove useless pp_table codes for Tonga/Fiji/Polaris10
Eric Huang
4
-116
/
+0
2016-07-07
drm/amd/powerplay: add uploading pptable and resetting powerplay support
Eric Huang
4
-9
/
+63
2016-07-07
drm/amd/powerplay: change backend allocation to backend init
Eric Huang
4
-36
/
+30
2016-07-07
drm/amd/powerplay: add disable dpm tasks for Polaris10
Eric Huang
3
-1
/
+257
2016-07-07
drm/amd/powerplay: add disable dpm tasks for Tonga
Eric Huang
1
-0
/
+1
2016-07-07
drm/amd/powerplay: add function disable_dpm_tasks for Fiji
Eric Huang
3
-0
/
+281
2016-07-07
drm/amd/powerplay: add event task of disable dynamic state management
Eric Huang
4
-2
/
+28
2016-07-07
drm/amd/powerplay: keep soft_pp_table pointer value for re-uploading
Eric Huang
2
-13
/
+8
2016-07-07
drm/amdgpu: introduce a firmware debugfs to dump all current firmware versions
Huang Rui
3
-0
/
+135
2016-07-07
drm/amdgpu: factor out the AMDGPU_INFO_FW_VERSION case branch into amdgpu_fir...
Huang Rui
1
-52
/
+64
2016-07-07
drm/amdgpu: remove cgs_acpi_method_argument member method_length
Nicolai Hähnle
2
-6
/
+2
2016-07-07
drm/amd/powerplay: set UVD clocks bypass mode for Polaris10
Eric Huang
2
-1
/
+8
2016-07-07
drm/amdgpu: stop trying to schedule() with a spin held
Christian König
1
-0
/
+2
2016-07-07
drm/radeon/cik: fix CP jump table size
Alex Deucher
1
-1
/
+1
2016-07-07
drm/amdgpu/gfx7: fix CP jump table size
Alex Deucher
1
-1
/
+1
2016-07-07
drm/amdgpu/gfx8: fix CP jump table size
Alex Deucher
1
-1
/
+1
2016-07-07
drm/amd/amdgpu : adding new tracepoints to track memory information.
David Mao
3
-0
/
+43
2016-07-07
drm/amd/amdgpu : Refine tracepoints to track more information
David Mao
1
-2
/
+18
2016-07-07
drm/amdgpu/uvd6: De-numberify startup
Tom St Denis
1
-14
/
+25
2016-07-07
drm/amdgpu: Initialize the variables in a straight-forward way
Alex Xie
1
-6
/
+28
2016-07-07
drm/amdgpu: Add comment to describe the purpose of one difficult if statement
Alex Xie
1
-4
/
+7
2016-07-07
drm/amdgpu: Change some variable names to make code easier understood
Alex Xie
1
-16
/
+16
2016-07-07
drm/amdgpu: enable BUS master after pci reset
Chunming Zhou
2
-1
/
+6
2016-07-07
drm/amdgpu: add return value for pci config reset
Chunming Zhou
2
-9
/
+17
2016-07-07
drm/amdgpu: remove now unnecessary checks
Christian König
2
-21
/
+11
2016-07-07
drm/amdgpu: use a fence array for VMID management
Christian König
4
-119
/
+117
2016-07-07
drm/amdgpu: reuse VMIDs assigned to a VM only if there is also a free one
Christian König
1
-54
/
+59
2016-07-07
drm/amdgpu: prefer VMIDs idle on the current ring
Christian König
1
-15
/
+9
[prev]
[next]