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
2014-09-24
drm/ast: use container_of to resolve ast_fbdev from drm_fb_helper
Fabian Frederick
1
-1
/
+2
2014-09-24
drm/gma500: use container_of to resolve psb_fbdev from drm_fb_helper
Fabian Frederick
1
-1
/
+2
2014-09-24
drm/qxl: use container_of to resolve qxl_fbdev from drm_fb_helper
Fabian Frederick
1
-1
/
+2
2014-09-24
drm/nouveau: use container_of to resolve nouveau_plane from drm_plane
Fabian Frederick
1
-5
/
+10
2014-09-24
drm/nouveau: use container_of to resolve nouveau_fbdev from drm_fb_helper
Fabian Frederick
1
-1
/
+2
2014-09-24
drm/radeon: use container_of to resolve radeon_fbdev from drm_fb_helper
Fabian Frederick
1
-1
/
+2
2014-09-24
drm/mgag200: use container_of to resolve mga_fbdev from drm_fb_helper
Fabian Frederick
1
-1
/
+2
2014-09-24
drm/cirrus: use container_of to resolve cirrus_fbdev from drm_fb_helper
Fabian Frederick
1
-1
/
+2
2014-09-24
drm: Improve debug output for drm_wait_one_vblank
Daniel Vetter
1
-2
/
+2
2014-09-24
drm: Fixup locking for universal cursor planes
Daniel Vetter
1
-17
/
+34
2014-09-24
drm: Don't update vblank timestamp when the counter didn't change
Mario Kleiner
1
-0
/
+3
2014-09-24
drm/doc: Fixup drm_irq kerneldoc includes.
Daniel Vetter
1
-1
/
+1
2014-09-24
drm: Extract <drm/drm_gem.h>
Daniel Vetter
22
-147
/
+216
2014-09-24
drm: Move internal debugfs functions to drm_internal.h
Daniel Vetter
2
-25
/
+28
2014-09-24
drm: Move leftover ioctl declarations to drm_internal.h
Daniel Vetter
2
-7
/
+9
2014-09-24
drm: Move drm_vm_open_locked into drm_internal.h
Daniel Vetter
3
-2
/
+1
2014-09-24
drm: move drm_mmap to <drm/drm_legacy.h>
Daniel Vetter
12
-13
/
+13
2014-09-24
drm/gem: Don't call drm_mmap from drm_gem_mmap
Daniel Vetter
1
-1
/
+1
2014-09-24
drm/<ttm-based-drivers>: Don't call drm_mmap
Daniel Vetter
7
-7
/
+7
2014-09-24
drm: change drm_err return type to void
Joe Perches
2
-6
/
+3
2014-09-23
drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHED
Benjamin Herrenschmidt
2
-16
/
+9
2014-09-23
drm: powerpc can use a simpler drm_io_prot()
Benjamin Herrenschmidt
1
-5
/
+1
2014-09-22
Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
27
-647
/
+433
2014-09-19
drm/exynos: switch to universal plane API
Andrzej Hajda
7
-51
/
+46
2014-09-19
drm/exynos: use drm generic mmap interface
Inki Dae
5
-132
/
+16
2014-09-19
drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctl
Inki Dae
4
-42
/
+0
2014-09-19
drm/exynos: factor out initial setting of each driver
Joonyoung Shim
3
-34
/
+17
2014-09-19
drm/exynos/hdmi: unregister connector on removal
Andrzej Hajda
1
-1
/
+3
2014-09-19
drm/exynos/dp: unregister connector on removal
Andrzej Hajda
1
-1
/
+3
2014-09-19
drm/exynos/dpi: unregister connector and panel on removal
Andrzej Hajda
1
-1
/
+5
2014-09-19
drm/exynos/dsi: unregister connector on removal
Andrzej Hajda
1
-3
/
+6
2014-09-19
drm/exynos/fb: free exynos framebuffer on error
Andrzej Hajda
1
-0
/
+1
2014-09-19
drm/exynos/fbdev: fix fbdev gem object cleanup
Andrzej Hajda
1
-3
/
+0
2014-09-19
drm/exynos: fix drm driver de-initialization order
Andrzej Hajda
1
-4
/
+4
2014-09-19
drm/exynos/ipp: traverse ipp drivers list safely
Andrzej Hajda
1
-2
/
+2
2014-09-19
drm/exynos: update to use component match support
Inki Dae
1
-22
/
+22
2014-09-19
drm/exynos/ipp: add file checks for ioctls
Andrzej Hajda
1
-47
/
+22
2014-09-19
drm/exynos/ipp: remove file argument from node related functions
Andrzej Hajda
1
-7
/
+5
2014-09-19
drm/exynos/fimc: fix source buffer registers
Andrzej Hajda
1
-8
/
+8
2014-09-19
drm/exynos/fimc: simplify buffer queuing
Andrzej Hajda
1
-49
/
+15
2014-09-19
drm/exynos/fimc: do not enable fimc twice
Andrzej Hajda
1
-4
/
+1
2014-09-19
drm/exynos/fimc: avoid clearing overflow bits
Andrzej Hajda
1
-3
/
+0
2014-09-19
drm/exynos/ipp: remove events during command cleaning
Andrzej Hajda
1
-77
/
+78
2014-09-19
drm/exynos/ipp: stop hardware before freeing memory
Andrzej Hajda
1
-9
/
+6
2014-09-19
drm/exynos/ipp: replace work_struct casting with better constructs
Andrzej Hajda
4
-8
/
+6
2014-09-19
drm/exynos/ipp: clean memory nodes on command node cleaning
Andrzej Hajda
1
-0
/
+5
2014-09-19
drm/exynos/ipp: move nodes cleaning to separate function
Andrzej Hajda
1
-123
/
+106
2014-09-19
drm/exynos/ipp: free partially allocated resources on error
Andrzej Hajda
1
-35
/
+32
2014-09-19
drm/exynos/ipp: remove unused field in command node
Andrzej Hajda
2
-3
/
+0
2014-09-19
drm/exynos/ipp: remove only related commands on file close
Andrzej Hajda
1
-4
/
+1
[next]