index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-11
drm/i915/selftests: Fix some error codes
Dan Carpenter
1
-1
/
+3
2021-01-09
drm/i915: Refactor marking a request as EIO
Chris Wilson
5
-33
/
+21
2021-01-09
drm/i915/gt: Mark up a debug-only function
Chris Wilson
1
-0
/
+1
2021-01-09
drm/i915/gt: Remove unused function 'dword_in_page'
Chris Wilson
1
-5
/
+0
2021-01-09
drm/i915/gt: Exercise lrc_wa_ctx initialisation failure
Chris Wilson
3
-22
/
+22
2021-01-08
drm/i915/gt: Disable arbitration on no-preempt requests
Chris Wilson
2
-3
/
+6
2021-01-08
drm/i915/gt: Only disable preemption on gen8 render engines
Chris Wilson
5
-41
/
+15
2021-01-08
drm/i915/gt: Only retire on the last breadcrumb if the last request
Chris Wilson
3
-6
/
+13
2021-01-08
drm/i915/gt: Restore ce->signal flush before releasing virtual engine
Chris Wilson
3
-15
/
+47
2021-01-08
drm/i915/selftests: Rearrange ktime_get to reduce latency against CS
Chris Wilson
1
-2
/
+2
2021-01-08
drm/i915/selftests: Skip unstable timing measurements
Chris Wilson
1
-6
/
+14
2021-01-08
drm/i915/gt: Prevent use of engine->wa_ctx after error
Chris Wilson
1
-0
/
+3
2021-01-07
drm/i915/gt: Remove timeslice suppression
Chris Wilson
2
-108
/
+111
2021-01-07
drm/i915: Wrap our timer_list.expires checking
Chris Wilson
2
-2
/
+7
2021-01-06
drm/i915/selftests: Improve handling of iomem around stolen
Chris Wilson
1
-5
/
+5
2021-01-06
drm/i915/selftests: Break out of the lrc layout test after register mismatch
Chris Wilson
1
-4
/
+6
2021-01-05
drm/i915/selftests: Switch 4k kmalloc to use get_free_page for alignment
Chris Wilson
1
-2
/
+3
2021-01-05
drm/i915/gt: Check the virtual still matches upon locking
Chris Wilson
1
-4
/
+5
2021-01-05
drm/i915/gt: Allow failed resets without assertion
Chris Wilson
4
-1
/
+85
2021-01-05
drm/i915: Set rawclk earlier during mmio probe
Chris Wilson
1
-2
/
+1
2021-01-05
drm/i915/selftests: Set error returns
Chris Wilson
1
-2
/
+6
2021-01-04
drm/i915/selftests: Guard against redifinition of SZ_8G
Chris Wilson
1
-0
/
+2
2021-01-04
drm/i915/gt: Rearrange hsw workarounds
Chris Wilson
1
-25
/
+29
2021-01-04
drm/i915/gt: Rearrange snb workarounds
Chris Wilson
1
-34
/
+33
2021-01-03
drm/i915: fix shift warning
Arnd Bergmann
1
-1
/
+1
2021-01-01
drm/i915: Populate logical context during first pin.
Maarten Lankhorst
3
-47
/
+13
2021-01-01
drm/i915: Clarify error message on failed workaround
Matt Roper
1
-2
/
+2
2020-12-31
drm/i915: Drop i915_request.lock requirement for intel_rps_boost()
Chris Wilson
5
-18
/
+17
2020-12-31
drm/i915/gt: Pull context closure check from request submit to schedule-in
Chris Wilson
2
-4
/
+4
2020-12-31
drm/i915/gt: Cancel submitted requests upon context reset
Chris Wilson
2
-6
/
+18
2020-12-30
drm/i915/gt: Taint the reset mutex with the shrinker
Chris Wilson
1
-0
/
+11
2020-12-29
drm/i915/gem: Peek at the inflight context
Chris Wilson
4
-0
/
+16
2020-12-29
drm/i915/gt: Define guc firmware blob for older Cometlakes
Chris Wilson
1
-0
/
+1
2020-12-24
drm/i915/gt: Refactor heartbeat request construction and submission
Chris Wilson
1
-18
/
+41
2020-12-24
drm/i915: clear the gpu reloc batch
Matthew Auld
1
-1
/
+3
2020-12-24
drm/i915: clear the shadow batch
Matthew Auld
1
-18
/
+9
2020-12-24
drm/i915/gt: ce->inflight updates are now serialised
Chris Wilson
1
-27
/
+25
2020-12-24
drm/i915/gt: Simplify virtual engine handling for execlists_hold()
Chris Wilson
1
-29
/
+0
2020-12-24
drm/i915/gt: Resubmit the virtual engine on schedule-out
Chris Wilson
2
-49
/
+79
2020-12-24
drm/i915/gt: Shrink the critical section for irq signaling
Chris Wilson
3
-1
/
+5
2020-12-24
drm/i915/gt: Remove virtual breadcrumb before transfer
Chris Wilson
2
-2
/
+18
2020-12-24
drm/i915/gt: Defer schedule_out until after the next dequeue
Chris Wilson
2
-67
/
+115
2020-12-24
drm/i915/gt: Decouple inflight virtual engines
Chris Wilson
1
-16
/
+12
2020-12-24
drm/i915/gt: Use virtual_engine during execlists_dequeue
Chris Wilson
1
-134
/
+105
2020-12-24
drm/i915/gt: Replace direct submit with direct call to tasklet
Chris Wilson
16
-150
/
+162
2020-12-23
drm/i915/gem: Optimistically prune dma-resv from the shrinker.
Chris Wilson
5
-5
/
+37
2020-12-23
drm/i915/gt: Prefer recycling an idle fence
Chris Wilson
1
-2
/
+20
2020-12-23
drm/i915/gt: Consolidate the CS timestamp clocks
Chris Wilson
17
-256
/
+205
2020-12-23
drm/i915/selftests: Confirm CS_TIMESTAMP / CTX_TIMESTAMP share a clock
Chris Wilson
1
-1
/
+202
2020-12-23
drm/i915/selftests: Remove redundant live_context for eviction
Chris Wilson
1
-13
/
+5
[next]