index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-27
drm/amd/amdgpu: fix locking in bo creation error path
Nicolai Hähnle
1
-1
/
+2
2017-01-27
drm/amd/amdgpu: lock reservation object while creating shadow bo
Nicolai Hähnle
1
-0
/
+9
2017-01-27
drm/amdgpu: fix typo of CGTS
Huang Rui
1
-1
/
+1
2017-01-27
drm/amdgpu: do not reset gpu for virtualization
Xiangliang Yu
1
-0
/
+3
2017-01-27
drm/amdgpu/virt: enable virtual display
Xiangliang Yu
1
-0
/
+4
2017-01-27
drm/amdgpu/vi: add support virtualization
Xiangliang Yu
1
-2
/
+32
2017-01-27
drm/amdgpu: request/release full gpu access if device is vf
Xiangliang Yu
2
-1
/
+15
2017-01-27
drm/amdgpu/virt: implement VI virt operation interfaces
Xiangliang Yu
4
-1
/
+651
2017-01-27
drm/amdgpu/virt: add high level interfaces for virt
Xiangliang Yu
2
-5
/
+85
2017-01-27
drm/amdgpu/virt: use kiq to access registers (v2)
Xiangliang Yu
4
-0
/
+75
2017-01-27
drm/amdgpu/virt: add runtime flag
Xiangliang Yu
1
-0
/
+4
2017-01-27
drm/amdgpu/gfx8: implement emit_rreg/wreg function
Xiangliang Yu
2
-0
/
+38
2017-01-27
drm/amdgpu/ring: add two interfaces to support r/w registers with kiq
Xiangliang Yu
2
-0
/
+4
2017-01-27
drm/amdgpu:invoke CSA functions (v2)
Monk Liu
3
-0
/
+40
2017-01-27
drm/amdgpu:add new file for SRIOV
Monk Liu
3
-1
/
+98
2017-01-27
drm/amdgpu:new field members for SRIOV
Monk Liu
2
-0
/
+8
2017-01-27
drm/amd/amdgpu: add check that shadow page tables are GPU-accessible
Nicolai Hähnle
1
-3
/
+6
2017-01-27
drm/amd/amdgpu: add check that shadow page directory is GPU-accessible
Nicolai Hähnle
1
-3
/
+8
2017-01-27
drm/amd/amdgpu: add amdgpu_bo_gpu_accessible helper function
Nicolai Hähnle
1
-0
/
+9
2017-01-27
drm/amd/amdgpu: move eviction counting to amdgpu_bo_move_notify
Nicolai Hähnle
2
-4
/
+4
2017-01-27
drm/ttm: add evict parameter to ttm_bo_driver::move_notify
Nicolai Hähnle
9
-6
/
+14
2017-01-27
drm/amdgpu: refine vce3.0 initialize.
Rex Zhu
2
-18
/
+35
2017-01-27
drm/amdgpu: extend profiling mode.
Rex Zhu
6
-26
/
+154
2017-01-27
drm/amd/powerplay: refine DIDT feature in Powerplay.
Rex Zhu
2
-49
/
+179
2017-01-27
drm/amd/powerplay: add new smu message.
Rex Zhu
1
-0
/
+3
2017-01-27
drm/amd/powerplay: Configuring DIDT blocks only SQ enabled on Polaris11.
Rex Zhu
1
-9
/
+12
2017-01-27
drm/amdgpu: fix bug return invalid value to sysfs.
Rex Zhu
1
-1
/
+1
2017-01-27
drm/amdgpu: add get clockgating_state method for vce v3
Huang Rui
2
-4
/
+37
2017-01-27
drm/amdgpu: add get clockgating_state method for uvd v5&v6
Huang Rui
3
-4
/
+63
2017-01-27
drm/amdgpu: add get clockgating_state method for vi common
Huang Rui
1
-0
/
+27
2017-01-27
drm/amdgpu: add get clockgating_state method for sdma v3
Huang Rui
1
-0
/
+17
2017-01-27
drm/amdgpu: add get clockgating_state method for gmc v8
Huang Rui
1
-0
/
+16
2017-01-27
drm/amdgpu: add get clockgating_state method for gfx v8
Huang Rui
1
-0
/
+40
2017-01-27
drm/amdgpu: add parse clock gating state
Huang Rui
2
-0
/
+39
2017-01-27
drm/amdgpu: introduce an interface to get clock gating status dynamically
Huang Rui
4
-0
/
+19
2017-01-27
drm/amdgpu: remove detect_hw_virtualization interface
Xiangliang Yu
3
-4
/
+4
2017-01-27
drm/amdgpu/vi: move virtualization detection forward
Xiangliang Yu
1
-11
/
+13
2017-01-27
drm/amdgpu/virt: rename fieldes of virtualization structure
Xiangliang Yu
6
-14
/
+14
2017-01-27
drm/amdgpu/gfx8: add support kernel interface queue(KIQ)
Xiangliang Yu
3
-2
/
+620
2017-01-27
drm/amdgpu: PCI I/O bar can be disabled
Amber Lin
1
-2
/
+2
2017-01-27
drm/amd/powerplay: change function name to make code more readable
Rex Zhu
5
-7
/
+6
2017-01-27
drm/amd/powerplay: refine smumgr code
Rex Zhu
8
-104
/
+61
2017-01-27
drm/amd/powerplay: fix memory leak in smu7_hwmgr
Rex Zhu
5
-19
/
+25
2017-01-27
drm/amd/powerplay: fix memory leak in cz_hwmgr.c
Rex Zhu
1
-2
/
+9
2017-01-27
drm/amd/powerplay: not free hwmgr/smumgr in asic private functions.
Rex Zhu
2
-4
/
+2
2017-01-27
drm/amd/powerplay: not use module parameter in powerplay.
Rex Zhu
2
-5
/
+3
2017-01-27
drm/amd/powerplay: refine powerplay interface.
Rex Zhu
10
-479
/
+518
2017-01-27
drm/amdgpu: use same enter/exit safe mode for gfx_8.
Rex Zhu
1
-94
/
+1
2017-01-27
drm/amd/powerplay: add profiling mode in dpm level
Rex Zhu
5
-4
/
+24
2017-01-27
drm/amdgpu: delete dead definitions of dpm_ip_funcs
Rex Zhu
3
-26
/
+0
[prev]
[next]