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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-16
drm/bridge/sii8620: filter unsupported modes
Marek Szyprowski
1
-0
/
+14
2017-11-16
drm/rockchip: vop: add rk3126 vop support
Sandy Huang
2
-0
/
+36
2017-11-16
dt-bindings: add document for rk3126-vop
Sandy Huang
1
-0
/
+1
2017-11-15
drm: gem_cma_helper.c: Allow importing of contiguous scatterlists with nents > 1
Liviu Dudau
2
-3
/
+23
2017-11-15
drm/atomic-helper: always track connector commits, too
Daniel Vetter
1
-9
/
+3
2017-11-15
drm: Fix kerneldocs for drm_plane modifiers
Ville Syrjälä
1
-0
/
+2
2017-11-14
drm/gem-cma-helper: Fix kerneldocs
Ville Syrjälä
1
-1
/
+1
2017-11-14
drm: Fix modifiers_property kernel doc
Ville Syrjälä
1
-1
/
+1
2017-11-14
dma-buf: try to replace a signaled fence in reservation_object_add_shared_inp...
Christian König
1
-3
/
+15
2017-11-14
dma-buf: keep only not signaled fence in reservation_object_add_shared_replac...
Christian König
1
-17
/
+21
2017-11-14
drm/debugfs: Fix framebuffer debugfs file init
Noralf Trønnes
1
-4
/
+6
2017-11-13
dma-buf: add reservation_object_lock_interruptible()
Christian König
1
-0
/
+23
2017-11-11
drm/cma-helper: Remove drm_fb_cma_debugfs_show()
Noralf Trønnes
4
-73
/
+0
2017-11-11
drm/tinydrm: Use drm_gem_cma_print_info()
Noralf Trønnes
2
-7
/
+2
2017-11-11
drm/tilcdc: Use drm_gem_cma_print_info()
Noralf Trønnes
1
-1
/
+1
2017-11-11
drm/arm/hdlcd: Use drm_gem_cma_print_info()
Noralf Trønnes
1
-1
/
+1
2017-11-11
drm/arc: Use drm_gem_cma_print_info()
Noralf Trønnes
1
-1
/
+1
2017-11-11
drm/cma-helper: Add drm_gem_cma_print_info()
Noralf Trønnes
2
-0
/
+22
2017-11-11
drm/cma-helper: Turn to_drm_gem_cma_obj() into a macro
Noralf Trønnes
1
-5
/
+2
2017-11-11
drm/atomic: Use drm_framebuffer_print_info()
Noralf Trønnes
1
-15
/
+3
2017-11-11
drm/framebuffer: Add framebuffer debugfs file
Noralf Trønnes
5
-0
/
+104
2017-11-11
drm/print: Add drm_printf_indent()
Noralf Trønnes
1
-0
/
+8
2017-11-11
drm/framebuffer: drm_framebuffer_read_refcount() constify argument
Noralf Trønnes
1
-1
/
+1
2017-11-11
drm/vma-manager: drm_vma_node_start() constify argument
Noralf Trønnes
1
-1
/
+1
2017-11-10
virtgpu: remove redundant task_comm copying
Michał Mirosław
1
-4
/
+2
2017-11-10
drm: qxl: remove pr_info message, stops log spamming
Colin Ian King
1
-4
/
+1
2017-11-10
drm/cirrus: add create_handle support.
Lepton Wu
1
-0
/
+9
2017-11-10
drm/virtio: add create_handle support.
Lepton Wu
1
-0
/
+12
2017-11-09
dma-buf: Use rcu_assign_pointer() to set rcu protected pointers
Ville Syrjälä
1
-1
/
+1
2017-11-09
drm/syncobj: Use proper methods for accessing rcu protected pointers
Ville Syrjälä
1
-4
/
+7
2017-11-09
dma-buf/fence: Sparse wants __rcu on the object itself
Chris Wilson
1
-1
/
+1
2017-11-09
drm/syncobj: Mark up the fence as an RCU protected pointer
Chris Wilson
1
-1
/
+1
2017-11-09
drm/vc4: Reject HDMI modes with too high of clocks.
Eric Anholt
1
-0
/
+15
2017-11-09
drm: Update docs for legacy kms state
Daniel Vetter
4
-5
/
+28
2017-11-08
drm: sti: remove vtg_remove
Benjamin Gaignard
1
-6
/
+0
2017-11-08
drm: sti: remove useless fields from vtg structure
Benjamin Gaignard
2
-24
/
+9
2017-11-08
drm/atomic: Try to preserve the crtc enabled state in drm_atomic_remove_fb, v2.
Maarten Lankhorst
1
-6
/
+17
2017-11-07
drm/edid: make drm_edid_to_eld() static
Jani Nikula
3
-7
/
+2
2017-11-07
drm/drivers: drop redundant drm_edid_to_eld() calls
Jani Nikula
14
-21
/
+2
2017-11-07
drm/edid: build ELD in drm_add_edid_modes()
Jani Nikula
1
-2
/
+6
2017-11-07
drm/edid: abstract connector ELD clearing
Jani Nikula
1
-8
/
+13
2017-11-07
drm/edid: set ELD connector type in drm_edid_to_eld()
Jani Nikula
1
-2
/
+7
2017-11-07
drm/edid: use macros for ELD offsets and values
Jani Nikula
1
-13
/
+14
2017-11-07
drm/selftests/mm: Insert cond_resched() between insert modes
Chris Wilson
1
-0
/
+5
2017-11-07
drm/stm: ltdc: add a 2nd endpoint
Philippe CORNU
1
-19
/
+45
2017-11-07
dt-bindings: display: stm32: add a 2nd endpoint
Philippe CORNU
1
-1
/
+5
2017-11-07
drm/stm: checkpatch strict minor updates
Philippe CORNU
2
-3
/
+3
2017-11-07
drm/stm: dsi: Rename driver name
Philippe CORNU
1
-1
/
+1
2017-11-06
drm: via: use ktime_get() instead of do_gettimeofday
Arnd Bergmann
2
-16
/
+9
2017-11-02
drm: Print the fb dimensions when the src coord check fails
Ville Syrjälä
2
-4
/
+6
[next]