index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Fix use-after-free when destroying GEM context
Tyler Hicks
2020-01-17
1
-6
/
+7
*
drm/i915/cmdparser: Add support for backward jumps
Jon Bloomfield
2019-11-12
1
-0
/
+5
*
drm/i915: Record logical context support in driver caps
Chris Wilson
2018-07-06
1
-3
/
+3
*
drm/i915/gtt: Pull global wc page stash under its own locking
Chris Wilson
2018-07-04
1
-1
/
+1
*
drm/i915: Fix context ban and hang accounting for client
Mika Kuoppala
2018-06-15
1
-1
/
+1
*
drm/i915: Make closing request flush mandatory
Chris Wilson
2018-06-14
1
-8
/
+1
*
drm/i915/gtt: Rename i915_hw_ppgtt base member
Chris Wilson
2018-06-05
1
-5
/
+5
*
drm/i915: drop one bit on the hw_id when using guc
Lionel Landwerlin
2018-06-04
1
-3
/
+12
*
drm/i915: Check intel_contexts to avoid one extra pointer chase
Chris Wilson
2018-06-01
1
-1
/
+1
*
drm/i915: Switch to kernel context before idling at runtime
Chris Wilson
2018-05-31
1
-1
/
+1
*
drm/i915: Look for an active kernel context before switching
Chris Wilson
2018-05-24
1
-14
/
+72
*
drm/i915: Store a pointer to intel_context in i915_request
Chris Wilson
2018-05-18
1
-8
/
+9
*
drm/i915: Move fiddling with engine->last_retired_context
Chris Wilson
2018-05-18
1
-10
/
+2
*
drm/i915: Shrink search list for active timelines
Chris Wilson
2018-05-16
1
-11
/
+14
*
drm/i915: Split i915_gem_timeline into individual timelines
Chris Wilson
2018-05-02
1
-27
/
+21
*
drm/i915: Move timeline from GTT to ring
Chris Wilson
2018-05-02
1
-1
/
+14
*
drm/i915: Wrap engine->context_pin() and engine->context_unpin()
Chris Wilson
2018-04-30
1
-4
/
+4
*
drm/i915: Pack params to engine->schedule() into a struct
Chris Wilson
2018-04-18
1
-4
/
+4
*
drm/i915: Split out functions for different kinds of workarounds
Oscar Mateo
2018-04-11
1
-0
/
+6
*
drm/i915: Implement dynamic GuC WOPCM offset and size calculation
Jackie Li
2018-03-14
1
-2
/
+3
*
drm/i915/icl: new context descriptor support
Daniele Ceraolo Spurio
2018-03-07
1
-2
/
+9
*
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
2018-02-21
1
-9
/
+9
*
drm/i915: Remove lost comment from i915_gem_context
Chris Wilson
2018-02-08
1
-5
/
+0
*
drm/i915: Avoid truncation before clamping userspace's priority value
Chris Wilson
2018-02-08
1
-1
/
+1
*
drm/i915: Only allocate preempt context when required
Chris Wilson
2018-02-08
1
-15
/
+16
*
drm/i915: Move the scheduler feature bits into the purview of the engines
Chris Wilson
2018-02-08
1
-1
/
+1
*
drm/i915: Allow fence allocations to fail
Chris Wilson
2017-12-13
1
-1
/
+1
*
drm/i915/guc: Introduce USES_GUC_xxx helper macros
Michal Wajdeczko
2017-12-06
1
-2
/
+2
*
drm/i915: Flush everything on switching to the kernel_context
Chris Wilson
2017-11-27
1
-1
/
+8
*
drm/i915: Move mi_set_context() into the legacy ringbuffer submission
Chris Wilson
2017-11-23
1
-198
/
+0
*
drm/i915: Unwind incomplete legacy context switches
Chris Wilson
2017-11-23
1
-116
/
+57
*
drm/i915: Remove i915.semaphores modparam
Chris Wilson
2017-11-20
1
-1
/
+1
*
drm/i915: Remove obsolete ringbuffer emission for gen8+
Chris Wilson
2017-11-20
1
-41
/
+6
*
drm/i915: Remove i915.enable_execlists module parameter
Chris Wilson
2017-11-20
1
-9
/
+1
*
drm/i915: Automatic i915_switch_context for legacy
Chris Wilson
2017-11-20
1
-6
/
+1
*
drm/i915: Record the default hw state after reset upon load
Chris Wilson
2017-11-10
1
-43
/
+12
*
drm/i915: Reorder context-close to avoid calling i915_vma_close() under RCU
Chris Wilson
2017-11-09
1
-6
/
+6
*
drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr)
Chris Wilson
2017-10-27
1
-0
/
+2
*
drm/i915: Use same test for eviction and submitting kernel context
Chris Wilson
2017-10-25
1
-4
/
+3
*
drm/i915/scheduler: Support user-defined priorities
Chris Wilson
2017-10-04
1
-0
/
+23
*
drm/i915: Introduce a preempt context
Chris Wilson
2017-10-04
1
-21
/
+55
*
drm/i915: Rename global i915 to i915_modparams
Michal Wajdeczko
2017-09-22
1
-6
/
+6
*
drm/i915: Replace execbuf vma ht with an idr
Chris Wilson
2017-08-18
1
-68
/
+19
*
drm/i915: Suppress switch_mm emission between the same aliasing_ppgtt
Chris Wilson
2017-08-12
1
-7
/
+8
*
drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updates
Chris Wilson
2017-07-27
1
-3
/
+3
*
drm/i915: Only free the oldest stale context before allocating
Chris Wilson
2017-07-06
1
-2
/
+17
*
drm/i915: Drop request retirement before reaping stale contexts
Chris Wilson
2017-07-06
1
-1
/
+0
*
drm/i915: Move stale context reaping to common i915_gem_context_create
Chris Wilson
2017-07-06
1
-4
/
+4
*
drm/i915: Check new context against kernel_context after reporting an error
Chris Wilson
2017-07-06
1
-3
/
+2
*
drm/i915: Fix use-after-free of context during free_contexts
Chris Wilson
2017-07-04
1
-2
/
+2
[next]