index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_execbuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-26
drm/i915: Do no use kfree() to free a kmem_cache_alloc() return value
Xidong Wang
1
-1
/
+1
2018-03-15
drm/i915: Clear the in-use marker on execbuf failure
Chris Wilson
1
-0
/
+2
2018-03-15
drm/i915: Fix rsvd2 mask when out-fence is returned
Daniele Ceraolo Spurio
1
-1
/
+1
2017-11-08
drm/i915: Reject unknown syncobj flags
Tvrtko Ursulin
1
-0
/
+8
2017-11-01
drm/i915: Check incoming alignment for unfenced buffers (on i915gm)
Chris Wilson
1
-0
/
+4
2017-09-14
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
1
-6
/
+6
2017-09-06
drm/i915: Annotate user relocs with __user
Ville Syrjälä
1
-1
/
+1
2017-09-05
drm/i915: Silence sparse by using gfp_t
Chris Wilson
1
-1
/
+1
2017-08-30
drm/i915: Ignore duplicate VMA stored within the per-object handle LUT
Chris Wilson
1
-0
/
+1
2017-08-30
drm/i915: Recreate vmapping even when the object is pinned
Chris Wilson
1
-1
/
+3
2017-08-28
i915: Use drm_syncobj_fence_get
Jason Ekstrand
1
-3
/
+1
2017-08-18
drm/i915: Trivial grammar fix s/opt of/opt out of/ in comment
Chris Wilson
1
-1
/
+1
2017-08-18
drm/i915: Replace execbuf vma ht with an idr
Chris Wilson
1
-55
/
+24
2017-08-18
drm/i915: Simplify eb_lookup_vmas()
Chris Wilson
1
-86
/
+36
2017-08-18
drm/i915: Convert execbuf to use struct-of-array packing for critical fields
Chris Wilson
1
-148
/
+153
2017-08-18
drm/i915: Check context status before looking up our obj/vma
Chris Wilson
1
-7
/
+6
2017-08-18
drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcs
Chris Wilson
1
-4
/
+4
2017-08-15
drm/i915: Add support for drm syncobjs
Jason Ekstrand
1
-5
/
+147
2017-08-15
drm/i915: Split obj->cache_coherent to track r/w
Chris Wilson
1
-1
/
+13
2017-07-27
drm/i915: Force CPU synchronisation even if userspace requests ASYNC
Chris Wilson
1
-4
/
+6
2017-07-27
drm/i915: Only skip updating execobject.offset after error
Chris Wilson
1
-3
/
+3
2017-07-27
drm/i915: Only mark the execobject as pinned on success
Chris Wilson
1
-3
/
+3
2017-07-17
drm/i915: Fix user ptr check size in eb_relocate_vma()
Imre Deak
1
-1
/
+1
2017-06-29
drm/i915: Avoid undefined behaviour of "u32 >> 32"
Chris Wilson
1
-14
/
+24
2017-06-22
drm/i915: Clear execbuf's vma backpointer upon release
Chris Wilson
1
-0
/
+1
2017-06-20
drm/i915: Pass the right flags to i915_vma_move_to_active()
Chris Wilson
1
-1
/
+1
2017-06-20
drm/i915: Enable rcu-only context lookups
Chris Wilson
1
-10
/
+11
2017-06-16
drm/i915: Stash a pointer to the obj's resv in the vma
Chris Wilson
1
-13
/
+12
2017-06-16
drm/i915: Async GPU relocation processing
Chris Wilson
1
-7
/
+220
2017-06-16
drm/i915: Allow execbuffer to use the first object as the batch
Chris Wilson
1
-1
/
+4
2017-06-16
drm/i915: Wait upon userptr get-user-pages within execbuffer
Chris Wilson
1
-0
/
+3
2017-06-16
drm/i915: First try the previous execbuffer location
Chris Wilson
1
-4
/
+8
2017-06-16
drm/i915: Store a persistent reference for an object in the execbuffer cache
Chris Wilson
1
-10
/
+25
2017-06-16
drm/i915: Eliminate lots of iterations over the execobjects array
Chris Wilson
1
-864
/
+1174
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
1
-104
/
+160
2017-06-16
drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirty
Chris Wilson
1
-1
/
+1
2017-06-16
drm/i915: Mark CPU cache as dirty on every transition for CPU writes
Chris Wilson
1
-14
/
+7
2017-06-15
drm/i915: Split vma exec_link/evict_link
Chris Wilson
1
-16
/
+16
2017-06-15
drm/i915: Use vma->exec_entry as our double-entry placeholder
Chris Wilson
1
-36
/
+41
2017-06-15
drm/i915: Amalgamate execbuffer parameter structures
Chris Wilson
1
-317
/
+232
2017-05-30
Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-0
/
+12
2017-05-18
drm: drop drm_[cm]alloc* helpers
Michal Hocko
1
-17
/
+17
2017-04-15
drm/i915: Copy user requested buffers into the error state
Chris Wilson
1
-0
/
+12
2017-03-27
drm/i915: Align "unfenced" tiled access on gen2, early gen3
Chris Wilson
1
-1
/
+3
2017-03-03
drm/i915: Drop spinlocks around adding to the client request list
Chris Wilson
1
-4
/
+10
2017-02-24
drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.
Kenneth Graunke
1
-48
/
+2
2017-02-22
drm/i915: Perform object clflushing asynchronously
Chris Wilson
1
-3
/
+6
2017-02-22
drm/i915: Remove change_domain tracepoint
Chris Wilson
1
-3
/
+0
[next]