index
:
~funfunctor/linux
SP4
amd-trivial-cleanup
amdgpu-ratelimit-vmfaults
amdkfd-hacking
amdkfd-next
amdkfd-next-4.9
amdkfd-next-4.9-revised
bug100058
master
nativeaux-bug100745
nativeaux-bug100745_v2
thrustmaster-tx
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-21
drm/amdkgd: Keep kgd_mem validation list in amdkfd_vm
Harish Kasiviswanathan
2
-1
/
+31
2016-09-21
drm/amdgpu: Modify free_memory_of_gpu interface
Harish Kasiviswanathan
6
-12
/
+19
2016-09-21
drm/amdgpu: Modify create_process_vm interface
Harish Kasiviswanathan
6
-6
/
+23
2016-09-21
drm/amdgpu: Introduce amdkfd_vm structure
Harish Kasiviswanathan
2
-8
/
+39
2016-09-21
drm/ttm: fix stupid parameter inversion in the pipeline code
Christian König
1
-1
/
+1
2016-09-21
drm/ttm: make eviction decission a driver callback
Christian König
11
-13
/
+32
2016-09-20
drm/amdkfd: Remove warning when CU Mask is zero
Kent Russell
2
-2
/
+2
2016-09-19
drm/amdkfd: Add flag to allocate a doorbell BO
Felix Kuehling
3
-14
/
+25
2016-09-19
drm/amdgpu: Add flag for KFD to allocate a doorbell BO
Felix Kuehling
2
-6
/
+44
2016-09-16
drm/amdkfd: Fix ttm warnings when doing fork with BOs on DGPU
Yong Zhao
1
-0
/
+19
2016-09-14
Revert "drm/amdgpu: Disable certain CG on Carrizo to workaround KFD suspend/r...
Yong Zhao
1
-1
/
+2
2016-09-14
drm/amdkfd: set /dev/kfd permissions to 0666 by default
Andres Rodriguez
1
-0
/
+10
2016-09-13
drm/amdkfd: Fix unbound PASID issue when process terminates on APU
Yong Zhao
3
-4
/
+17
2016-09-13
drm/amdkfd: Clean up the function pqm_uninit()
Yong Zhao
3
-33
/
+30
2016-09-13
drm/amdkfd Fix CU masking for more than 32 CUs
Kent Russell
6
-64
/
+101
2016-09-12
drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspending
Yong Zhao
1
-6
/
+2
2016-09-12
drm/amdgpu: Disable certain CG on Carrizo to workaround KFD suspend/resume
Yong Zhao
1
-2
/
+1
2016-09-12
drm/amdkfd: Fix typo in unregister dbg ioctl
Kent Russell
1
-2
/
+2
2016-09-07
drm/amdkfd: Fix IB freeing without DIQ synchronization
Felix Kuehling
3
-16
/
+55
2016-09-01
drm/amd: Simplify SDMA HQD loading in kernel threads
Felix Kuehling
4
-34
/
+27
2016-09-01
drm/amdkfd: make Makefile paths relative
Andres Rodriguez
1
-2
/
+5
2016-08-31
drm/amdkfd: Don't synchronize DIQ after a wave control IB
Felix Kuehling
1
-4
/
+14
2016-08-29
drm/amdkfd: Fix kernel panic in PPR handler
Felix Kuehling
1
-1
/
+1
2016-08-26
drm/amdkfd: fix IH always printing error message on exit
Andres Rodriguez
1
-7
/
+3
2016-08-25
drm/amdkfd: Fix context save handler on ATC platforms
Jay Cornwall
1
-220
/
+218
2016-08-24
drm/amdkfd: Implement image tiling mode support
Yong Zhao
1
-1
/
+44
2016-08-24
drm/amdgpu: Implement get_tile_config() in amdgpu
Yong Zhao
2
-2
/
+55
2016-08-24
drm/amdkfd: Add kgd kfd interface get_tile_config()
Yong Zhao
1
-0
/
+13
2016-08-22
drm/amdkfd: use a high priority workqueue for IH work
Andres Rodriguez
3
-2
/
+4
2016-08-22
drm/amdkfd: wait only for IH work on IH exit
Andres Rodriguez
1
-2
/
+2
2016-08-19
drm/amdkfd: increase IH num entries to 8192
Andres Rodriguez
1
-1
/
+1
2016-08-19
drm/amdkfd: use standard kernel kfifo for IH
Andres Rodriguez
2
-56
/
+30
2016-08-15
drm/amdgpu: Change GART offset to 64-bit
Felix Kuehling
2
-4
/
+4
2016-08-11
drm/amdkfd: Adjust kernel managed memory allocation method
Yong Zhao
1
-71
/
+71
2016-08-11
drm/amdkfd: Reorganize functions involving process exit
Yong Zhao
1
-24
/
+40
2016-08-11
drm/amdkfd: Fix a memory leak when idr_alloc fails
Yong Zhao
1
-0
/
+3
2016-08-10
drm/amdgpu: Support PT update via CPU
Harish Kasiviswanathan
1
-10
/
+92
2016-08-10
drm/amdgpu: Support PD/PT BO clear via CPU
Harish Kasiviswanathan
1
-3
/
+17
2016-08-10
drm/amdgpu: Support PD table update via CPU
Harish Kasiviswanathan
1
-29
/
+96
2016-08-10
drm/amdgpu: Use CPU VM update only if large BAR
Harish Kasiviswanathan
3
-3
/
+18
2016-08-10
drm/amdgpu: Add amdgpu_sync_wait
Harish Kasiviswanathan
2
-0
/
+20
2016-08-08
Revert "drm/amdgpu/gfx8: Enable GFX PG on CZ"
Kent Russell
1
-8
/
+0
2016-08-07
drm/amdkfd: Add Polaris10/11 support
Amber Lin
8
-6
/
+57
2016-08-07
drm/amdgpu: Polaris10/11 support in KFD interface
Amber Lin
3
-1
/
+8
2016-08-05
drm/ttm: Wait for a BO to become idle before unbinding it from GTT
Michel Dänzer
5
-8
/
+17
2016-08-04
drm/amdkfd: Report legacy doorbell type for Tonga
Jay Cornwall
1
-1
/
+1
2016-08-04
drm/amdkfd: Simplify kfd_map_memory_to_gpu function
Yong Zhao
3
-8
/
+7
2016-08-04
drm/amdkfd: Simplify the KFD signal_page structure
Yong Zhao
1
-8
/
+6
2016-08-02
drm/amdkfd: Use ref count to prevent kfd_process destruction
Felix Kuehling
6
-24
/
+40
2016-08-02
drm/amdkfd: Don't dereference kfd_process.mm
Felix Kuehling
4
-13
/
+30
[prev]
[next]