index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-21
drm/arm: hdlcd: Use CMA helper for plane buffer address calculation
Liviu Dudau
1
-8
/
+1
2017-06-21
drm/arm: hdlcd: Set the CRTC's port before binding the encoder.
Liviu Dudau
1
-0
/
+9
2017-06-21
drm/i915: remove rate_to_index, messed up merge.
Dave Airlie
1
-11
/
+0
2017-06-19
drm/msm: Fix potential buffer overflow issue
Kasin Li
1
-3
/
+6
2017-06-19
drm/amdgpu: Optimize mutex usage (v4)
Alex Xie
2
-12
/
+30
2017-06-19
drm/amdgpu: Optimization of AMDGPU_BO_LIST_OP_CREATE (v2)
Alex Xie
1
-23
/
+30
2017-06-19
drm/i915: Update DRIVER_DATE to 20170619
Daniel Vetter
1
-2
/
+2
2017-06-17
bus: SIMPLE_PM_BUS does not depend on ARCH_RENESAS
Rob Clark
1
-1
/
+0
2017-06-17
drm/msm: Separate locking of buffer resources from struct_mutex
Sushmita Susheelendra
17
-144
/
+238
2017-06-17
drm/nouveau/disp/nv50-: avoid creating ORs that aren't present on HW
Ben Skeggs
14
-10
/
+39
2017-06-16
drm/i915/cfl: Introduce Coffee Lake workarounds.
Rodrigo Vivi
2
-23
/
+60
2017-06-16
amdgpu: use drm sync objects for shared semaphores (v6)
Dave Airlie
4
-2
/
+97
2017-06-16
amdgpu/cs: split out fence dependency checking (v2)
Dave Airlie
1
-42
/
+51
2017-06-16
drm/amdgpu: don't check the default value for vm size
Alex Deucher
1
-0
/
+4
2017-06-16
drm/i915: Store 9 bits of PCI Device ID for platforms with a LP PCH
Dhinakaran Pandiyan
1
-2
/
+11
2017-06-16
drm/i915: Stash a pointer to the obj's resv in the vma
Chris Wilson
3
-14
/
+15
2017-06-16
drm/i915: Async GPU relocation processing
Chris Wilson
2
-8
/
+220
2017-06-16
drm/i915: Allow execbuffer to use the first object as the batch
Chris Wilson
3
-3
/
+22
2017-06-16
drm/i915: Wait upon userptr get-user-pages within execbuffer
Chris Wilson
5
-5
/
+31
2017-06-16
drm/i915: First try the previous execbuffer location
Chris Wilson
3
-4
/
+15
2017-06-16
drm/i915: Store a persistent reference for an object in the execbuffer cache
Chris Wilson
3
-10
/
+28
2017-06-16
drm/i915: Eliminate lots of iterations over the execobjects array
Chris Wilson
7
-916
/
+1239
2017-06-16
drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocations
Chris Wilson
1
-0
/
+10
2017-06-16
drm/i915: Pass vma to relocate entry
Chris Wilson
1
-60
/
+42
2017-06-16
drm/i915: Store a direct lookup from object handle to vma
Chris Wilson
11
-112
/
+322
2017-06-16
drm/i915: Fix retrieval of hangcheck stats
Chris Wilson
1
-3
/
+0
2017-06-16
drm/msm/hdmi: Fix HDMI pink strip issue seen on 8x96
Archit Taneja
1
-3
/
+67
2017-06-16
drm/msm/hdmi: 8996 PLL: Populate unprepare
Archit Taneja
1
-0
/
+5
2017-06-16
drm/msm/hdmi: Use bitwise operators when building register values
Liviu Dudau
1
-3
/
+3
2017-06-16
drm/msm: update generated headers
Rob Clark
15
-337
/
+2059
2017-06-16
drm/msm: remove address-space id
Rob Clark
8
-46
/
+0
2017-06-16
drm/msm: support for an arbitrary number of address spaces
Rob Clark
2
-43
/
+99
2017-06-16
drm/msm: refactor how we handle vram carveout buffers
Rob Clark
1
-21
/
+27
2017-06-16
drm/msm: pass address-space to _get_iova() and friends
Rob Clark
17
-58
/
+78
2017-06-16
drm/msm/mdp4+5: move aspace/id to base class
Rob Clark
11
-40
/
+56
2017-06-16
drm/msm/mdp5: kill pipe_lock
Rob Clark
1
-10
/
+0
2017-06-16
drm/msm: fix locking inconsistency for gpu->hw_init()
Rob Clark
6
-16
/
+17
2017-06-16
drm/msm: Remove memptrs->wptr
Jordan Crouse
2
-4
/
+0
2017-06-16
drm/msm: Add a struct to pass configuration to msm_gpu_init()
Jordan Crouse
3
-10
/
+26
2017-06-16
drm/msm: Add hint to DRM_IOCTL_MSM_GEM_INFO to return an object IOVA
Jordan Crouse
2
-4
/
+27
2017-06-16
drm/msm: Remove idle function hook
Jordan Crouse
6
-11
/
+10
2017-06-16
drm/msm: Remove DRM_MSM_NUM_IOCTLS
Jordan Crouse
2
-2
/
+1
2017-06-16
drm/msm: gpu: Enable zap shader for A5XX
Jordan Crouse
5
-2
/
+183
2017-06-16
drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirty
Chris Wilson
8
-12
/
+17
2017-06-16
drm/i915: Mark CPU cache as dirty on every transition for CPU writes
Chris Wilson
6
-56
/
+67
2017-06-16
drm/i915: Make i915_vma_destroy() static
Chris Wilson
2
-2
/
+1
2017-06-16
drm/i915: Actually attach the tv_format property to the SDVO connector
Ville Syrjälä
1
-1
/
+2
2017-06-16
drm/arm: mali-dp: Use CMA helper for plane buffer address calculation
Liviu Dudau
1
-7
/
+5
2017-06-16
drm/mali-dp: Check PM status when sharing interrupt lines
Liviu Dudau
1
-3
/
+16
2017-06-16
drm/arm: malidp: Use crtc->mode_valid() callback
Jose Abreu
1
-6
/
+5
[next]