| Commit message (Expand) | Author | Age |
* | mm: treewide: remove GFP_TEMPORARY allocation flag | Michal Hocko | 2017-09-13 |
* | drm/i915: Annotate user relocs with __user | Ville Syrjälä | 2017-09-06 |
* | drm/i915: Silence sparse by using gfp_t | Chris Wilson | 2017-09-05 |
* | drm/i915: Ignore duplicate VMA stored within the per-object handle LUT | Chris Wilson | 2017-08-30 |
* | drm/i915: Recreate vmapping even when the object is pinned | Chris Wilson | 2017-08-30 |
* | i915: Use drm_syncobj_fence_get | Jason Ekstrand | 2017-08-29 |
* | drm/i915: Trivial grammar fix s/opt of/opt out of/ in comment | Chris Wilson | 2017-08-18 |
* | drm/i915: Replace execbuf vma ht with an idr | Chris Wilson | 2017-08-18 |
* | drm/i915: Simplify eb_lookup_vmas() | Chris Wilson | 2017-08-18 |
* | drm/i915: Convert execbuf to use struct-of-array packing for critical fields | Chris Wilson | 2017-08-18 |
* | drm/i915: Check context status before looking up our obj/vma | Chris Wilson | 2017-08-18 |
* | drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcs | Chris Wilson | 2017-08-18 |
* | drm/i915: Add support for drm syncobjs | Jason Ekstrand | 2017-08-15 |
* | drm/i915: Split obj->cache_coherent to track r/w | Chris Wilson | 2017-08-15 |
* | drm/i915: Force CPU synchronisation even if userspace requests ASYNC | Chris Wilson | 2017-07-27 |
* | drm/i915: Only skip updating execobject.offset after error | Chris Wilson | 2017-07-27 |
* | drm/i915: Only mark the execobject as pinned on success | Chris Wilson | 2017-07-27 |
* | drm/i915: Fix user ptr check size in eb_relocate_vma() | Imre Deak | 2017-07-17 |
* | drm/i915: Avoid undefined behaviour of "u32 >> 32" | Chris Wilson | 2017-06-29 |
* | drm/i915: Clear execbuf's vma backpointer upon release | Chris Wilson | 2017-06-22 |
* | drm/i915: Pass the right flags to i915_vma_move_to_active() | Chris Wilson | 2017-06-20 |
* | drm/i915: Enable rcu-only context lookups | Chris Wilson | 2017-06-20 |
* | drm/i915: Stash a pointer to the obj's resv in the vma | Chris Wilson | 2017-06-16 |
* | drm/i915: Async GPU relocation processing | Chris Wilson | 2017-06-16 |
* | drm/i915: Allow execbuffer to use the first object as the batch | Chris Wilson | 2017-06-16 |
* | drm/i915: Wait upon userptr get-user-pages within execbuffer | Chris Wilson | 2017-06-16 |
* | drm/i915: First try the previous execbuffer location | Chris Wilson | 2017-06-16 |
* | drm/i915: Store a persistent reference for an object in the execbuffer cache | Chris Wilson | 2017-06-16 |
* | drm/i915: Eliminate lots of iterations over the execobjects array | Chris Wilson | 2017-06-16 |
* | drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocations | Chris Wilson | 2017-06-16 |
* | drm/i915: Pass vma to relocate entry | Chris Wilson | 2017-06-16 |
* | drm/i915: Store a direct lookup from object handle to vma | Chris Wilson | 2017-06-16 |
* | drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirty | Chris Wilson | 2017-06-16 |
* | drm/i915: Mark CPU cache as dirty on every transition for CPU writes | Chris Wilson | 2017-06-16 |
* | drm/i915: Split vma exec_link/evict_link | Chris Wilson | 2017-06-15 |
* | drm/i915: Use vma->exec_entry as our double-entry placeholder | Chris Wilson | 2017-06-15 |
* | drm/i915: Amalgamate execbuffer parameter structures | Chris Wilson | 2017-06-15 |
* | Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr... | Dave Airlie | 2017-05-30 |
|\ |
|
| * | drm/i915: Copy user requested buffers into the error state | Chris Wilson | 2017-04-15 |
* | | drm: drop drm_[cm]alloc* helpers | Michal Hocko | 2017-05-18 |
|/ |
|
* | drm/i915: Align "unfenced" tiled access on gen2, early gen3 | Chris Wilson | 2017-03-27 |
* | drm/i915: Drop spinlocks around adding to the client request list | Chris Wilson | 2017-03-02 |
* | drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters. | Kenneth Graunke | 2017-02-24 |
* | drm/i915: Perform object clflushing asynchronously | Chris Wilson | 2017-02-22 |
* | drm/i915: Remove change_domain tracepoint | Chris Wilson | 2017-02-22 |
* | drm/i915/tracepoints: Adjust i915_gem_ring_dispatch | Tvrtko Ursulin | 2017-02-21 |
* | drm/i915: Use reservation_object_lock() | Chris Wilson | 2017-02-21 |
* | drm/i915: Emit to ringbuffer directly | Tvrtko Ursulin | 2017-02-14 |
* | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued | Daniel Vetter | 2017-02-10 |
|\ |
|
| * | drm: Improve drm_mm search (and fix topdown allocation) with rbtrees | Chris Wilson | 2017-02-03 |