index
:
Linux Stable
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.14.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_irq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Stop using RP_DOWN_EI on Baytrail
Chris Wilson
2017-04-18
1
-45
/
+28
*
drm/i915: Only enable hotplug interrupts if the display interrupts are enabled
Chris Wilson
2017-04-18
1
-0
/
+10
*
drm/i915: Use correct index for backtracking HUNG semaphores
Chris Wilson
2016-10-10
1
-4
/
+4
*
drm/i915: Restore current RPS state after reset
Chris Wilson
2016-10-10
1
-0
/
+6
*
drm/i915: clarify PMINTRMSK/pm_intr_keep usage
Dave Gordon
2016-09-15
1
-2
/
+2
*
drm/i915: Avoid incrementing hangcheck whilst waiting for external fence
Chris Wilson
2016-09-09
1
-4
/
+0
*
drm/i915: Ignore valid but unknown semaphores
Chris Wilson
2016-09-09
1
-3
/
+6
*
drm/i915: Replace wait-on-mutex with wait-on-bit in reset worker
Chris Wilson
2016-09-09
1
-13
/
+18
*
drm/i915: Perform a direct reset of the GPU from the waiter
Chris Wilson
2016-09-09
1
-0
/
+2
*
drm/i915: Separate out reset flags from the reset counter
Chris Wilson
2016-09-09
1
-57
/
+46
*
drm/i915: Make for_each_engine_masked() more compact and quicker
Chris Wilson
2016-08-27
1
-1
/
+2
*
drm/i915: Ignore stuck requests when considering hangs
Chris Wilson
2016-08-22
1
-1
/
+3
*
drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
Chris Wilson
2016-08-10
1
-25
/
+1
*
drm/i915: Use drm official vblank_no_hw_counter callback.
Rodrigo Vivi
2016-08-05
1
-7
/
+2
*
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
2016-08-05
1
-8
/
+1
*
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
2016-08-02
1
-7
/
+7
*
drm/i915: Update a couple of hangcheck comments to talk about engines
Chris Wilson
2016-07-27
1
-3
/
+3
*
drm/i915: Rename ring->virtual_start as ring->vaddr
Chris Wilson
2016-07-20
1
-1
/
+1
*
drm/i915: Treat ringbuffer writes as write to normal memory
Chris Wilson
2016-07-20
1
-4
/
+6
*
drm/i915: Define a separate variable and control for RPS waitboost frequency
Chris Wilson
2016-07-14
1
-4
/
+5
*
drm/i915: Introduce Kabypoint PCH for Kabylake H/DT.
Rodrigo Vivi
2016-07-07
1
-2
/
+2
*
drm/i915: Group the irq breadcrumb variables into the same cacheline
Chris Wilson
2016-07-06
1
-6
/
+6
*
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
2016-07-05
1
-18
/
+18
*
drm/i915: Clean up GPU hang message
Chris Wilson
2016-07-05
1
-15
/
+26
*
drm/i915: Replace lockless_dereference(bool) with READ_ONCE()
Chris Wilson
2016-07-05
1
-1
/
+1
*
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
2016-07-04
1
-46
/
+46
*
drm/i915: Flush the RPS bottom-half when the GPU idles
Chris Wilson
2016-07-04
1
-20
/
+12
*
drm/i915: Only start retire worker when idle
Chris Wilson
2016-07-04
1
-12
/
+3
*
drm/i915: Remove debug noise on detecting fault-injection of missed interrupts
Chris Wilson
2016-07-01
1
-3
/
+0
*
drm/i915: Move the get/put irq locking into the caller
Chris Wilson
2016-07-01
1
-4
/
+4
*
drm/i915: Only apply one barrier after a breadcrumb interrupt is posted
Chris Wilson
2016-07-01
1
-0
/
+1
*
drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk)
Chris Wilson
2016-07-01
1
-7
/
+3
*
drm/i915: Use HWS for seqno tracking everywhere
Chris Wilson
2016-07-01
1
-2
/
+2
*
drm/i915: Slaughter the thundering i915_wait_request herd
Chris Wilson
2016-07-01
1
-11
/
+9
*
drm/i915: Separate GPU hang waitqueue from advance
Chris Wilson
2016-07-01
1
-15
/
+4
*
drm/i915: Make queueing the hangcheck work inline
Chris Wilson
2016-07-01
1
-17
/
+0
*
drm/i915: Remove the dedicated hangcheck workqueue
Chris Wilson
2016-07-01
1
-3
/
+4
*
drm/i915: Delay queuing hangcheck to wait-request
Chris Wilson
2016-07-01
1
-6
/
+4
*
drm/i915: Fix a buch of kerneldoc warnings
Tvrtko Ursulin
2016-06-06
1
-3
/
+4
*
drm/i915: Update GEN6_PMINTRMSK setup with GuC enabled
Sagar Arun Kamble
2016-05-31
1
-13
/
+15
*
drm/i915: Revert async unpin and nonblocking atomic commit
Daniel Vetter
2016-05-25
1
-22
/
+98
*
drm/i915: Enable GSE interrupt on BDW+
Ville Syrjälä
2016-05-23
1
-0
/
+2
*
drm/i915: Remove cs based page flip support.
Maarten Lankhorst
2016-05-19
1
-98
/
+22
*
drm/i915: Unify unpin_work and mmio_work into flip_work, v2.
Maarten Lankhorst
2016-05-19
1
-7
/
+13
*
drm/i915: Remove intel_prepare_page_flip, v3.
Maarten Lankhorst
2016-05-19
1
-14
/
+4
*
drm/i915: Remove intel_finish_page_flip_plane.
Maarten Lankhorst
2016-05-19
1
-3
/
+3
*
drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
Tvrtko Ursulin
2016-05-11
1
-2
/
+2
*
drm/i915: Use drm_i915_private as the native pointer for intel_uncore.c
Chris Wilson
2016-05-10
1
-3
/
+2
*
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
2016-05-09
1
-42
/
+38
*
drm/i915: Small display interrupt handlers tidy
Tvrtko Ursulin
2016-05-09
1
-206
/
+180
[next]