index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
csky
/
abiv2
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-18
csky: Add C based string functions
Matteo Croce
2
-1
/
+5
2021-02-27
csky: Fixup compile error
Guo Ren
9
-9
/
+0
2021-02-27
csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...
Guo Ren
1
-0
/
+5
2021-02-27
csky: Fixup swapon
Guo Ren
1
-0
/
+22
2021-02-27
csky: pgtable.h: Coding convention
Guo Ren
1
-12
/
+2
2021-01-12
csky: Reconstruct VDSO framework
Guo Ren
1
-17
/
+3
2021-01-12
csky: Fixup update_mmu_cache called with user io mapping
Guo Ren
1
-0
/
+3
2021-01-12
csky: Fix TLB maintenance synchronization problem
Guo Ren
1
-5
/
+30
2021-01-12
csky: Add memory layout 2.5G(user):1.5G(kernel)
Guo Ren
2
-10
/
+23
2020-07-31
csky: Fixup kprobes handler couldn't change pc
Guo Ren
1
-1
/
+3
2020-07-31
csky: Fixup duplicated restore sp in RESTORE_REGS_FTRACE
Guo Ren
1
-3
/
+0
2020-05-28
csky: Coding convention in entry.S
Guo Ren
1
-5
/
+0
2020-05-28
csky: Fixup abiv2 syscall_trace break a4 & a5
Guo Ren
1
-0
/
+2
2020-05-28
csky: Fixup CONFIG_PREEMPT panic
Guo Ren
1
-1
/
+0
2020-05-13
csky: Fixup msa highest 3 bits mask
Liu Yibin
1
-2
/
+2
2020-05-13
csky/ftrace: Fixup error when disable CONFIG_DYNAMIC_FTRACE
Guo Ren
1
-0
/
+2
2020-04-03
csky: Fixup cpu speculative execution to IO area
Guo Ren
1
-5
/
+2
2020-03-08
csky: Implement ftrace with regs
Guo Ren
2
-0
/
+108
2020-03-08
csky: Fixup init_fpu compile warning with __init
Guo Ren
2
-6
/
+2
2020-02-21
csky: Add flush_icache_mm to defer flush icache all
Guo Ren
2
-3
/
+66
2020-02-21
csky: Optimize abiv2 copy_to_user_page with VM_EXEC
Guo Ren
1
-1
/
+3
2020-02-21
csky: Enable defer flush_dcache_page for abiv2 cpus (807/810/860)
Guo Ren
2
-8
/
+18
2020-02-21
csky: Remove unnecessary flush_icache_* implementation
Guo Ren
2
-34
/
+2
2020-02-21
csky: Set regs->usp to kernel sp, when the exception is from kernel
Guo Ren
1
-0
/
+11
2019-07-19
Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linux
Linus Torvalds
1
-0
/
+10
2019-07-19
csky: Use generic asid algorithm to implement switch_mm
Guo Ren
1
-0
/
+10
2019-07-09
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-04-22
csky: Use va_pa_offset instead of phys_offset
Guo Ren
1
-8
/
+6
2019-04-22
csky: Support vmlinux bootup with MMU off
Guo Ren
1
-17
/
+62
2019-04-22
csky: Add perf_arch_fetch_caller_regs support
Mao Han
1
-0
/
+1
2019-04-22
csky: Fixup wrong update_mmu_cache implementation
Guo Ren
1
-11
/
+2
2019-04-22
csky: Support dynamic start physical address
Guo Ren
2
-2
/
+42
2019-04-22
csky: Reconstruct signal processing
Guo Ren
2
-7
/
+2
2019-04-22
csky: Use in_syscall & forget_syscall instead of r11_sig
Guo Ren
1
-2
/
+0
2019-04-22
csky: Update syscall_trace_enter/exit implementation
Guo Ren
1
-0
/
+5
2019-04-22
csky/ftrace: Add dynamic function tracer (include graph tracer)
Guo Ren
1
-2
/
+37
2019-04-22
csky: Fixup vdsp&fpu issues in kernel
Guo Ren
1
-5
/
+1
2018-12-31
csky: ftrace call graph supported.
Guo Ren
1
-8
/
+108
2018-12-31
csky: basic ftrace supported
Guo Ren
2
-0
/
+25
2018-12-31
csky: fixup save hi,lo,dspcr regs in switch_stack.
Guo Ren
2
-3
/
+57
2018-12-31
csky: fixup remove vdsp implement for kernel.
Guo Ren
1
-7
/
+1
2018-12-31
csky: fixup abiv2 mmap(... O_SYNC) failed.
Guo Ren
1
-1
/
+1
2018-10-25
csky: Misc headers
Guo Ren
2
-0
/
+43
2018-10-25
csky: Library functions
Guo Ren
10
-0
/
+910
2018-10-25
csky: ELF and module probe
Guo Ren
1
-0
/
+43
2018-10-25
csky: VDSO and rt_sigreturn
Guo Ren
1
-0
/
+23
2018-10-25
csky: Process management and Signal
Guo Ren
2
-0
/
+341
2018-10-25
csky: MMU and page table management
Guo Ren
3
-0
/
+138
[next]