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
/
selftests
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-24
drm/i915/selftests: Silence compiler warning in igt_ctx_exec
Chris Wilson
1
-3
/
+5
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2017-04-28
Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/...
Dave Airlie
2
-14
/
+33
2017-04-26
drm/i915/selftests: Allocate inode/file dynamically
Chris Wilson
1
-13
/
+32
2017-04-26
drm/i915: checking for NULL instead of IS_ERR() in mock selftests
Dan Carpenter
1
-1
/
+1
2017-04-21
Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g...
Dave Airlie
1
-4
/
+4
2017-04-20
dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro
Logan Gunthorpe
1
-4
/
+4
2017-03-31
drm/i915: Clear gt.active_requests before checking idle status
Chris Wilson
1
-1
/
+3
2017-03-31
drm/i915: Move retire-requests into i915_gem_wait_for_idle()
Chris Wilson
2
-3
/
+0
2017-03-21
drm/i915: Remove intel_ring.last_retired_head
Chris Wilson
1
-1
/
+0
2017-03-21
drm/i915: split out check for noncontiguous pfn range
Arnd Bergmann
1
-1
/
+10
2017-03-16
drm/i915: Split I915_RESET_IN_PROGRESS into two flags
Chris Wilson
1
-6
/
+12
2017-03-13
drm/i915/selftests: Catch error from mock_file()
Chris Wilson
1
-1
/
+5
2017-03-13
drm/i915/selftests: Fix error path for ggtt walk_hole()
Chris Wilson
1
-6
/
+7
2017-03-10
drivers/gpu/drm/i915/selftests/i915_selftest.c: fix build with gcc-4.4.4
Andrew Morton
1
-2
/
+2
2017-03-09
drm/i915/selftests: exercise cache domain eviction
Matthew Auld
1
-0
/
+90
2017-03-09
drm/i915/selftests: don't leak the gem object
Matthew Auld
1
-2
/
+7
2017-03-03
drm/i915: Split breadcrumbs spinlock into two
Chris Wilson
1
-2
/
+2
2017-03-03
drm/i915: Generalise wait for execlists to be idle
Chris Wilson
1
-1
/
+1
2017-02-25
drm/i915: Assert all sg are initialised in fake_dma_object for selftests
Chris Wilson
1
-0
/
+2
2017-02-24
drm/i915: Timeout lowlevel_hole GTT selftest early
Chris Wilson
1
-6
/
+7
2017-02-23
drm/i915: Exercise request cancellation using a mock selftest
Chris Wilson
3
-0
/
+85
2017-02-23
drm/i915: Protect the request->global_seqno with the engine->timeline lock
Chris Wilson
1
-3
/
+3
2017-02-15
drm/i915: Convert clflushed pagetables over to WC maps
Chris Wilson
1
-4
/
+4
2017-02-15
drm/i915: Silence compiler warning for seltests/i915_gem_coherency
Chris Wilson
1
-1
/
+1
2017-02-15
drm/i915: Silence compiler for GTT selftests
Chris Wilson
1
-1
/
+1
2017-02-15
drm/i915: Avoid overflow in computing pot_hole loop termination
Chris Wilson
1
-1
/
+1
2017-02-14
drm/i915: Emit to ringbuffer directly
Tvrtko Ursulin
1
-16
/
+17
2017-02-13
drm/i915: Add initial selftests for hang detection and resets
Chris Wilson
2
-0
/
+538
2017-02-13
drm/i915: Exercise crossing pot boundaries in the GTT
Chris Wilson
1
-0
/
+94
2017-02-13
drm/i915: Exercise manipulate of single pages in the GGTT
Chris Wilson
1
-0
/
+91
2017-02-13
drm/i915: Add mock tests for GTT/VMA handling
Chris Wilson
1
-0
/
+43
2017-02-13
drm/i915: Add mock exercise for i915_gem_gtt_insert
Chris Wilson
1
-0
/
+208
2017-02-13
drm/i915: Add mock exercise for i915_gem_gtt_reserve
Chris Wilson
2
-0
/
+196
2017-02-13
drm/i915: Initial selftests for exercising eviction
Chris Wilson
2
-0
/
+261
2017-02-13
drm/i915: Force an aliasing_ppgtt test for context execution
Chris Wilson
1
-3
/
+58
2017-02-13
drm/i915: Live testing for context execution
Chris Wilson
2
-0
/
+405
2017-02-13
drm/i915: Test creation of partial VMA
Chris Wilson
1
-0
/
+192
2017-02-13
drm/i915: Verify page layout for rotated VMA
Chris Wilson
1
-0
/
+179
2017-02-13
drm/i915: Exercise i915_vma_pin/i915_vma_insert
Chris Wilson
1
-0
/
+151
2017-02-13
drm/i915: Test creation of VMA
Chris Wilson
2
-0
/
+225
2017-02-13
drm/i915: Use fault-injection to force the shrinker to run in live GTT tests
Chris Wilson
1
-0
/
+98
2017-02-13
drm/i915: Live testing of lowlevel GTT operations
Chris Wilson
1
-0
/
+98
2017-02-13
drm/i915: Exercise filling and removing random ranges from the live GTT
Chris Wilson
1
-0
/
+113
2017-02-13
drm/i915: Fill different pages of the GTT
Chris Wilson
1
-0
/
+93
2017-02-13
drm/i915: Exercise filling the top/bottom portions of the global GTT
Chris Wilson
1
-1
/
+60
2017-02-13
drm/i915: Exercise filling the top/bottom portions of the ppgtt
Chris Wilson
1
-0
/
+362
2017-02-13
drm/i915: Add initial selftests for i915_gem_gtt
Chris Wilson
2
-0
/
+100
2017-02-13
drm/i915: Add a live dmabuf selftest
Chris Wilson
2
-0
/
+10
2017-02-13
drm/i915: Add some mock tests for dmabuf interop
Chris Wilson
4
-0
/
+512
[next]