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
2006-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2
-12
/
+5
2006-12-12
fs: Convert kmalloc() + memset() to kzalloc() in fs/.
Robert P. J. Day
1
-2
/
+1
2006-12-12
kconfig: Standardize "depends" -> "depends on" in Kconfig files
Robert P. J. Day
1
-1
/
+1
2006-12-12
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
16
-106
/
+546
2006-12-12
EXT{2,3,4}_FS: remove outdated part of the help text
Jan Engelhardt
1
-9
/
+3
2006-12-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...
Linus Torvalds
1
-21
/
+21
2006-12-12
[patch 3/3] OCFS2 Configurable timeouts - Protocol changes
Andrew Beekhof
4
-16
/
+116
2006-12-11
Make SLES9 "get_kernel_version" work on the kernel binary again
Linus Torvalds
1
-2
/
+10
2006-12-10
[PATCH] user of the jiffies rounding code: JBD
Arjan van de Ven
1
-1
/
+1
2006-12-10
[PATCH] fdtable: Implement new pagesize-based fdtable allocator
Vadim Lobanov
1
-136
/
+72
2006-12-10
[PATCH] fdtable: Remove the free_files field
Vadim Lobanov
1
-19
/
+8
2006-12-10
[PATCH] fdtable: Make fdarray and fdsets equal in size
Vadim Lobanov
6
-50
/
+36
2006-12-10
[PATCH] dio: lock refcount operations
Zach Brown
1
-31
/
+45
2006-12-10
[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUED
Zach Brown
2
-56
/
+36
2006-12-10
[PATCH] dio: remove duplicate bio wait code
Zach Brown
1
-29
/
+12
2006-12-10
[PATCH] dio: formalize bio counters as a dio reference count
Zach Brown
1
-74
/
+66
2006-12-10
[PATCH] dio: call blk_run_address_space() once per op
Zach Brown
1
-5
/
+3
2006-12-10
[PATCH] dio: centralize completion in dio_complete()
Zach Brown
1
-52
/
+42
2006-12-10
[PATCH] io-accounting: report in procfs
Andrew Morton
1
-0
/
+24
2006-12-10
[PATCH] io-accounting: direct-io
Andrew Morton
1
-0
/
+8
2006-12-10
[PATCH] io-accounting-read-accounting cifs fix
Andrew Morton
1
-0
/
+2
2006-12-10
[PATCH] io-accounting: write-cancel accounting
Andrew Morton
1
-1
/
+6
2006-12-10
[PATCH] io-accounting: write accounting
Andrew Morton
1
-1
/
+4
2006-12-10
[PATCH] clean up __set_page_dirty_nobuffers()
Andrew Morton
1
-13
/
+12
2006-12-09
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
1
-1
/
+1
2006-12-09
[MIPS] Rename SNI_RM200_PCI to just SNI_RM preparing for more RM machines
Thomas Bogendoerfer
1
-1
/
+1
2006-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
3
-3
/
+12
2006-12-08
[PATCH] proc_misc build fix
Andrew Morton
1
-0
/
+1
2006-12-08
[PATCH] fault injection: process filtering for fault-injection capabilities
Akinobu Mita
1
-0
/
+65
2006-12-08
[PATCH] fault-injection capability for disk IO
Akinobu Mita
1
-0
/
+27
2006-12-08
[PATCH] nfsd: replace kmalloc+memset with kcalloc + simplify NULL check
Yan Burman
2
-21
/
+19
2006-12-08
[PATCH] NFS3: Calculate 'w' a bit later in nfs3svc_encode_getaclres()
Jesper Juhl
1
-4
/
+4
2006-12-08
[PATCH] NFS2: Calculate 'w' a bit later in nfsaclsvc_encode_getaclres()
Jesper Juhl
1
-4
/
+4
2006-12-08
[PATCH] lockdep: annotate nfsd4 recover code
Peter Zijlstra
1
-1
/
+1
2006-12-08
[PATCH] add child reaper to pid_namespace
Sukadev Bhattiprolu
1
-2
/
+3
2006-12-08
[PATCH] use current->nsproxy->pid_ns
Cedric Le Goater
1
-1
/
+1
2006-12-08
[PATCH] rename struct pspace to struct pid_namespace
Sukadev Bhattiprolu
1
-2
/
+2
2006-12-08
[PATCH] rename struct namespace to struct mnt_namespace
Kirill Korotaev
7
-79
/
+80
2006-12-08
[PATCH] add process_session() helper routine: deprecate old field
Cedric Le Goater
1
-1
/
+1
2006-12-08
[PATCH] add process_session() helper routine
Cedric Le Goater
2
-4
/
+4
2006-12-08
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
David Howells
2
-8
/
+4
2006-12-08
[PATCH] struct path: convert ufs
Josef Sipek
1
-1
/
+1
2006-12-08
[PATCH] struct path: convert udf
Josef Sipek
2
-3
/
+3
2006-12-08
[PATCH] struct path: convert sysv
Josef Sipek
1
-1
/
+1
2006-12-08
[PATCH] struct path: convert smbfs
Josef Sipek
5
-18
/
+18
2006-12-08
[PATCH] struct path: convert romfs
Josef Sipek
1
-1
/
+1
2006-12-08
[PATCH] struct path: convert reiserfs
Josef Sipek
5
-11
/
+11
2006-12-08
[PATCH] struct path: convert ramfs
Josef Sipek
1
-1
/
+1
2006-12-08
[PATCH] struct path: convert qnx4
Josef Sipek
1
-1
/
+1
2006-12-08
[PATCH] struct path: convert openpromfs
Josef Sipek
1
-1
/
+1
[next]