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.13.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
/
gt
/
intel_context.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-03
drm/i915/gt: Split the breadcrumb spinlock between global and contexts
Chris Wilson
1
-1
/
+2
2020-12-03
drm/i915/gt: Protect context lifetime with RCU
Chris Wilson
1
-3
/
+9
2020-09-30
drm/i915: Fix uninitialised variable in intel_context_create_request.
Maarten Lankhorst
1
-0
/
+1
2020-09-07
drm/i915: Unlock the shared hwsp_gtt object after pinning
Thomas Hellström
1
-0
/
+9
2020-09-07
drm/i915: Use ww pinning for intel_context_create_request()
Maarten Lankhorst
1
-5
/
+15
2020-09-07
drm/i915: Dirty hack to fix selftests locking inversion
Maarten Lankhorst
1
-0
/
+12
2020-09-07
drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.
Maarten Lankhorst
1
-24
/
+41
2020-09-07
drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
Maarten Lankhorst
1
-91
/
+141
2020-07-08
drm/i915/gt: Pin the rings before marking active
Chris Wilson
1
-6
/
+6
2020-05-25
drm/i915/gt: Remove errant assertion in __intel_context_do_pin
Chris Wilson
1
-2
/
+0
2020-04-16
Merge drm/drm-next into drm-intel-next-queued
Joonas Lahtinen
1
-0
/
+2
2020-03-26
drm/i915: Use explicit flag to mark unreachable intel_context
Chris Wilson
1
-0
/
+2
2020-03-23
drm/i915/gt: Only delay the context barrier pm
Chris Wilson
1
-1
/
+1
2020-03-23
drm/i915/gt: Delay release of engine-pm after last retirement
Chris Wilson
1
-1
/
+1
2020-03-22
drm/i915/gt: Use the correct err_unlock unwind path for a closed context
Chris Wilson
1
-1
/
+1
2020-03-20
drm/i915/gt: Report context-is-closed prior to pinning
Chris Wilson
1
-2
/
+5
2020-03-20
drm/i915: Use explicit flag to mark unreachable intel_context
Chris Wilson
1
-0
/
+2
2020-03-03
drm/i915/gt: Prevent allocation on a banned context
Chris Wilson
1
-0
/
+5
2020-02-16
drm/i915: Track hw reported context runtime
Tvrtko Ursulin
1
-1
/
+5
2020-02-12
drm/i915/gt: Expand bad CS completion event debug
Chris Wilson
1
-1
/
+2
2020-01-28
drm/i915/gt: Acquire ce->active before ce->pin_count/ce->pin_mutex
Chris Wilson
1
-21
/
+25
2020-01-10
drm/i915/gt: Mark ring->vma as active while pinned
Chris Wilson
1
-3
/
+28
2020-01-10
drm/i915/gt: Mark context->state vma as active while pinned
Chris Wilson
1
-0
/
+9
2020-01-09
drm/i915/gt: runtime-pm is no longer required for ce->ops->pin()
Chris Wilson
1
-4
/
+1
2020-01-09
drm/i915/gt: Pull context activation into central intel_context_pin()
Chris Wilson
1
-31
/
+36
2020-01-09
drm/i915/gt: Push context state allocation earlier
Chris Wilson
1
-8
/
+26
2020-01-06
drm/i915/gt: Drop mutex serialisation between context pin/unpin
Chris Wilson
1
-13
/
+11
2020-01-06
drm/i915/gt: Convert the final GEM_TRACE to GT_TRACE and co
Chris Wilson
1
-0
/
+2
2019-12-21
drm/i915: Remove i915->kernel_context
Chris Wilson
1
-25
/
+7
2019-12-20
drm/i915: Push the use-semaphore marker onto the intel_context
Chris Wilson
1
-0
/
+3
2019-12-20
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
1
-1
/
+1
2019-12-13
drm/i915: Introduce new macros for tracing
Venkata Sandeep Dhanalakota
1
-7
/
+4
2019-12-05
drm/i915: Try hard to bind the context
Chris Wilson
1
-5
/
+2
2019-12-03
drm/i915/gt: Track the context validity explicitly
Chris Wilson
1
-0
/
+1
2019-11-27
drm/i915: Serialise i915_active_fence_set() with itself
Chris Wilson
1
-19
/
+0
2019-11-26
drm/i915: Reduce nested prepare_remote_context() to a trylock
Chris Wilson
1
-4
/
+17
2019-10-24
drm/i915/gt: Split intel_ring_submission
Chris Wilson
1
-0
/
+1
2019-10-07
drm/i915/gt: Prefer local path to runtime powermanagement
Chris Wilson
1
-1
/
+1
2019-10-04
drm/i915: Move context management under GEM
Chris Wilson
1
-1
/
+9
2019-10-04
drm/i915: Coordinate i915_active with its own mutex
Chris Wilson
1
-2
/
+2
2019-10-04
drm/i915: Push the i915_active.retire into a worker
Chris Wilson
1
-0
/
+2
2019-09-20
drm/i915: Mark i915_request.timeline as a volatile, rcu pointer
Chris Wilson
1
-2
/
+2
2019-09-11
drm/i915: Make shrink/unshrink be atomic
Chris Wilson
1
-1
/
+1
2019-08-16
drm/i915: Markup expected timeline locks for i915_active
Chris Wilson
1
-8
/
+3
2019-08-16
drm/i915/gt: Track timeline activeness in enter/exit
Chris Wilson
1
-0
/
+2
2019-08-09
drm/i915: Lift timeline into intel_context
Chris Wilson
1
-5
/
+16
2019-08-09
drm/i915: Push the ring creation flags to the backend
Chris Wilson
1
-0
/
+1
2019-08-09
drm/i915/gt: Make deferred context allocation explicit
Chris Wilson
1
-0
/
+8
2019-08-03
drm/i915: Hide unshrinkable context objects from the shrinker
Chris Wilson
1
-2
/
+2
2019-08-02
drm/i915: Allow sharing the idle-barrier from other kernel requests
Chris Wilson
1
-9
/
+31
[next]