index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-11-16
Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+2
2017-11-16
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
21
-59
/
+2175
2017-11-13
Pass mode to wait_on_atomic_t() action funcs and provide default actions
David Howells
1
-8
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
4
-0
/
+4
2017-10-18
drm/i915: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+3
2017-10-17
drm/i915/selftests: Silence the compiler for impossible errors
Chris Wilson
1
-2
/
+2
2017-10-16
drm/i915: Move dev_priv->mm.[un]bound_list to its own lock
Chris Wilson
2
-6
/
+4
2017-10-12
drm/i915/selftests: Exercise adding requests to a full GGTT
Chris Wilson
3
-5
/
+156
2017-10-12
drm/i915/selftests: Wrap a timer into a i915_sw_fence
Chris Wilson
3
-0
/
+162
2017-10-11
drm/i915: Use rcu instead of stop_machine in set_wedged
Daniel Vetter
1
-0
/
+2
2017-10-10
drm/i915/selftests: ditch the kernel context
Matthew Auld
1
-19
/
+38
2017-10-09
drm/i915: s/sg_mask/sg_page_sizes/
Matthew Auld
2
-13
/
+13
2017-10-09
drm/i915: Pin fence for iomap
Chris Wilson
1
-8
/
+0
2017-10-09
drm/i915/selftests: Hold the rpm wakeref for the reset tests
Chris Wilson
1
-1
/
+8
2017-10-09
drm/i915/selftests: Pretty print engine state when requests fail to start
Chris Wilson
1
-0
/
+10
2017-10-07
drm/i915: enable platform support for 2M pages
Matthew Auld
1
-1
/
+2
2017-10-07
drm/i915: enable platform support for 64K pages
Matthew Auld
1
-1
/
+2
2017-10-07
drm/i915/selftests: mix huge pages
Matthew Auld
1
-0
/
+15
2017-10-07
drm/i915/selftests: huge page tests
Matthew Auld
3
-0
/
+1717
2017-10-07
drm/i915: introduce vm set_pages/clear_pages
Matthew Auld
1
-7
/
+4
2017-10-07
drm/i915: introduce page_size members
Matthew Auld
2
-2
/
+5
2017-10-07
drm/i915: push set_pages down to the callers
Matthew Auld
2
-11
/
+15
2017-10-07
drm/i915: introduce page_sizes field to dev_info
Matthew Auld
1
-0
/
+3
2017-10-07
drm/i915: introduce simple gemfs
Matthew Auld
1
-0
/
+4
2017-10-05
drm/i915/selftests: fix check for intel IOMMU
Arnd Bergmann
1
-1
/
+1
2017-10-05
drm/i915/selftests: Remember to create the fake preempt context
Chris Wilson
1
-0
/
+6
2017-09-29
drm/i915/selftests: Replace wmb() with i915_gem_chipset_flush()
Chris Wilson
2
-5
/
+12
2017-09-28
Merge drm-upstream/drm-next into drm-intel-next-queued
Jani Nikula
3
-7
/
+7
2017-09-26
drm/i915/selftests: Try to recover from a wedged GPU during reset tests
Chris Wilson
1
-5
/
+19
2017-09-19
drm/i915/selftests: Only touch archdata.iommu when it exists
Chris Wilson
1
-0
/
+2
2017-09-18
drm/i915/selftests: Disable iommu for the mock device
Chris Wilson
1
-0
/
+3
2017-09-14
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
3
-7
/
+7
2017-09-13
drm/i915/selftests: Use mul_u32_u32() for 32b x 32b -> 64b result
Chris Wilson
3
-6
/
+6
2017-08-18
drm/i915: Replace execbuf vma ht with an idr
Chris Wilson
1
-11
/
+4
2017-08-18
drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcs
Chris Wilson
3
-9
/
+17
2017-08-15
drm/i915: Split obj->cache_coherent to track r/w
Chris Wilson
1
-3
/
+3
2017-08-10
drm/i915: Supply the engine-id for our mock_engine()
Chris Wilson
3
-5
/
+8
2017-08-04
drm/i915/selftests: Retarget igt_render_engine_reset_fallback()
Chris Wilson
1
-57
/
+17
2017-07-27
drm/i915/selftests: Fix kbuild error
Chris Wilson
1
-1
/
+1
2017-07-27
drm/i915: Squelch reset messages during selftests
Chris Wilson
1
-4
/
+4
2017-07-27
drm/i915/selftest: Refactor reset locking
Chris Wilson
1
-15
/
+43
2017-07-27
drm/i915/selftests: Exercise independence of per-engine resets
Chris Wilson
3
-0
/
+175
2017-07-20
drm/i915/selftests: Fix an error handling path in 'mock_gem_device()'
Christophe JAILLET
1
-1
/
+1
2017-07-19
drm/i915/selftests: Mark contexts as lost during freeing of mock device
Chris Wilson
1
-0
/
+1
2017-07-19
drm/i915/selftests: Attach a stub pm_domain
Chris Wilson
1
-1
/
+21
2017-07-19
drm/i915: Drain the device workqueue on unload
Chris Wilson
1
-1
/
+1
2017-06-27
drm/i915: Fix an error checking test
Christophe JAILLET
1
-3
/
+3
2017-06-27
drm/i915/selftests: Fix mutex imbalance for igt_render_engine_reset_fallback
Chris Wilson
1
-7
/
+14
2017-06-22
drm/i915: pass the vma to insert_entries
Matthew Auld
2
-4
/
+9
2017-06-20
drm/i915/selftests: reset engine self tests
Michel Thierry
1
-0
/
+148
[next]