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
/
intel_lrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-24
drm/i915: Fix a use after free, and unbalanced refcounting
Nick Hoath
1
-4
/
+4
2015-02-09
drm/i915: Insert a command barrier on BLT/BSD cache flushes
Chris Wilson
1
-9
/
+11
2015-01-30
drm/i915: Fix a use-after-free in intel_execlists_retire_requests
Nick Hoath
1
-1
/
+1
2015-01-27
drm/i915: Rename unpin_count to pin_count
Mika Kuoppala
1
-6
/
+6
2015-01-27
drm/i915: Balance context pinning on reset cleanup
Mika Kuoppala
1
-0
/
+1
2015-01-27
drm/i915: Rename the forcewake get/put functions
Mika Kuoppala
1
-2
/
+2
2015-01-27
drm/i915: Assert that runtime pm is active on user fw access
Chris Wilson
1
-50
/
+3
2015-01-27
drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_request
Nick Hoath
1
-25
/
+19
2015-01-27
drm/i915: Remove FIXME_lrc_ctx backpointer
Nick Hoath
1
-27
/
+40
2015-01-27
drm/i915: Removed duplicate members from submit_request
Nick Hoath
1
-14
/
+11
2015-01-27
drm/i915: execlist request keeps ptr/ref to gem_request
Nick Hoath
1
-6
/
+25
2015-01-13
drm/i915: Reset CSB read pointer in ring init
Thomas Daniel
1
-1
/
+1
2014-12-16
drm/i915: Warn about missing context state workarounds only once
Michel Thierry
1
-1
/
+1
2014-12-15
drm/i915/bdw: Enable execlists by default where supported
Thomas Daniel
1
-2
/
+1
2014-12-15
drm/i915: Name the lrc irq handler correctly
Daniel Vetter
1
-2
/
+2
2014-12-06
drm/i915: Add unique id to the request structure for debugging
John Harrison
1
-0
/
+2
2014-12-06
drm/i915: Zero fill the request structure
John Harrison
1
-1
/
+1
2014-12-05
drm/i915: s/MI_STORE_DWORD_IMM_GEN8/MI_STORE_DWORD_IMM_GEN4/
Ville Syrjälä
1
-1
/
+1
2014-12-03
drm/i915: Fix startup failure in LRC mode after recent init changes
Thomas Daniel
1
-11
/
+19
2014-12-03
drm/i915: Flatten engine init control flow
Daniel Vetter
1
-2
/
+1
2014-12-03
drm/i915: Only init engines once
Daniel Vetter
1
-6
/
+0
2014-12-03
drm/i915: Move intel_init_pipe_control out of engine->init_hw
Daniel Vetter
1
-5
/
+7
2014-12-03
drm/i915: s/init()/init_hw()/ in intel_engine_cs
Daniel Vetter
1
-7
/
+7
2014-12-03
drm/i915: Consolidate ring freespace calculations
Dave Gordon
1
-18
/
+7
2014-12-03
drm/i915: Connect requests to rings at creation not submission
John Harrison
1
-0
/
+1
2014-12-03
drm/i915: Remove obsolete seqno parameter from 'i915_add_request'
John Harrison
1
-1
/
+1
2014-12-03
drm/i915: Convert i915_wait_seqno to i915_wait_request
Daniel Vetter
1
-4
/
+2
2014-12-03
drm/i915: Remove 'outstanding_lazy_seqno'
John Harrison
1
-17
/
+9
2014-12-03
drm/i915: Add reference count to request structure
John Harrison
1
-1
/
+3
2014-12-03
drm/i915: Ensure OLS & PLR are always in sync
John Harrison
1
-22
/
+33
2014-12-03
drm/i915: Don't read 'HEAD' MMIO register in LRC mode
Dave Gordon
1
-1
/
+0
2014-12-03
drm/i915: Check for matching ringbuffer in logical_ring_wait_request()
Dave Gordon
1
-0
/
+10
2014-11-19
drm/i915/bdw: Pin the ringbuffer backing object to GGTT on-demand
Thomas Daniel
1
-27
/
+75
2014-11-19
drm/i915/bdw: Pin the context backing objects to GGTT on-demand
Oscar Mateo
1
-11
/
+58
2014-11-19
drm/i915/bdw: Clean up execlist queue items in retire_work
Thomas Daniel
1
-22
/
+31
2014-11-18
drm/i915: Drop return value from lrc_setup_hardware_status_page
Daniel Vetter
1
-12
/
+3
2014-11-14
drm/i915/skl: Don't allow disabling ppgtt and execlists on gen9+
Damien Lespiau
1
-0
/
+3
2014-11-14
drm/i915/skl: Use correct use counters for force wakes
Tvrtko Ursulin
1
-3
/
+14
2014-11-14
drm/i915/skl: Add Gen9 LRC size
Michael H. Nguyen
1
-2
/
+6
2014-11-14
drm/i915: Initialize workarounds in logical ring mode too
Michel Thierry
1
-1
/
+46
2014-11-10
Merge remote-tracking branch 'airlied/drm-next' into HEAD
Daniel Vetter
1
-1
/
+1
2014-11-07
drm/i915/bdw: Setup global hardware status page in execlists mode
Thomas Daniel
1
-8
/
+26
2014-11-07
Merge tag 'topic/core-stuff-2014-11-05' of git://anongit.freedesktop.org/drm-...
Dave Airlie
1
-1
/
+1
2014-11-05
drm/i915: Remove redundant return value and WARN_ON
Dave Gordon
1
-8
/
+6
2014-11-05
drm/i915: Fix null pointer dereference in ring cleanup code
John Harrison
1
-1
/
+3
2014-10-21
gpu:drm: Fix typo in Documentation/DocBook/drm.xml
Masanari Iida
1
-1
/
+1
2014-09-19
drm/i915: Fix irq checks in ring->irq_get/put functions
Daniel Vetter
1
-1
/
+1
2014-09-19
drm/i915: add cherryview specfic forcewake in execlists_elsp_write
Deepak S
1
-4
/
+25
2014-09-03
drm/i915/bdw: Render state init for Execlists
Oscar Mateo
1
-15
/
+58
2014-09-03
drm/i915/bdw: Populate lrc with aliasing ppgtt if required
Thomas Daniel
1
-0
/
+5
[next]