index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
deflate.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-06-04
drm/amdgpu: drop AMDGPU_FENCE_SIGNALED_SEQ
Christian König
2
-15
/
+0
2015-06-04
drm/amdgpu: port fault_reserve_notify changes from radeon
Christian König
1
-20
/
+35
2015-06-04
drm/amdgpu: enable uvd dpm and powergating
Sonny Jiang
3
-3
/
+91
2015-06-04
drm/amdgpu: implement VCE two instances support
Leo Liu
1
-54
/
+87
2015-06-04
drm/amdgpu: recalculate VCE firmware BO size
Leo Liu
5
-15
/
+20
2015-06-04
drm/amdgpu: remove unused TRACE_SYSTEM_STRING define
Alex Deucher
1
-1
/
+0
2015-06-04
drm/amdgpu: rework tiling flags
Marek Olšák
6
-304
/
+58
2015-06-04
drm/amdgpu: don't set unused tiling flags
Marek Olšák
1
-13
/
+1
2015-06-04
drm/amdgpu: actually use the VM map parameters
Christian König
1
-2
/
+3
2015-06-04
drm/amdgpu: validate amdgpu_vm_bo_map parameters
Christian König
1
-0
/
+7
2015-06-04
drm/amdgpu: enforce AMDGPU_GEM_CREATE_NO_CPU_ACCESS
Christian König
2
-1
/
+5
2015-06-04
drm/amdgpu: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling
Christian König
2
-4
/
+4
2015-06-04
drm/amdgpu: retry dcpd fetch
Alex Deucher
1
-9
/
+11
2015-06-04
drm/amdgpu: simplify DPCD debug output
Alex Deucher
1
-5
/
+4
2015-06-04
drm/amdgpu: make some DP parameters const
Alex Deucher
1
-7
/
+7
2015-06-04
drm/amdgpu: take the mode_config mutex when handling hpds
Alex Deucher
1
-0
/
+2
2015-06-04
drm/amdgpu: add and implement the GPU reset status query
Marek Olšák
4
-17
/
+37
2015-06-04
drm/amdgpu: add some new tonga pci ids
Alex Deucher
1
-0
/
+2
2015-06-04
drm/amdgpu: add new bonaire pci id
Alex Deucher
1
-0
/
+1
2015-06-04
drm/amdgpu: rewording some left radeons
Jammy Zhou
2
-3
/
+3
2015-06-04
drm/amdgpu: switch to amdgpu folder for firmware files v2
Jammy Zhou
8
-47
/
+47
2015-06-04
drm/amdgpu: do necessary NULL check
Jammy Zhou
1
-2
/
+5
2015-06-04
drm/amdgpu: expose the max virtual address
Jammy Zhou
2
-0
/
+3
2015-06-04
drm/amdgpu: fix context switch
Christian König
5
-21
/
+26
2015-06-04
drm/amdgpu: fix dereference before check
Christian König
1
-2
/
+4
2015-06-04
drm/amdgpu: cleanup HDP flush handling
Christian König
7
-54
/
+18
2015-06-04
drm/amdgpu: always emit GDS switch
Christian König
1
-1
/
+1
2015-06-04
drm/amdgpu: add CE preamble flag v3
Jammy Zhou
3
-0
/
+17
2015-06-04
drm/amdgpu: add flags for amdgpu_ib structure
Jammy Zhou
5
-10
/
+7
2015-06-04
drm/amdgpu: check context id for context switching (v2)
Jammy Zhou
2
-1
/
+4
2015-06-04
drm/amdgpu: add ctx_id to the WAIT_CS IOCTL (v4)
Jammy Zhou
4
-1
/
+39
2015-06-04
drm/amdgpu: allow unaligned memory access (v2)
Jack Xiao
5
-4
/
+22
2015-06-04
drm/amdgpu: make the CTX ioctl thread-safe
Marek Olšák
3
-12
/
+12
2015-06-04
drm/amdgpu: remove unsafe context releasing
Marek Olšák
1
-10
/
+2
2015-06-04
drm/amdgpu: fix userptr lockup
Christian König
1
-0
/
+3
2015-06-04
drm/amdgpu: fix userptr BO unpin bug (v2)
monk.liu
1
-5
/
+3
2015-06-04
drm/amdgpu: remove AMDGPU_GEM_CREATE_CPU_GTT_UC
Jammy Zhou
2
-13
/
+4
2015-06-04
drm/amdgpu fix amdgpu.dpm=0 (v2)
Sonny Jiang
1
-4
/
+13
2015-06-04
drm/amdgpu: memset gds_info struct in info ioctl
Alex Deucher
1
-0
/
+1
2015-06-04
drm/amdgpu: fix error handling in cz_dpm_hw_fini/cz_dpm_suspend
Alex Deucher
1
-6
/
+2
2015-06-04
drm/amdgpu: let bo_list handler start from 1
monk.liu
1
-1
/
+1
2015-06-04
drm/amdgpu: fix bug occurs when bo_list is NULL
monk.liu
1
-9
/
+9
2015-06-04
drm/amdgpu: fix error check issue in amdgpu_mn_invalidate_range_start
Jack Xiao
1
-5
/
+5
2015-06-04
drm/amdgpu: drop ttm two ended allocation
Alex Deucher
1
-6
/
+0
2015-06-04
drm/amdgpu: add VI pci ids
Alex Deucher
1
-0
/
+20
2015-06-04
drm/amdgpu: add CIK pci ids
Alex Deucher
1
-0
/
+83
2015-06-04
drm/amdgpu: Add initial VI support
Alex Deucher
49
-6
/
+33097
2015-06-04
drm/amdgpu: Add support for CIK parts
Alex Deucher
29
-0
/
+30008
2015-06-04
drm/amdgpu: Do not directly dereference pointers to BIOS area.
Alex Deucher
1
-3
/
+7
2015-06-04
drm/amdgpu: fix const warnings in amdgpu_connectors.c
Alex Deucher
1
-7
/
+7
[next]