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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-28
[PATCH] ppc32: add 440GX erratum 440_43 workaround
Eugene Surovegin
1
-0
/
+1
2006-04-28
[PATCH] powerpc: Use check_legacy_ioport() on ppc32 too.
David Woodhouse
1
-3
/
+3
2006-04-28
[PATCH] powerpc: Fix pagetable bloat for hugepages
David Gibson
2
-0
/
+3
2006-04-28
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
6
-8
/
+29
2006-04-28
[IA64] enable dumps to capture second page of kernel stack
Cliff Wickman
1
-1
/
+1
2006-04-28
[IA64-SGI] - Fix discover of nearest cpu node to IO node
Jack Steiner
1
-1
/
+5
2006-04-28
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2
-5
/
+3
2006-04-28
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
2
-32
/
+25
2006-04-28
Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
1
-0
/
+2
2006-04-28
[PATCH] Kobject: possible cleanups
Adrian Bunk
1
-1
/
+0
2006-04-28
[PATCH] Fix OCFS2 warning when DEBUG_FS is not enabled
Jean Delvare
1
-3
/
+2
2006-04-28
[PATCH] Kobject: fix build error
Kay Sievers
1
-1
/
+1
2006-04-27
[PATCH] x86/PAE: Fix pte_clear for the >4GB RAM case
Zachary Amsden
3
-3
/
+24
2006-04-27
[MIPS] 24K LV: Add core card id.
Chris Dearman
1
-0
/
+1
2006-04-27
[MIPS] Fix bitops for MIPS32/MIPS64 CPUs.
Atsushi Nemoto
1
-32
/
+24
2006-04-27
[PATCH] Add find_get_pages_contig(): contiguous variant of find_get_pages()
Jens Axboe
1
-0
/
+2
2006-04-26
Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
6
-4
/
+29
2006-04-26
[PATCH] splice: rearrange moving to/from pipe helpers
Jens Axboe
1
-0
/
+17
2006-04-26
[PATCH] sky2: reschedule if irq still pending
Stephen Hemminger
1
-8
/
+10
2006-04-26
Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Jeff Garzik
1
-1
/
+4
2006-04-26
[PATCH] Add support for the sys_vmsplice syscall
Jens Axboe
5
-4
/
+12
2006-04-25
[NETFILTER]: Fix compat_xt_counters alignment for non-x86
Patrick McHardy
1
-0
/
+4
2006-04-25
[SPARC]: __NR_sys removal
OGAWA Hirofumi
2
-2
/
+2
2006-04-24
[PATCH] softmac: fix SIOCSIWAP
Johannes Berg
1
-1
/
+4
2006-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
Linus Torvalds
4
-36
/
+77
2006-04-23
powerpc: Fix define_machine so machine_is() works from modules
Paul Mackerras
1
-1
/
+5
2006-04-22
[PARISC] Make ioremap default to _nocache
Kyle McMartin
1
-12
/
+5
2006-04-22
[PARISC] Add new entries to the syscall table
Kyle McMartin
1
-1
/
+7
2006-04-22
[PARISC] Further work for multiple page sizes
Helge Deller
2
-23
/
+65
2006-04-21
[IA64] Setup an IA64 specific reclaim distance
Christoph Lameter
1
-0
/
+5
2006-04-21
[PATCH] powerpc: IOMMU support for honoring dma_mask
Olof Johansson
1
-3
/
+4
2006-04-21
[IA64] eliminate compile time warnings
Satoru Takeuchi
1
-0
/
+2
2006-04-21
[IA64-SGI] SN SAL call to inject memory errors
Russ Anderson
1
-0
/
+13
2006-04-21
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2006-04-21
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-0
/
+8
2006-04-21
Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Jeff Garzik
1
-1
/
+2
2006-04-20
[IA64] - Fix MAX_PXM_DOMAINS for systems with > 256 nodes
Jack Steiner
1
-3
/
+2
2006-04-20
[IA64] Remove unused variable in sn_sal.h
Russ Anderson
1
-3
/
+1
2006-04-20
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
2
-2
/
+2
2006-04-20
[PATCH] x86_64: bring back __read_mostly support to linux-2.6.17-rc2
Eric Dumazet
1
-2
/
+2
2006-04-20
[PATCH] i386/x86-64: Fix x87 information leak between processes
Andi Kleen
4
-5
/
+47
2006-04-20
[PATCH] memory_hotplug.h cleanup
Adrian Bunk
1
-3
/
+0
2006-04-20
[PATCH] xtensa: Fix TIOCGICOUNT macro
Chris Zankel
1
-1
/
+1
2006-04-20
[NET]: Add skb->truesize assertion checking.
David S. Miller
2
-0
/
+8
2006-04-20
[SPARC]: __NR_sys_splice --> __NR_splice
David S. Miller
2
-2
/
+2
2006-04-20
[PATCH] softmac: fix event sending
Johannes Berg
1
-1
/
+2
2006-04-19
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
Linus Torvalds
2
-0
/
+13
2006-04-19
NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unset
Trond Myklebust
1
-0
/
+1
2006-04-19
NFS: fix PROC_FS=n compile error
Adrian Bunk
1
-0
/
+12
2006-04-19
[PATCH] remove the obsolete IDEPCI_FLAG_FORCE_PDC
Adrian Bunk
1
-1
/
+0
[next]