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
/
arch
/
mips
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-13
Add generic sys_olduname()
Christoph Hellwig
1
-42
/
+0
2010-03-13
improve sys_newuname() for compat architectures
Christoph Hellwig
3
-18
/
+2
2010-03-13
Add generic sys_ipc wrapper
Christoph Hellwig
1
-88
/
+0
2010-03-02
i8253: Convert i8253_lock to raw_spinlock
Thomas Gleixner
1
-7
/
+7
2010-02-27
MIPS: Crazy spinlock speed test.
David Daney
2
-0
/
+142
2010-02-27
MIPS: i8259: Convert IRQ controller lock to raw spinlock.
Ralf Baechle
1
-11
/
+11
2010-02-27
MIPS: GT641xx: Convert timer lock to raw spinlock.
Ralf Baechle
1
-5
/
+5
2010-02-27
MIPS: GT641xx: Convert IRQ controller lock to raw spinlock.
Ralf Baechle
1
-9
/
+9
2010-02-27
MIPS: Give Octeon+ CPUs their own cputype.
David Daney
1
-2
/
+7
2010-02-27
MIPS: Set __elf_platform for Octeon.
David Daney
1
-0
/
+2
2010-02-27
MIPS: Allow the auxv's elf_platform entry to be set.
David Daney
1
-0
/
+1
2010-02-27
MIPS: Deal with larger physical offsets
Florian Fainelli
1
-8
/
+13
2010-02-27
MIPS: Annotate set_except_vector with __init
Florian Fainelli
1
-1
/
+1
2010-02-27
MIPS: Nuke trailing blank lines
Ralf Baechle
1
-1
/
+0
2010-02-27
MIPS: Cleanup switches with cases that can be merged
Roel Kluin
1
-3
/
+0
2010-02-27
MIPS: Decode c0_config4 for large TLBs.
David Daney
1
-0
/
+15
2010-02-27
MIPS: Loongson: Change the Email address of Wu Zhangjin
Wu Zhangjin
2
-2
/
+2
2010-02-27
MIPS: Two-level pagetables for 64-bit kernels with 64KB pages.
David Daney
1
-0
/
+4
2010-02-27
MIPS: Don't include <linux/smp_lock.h> unnecessarily.
Ralf Baechle
3
-3
/
+0
2010-02-11
MIPS: Don't probe reserved EntryHi bits.
David Daney
1
-2
/
+2
2010-02-11
MIPS: Fixup of the r4k timer
Wu Zhangjin
1
-0
/
+1
2010-02-02
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
1
-0
/
+11
2010-02-02
MIPS: 64-bit: Detect virtual memory size
Guenter Roeck
1
-0
/
+11
2010-01-28
MIPS: PowerTV: Fix support for timer interrupts with > 64 external IRQs
David VomLehn
2
-3
/
+5
2009-12-17
MIPS: Cleanup random differences beween lmo and Linus' kernel.
Ralf Baechle
1
-2
/
+2
2009-12-17
MIPS: Fix and enhance built-in kernel command line
Dmitri Vorobiev
1
-4
/
+20
2009-12-17
MIPS: Cleanup signal code initialization
Ralf Baechle
3
-76
/
+70
2009-12-17
MIPS: Modularize COP2 handling
Ralf Baechle
2
-22
/
+63
2009-12-17
MIPS: Tracing: Make function graph tracer work with -mmcount-ra-address
Wu Zhangjin
2
-7
/
+31
2009-12-17
MIPS: Tracing: Reserve $12(t0) for mcount-ra-address of gcc 4.5
Wu Zhangjin
1
-13
/
+13
2009-12-17
MIPS: Tracing: Make ftrace for MIPS work without -fno-omit-frame-pointer
Wu Zhangjin
2
-15
/
+49
2009-12-17
MIPS: Tracing: Add dynamic function graph tracer for MIPS
Wu Zhangjin
2
-2
/
+33
2009-12-17
MIPS: Tracing: Add function graph tracer support for MIPS
Wu Zhangjin
2
-0
/
+148
2009-12-17
MIPS: Tracing: Add IRQENTRY_EXIT section for MIPS
Wu Zhangjin
4
-8
/
+47
2009-12-17
MIPS: Tracing: Add dynamic function tracer support
Wu Zhangjin
3
-1
/
+143
2009-12-17
MIPS: Tracing: Enable HAVE_FUNCTION_TRACE_MCOUNT_TEST for MIPS
Wu Zhangjin
1
-0
/
+3
2009-12-17
MIPS: Tracing: Add static function tracer support for MIPS
Wu Zhangjin
3
-0
/
+94
2009-12-17
MIPS: Loongson 2F: Add CPU frequency scaling support
Wu Zhangjin
6
-0
/
+416
2009-12-17
MIPS: Add basic CPUFreq options.
Wu Zhangjin
1
-0
/
+27
2009-12-17
MIPS: PowerTV: Base files for Cisco PowerTV platform
David VomLehn
2
-0
/
+181
2009-12-17
MIPS: Remove addinitrd and CONFIG_PROBE_INITRD_HEADER
Ralf Baechle
1
-19
/
+1
2009-12-17
MIPS: Replace all usages of CL_SIZE by COMMAND_LINE_SIZE
Dmitri Vorobiev
1
-2
/
+2
2009-12-15
genirq: Convert irq_desc.lock to raw_spinlock
Thomas Gleixner
1
-2
/
+2
2009-12-12
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-0
/
+1
2009-12-11
fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and sh
Al Viro
1
-1
/
+2
2009-12-11
Unify sys_mmap*
Al Viro
2
-44
/
+4
2009-12-10
vfs: Implement proper O_SYNC semantics
Christoph Hellwig
1
-0
/
+1
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-12-09
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-33
/
+0
2009-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
4
-0
/
+4
[prev]
[next]