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.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
/
gt
/
selftest_hangcheck.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-05
drm/i915/selftest_hangcheck: Check sanity with more patience
Janusz Krzysztofik
1
-1
/
+1
2023-08-10
drm/i915: Make i915_coherent_map_type GT-centric
Jonathan Cavitt
1
-2
/
+2
2022-12-06
drm/i915: Wrap all access to i915_vma.node.start|size
Chris Wilson
1
-7
/
+8
2022-11-16
drm/i915/selftests: add igt_vma_move_to_active_unlocked
Andrzej Hajda
1
-19
/
+3
2022-11-16
drm/i915: call i915_request_await_object from _i915_vma_move_to_active
Andrzej Hajda
1
-13
/
+4
2022-10-21
drm/i915/selftests: Stop using kthread_stop()
Tvrtko Ursulin
1
-21
/
+30
2022-07-29
drm/i915/selftest: Cope with not having an RCS engine
John Harrison
1
-3
/
+9
2022-05-11
drm/i915/pvc: Reduce stack usage in reset selftest with extra blitter engine
John Harrison
1
-2
/
+7
2022-02-23
Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...
Rodrigo Vivi
1
-1
/
+1
2022-02-11
drm/i915: split out i915_gem_internal.h from i915_drv.h
Jani Nikula
1
-0
/
+1
2022-01-31
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
1
-9
/
+13
2022-01-18
drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_so...
Maarten Lankhorst
1
-1
/
+1
2022-01-10
drm/i915: split out i915_gem_evict.h from i915_drv.h
Jani Nikula
1
-0
/
+1
2021-12-18
drm/i915/gt: Use to_gt() helper
Michał Winiarski
1
-1
/
+1
2021-11-10
drm/i915/selftests: Use clear_and_wake_up_bit() for the per-engine reset bitl...
Thomas Hellström
1
-8
/
+12
2021-09-24
drm/i915: Reduce the number of objects subject to memcpy recover
Thomas Hellström
1
-1
/
+1
2021-09-13
drm/i915/guc: Move fields protected by guc->contexts_lock into sub structure
Matthew Brost
1
-3
/
+3
2021-09-06
drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vm
Daniel Vetter
1
-1
/
+1
2021-08-24
drm/i915/selftest: Fix use of err in igt_reset_{fail, nop}_engine()
Nathan Chancellor
1
-2
/
+2
2021-07-28
drm/i915/selftest: Bump selftest timeouts for hangcheck
John Harrison
1
-1
/
+1
2021-07-28
drm/i915/selftest: Fix hangcheck self test for GuC submission
John Harrison
1
-54
/
+173
2021-07-28
drm/i915/selftest: Better error reporting from hangcheck selftest
John Harrison
1
-18
/
+75
2021-07-08
drm/i915/selftests: Take a VM in kernel_context()
Jason Ekstrand
1
-1
/
+1
2021-06-19
drm/i915: Move submission tasklet to i915_sched_engine
Matthew Brost
1
-1
/
+1
2021-06-19
drm/i915: Move engine->schedule to i915_sched_engine
Matthew Brost
1
-2
/
+2
2021-06-06
drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
1
-4
/
+4
2021-04-27
drm/i915: Update the helper to set correct mapping
Venkata Sandeep Dhanalakota
1
-2
/
+2
2021-04-08
Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-20
/
+1
2021-03-24
drm/i915/gt: SPDX cleanup
Chris Wilson
1
-20
/
+1
2021-03-24
drm/i915/selftests: Prepare hangcheck for obj->mm.lock removal
Maarten Lankhorst
1
-4
/
+4
2021-01-19
drm/i915/selftests: Prepare the selftests for engine resets with ring submission
Chris Wilson
1
-4
/
+14
2021-01-14
drm/i915/selftests: Force a failed engine reset
Chris Wilson
1
-0
/
+144
2021-01-12
drm/i915/selftests: Include engine name after reset failure
Chris Wilson
1
-2
/
+4
2020-12-24
drm/i915/gt: Replace direct submit with direct call to tasklet
Chris Wilson
1
-1
/
+6
2020-06-18
drm/i915/selftests: Enable selftesting of busy-stats
Chris Wilson
1
-22
/
+7
2020-06-15
drm/i915/selftests: Dump engine state and trace upon hanging after reset
Chris Wilson
1
-0
/
+14
2020-06-10
drm/i915/selftests: Teach hang-self to target only itself
Chris Wilson
1
-3
/
+3
2020-06-09
drm/i915/selftests: Make the hanging request non-preemptible
Chris Wilson
1
-10
/
+26
2020-05-19
drm/i915/selftests: Restore to default heartbeat
Chris Wilson
1
-15
/
+10
2020-03-04
drm/i915: Apply i915_request_skip() on submission
Chris Wilson
1
-1
/
+1
2020-02-20
drm/i915/guc: Kill USES_GUC_SUBMISSION macro
Daniele Ceraolo Spurio
1
-1
/
+1
2020-01-10
drm/i915: Start chopping up the GPU error capture
Chris Wilson
1
-1
/
+1
2020-01-07
drm/i915/gtt: split up i915_gem_gtt
Matthew Auld
1
-1
/
+1
2019-12-21
drm/i915: Remove i915->kernel_context
Chris Wilson
1
-92
/
+86
2019-11-08
drm/i915/selftests: Complete transition to a real struct file mock
Chris Wilson
1
-8
/
+8
2019-11-08
drm/i915/selftests: Replace mock_file hackery with drm's true fake
Chris Wilson
1
-4
/
+4
2019-11-01
drm/i915/selftests: Start kthreads before stopping
Chris Wilson
1
-0
/
+2
2019-10-29
drm/i915/selftests: check for missing aperture
Matthew Auld
1
-4
/
+10
2019-10-28
drm/i915/selftests: Drop global engine lookup for gt selftests
Chris Wilson
1
-3
/
+3
2019-10-24
drm/i915/selftests: Flush interrupts before disabling tasklets
Chris Wilson
1
-1
/
+1
[next]