index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-29
drm/i915: Cancel outstanding work after disabling heartbeats on an engine
Chris Wilson
2
-0
/
+14
2020-09-26
drm/i915/gem: Hold request reference for canceling an active context
Chris Wilson
1
-6
/
+19
2020-09-26
drm/i915: Redo "Remove i915_request.lock requirement for execution callbacks"
Chris Wilson
1
-10
/
+2
2020-09-24
drm/i915/gem: Serialise debugfs i915_gem_objects with ctx->mutex
Chris Wilson
1
-0
/
+2
2020-09-23
drm/i915/uc: tune down GuC communication enabled/disabled messages
Jani Nikula
1
-2
/
+4
2020-09-22
drm/i915: check i915_vm_alloc_pt_stash for errors
Matthew Auld
1
-3
/
+5
2020-09-21
drm/i915: Fix uninitialised variable in intel_context_create_request.
Maarten Lankhorst
1
-0
/
+1
2020-09-18
drm/i915/gt: Remove defunct intel_virtual_engine_get_sibling()
Chris Wilson
2
-16
/
+0
2020-09-18
drm/i915: Reduce GPU error capture mutex hold time
Chris Wilson
1
-23
/
+5
2020-09-18
drm/i915: Break up error capture compression loops with cond_resched()
Chris Wilson
1
-0
/
+3
2020-09-18
drm/i915/gt: Show engine properties in the pretty printer
Chris Wilson
1
-0
/
+36
2020-09-17
drm/i915: Fix an error code i915_gem_object_copy_blt()
Dan Carpenter
1
-1
/
+1
2020-09-15
drm/i915/gt: Use a mmio read of the CSB in case of failure
Chris Wilson
2
-6
/
+32
2020-09-15
drm/i915/gt: Apply the CSB w/a for all
Chris Wilson
1
-28
/
+51
2020-09-15
drm/i915/gt: Wait for CSB entries on Tigerlake
Chris Wilson
1
-3
/
+18
2020-09-15
drm/i915/gt: Widen CSB pointer to u64 for the parsers
Chris Wilson
2
-18
/
+17
2020-09-15
drm/i915/gt: Check for a registered driver with IPS
Chris Wilson
1
-1
/
+1
2020-09-15
drm/i915/gt: Clear the buffer pool age before use
Chris Wilson
1
-0
/
+2
2020-09-15
drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not supported
Chris Wilson
1
-0
/
+4
2020-09-15
drm/i915/gem: Avoid implicit vmap for highmem on x86-32
Chris Wilson
1
-2
/
+24
2020-09-07
drm/i915: Unlock the shared hwsp_gtt object after pinning
Thomas Hellström
1
-0
/
+9
2020-09-07
drm/i915: Filter wake_flags passed to default_wake_function
Chris Wilson
1
-3
/
+7
2020-09-07
drm/i915: Remove i915_request.lock requirement for execution callbacks
Chris Wilson
1
-47
/
+58
2020-09-07
drm/i915: Be wary of data races when reading the active execlists
Chris Wilson
2
-6
/
+34
2020-09-07
drm/i915: Add ww locking to pin_to_display_plane, v2.
Maarten Lankhorst
2
-16
/
+41
2020-09-07
drm/i915: Add ww locking to vm_fault_gtt
Maarten Lankhorst
1
-18
/
+33
2020-09-07
drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.
Maarten Lankhorst
5
-96
/
+125
2020-09-07
drm/i915: Use ww pinning for intel_context_create_request()
Maarten Lankhorst
1
-5
/
+15
2020-09-07
drm/i915/selftests: Fix locking inversion in lrc selftest.
Maarten Lankhorst
1
-3
/
+12
2020-09-07
drm/i915: Dirty hack to fix selftests locking inversion
Maarten Lankhorst
1
-0
/
+12
2020-09-07
drm/i915: Convert i915_perf to ww locking as well
Maarten Lankhorst
1
-15
/
+42
2020-09-07
drm/i915: Kill last user of intel_context_create_request outside of selftests
Maarten Lankhorst
1
-14
/
+29
2020-09-07
drm/i915: Convert i915_gem_object/client_blt.c to use ww locking as well, v2.
Maarten Lankhorst
3
-70
/
+163
2020-09-07
drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.
Maarten Lankhorst
26
-137
/
+217
2020-09-07
drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
Maarten Lankhorst
5
-106
/
+190
2020-09-07
drm/i915: Pin engine before pinning all objects, v5.
Maarten Lankhorst
2
-65
/
+152
2020-09-07
drm/i915: Nuke arguments to eb_pin_engine
Maarten Lankhorst
1
-10
/
+7
2020-09-07
drm/i915: Add ww context handling to context_barrier_task
Maarten Lankhorst
2
-29
/
+48
2020-09-07
drm/i915: Use ww locking in intel_renderstate.
Maarten Lankhorst
3
-32
/
+71
2020-09-07
drm/i915: Use per object locking in execbuf, v12.
Maarten Lankhorst
4
-170
/
+262
2020-09-07
drm/i915: Parse command buffer earlier in eb_relocate(slow)
Maarten Lankhorst
1
-31
/
+37
2020-09-07
drm/i915: Remove locking from i915_gem_object_prepare_read/write
Maarten Lankhorst
8
-27
/
+59
2020-09-07
drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.
Maarten Lankhorst
22
-39
/
+170
2020-09-07
Revert "drm/i915/gem: Split eb_vma into its own allocation"
Maarten Lankhorst
1
-73
/
+51
2020-09-07
Revert "drm/i915/gem: Drop relocation slowpath".
Maarten Lankhorst
1
-10
/
+252
2020-09-07
drm/i915: Revert relocation chaining commits.
Maarten Lankhorst
2
-144
/
+35
2020-09-07
Revert "drm/i915/gem: Async GPU relocations only"
Maarten Lankhorst
2
-27
/
+313
2020-09-07
drm/i915/gem: Free the fence after a fence-chain lookup failure
Chris Wilson
1
-0
/
+1
2020-09-07
drm/i915/gem: Reduce context termination list iteration guard to RCU
Chris Wilson
1
-13
/
+19
2020-09-07
drm/i915/selftests: Prevent selecting 0 for our random width/align
Chris Wilson
1
-3
/
+3
[next]