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