index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
Age
Commit message (
Expand
)
Author
2016-08-18
drm/i915: Move map-and-fenceable tracking to the VMA
Chris Wilson
2016-08-18
drm/i915: Tidy up flush cpu/gtt write domains
Chris Wilson
2016-08-18
drm/i915: Pin the pages first in shmem prepare read/write
Chris Wilson
2016-08-18
drm/i915: Wait for writes through the GTT to land before reading back
Chris Wilson
2016-08-18
drm/i915: Before accessing an object via the cpu, flush GTT writes
Chris Wilson
2016-08-18
drm/i915: Extract i915_gem_obj_prepare_shmem_write()
Chris Wilson
2016-08-18
drm/i915: Fallback to single page pwrite/pread if unable to release fence
Chris Wilson
2016-08-18
drm/i915: Mark up the GTT flush following WC writes as ORIGIN_CPU
Chris Wilson
2016-08-18
drm/i915: Use ORIGIN_CPU for fb invalidation from pwrite
Chris Wilson
2016-08-18
drm/i915: vfree() no longer ignores the low bits of the address
Chris Wilson
2016-08-16
drm/i915: Embrace the race in busy-ioctl
Chris Wilson
2016-08-15
drm/i915: Introduce i915_ggtt_offset()
Chris Wilson
2016-08-15
drm/i915: Track pinned VMA
Chris Wilson
2016-08-15
drm/i915: Always set the vma->pages
Chris Wilson
2016-08-15
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
2016-08-15
Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-08-14
drm/i915: Unbind closed vma for i915_gem_object_unbind()
Chris Wilson
2016-08-14
drm/i915: Initialize return value for empty i915_gem_object_unbind()
Chris Wilson
2016-08-12
drm/i915: Support for creating write combined type vmaps
Chris Wilson
2016-08-11
drm/i915: Add missing rpm wakelock to GGTT pread
Chris Wilson
2016-08-11
drm/i915: Handle ENOSPC after failing to insert a mappable node
Chris Wilson
2016-08-10
drm/i915: Flush GT idle status upon reset
Chris Wilson
2016-08-10
drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
Chris Wilson
2016-08-10
drm/i915: Always mark the writer as also a read for busy ioctl
Chris Wilson
2016-08-09
drm/i915: Add smp_rmb() to busy ioctl's RCU dance
Chris Wilson
2016-08-09
drm/i915: Don't check for idleness before retiring after a GPU hang
Chris Wilson
2016-08-05
drm/i915: Repack fence tiling mode and stride into a single integer
Chris Wilson
2016-08-05
drm/i915: Remove pinned check from madvise ioctl
Chris Wilson
2016-08-05
drm/i915: Reduce locking inside swfinish ioctl
Chris Wilson
2016-08-05
drm/i915: Remove (struct_mutex) locking for busy-ioctl
Chris Wilson
2016-08-05
drm/i915: Remove (struct_mutex) locking for wait-ioctl
Chris Wilson
2016-08-05
drm/i915: Do a nonblocking wait first in pread/pwrite
Chris Wilson
2016-08-05
drm/i915: Tidy generation of the GTT mmap offset
Chris Wilson
2016-08-05
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
2016-08-05
drm/i915: Remove forced stop ring on suspend/unload
Chris Wilson
2016-08-05
drm/i915: Convert non-blocking waits for requests over to using RCU
Chris Wilson
2016-08-04
drm/i915: Enable lockless lookup of request tracking via RCU
Chris Wilson
2016-08-04
drm/i915: Move i915_gem_object_wait_rendering()
Chris Wilson
2016-08-04
drm/i915: Move obj->active:5 to obj->flags
Chris Wilson
2016-08-04
drm/i915: Use atomics to manipulate obj->frontbuffer_bits
Chris Wilson
2016-08-04
drm/i915: Make fb_tracking.lock a spinlock
Chris Wilson
2016-08-04
drm/i915: Separate intel_frontbuffer into its own header
Chris Wilson
2016-08-04
drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
Chris Wilson
2016-08-04
drm/i915: Make i915_vma_pin() small and inline
Chris Wilson
2016-08-04
drm/i915: Combine all i915_vma bitfields into a single set of flags
Chris Wilson
2016-08-04
drm/i915: Start passing around i915_vma from execbuffer
Chris Wilson
2016-08-04
drm/i915: Wrap vma->pin_count accessors with small inline helpers
Chris Wilson
2016-08-04
drm/i915: Record allocated vma size
Chris Wilson
2016-08-04
drm/i915: Update i915_gem_get_ggtt_size/_alignment to use drm_i915_private
Chris Wilson
2016-08-04
drm/i915: Update the GGTT size/alignment query functions
Chris Wilson
[prev]
[next]