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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-22
ocfs2: remove kfree() redundant null checks
Tim Gardner
10
-34
/
+17
2013-02-22
configfs: move the dereference below the NULL test
Wei Yongjun
1
-2
/
+3
2013-02-22
scripts/tags.sh: add ctags magic for declarations of popular kernel type
Kirill Tkhai
1
-4
/
+20
2013-02-22
time: don't inline EXPORT_SYMBOL functions
Greg Kroah-Hartman
1
-2
/
+2
2013-02-22
drivers/video/mx3fb.c: use NULL for pointer
Fabio Estevam
1
-1
/
+1
2013-02-22
video: exynos_dp: move disable_irq() to exynos_dp_suspend()
Ajay Kumar
1
-2
/
+2
2013-02-22
video: exynos_dp: add missing of_node_put()
Jingoo Han
1
-6
/
+13
2013-02-22
video: s3c-fb: fix typo in definition of VIDCON1_VSTATUS_FRONTPORCH value
Tomasz Figa
1
-1
/
+1
2013-02-22
video: s3c-fb: add the bit definitions for CSC EQ709 and EQ601
Jingoo Han
1
-0
/
+2
2013-02-22
video: s3c-fb: remove unnecessary brackets
Jingoo Han
1
-102
/
+97
2013-02-22
video: s3c-fb: remove duplicated S3C_FB_MAX_WIN
Jingoo Han
1
-2
/
+0
2013-02-22
video: s3c-fb: use ARCH_ dependancy
Jingoo Han
1
-1
/
+2
2013-02-22
drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIs
Sachin Kamat
2
-52
/
+17
2013-02-22
drivers/video/exynos/exynos_mipi_dsi.c: fix an error check condition
Sachin Kamat
1
-1
/
+1
2013-02-22
drivers/video/exynos/s6e8ax0.c: use devm_* APIs in s6e8ax0.c
Sachin Kamat
1
-10
/
+4
2013-02-22
drivers/video/Kconfig: specify the SoCs that make use of FB_IMX
Fabio Estevam
1
-1
/
+1
2013-02-22
ARM: mmp: add display and fb support in pxa910 defconfig
Zhou Zhu
1
-0
/
+8
2013-02-22
ARM: mmp: enable display in ttc_dkb
Zhou Zhu
1
-0
/
+92
2013-02-22
ARM: mmp: added device for display controller
Zhou Zhu
2
-1
/
+7
2013-02-22
video: mmpdisp: add spi port in display controller
Zhou Zhu
5
-0
/
+199
2013-02-22
video: mmp: add tpo hvga panel supported
Lisa Du
5
-1
/
+195
2013-02-22
video: mmp display controller support
Guoqing Li
6
-1
/
+2570
2013-02-22
fb: mmp: include linux/platform_device.h
Arnd Bergmann
1
-0
/
+1
2013-02-22
video: mmp fb support
Zhou Zhu
6
-1
/
+757
2013-02-22
video: mmp display subsystem
Zhou Zhu
6
-0
/
+618
2013-02-22
goldfish: framebuffer driver
Arve Hjønnevåg
3
-0
/
+328
2013-02-22
fbcon: clear the logo bitmap from the margin area
Kamal Mostafa
1
-1
/
+9
2013-02-22
pcmcia: move unbind/rebind into dev_pm_ops.complete
Christian Lamparter
1
-7
/
+30
2013-02-22
cris: use "int" for ssize_t to match size_t
Geert Uytterhoeven
1
-5
/
+0
2013-02-22
mn10300: use for_each_pci_dev to simplify the code
Wei Yongjun
1
-1
/
+1
2013-02-22
fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()
MITSUNARI Shigeo
1
-0
/
+1
2013-02-22
inotify: remove broken mask checks causing unmount to be EINVAL
Jim Somerville
1
-4
/
+0
2013-02-22
compat: return -EFAULT on error in waitid()
Dan Carpenter
1
-1
/
+1
2013-02-22
bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSG
Daniel Santos
2
-16
/
+38
2013-02-22
compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}
Daniel Santos
2
-1
/
+6
2013-02-22
bug.h: make BUILD_BUG_ON generate compile-time error
Daniel Santos
1
-13
/
+19
2013-02-22
bug.h: prevent double evaulation of `condition' in BUILD_BUG_ON
Daniel Santos
1
-3
/
+4
2013-02-22
bug.h: fix BUILD_BUG_ON macro in __CHECKER__
Daniel Santos
1
-2
/
+2
2013-02-22
compiler{,-gcc4}.h, bug.h: Remove duplicate macros
Daniel Santos
3
-6
/
+1
2013-02-22
compiler-gcc{3,4}.h: Use GCC_VERSION macro
Daniel Santos
2
-14
/
+14
2013-02-22
compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
Daniel Santos
1
-0
/
+3
2013-02-22
compiler-gcc4.h: Reorder macros based upon gcc ver
Daniel Santos
1
-9
/
+11
2013-02-22
device_cgroup: don't grab mutex in rcu callback
Jerry Snitselaar
1
-9
/
+12
2013-02-21
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-60
/
+192
2013-02-21
Merge tag 'dlm-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2
-0
/
+18
2013-02-21
Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
26
-260
/
+415
2013-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Linus Torvalds
23
-374
/
+375
2013-02-21
Merge tag 'for-linus-v3.9-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
28
-453
/
+503
2013-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
9
-180
/
+609
2013-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
4
-79
/
+31
[next]