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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-03
drm/i915: Squash repeated awaits on the same fence
Chris Wilson
15
-18
/
+1588
2017-05-03
drm/i915: Lift timeline ordering to await_dma_fence
Chris Wilson
1
-3
/
+9
2017-05-03
drm/i915: Unwrap top level fence-array
Chris Wilson
1
-23
/
+18
2017-05-03
drm/i915: Mark up clflushes as belonging to an unordered timeline
Chris Wilson
4
-9
/
+4
2017-05-03
drm/i915: Use wait_for_atomic_us when waiting for gt fifo
Mika Kuoppala
1
-16
/
+14
2017-05-03
drm/i915: Move the GTFIFODBG to the common mmio dbg framework
Mika Kuoppala
1
-46
/
+30
2017-05-02
drm/i915/guc: Enable send function only after successful init
Michal Wajdeczko
2
-1
/
+27
2017-05-02
drm/i915: Do not leak dev_priv->l3_parity.remap_info[]
Joonas Lahtinen
4
-14
/
+36
2017-05-02
drm/i915: Update DRIVER_DATE to 20170502
Daniel Vetter
1
-2
/
+2
2017-04-28
drm/i915/glk: Fix DSI "*ERROR* ULPS is still active" messages
Ander Conselvan de Oliveira
1
-4
/
+3
2017-04-28
drm/i915: Capture CCID on ILK
Joonas Lahtinen
1
-1
/
+1
2017-04-28
drm/i915: Reset ILK during GEM sanitization
Joonas Lahtinen
1
-3
/
+2
2017-04-28
drm/i915: Eliminate HAS_HW_CONTEXTS
Joonas Lahtinen
5
-14
/
+4
2017-04-28
drm/i915: Sanitize engine context sizes
Joonas Lahtinen
11
-138
/
+112
2017-04-28
drm/i915/guc: Fix sleep under spinlock during reset
Tvrtko Ursulin
1
-6
/
+1
2017-04-27
drm/i915: Defer context state allocation for legacy ring submission
Chris Wilson
2
-59
/
+50
2017-04-27
drm/i915: Rename gen8_(un)request_engine_reset to gen8_reset_engine_start/cancel
Michel Thierry
1
-4
/
+4
2017-04-27
drm/i915: Fix stale comment about I915_RESET_IN_PROGRESS flag
Michel Thierry
1
-1
/
+1
2017-04-26
drm/i915/glk: Don't allow 12 bpc when htotal is too big
Ander Conselvan de Oliveira
1
-0
/
+5
2017-04-26
drm/i915: Skip waking the signaler when enabling before request submission
Chris Wilson
4
-7
/
+9
2017-04-25
drm/i915: Poison the request before emitting commands
Chris Wilson
1
-0
/
+1
2017-04-25
drm/i915: Differentiate between sw write location into ring and last hw read
Chris Wilson
5
-27
/
+59
2017-04-25
drm/i915: Report request restarts for both execlists/guc
Chris Wilson
1
-13
/
+16
2017-04-24
drm/i915: Include interesting seqno in the missed breadcrumb debug
Chris Wilson
1
-2
/
+4
2017-04-22
drm/i915: Confirm the request is still active before adding it to the await
Chris Wilson
1
-0
/
+3
2017-04-21
drm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS mmio
Chris Wilson
1
-22
/
+24
2017-04-21
drm/i915: Stop touching hangcheck.seqno from intel_engine_init_global_seqno()
Chris Wilson
1
-3
/
+1
2017-04-20
drm/i915: Use discardable buffers for rings
Chris Wilson
1
-1
/
+1
2017-04-20
drm/i915/selftests: Allocate inode/file dynamically
Chris Wilson
1
-13
/
+32
2017-04-19
drm/i915: Avoid format string expansion from engine names
Kees Cook
1
-1
/
+1
2017-04-19
drm/i915: Fix GCC 4.4 build issue with __intel_wait_for_register_fw
Tvrtko Ursulin
1
-3
/
+8
2017-04-18
drm/i915: Fix system hang with EI UP masked on Haswell
Mika Kuoppala
1
-2
/
+2
2017-04-18
drm/i915: Update DRIVER_DATE to 20170418
Daniel Vetter
1
-2
/
+2
2017-04-15
drm/i915: Copy user requested buffers into the error state
Chris Wilson
6
-1
/
+82
2017-04-15
drm/i915: set "ret" correctly on error paths
Dan Carpenter
1
-0
/
+2
2017-04-13
drm/i915: checking for NULL instead of IS_ERR() in mock selftests
Dan Carpenter
1
-1
/
+1
2017-04-13
drm/i915: Implement Link Rate fallback on Link training failure
Manasi Navare
3
-2
/
+50
2017-04-13
drm/i915: Perform link quality check unconditionally during long pulse
Ville Syrjälä
1
-2
/
+13
2017-04-13
drm/i915/guc: write wopcm related register once during uc init
daniele.ceraolospurio@intel.com
3
-9
/
+5
2017-04-13
drm/i915: Fix use after free in lpe_audio_platdev_destroy()
Chris Wilson
1
-1
/
+8
2017-04-12
drm/i915/dp: Validate cached link rate and lane count before retraining
Manasi Navare
1
-3
/
+23
2017-04-12
drm/i915: Wake device for emitting request during selftest
Chris Wilson
1
-0
/
+2
2017-04-12
drm/i915: Pretend the engine is always idle when mocking
Chris Wilson
1
-0
/
+3
2017-04-12
drm/i915: Add stub mmio read/write routines to mock device
Chris Wilson
4
-24
/
+101
2017-04-12
drm/i915: Treat WC a separate cache domain
Chris Wilson
5
-16
/
+83
2017-04-12
drm/i915: Combine write_domain flushes to a single function
Chris Wilson
3
-67
/
+64
2017-04-12
drm/i915: Do not use lock all in hsw_trans_edp_pipe_A_crc_wa
Maarten Lankhorst
1
-3
/
+14
2017-04-12
Revert "drm/i915: Lock mode_config.mutex in intel_display_resume."
Maarten Lankhorst
1
-8
/
+0
2017-04-12
drm/i915: Convert intel DVO connector to atomic
Maarten Lankhorst
1
-1
/
+1
2017-04-12
drm/i915: Convert intel_crt connector properties to atomic.
Maarten Lankhorst
1
-9
/
+1
[next]