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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-21
drm/i915: Large page offsets for pread/pwrite
Chris Wilson
1
-10
/
+2
2018-10-04
drm/i915: Remove vma from object on destroy, not close
Chris Wilson
1
-1
/
+2
2018-09-26
drm/i915: Apply the GTT write flush for all !llc machines
Chris Wilson
1
-2
/
+2
2018-06-05
drm/i915: Always sanity check engine state upon idling
Chris Wilson
1
-19
/
+8
2017-12-29
drm/i915: Flush pending GTT writes before unbinding
Chris Wilson
1
-8
/
+1
2017-10-30
drm/i915: Hold rcu_read_lock when iterating over the radixtree (objects)
Chris Wilson
1
-0
/
+2
2017-10-18
drm/i915: Report -EFAULT before pwrite fast path into shmemfs
Chris Wilson
1
-0
/
+3
2017-10-09
drm/i915: Order two completing nop_submit_request
Chris Wilson
1
-1
/
+6
2017-09-14
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
1
-1
/
+1
2017-09-08
Merge tag 'drm-intel-next-fixes-2017-09-07' of git://anongit.freedesktop.org/...
Linus Torvalds
1
-9
/
+19
2017-09-07
drm/i915: wire up shrinkctl->nr_scanned
Chris Wilson
1
-2
/
+2
2017-09-05
drm/i915: Add __rcu to radix tree slot pointer
Ville Syrjälä
1
-1
/
+1
2017-08-30
drm/i915: Ignore duplicate VMA stored within the per-object handle LUT
Chris Wilson
1
-1
/
+7
2017-08-30
drm/i915: Always wake the device to flush the GTT
Chris Wilson
1
-6
/
+5
2017-08-30
drm/i915: Recreate vmapping even when the object is pinned
Chris Wilson
1
-1
/
+6
2017-08-18
drm/i915: Replace execbuf vma ht with an idr
Chris Wilson
1
-15
/
+31
2017-08-15
drm/i915: Handle full s64 precision for wait-ioctl
Chris Wilson
1
-1
/
+5
2017-08-15
drm/i915: Split obj->cache_coherent to track r/w
Chris Wilson
1
-12
/
+13
2017-07-27
drm/i915: Call the unlocked version of i915_gem_object_get_pages()
Chris Wilson
1
-1
/
+1
2017-07-27
drm/i915: Move i915_gem_object_phys_attach()
Chris Wilson
1
-60
/
+58
2017-07-27
drm/i915: Make i915_gem_object_phys_attach() use obj->mm.lock more appropriately
Chris Wilson
1
-15
/
+35
2017-07-27
drm/i915: Don't touch fence->error when resetting an innocent request
Chris Wilson
1
-19
/
+34
2017-07-27
drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updates
Chris Wilson
1
-14
/
+18
2017-07-27
drm/i915: Clear engine irq posted following a reset
Chris Wilson
1
-0
/
+2
2017-07-27
drm/i915: Assert that machine is wedged for nop_submit_request
Chris Wilson
1
-0
/
+1
2017-07-27
drm/i915: Wake up waiters after setting the WEDGED bit
Chris Wilson
1
-1
/
+3
2017-07-27
drm/i915: Clear execlist port[] before updating seqno on wedging
Chris Wilson
1
-7
/
+7
2017-07-27
Merge airlied/drm-next into drm-intel-next-queued
Daniel Vetter
1
-1
/
+2
2017-07-20
drm/i915: Remove intel_flip_work infrastructure
Daniel Vetter
1
-2
/
+0
2017-07-20
Merge tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-86
/
+79
2017-07-13
drm/i915: use __GFP_RETRY_MAYFAIL
Michal Hocko
1
-1
/
+2
2017-06-28
drm/i915: Avoid keeping waitboost active for signaling threads
Chris Wilson
1
-24
/
+1
2017-06-28
drm/i915: Drop flushing of the object free list/worker from i915_gem_suspend
Chris Wilson
1
-2
/
+0
2017-06-23
drm/i915: Break modeset deadlocks on reset
Chris Wilson
1
-14
/
+4
2017-06-21
drm/i915: Cancel pending execlist tasklet upon wedging
Chris Wilson
1
-0
/
+7
2017-06-20
drm/i915: Add support for per engine reset recovery
Michel Thierry
1
-36
/
+57
2017-06-20
drm/i915: Look for active requests earlier in the reset path
Michel Thierry
1
-7
/
+8
2017-06-20
drm/i915: Group all the global context information together
Chris Wilson
1
-7
/
+6
2017-06-16
drm/i915: Async GPU relocation processing
Chris Wilson
1
-1
/
+0
2017-06-16
drm/i915: Wait upon userptr get-user-pages within execbuffer
Chris Wilson
1
-1
/
+3
2017-06-16
drm/i915: Store a direct lookup from object handle to vma
Chris Wilson
1
-1
/
+4
2017-06-16
drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirty
Chris Wilson
1
-7
/
+7
2017-06-16
drm/i915: Mark CPU cache as dirty on every transition for CPU writes
Chris Wilson
1
-30
/
+46
2017-06-14
drm/i915: Only restrict noreclaim in the early shrink passes
Chris Wilson
1
-2
/
+1
2017-06-14
drm/i915: Remove __GFP_NORETRY from our buffer allocator
Chris Wilson
1
-1
/
+14
2017-06-14
drm/i915: Encourage our shrinker more when our shmemfs allocations fails
Chris Wilson
1
-21
/
+29
2017-06-02
drm/i915: return the correct usable aperture size under gvt environment
Weinan Li
1
-2
/
+2
2017-05-30
drm/i915: Short-circuit i915_gem_wait_for_idle() if already idle
Chris Wilson
1
-0
/
+4
2017-05-30
Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-96
/
+168
2017-05-25
drm/i915: Consolidate #ifdef CONFIG_INTEL_IOMMU
Chris Wilson
1
-3
/
+1
[next]