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
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-15
sysctl: Enable PARISC "unaligned-trap" to be used cross-arch
Vineet Gupta
1
-0
/
+1
2013-02-15
ARC: kprobes support
Vineet Gupta
7
-3
/
+610
2013-02-15
ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul)
Vineet Gupta
3
-1
/
+656
2013-02-15
ARC: stacktracing APIs based on dw2 unwinder
Vineet Gupta
2
-2
/
+217
2013-02-15
ARC: DWARF2 .debug_frame based stack unwinder
Vineet Gupta
9
-1
/
+1612
2013-02-15
ARC: SMP support
Vineet Gupta
23
-2
/
+960
2013-02-15
ARC: Diagnostics: show_regs() etc
Vineet Gupta
2
-0
/
+325
2013-02-15
ARC: Module support
Vineet Gupta
3
-0
/
+93
2013-02-15
ARC: Support for high priority interrupts in the in-core intc
Vineet Gupta
5
-2
/
+339
2013-02-15
ARC: OProfile support
Vineet Gupta
4
-0
/
+38
2013-02-15
ARC: Futex support
Vineet Gupta
1
-0
/
+151
2013-02-15
ARC: ptrace support
Vineet Gupta
4
-2
/
+206
2013-02-15
ARC: [optim] Cache "current" in Register r25
Vineet Gupta
9
-1
/
+120
2013-02-15
ARC: [plat-arcfpga] defconfig
Vineet Gupta
1
-0
/
+46
2013-02-15
ARC: Last bits (stubs) to get to a running kernel with UART
Vineet Gupta
3
-0
/
+86
2013-02-15
ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 board
Vineet Gupta
5
-58
/
+146
2013-02-15
ARC: [DeviceTree] Convert some Kconfig items to runtime values
Vineet Gupta
6
-17
/
+37
2013-02-15
ARC: [DeviceTree] Basic support
Vineet Gupta
11
-0
/
+165
2013-02-15
ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARC
Vineet Gupta
4
-0
/
+167
2013-02-15
ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init
Vineet Gupta
8
-0
/
+506
2013-02-15
ARC: I/O and DMA Mappings
Vineet Gupta
6
-0
/
+528
2013-02-15
ARC: Page Fault handling
Vineet Gupta
1
-0
/
+228
2013-02-15
ARC: TLB flush Handling
Vineet Gupta
3
-0
/
+356
2013-02-15
ARC: MMU Exception Handling
Vineet Gupta
5
-0
/
+854
2013-02-15
ARC: MMU Context Management
Vineet Gupta
4
-0
/
+262
2013-02-15
ARC: Page Table Management
Vineet Gupta
3
-0
/
+627
2013-02-15
ARC: Cache Flush Management
Vineet Gupta
5
-0
/
+954
2013-02-15
ARC: [Review] Prevent incorrect syscall restarts
Vineet Gupta
2
-4
/
+11
2013-02-15
ARC: [Review] Preparing to fix incorrect syscall restarts due to signals
Vineet Gupta
4
-19
/
+40
2013-02-15
ARC: Signal handling
Vineet Gupta
6
-3
/
+449
2013-02-11
ARC: Timers/counters/delay management
Vineet Gupta
7
-0
/
+425
2013-02-11
ARC: Process-creation/scheduling/idle-loop
Vineet Gupta
10
-8
/
+484
2013-02-11
ARC: Syscall support (no-legacy-syscall ABI)
Vineet Gupta
8
-0
/
+228
2013-02-11
ARC: Non-MMU Exception Handling
Vineet Gupta
2
-7
/
+125
2013-02-11
ARC: Interrupt Handling
Vineet Gupta
5
-2
/
+152
2013-02-11
ARC: Low level IRQ/Trap/Exception Handling
Vineet Gupta
2
-0
/
+1066
2013-02-11
ARC: String library
Vineet Gupta
8
-0
/
+661
2013-02-11
ARC: Spinlock/rwlock/mutex primitives
Vineet Gupta
3
-0
/
+188
2013-02-11
ARC: Fundamental ARCH data-types/defines
Vineet Gupta
12
-0
/
+685
2013-02-11
ARC: Checksum/byteorder/swab routines
Vineet Gupta
3
-0
/
+217
2013-02-11
ARC: [optim] uaccess __{get,put}_user() optimised
Vineet Gupta
1
-0
/
+105
2013-02-11
ARC: uaccess friends
Vineet Gupta
3
-0
/
+733
2013-02-11
ARC: Atomic/bitops/cmpxchg/barriers
Vineet Gupta
5
-0
/
+967
2013-02-11
ARC: irqflags - Interrupt enabling/disabling at in-core intc
Vineet Gupta
3
-0
/
+295
2013-02-11
ARC: Build system: Makefiles, Kconfig, Linker script
Vineet Gupta
14
-0
/
+816
2013-01-28
ARC: Generic Headers
Vineet Gupta
2
-0
/
+67
2013-01-25
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+2
2013-01-25
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
6
-27
/
+26
2013-01-25
Merge tag 'fixes-for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
40
-180
/
+176
2013-01-24
Merge branch 'vexpress/fixes' of git://git.linaro.org/people/pawelmoll/linux ...
Olof Johansson
2
-3
/
+1
[next]