index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
selftest_execlists.c
Age
Commit message (
Expand
)
Author
2023-06-05
drm/i915/gt: Use the correct error value when kernel_context() fails
Andi Shyti
2023-01-09
drm/i915/selftest: use igt_vma_move_to_active_unlocked if possible
Andrzej Hajda
2022-12-06
drm/i915: Wrap all access to i915_vma.node.start|size
Chris Wilson
2022-11-16
drm/i915: call i915_request_await_object from _i915_vma_move_to_active
Andrzej Hajda
2022-10-20
drm/i915/selftests: Stop using kthread_stop()
Tvrtko Ursulin
2022-09-23
drm/i915/selftests: Remove flush_scheduled_work() from live_execlists
Tvrtko Ursulin
2022-07-29
drm/i915/guc: Fix issues with live_preempt_cancel
Matthew Brost
2022-03-07
drm/i915: Remove the vm open count
Thomas Hellström
2022-02-11
drm/i915: split out i915_gem_internal.h from i915_drv.h
Jani Nikula
2021-12-17
drm/i915/gt: Use to_gt() helper
Michał Winiarski
2021-10-15
drm/i915/guc: Connect UAPI to GuC multi-lrc interface
Matthew Brost
2021-10-07
drm/i915: remove IS_ACTIVE
Lucas De Marchi
2021-09-06
drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vm
Daniel Vetter
2021-07-27
drm/i915/guc: GuC virtual engines
Matthew Brost
2021-07-22
drm/i915/selftests: Allow for larger engine counts
John Harrison
2021-07-08
drm/i915/selftests: Take a VM in kernel_context()
Jason Ekstrand
2021-07-08
drm/i915/gem: Disallow bonding of virtual engines (v3)
Jason Ekstrand
2021-07-08
drm/i915: Stop storing the ring size in the ring pointer (v3)
Jason Ekstrand
2021-06-18
drm/i915: Move submission tasklet to i915_sched_engine
Matthew Brost
2021-06-18
drm/i915: Move engine->schedule to i915_sched_engine
Matthew Brost
2021-06-18
drm/i915: Move active tracking to i915_sched_engine
Matthew Brost
2021-06-14
drm/i915/selftests: Reorder tasklet_disable vs local_bh_disable
Chris Wilson
2021-06-05
drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
2021-05-25
drm/i915/gt: Move submission_method into intel_gt
Chris Wilson
2021-04-08
Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...
Dave Airlie
2021-03-24
drm/i915/gt: use new tasklet API for execution list
Emil Renner Berthing
2021-03-24
drm/i915/gt: Remove repeated words from comments
Chris Wilson
2021-03-24
drm/i915/gt: SPDX cleanup
Chris Wilson
2021-03-24
drm/i915: Remove I915_USER_PRIORITY_SHIFT
Chris Wilson
2021-03-24
drm/i915: Strip out internal priorities
Chris Wilson
2021-03-24
drm/i915/selftests: Prepare execlists and lrc selftests for obj->mm.lock removal
Maarten Lankhorst
2021-03-24
drm/i915: Move pinning to inside engine_wa_list_verify()
Maarten Lankhorst
2021-01-11
drm/i915/selftests: Fix some error codes
Dan Carpenter
2021-01-08
drm/i915/gt: Only disable preemption on gen8 render engines
Chris Wilson
2021-01-05
drm/i915/gt: Allow failed resets without assertion
Chris Wilson
2021-01-05
drm/i915/selftests: Set error returns
Chris Wilson
2020-12-24
drm/i915/gt: Resubmit the virtual engine on schedule-out
Chris Wilson
2020-12-24
drm/i915/gt: Replace direct submit with direct call to tasklet
Chris Wilson
2020-12-22
drm/i915/selftests: Be paranoid and flush the tasklet before checking status
Chris Wilson
2020-12-22
drm/i915/selftests: Kick timeslice until selftest yields
Chris Wilson
2020-12-21
drm/i915/gt: Provide a utility to create a scratch buffer
Chris Wilson
2020-12-21
drm/i915/gt: Split logical ring contexts from execlist submission
Chris Wilson
2020-12-09
drm/i915/gt: Rename lrc.c to execlists_submission.c
Chris Wilson