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
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-11
Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
8
-22
/
+13
2018-06-10
Merge tag '4.18-fixes-smb3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
18
-138
/
+261
2018-06-10
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2018-06-10
Merge branch 'proc-cmdline'
Linus Torvalds
1
-112
/
+99
2018-06-10
hpfs: Use EUCLEAN for filesystem errors
Mikulas Patocka
1
-2
/
+1
2018-06-09
Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-71
/
+1
2018-06-09
Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-52
/
+217
2018-06-09
Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next
Dan Williams
1
-9
/
+12
2018-06-09
Merge branch 'for-4.18/dax' into libnvdimm-for-next
Dan Williams
8
-43
/
+205
2018-06-08
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
3
-1
/
+20
2018-06-08
Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-3
/
+3
2018-06-08
fix proc_fill_cache() in case of d_alloc_parallel() failure
Al Viro
1
-3
/
+3
2018-06-08
cifs: fix a buffer leak in smb2_query_symlink
Ronnie Sahlberg
6
-29
/
+39
2018-06-08
autofs: small cleanup in autofs_getpath()
Dan Carpenter
1
-3
/
+3
2018-06-08
autofs: clean up includes
Ian Kent
6
-30
/
+2
2018-06-08
autofs: comment on selinux changes needed for module autoload
Ian Kent
1
-0
/
+6
2018-06-08
autofs: create autofs Kconfig and Makefile
Ian Kent
5
-0
/
+37
2018-06-08
autofs: delete fs/autofs4 source files
Ian Kent
8
-3619
/
+0
2018-06-08
autofs: update fs/autofs4/Makefile
Ian Kent
1
-1
/
+3
2018-06-08
autofs: update fs/autofs4/Kconfig
Ian Kent
1
-10
/
+22
2018-06-08
autofs: copy autofs4 to autofs
Ian Kent
8
-0
/
+3618
2018-06-08
autofs4: use autofs instead of autofs4 everywhere
Ian Kent
8
-319
/
+319
2018-06-08
autofs4: merge auto_fs.h and auto_fs4.h
Ian Kent
2
-2
/
+1
2018-06-08
fs/binfmt_misc.c: do not allow offset overflow
Thadeu Lima de Souza Cascardo
1
-3
/
+9
2018-06-08
proc: use "unsigned int" for /proc/*/stack
Alexey Dobriyan
1
-1
/
+2
2018-06-08
proc: use "unsigned int" for sigqueue length
Alexey Dobriyan
1
-1
/
+1
2018-06-08
proc: use "unsigned int" in proc_fill_cache()
Alexey Dobriyan
3
-5
/
+5
2018-06-08
proc: smaller RCU section in ->getattr()
Alexey Dobriyan
1
-1
/
+1
2018-06-08
proc: deduplicate /proc/*/cmdline implementation
Alexey Dobriyan
1
-33
/
+20
2018-06-08
proc: simpler iterations for /proc/*/cmdline
Alexey Dobriyan
1
-19
/
+14
2018-06-08
proc: somewhat simpler code for /proc/*/cmdline
Alexey Dobriyan
1
-15
/
+9
2018-06-08
proc: more "unsigned int" in /proc/*/cmdline
Alexey Dobriyan
1
-17
/
+12
2018-06-08
userfaultfd: prevent non-cooperative events vs mcopy_atomic races
Mike Rapoport
1
-2
/
+20
2018-06-08
mm: mark pages in use for page tables
Matthew Wilcox
1
-0
/
+2
2018-06-08
mm: /proc/pid/pagemap: hide swap entries from unprivileged users
Huang Ying
1
-10
/
+16
2018-06-08
mm: restructure memfd code
Mike Kravetz
2
-1
/
+4
2018-06-08
mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct
Yang Shi
1
-4
/
+4
2018-06-08
fs/9p: detect invalid options as much as possible
Chengguang Xu
1
-17
/
+12
2018-06-08
fs: ocfs2: use new return type vm_fault_t
Souptick Joarder
1
-24
/
+20
2018-06-08
ocfs2: drop a VLA in ocfs2_orphan_del()
Salvatore Mesoraca
1
-2
/
+1
2018-06-08
ocfs2: correct the comments position of struct ocfs2_dir_block_trailer
Guozhonghua
1
-4
/
+4
2018-06-08
ocfs2: eliminate a misreported warning
Zhen Lei
1
-1
/
+1
2018-06-08
ocfs2: ocfs2_inode_lock_tracker does not distinguish lock level
Larry Chen
2
-30
/
+90
2018-06-08
ocfs2: clean up redundant function declarations
Jia Guo
2
-7
/
+5
2018-06-08
fs/dax.c: use new return type vm_fault_t
Souptick Joarder
1
-41
/
+37
2018-06-07
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-6
/
+7
2018-06-07
Merge tag 'udf_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-150
/
+131
2018-06-07
Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-76
/
+91
2018-06-07
Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
9
-270
/
+311
2018-06-07
Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-62
/
+164
[next]