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_breadcrumbs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-01
drm/i915: Check that the breadcrumb wasn't disarmed automatically before parking
Chris Wilson
1
-1
/
+2
2017-10-25
drm/i915/guc: Always enable the breadcrumbs irq
Chris Wilson
1
-10
/
+35
2017-10-18
drm/i915: Convert timers to use timer_setup()
Kees Cook
1
-10
/
+8
2017-09-27
i915: Use %pS printk format for direct addresses
Helge Deller
1
-1
/
+1
2017-06-08
drm/i915: Skip adding the request to the signal tree is complete
Chris Wilson
1
-21
/
+28
2017-06-08
drm/i915: Report back whether the irq was armed when adding the waiter
Chris Wilson
1
-9
/
+15
2017-04-26
drm/i915: Skip waking the signaler when enabling before request submission
Chris Wilson
1
-3
/
+4
2017-04-24
drm/i915: Include interesting seqno in the missed breadcrumb debug
Chris Wilson
1
-2
/
+4
2017-04-04
drm/i915: Apply a cond_resched() to the saturated signaler
Chris Wilson
1
-1
/
+14
2017-04-04
drm/i915: Park the signaler before sleeping
Chris Wilson
1
-3
/
+3
2017-03-21
drm/i915: Protect intel_engine_wakeup() for call from irq context
Chris Wilson
1
-2
/
+3
2017-03-16
drm/i915/breadcrumbs: Tweak commentary
Chris Wilson
1
-8
/
+17
2017-03-16
drm/i915/breadcrumbs: Assert that we do not shortcut the current bottom-half
Chris Wilson
1
-1
/
+4
2017-03-16
drm/i915/breadcrumbs: Disable interrupt bottom-half first on idling
Chris Wilson
1
-7
/
+8
2017-03-16
drm/i915/breadcrumbs: Update bottom-half before marking as complete
Chris Wilson
1
-17
/
+17
2017-03-16
drm/i915/breadcrumbs: Use booleans for intel_breadcrumbs_busy()
Chris Wilson
1
-2
/
+2
2017-03-08
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-0
/
+1
2017-03-08
Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-176
/
+352
2017-03-07
drm/i915: No need to save/restore irq status in intel_engine_wakeup
Tvrtko Ursulin
1
-3
/
+2
2017-03-07
drm/i915: No need to save/restore irq status in intel_breadcrumbs_fake_irq
Tvrtko Ursulin
1
-3
/
+2
2017-03-06
drm/i915: Wake up all waiters before idling
Chris Wilson
1
-7
/
+15
2017-03-03
drm/i915: Split breadcrumbs spinlock into two
Chris Wilson
1
-36
/
+44
2017-03-03
drm/i915: Refactor wakeup of the next breadcrumb waiter
Chris Wilson
1
-30
/
+18
2017-03-02
drm/i915: s/assert_spin_locked/lockdep_assert_held/
Chris Wilson
1
-6
/
+6
2017-03-02
drm/i915: Assert that fence->lock is held in an irq-safe manner
Chris Wilson
1
-0
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
1
-0
/
+1
2017-02-28
drm/i915: Consolidate reporting of "missed breadcrumbs"
Chris Wilson
1
-3
/
+12
2017-02-28
drm/i915: Delay disabling the user interrupt for breadcrumbs
Chris Wilson
1
-61
/
+115
2017-02-28
drm/i915: Defer enabling hangcheck to the first fake breadcrumb interrupt
Chris Wilson
1
-18
/
+18
2017-02-28
drm/i915: Signal first fence from irq handler if complete
Chris Wilson
1
-24
/
+8
2017-02-28
drm/i915: Report both waiters and success from intel_engine_wakeup()
Chris Wilson
1
-1
/
+27
2017-02-23
drm/i915: Remove the preempted request from the execution queue
Chris Wilson
1
-2
/
+15
2017-02-23
drm/i915: Allow a request to be cancelled
Chris Wilson
1
-15
/
+56
2017-02-23
drm/i915: Take a reference whilst processing the signaler request
Chris Wilson
1
-7
/
+15
2017-02-23
drm/i915: Protect the request->global_seqno with the engine->timeline lock
Chris Wilson
1
-4
/
+7
2017-02-23
drm/i915: Keep a global seqno per-engine
Chris Wilson
1
-19
/
+14
2017-02-17
drm/i915: Only start with the fake-irq timer if interrupts are dead
Chris Wilson
1
-2
/
+18
2017-02-17
drm/i915: Defer declaration of missed-interrupt until the waiter is asleep
Chris Wilson
1
-0
/
+9
2017-02-17
drm/i915: Postpone fake breadcrumb interrupt until real interrupts cease
Chris Wilson
1
-13
/
+9
2017-02-13
drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove
Chris Wilson
1
-0
/
+21
2017-02-13
drm/i915: Park the breadcrumbs signaler across a GPU reset
Chris Wilson
1
-0
/
+3
2017-01-24
drm/i915: Emit dma-fence (and execlists submit) first from signaler
Chris Wilson
1
-4
/
+4
2017-01-24
drm/i915: Move breadcrumbs irq_posted up a level to engine
Chris Wilson
1
-5
/
+4
2017-01-23
drm/i915: Queue hangcheck when irqs are disabled
Chris Wilson
1
-0
/
+1
2016-12-20
drm/i915/breadcrumbs: s/container_of/rb_entry/
Chris Wilson
1
-2
/
+2
2016-11-21
drm/i915: Add a warning on shutdown if signal threads still active
Chris Wilson
1
-0
/
+6
2016-11-09
drm/i915: Spin until breadcrumb threads are complete
Chris Wilson
1
-19
/
+12
2016-10-28
drm/i915: Convert breadcrumbs spinlock to be irqsafe
Chris Wilson
1
-13
/
+22
2016-10-28
drm/i915: Introduce a global_seqno for each request
Chris Wilson
1
-3
/
+5
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-2
/
+2
[next]