index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-16
drm/amdkfd: Call kfd2kgd.set_compute_idle
Felix Kuehling
1
-2
/
+5
2018-07-16
drm/amdgpu: Add kfd2kgd.set_compute_idle interface
Felix Kuehling
6
-3
/
+20
2018-07-14
drm/amdkfd: Add CU-masking ioctl to KFD
Felix Kuehling
9
-1
/
+219
2018-07-13
drm/amdkfd: Enable Raven for KFD
Yong Zhao
1
-0
/
+16
2018-07-13
drm/amdkfd: Optimize out some duplicated code in kfd_signal_iommu_event()
Yong Zhao
1
-15
/
+11
2018-07-13
drm/amdkfd: Workaround to accommodate Raven too many PPR issue
Yong Zhao
1
-5
/
+16
2018-07-13
drm/amdkfd: Avoid flooding dmesg on Raven due to IOMMU issues
Yong Zhao
1
-1
/
+1
2018-07-13
drm/amdkfd: Make SDMA engine number an ASIC-dependent variable
Yong Zhao
5
-15
/
+36
2018-07-13
drm/amdkfd: Consolidate duplicate memory banks info in topology
Yong Zhao
1
-11
/
+46
2018-07-11
drm/amdkfd: Clean up reference of radeon
Yong Zhao
5
-6
/
+41
2018-07-11
drm/amdkfd: Replace mqd with mqd_mgr as the variable name for mqd_manager
Yong Zhao
5
-66
/
+68
2018-07-11
drm/amdkfd: Use module parameters noretry as the internal variable name
Yong Zhao
3
-8
/
+10
2018-07-11
drm/amdkfd: Introduce KFD module parameter halt_if_hws_hang
Yong Zhao
3
-0
/
+16
2018-07-11
drm/amdkfd: Add debugfs interface to trigger HWS hang
Shaoyun Liu
5
-0
/
+113
2018-07-11
drm/amdgpu: Avoid destroy hqd when GPU is on reset
Shaoyun Liu
3
-0
/
+9
2018-07-11
drm/amdgpu: Avoid invalidate tlbs when gpu is on reset
Shaoyun Liu
3
-0
/
+9
2018-07-11
drm/amdkfd: Fix kernel queue 64 bit doorbell offset calculation
Shaoyun Liu
1
-4
/
+5
2018-07-11
drm/amdgpu: Check NULL pointer for job before reset job's ring
Shaoyun Liu
1
-1
/
+1
2018-07-11
drm/amdgpu: Don't use shadow BO for compute context
Shaoyun Liu
1
-5
/
+8
2018-07-11
drm/amdkfd: Implement hang detection in KFD and call amdgpu
Shaoyun Liu
2
-1
/
+24
2018-07-11
drm/amdgpu: Enable the gpu reset from KFD
Shaoyun Liu
5
-2
/
+14
2018-07-11
drm/amdkfd: Implement GPU reset handlers in KFD
Shaoyun Liu
5
-3
/
+75
2018-07-11
drm/amdgpu: Call KFD reset handlers during GPU reset
Shaoyun Liu
3
-0
/
+29
2018-07-11
drm/amdkfd: Add gpu reset interface and place holder
Shaoyun Liu
3
-0
/
+16
2018-07-11
drm/amd: Add gpu reset interfaces between amdgpu and amdkfd
Shaoyun Liu
1
-0
/
+10
2018-07-11
drm/amdkfd: fix zero reading of VMID and PASID for Hawaii
Lan Xiao
7
-10
/
+77
2018-07-11
drm/amdkfd: Handle VM faults in KFD
shaoyunl
6
-6
/
+97
2018-07-11
drm/amdgpu: save vm fault information for amdkfd
shaoyunl
8
-2
/
+105
2018-07-11
drm/amdkfd: send SIGSEGV to process upon KFD_EVENT_TYPE_MEMORY
Moses Reuben
1
-0
/
+7
2018-07-11
drm/amdkfd: Fix error codes in kfd_get_process
Wei Lu
1
-0
/
+2
2018-07-11
drm/amdkfd: Fix race between scheduler and context restore
Jay Cornwall
3
-230
/
+262
2018-07-11
drm/amdkfd: Stop using GFP_NOIO explicitly
Felix Kuehling
4
-6
/
+6
2018-07-11
drm/amdkfd: Reliably prevent reclaim-FS while holding DQM lock
Felix Kuehling
2
-43
/
+62
2018-07-11
drm/admkfd use modern ktime accessors
Arnd Bergmann
1
-6
/
+2
2018-07-27
Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
56
-282
/
+1912
2018-07-27
Merge tag 'exynos-drm-next-for-v4.19' of git://git.kernel.org/pub/scm/linux/k...
Dave Airlie
24
-548
/
+324
2018-07-27
Merge branch 'for-upstream/malidp-fixes' of git://linux-arm.org/linux-ld into...
Dave Airlie
2
-1
/
+11
2018-07-27
Merge tag 'imx-drm-next-2018-07-20' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
6
-19
/
+53
2018-07-25
gpu: drm: amdgpu: Replace mdelay with msleep in cik_pcie_gen3_enable()
Jia-Ju Bai
1
-1
/
+1
2018-07-25
drm/amdgpu/gmc9: clarify GPUVM fault error message
Alex Deucher
1
-1
/
+1
2018-07-25
drm/scheduler: remove sched field from the entity
Nayan Deshmukh
5
-17
/
+16
2018-07-25
drm/scheduler: modify API to avoid redundancy
Nayan Deshmukh
12
-35
/
+27
2018-07-25
drm/amdgpu: reduce the number of placements for a BO
Christian König
2
-1
/
+4
2018-07-25
drm/amdgpu: consistenly name amdgpu_bo_ functions
Christian König
10
-38
/
+39
2018-07-25
drm/amdgpu: expose only the first UVD instance for now
Christian König
2
-15
/
+7
2018-07-25
drm/amdgpu: clean up coding style a bit
Christian König
1
-10
/
+10
2018-07-24
drm/amd/display: DC 3.1.58
Harry Wentland
1
-1
/
+1
2018-07-24
drm/amd/display: separate dc_debug into dc_debug_options and dc_debug data
Jun Lei
6
-15
/
+18
2018-07-24
drm/amd/display: Decouple aux from i2c
Bhawanpreet Lakha
14
-14
/
+1549
2018-07-24
drm/amd/display: DPP CM ICSC AYCRCB8888 format support
vikrant mhaske
2
-1
/
+5
[next]