index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_sw_fence.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/fence: Separate timeout mechanism for awaiting on dma-fences
Chris Wilson
2018-01-15
1
-21
/
+40
*
drm/i915: Only defer freeing of fence callback when also using the timer
Chris Wilson
2018-01-15
1
-3
/
+10
*
drm/i915: Mark up potential allocation paths within i915_sw_fence as might_sleep
Chris Wilson
2017-12-13
1
-0
/
+3
*
drm/i915/fence: Use rcu to defer freeing of irq_work
Chris Wilson
2017-12-13
1
-1
/
+2
*
drm/i915: Convert timers to use timer_setup()
Kees Cook
2017-10-18
1
-5
/
+3
*
drm/i915/selftests: Wrap a timer into a i915_sw_fence
Chris Wilson
2017-10-12
1
-0
/
+10
*
drm/i915/fence: Avoid del_timer_sync() from inside a timer
Chris Wilson
2017-09-19
1
-6
/
+21
*
Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-07-10
1
-45
/
+17
|
\
|
*
drm/i915: Import the kfence selftests for i915_sw_fence
Chris Wilson
2017-05-17
1
-1
/
+6
|
*
drm/i915: Remove kref from i915_sw_fence
Chris Wilson
2017-05-17
1
-44
/
+11
*
|
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
Ingo Molnar
2017-06-20
1
-11
/
+10
*
|
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
1
-7
/
+7
|
/
*
gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
2017-03-01
1
-4
/
+4
*
drm/i915: Flush the change in debugobject before reallocation
Chris Wilson
2017-01-16
1
-0
/
+1
*
drm/i915: Integrate i915_sw_fence with debugobjects
Chris Wilson
2016-11-25
1
-7
/
+133
*
drm/i915: Give each sw_fence its own lockclass
Chris Wilson
2016-11-14
1
-2
/
+5
*
drm/i915: Allow i915_sw_fence_await_sw_fence() to allocate
Chris Wilson
2016-10-28
1
-4
/
+36
*
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
1
-20
/
+21
*
drm/i915: Add a sw fence for collecting up dma fences
Chris Wilson
2016-09-09
1
-0
/
+362