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.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-05-18
drm/amd/amdgpu : Remove unused variable
Muhammad Falak R Wani
1
-2
/
+1
2016-05-18
drm/amd/amdgpu : Remove unused variable
Muhammad Falak R Wani
1
-2
/
+1
2016-05-18
drm/amd/amdgpu/cz_dpm: Remove unused variable
Muhammad Falak R Wani
1
-9
/
+4
2016-05-18
drm/amd/amdgpu : Remove unused variable
Muhammad Falak R Wani
1
-2
/
+1
2016-05-16
drm/amd/powerplay: use ARRAY_SIZE() to calculate array size.
Muhammad Falak R Wani
1
-1
/
+1
2016-05-16
drm/amdgpu: fix array out of bounds
tom will
1
-1
/
+1
2016-05-16
drm/radeon: fix array out of bounds
tom will
1
-1
/
+1
2016-05-13
drm/amd/powerplay: fix a bug on updating sclk for Tonga
Eric Huang
1
-1
/
+1
2016-05-13
drm/amd/powerplay: fix a bug on updating sclk for Fiji
Eric Huang
1
-1
/
+1
2016-05-13
drm/amdgpu: create fence slab once when amdgpu module init.
Rex Zhu
3
-12
/
+20
2016-05-13
drm/amd/powerplay: move asic unrelated function to hwmgr.c.
Rex Zhu
4
-73
/
+40
2016-05-13
drm/amd/powerplay: fix NULL point check error
Rex Zhu
1
-2
/
+3
2016-05-13
drm/amd/powerplay: SCLK will have a big drop with low VDDC when PPlib was ena...
Rex Zhu
1
-1
/
+2
2016-05-11
drm/amdgpu: Encapsulate some VM table update parameters (v2)
Harish Kasiviswanathan
1
-49
/
+62
2016-05-11
drm/amdgpu: fix TC cache flushing
Marek Olšák
2
-1
/
+4
2016-05-11
drm/amd/powerplay: rewrite pp_sw_init to make code readable
Huang Rui
1
-6
/
+9
2016-05-11
drm/amdgpu/dce11: fix audio offset for asics with >7 audio pins
Alex Deucher
2
-1
/
+3
2016-05-11
drm/amdgpu: fix and cleanup user fence handling v2
Christian König
4
-47
/
+38
2016-05-11
drm/amdgpu: move VM fields into job
Christian König
14
-66
/
+66
2016-05-11
drm/amdgpu: move the context from the IBs into the job
Christian König
4
-17
/
+24
2016-05-11
drm/amdgpu: move context switch handling into common code v2
Christian König
12
-29
/
+25
2016-05-11
drm/amdgpu: move preamble IB handling into common code
Christian König
3
-9
/
+7
2016-05-11
drm/amdgpu/gfx7: fix pipeline sync
Chunming Zhou
1
-12
/
+13
2016-05-11
amdgpu/uvd: separate context buffer from DPB
Sonny Jiang
1
-3
/
+59
2016-05-11
drm/amdgpu: use fence_context to judge ctx switch v2
Christian König
3
-4
/
+4
2016-05-11
drm/amd/amdgpu: Added more named DRM info messages for debugging
Tom St Denis
1
-10
/
+10
2016-05-11
drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)
Tom St Denis
32
-1
/
+33
2016-05-11
drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2)
Alex Deucher
6
-27
/
+52
2016-05-11
drm/amdgpu/dce11: don't share PLLs on Polaris
Alex Deucher
1
-4
/
+0
2016-05-11
drm/amdgpu: Drop unused parameter for *get_sleep_divider_id_from_clock
Nils Wallménius
3
-10
/
+8
2016-05-11
drm/amdgpu: Simplify calculation in *get_sleep_divider_id_from_clock
Nils Wallménius
5
-10
/
+5
2016-05-11
drm/amdgpu: Use max macro in *get_sleep_divider_id_from_clock
Nils Wallménius
4
-8
/
+4
2016-05-11
drm/amd/powerplay: Use defined constants for minium engine clock
Nils Wallménius
2
-3
/
+4
2016-05-11
drm/amdgpu: add missing licenses on a couple of files
Alex Deucher
2
-0
/
+45
2016-05-11
drm/amdgpu: fetch cu_info once at init
Alex Deucher
9
-46
/
+25
2016-05-11
drm/amd: cleanup remaining spaces and tabs v2
Christian König
23
-56
/
+56
2016-05-11
drm/amdgpu: remove define for reserved client ID
Christian König
2
-2
/
+1
2016-05-11
drm/amdgpu: remove owner cleanup v2
Christian König
1
-13
/
+0
2016-05-11
drm/amdgpu: make the VMID owner always 64bit
Christian König
2
-3
/
+3
2016-05-11
drm/amdgpu: two minor 80 char fixes
Christian König
3
-8
/
+12
2016-05-11
drm/amdgpu: hdp flush&inval should always do
Monk Liu
1
-7
/
+5
2016-05-11
drm/amd/amdgpu: Enable CG for UVD6 on Carrizo
Tom St Denis
1
-1
/
+2
2016-05-11
drm/amdgpu: add pipeline sync for compute job
Chunming Zhou
1
-1
/
+2
2016-05-11
drm/amdgpu: keep vm in job instead of ib (v2)
Monk Liu
12
-30
/
+25
2016-05-11
drm/amdgpu: make vmid owner be client_id
Chunming Zhou
1
-3
/
+3
2016-05-11
drm/amdgpu: add client id for every vm
Chunming Zhou
2
-0
/
+8
2016-05-11
drm/amdgpu: fix wrong release of vmid owner
Chunming Zhou
1
-5
/
+9
2016-05-10
Merge tag 'mediatek-drm-2016-05-09' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
27
-4
/
+5798
2016-05-09
Merge tag 'v4.6-rc7' into drm-next
Dave Airlie
303
-1708
/
+3237
2016-05-09
drm/amdgpu: fix build on aarch64.
Dave Airlie
1
-0
/
+1
[next]