index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
range.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-15
drm/amdkfd: Remove limit on number of GPUs
Felix Kuehling
3
-15
/
+128
2018-03-15
drm/amdkfd: Populate DRM render device minor
Oak Zeng
2
-0
/
+5
2018-03-15
drm/amdkfd: Create KFD VMs on demand
Felix Kuehling
2
-10
/
+53
2018-03-15
drm/amdgpu: Add kfd2kgd interface to acquire an existing VM
Felix Kuehling
6
-55
/
+124
2018-03-15
drm/amdgpu: Add helper to turn an existing VM into a compute VM
Felix Kuehling
2
-0
/
+68
2018-03-15
drm/amdgpu: Fix initial validation of PD BO for KFD VMs
Felix Kuehling
1
-1
/
+22
2018-03-15
drm/amdgpu: Move KFD-specific fields into struct amdgpu_vm
Felix Kuehling
3
-68
/
+50
2018-03-15
drm/amdkfd: fix uninitialized variable use
Arnd Bergmann
1
-1
/
+1
2018-03-15
drm/amdkfd: add missing include of mm.h
Oded Gabbay
1
-0
/
+1
2018-03-23
drm/amd/pp: clean header file hwmgr.h
Rex Zhu
2
-9
/
+9
2018-03-23
drm/amd/pp: use mlck_table.count for array loop index limit
Colin Ian King
1
-10
/
+11
2018-03-23
drm/amdgpu: Add an ATPX quirk for hybrid laptop
Alex Deucher
1
-0
/
+1
2018-03-22
drm/amdgpu: fix spelling mistake: "asssert" -> "assert"
Colin Ian King
1
-1
/
+1
2018-03-22
drm/amd/pp: Add new asic support in pp_psm.c
Rex Zhu
6
-453
/
+239
2018-03-22
drm/amd/pp: Clean up powerplay code on Vega12
Rex Zhu
2
-513
/
+1
2018-03-22
drm/amd/pp: Add smu irq handlers for legacy asics
Rex Zhu
1
-0
/
+27
2018-03-22
drm/amd/pp: Fix set wrong temperature range on smu7
Rex Zhu
1
-1
/
+1
2018-03-22
drm/amdgpu: Don't change preferred domian when fallback GTT v5
Chunming Zhou
2
-17
/
+17
2018-03-22
drm/vmwgfx: Bump version patchlevel and date
Thomas Hellstrom
1
-2
/
+2
2018-03-22
drm/vmwgfx: use monotonic event timestamps
Arnd Bergmann
1
-4
/
+5
2018-03-22
drm/vmwgfx: Unpin the screen object backup buffer when not used
Thomas Hellstrom
1
-8
/
+21
2018-03-22
drm/vmwgfx: Stricter count of legacy surface device resources
Thomas Hellstrom
1
-5
/
+3
2018-03-22
drm/vmwgfx: Use kasprintf
Himanshu Jha
1
-10
/
+3
2018-03-22
drm/vmwgfx: Get rid of the device-private suspended member
Thomas Hellstrom
3
-5
/
+1
2018-03-22
drm/vmwgfx: Improve on hibernation
Thomas Hellstrom
4
-33
/
+130
2018-03-22
drm/vmwgfx: Avoid pinning fbdev framebuffers
Thomas Hellstrom
5
-49
/
+98
2018-03-22
drm/vmwgfx: Fix multiple command buffer context use
Thomas Hellstrom
3
-33
/
+38
2018-03-22
drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blits
Thomas Hellstrom
6
-91
/
+97
2018-03-22
drm/vmwgfx: Add a cpu blit utility that can be used for page-backed bos
Thomas Hellstrom
3
-1
/
+555
2018-03-22
drm/ttm: Export the ttm_k[un]map_atomic_prot API.
Thomas Hellstrom
2
-5
/
+30
2018-03-22
drm/ttm: Clean up kmap_atomic_prot selection code
Thomas Hellstrom
1
-33
/
+31
2018-03-22
drm/etnaviv: bump HW job limit to 4
Lucas Stach
1
-1
/
+1
2018-03-22
drm/vmwgfx: Cursor update fixes
Thomas Hellstrom
1
-2
/
+13
2018-03-22
drm/vmwgfx: Send the correct nonblock option for atomic_commit
Deepak Rawat
1
-26
/
+1
2018-03-22
drm/vmwgfx: Move the stdu vblank event to atomic function
Deepak Rawat
1
-64
/
+77
2018-03-22
drm/vmwgfx: Move screen object page flip to atomic function
Deepak Rawat
1
-50
/
+64
2018-03-22
drm/vmwgfx: Remove drm_crtc_arm_vblank_event from atomic flush
Deepak Rawat
1
-5
/
+1
2018-03-22
drm/vmwgfx: Move surface copy cmd to atomic function
Deepak Rawat
1
-25
/
+22
2018-03-22
drm/vmwgfx: Avoid iterating over display unit if crtc is available
Deepak Rawat
4
-26
/
+56
2018-03-21
drm/amdgpu: Fix NULL ptr on driver unload due to init failure.
Andrey Grodzovsky
1
-1
/
+0
2018-03-21
drm/amdgpu: fix "mitigate workaround for i915"
Christian König
1
-3
/
+5
2018-03-21
drm/amd/pp: Add smu irq handlers in sw_init instand of hw_init
Rex Zhu
2
-4
/
+2
2018-03-21
drm/amd/pp: Refine register_thermal_interrupt function
Rex Zhu
9
-16
/
+12
2018-03-21
drm/amdgpu: Remove wrapper layer of cgs irq handling
Rex Zhu
11
-364
/
+86
2018-03-21
drm/amd/powerplay: Return per DPM level clock
Kenneth Feng
2
-96
/
+276
2018-03-21
drm/amd/powerplay: Remove the SOC floor voltage setting
Kenneth Feng
1
-8
/
+0
2018-03-21
drm/amdgpu: no job timeout setting on compute queues
Evan Quan
1
-1
/
+3
2018-03-21
drm/amdgpu: add vega12 pci ids (v2)
Alex Deucher
1
-0
/
+6
2018-03-21
drm/amd/powerplay: add the hw manager for vega12 (v4)
Evan Quan
13
-2
/
+5254
2018-03-21
drm/amd/powerplay: add the smu manager for vega12 (v4)
Evan Quan
3
-1
/
+625
[next]