aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/abiv2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-28csky: Coding convention in entry.SGuo Ren1-5/+0
2020-05-28csky: Fixup abiv2 syscall_trace break a4 & a5Guo Ren1-0/+2
2020-05-28csky: Fixup CONFIG_PREEMPT panicGuo Ren1-1/+0
2020-05-13csky: Fixup msa highest 3 bits maskLiu Yibin1-2/+2
2020-05-13csky/ftrace: Fixup error when disable CONFIG_DYNAMIC_FTRACEGuo Ren1-0/+2
2020-04-03csky: Fixup cpu speculative execution to IO areaGuo Ren1-5/+2
2020-03-08csky: Implement ftrace with regsGuo Ren2-0/+108
2020-03-08csky: Fixup init_fpu compile warning with __initGuo Ren2-6/+2
2020-02-21csky: Add flush_icache_mm to defer flush icache allGuo Ren2-3/+66
2020-02-21csky: Optimize abiv2 copy_to_user_page with VM_EXECGuo Ren1-1/+3
2020-02-21csky: Enable defer flush_dcache_page for abiv2 cpus (807/810/860)Guo Ren2-8/+18
2020-02-21csky: Remove unnecessary flush_icache_* implementationGuo Ren2-34/+2
2020-02-21csky: Set regs->usp to kernel sp, when the exception is from kernelGuo Ren1-0/+11
2019-07-19Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds1-0/+10
2019-07-19csky: Use generic asid algorithm to implement switch_mmGuo Ren1-0/+10
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-22csky: Use va_pa_offset instead of phys_offsetGuo Ren1-8/+6
2019-04-22csky: Support vmlinux bootup with MMU offGuo Ren1-17/+62
2019-04-22csky: Add perf_arch_fetch_caller_regs supportMao Han1-0/+1
2019-04-22csky: Fixup wrong update_mmu_cache implementationGuo Ren1-11/+2
2019-04-22csky: Support dynamic start physical addressGuo Ren2-2/+42
2019-04-22csky: Reconstruct signal processingGuo Ren2-7/+2
2019-04-22csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren1-2/+0
2019-04-22csky: Update syscall_trace_enter/exit implementationGuo Ren1-0/+5
2019-04-22csky/ftrace: Add dynamic function tracer (include graph tracer)Guo Ren1-2/+37
2019-04-22csky: Fixup vdsp&fpu issues in kernelGuo Ren1-5/+1
2018-12-31csky: ftrace call graph supported.Guo Ren1-8/+108
2018-12-31csky: basic ftrace supportedGuo Ren2-0/+25
2018-12-31csky: fixup save hi,lo,dspcr regs in switch_stack.Guo Ren2-3/+57
2018-12-31csky: fixup remove vdsp implement for kernel.Guo Ren1-7/+1
2018-12-31csky: fixup abiv2 mmap(... O_SYNC) failed.Guo Ren1-1/+1
2018-10-26csky: Misc headersGuo Ren2-0/+43
2018-10-26csky: Library functionsGuo Ren10-0/+910
2018-10-26csky: ELF and module probeGuo Ren1-0/+43
2018-10-26csky: VDSO and rt_sigreturnGuo Ren1-0/+23
2018-10-26csky: Process management and SignalGuo Ren2-0/+341
2018-10-25csky: MMU and page table managementGuo Ren3-0/+138
2018-10-25csky: Cache and TLB routinesGuo Ren2-0/+106
2018-10-25csky: Exception handling and mm-faultGuo Ren1-0/+156
2018-10-25csky: Build infrastructureGuo Ren1-0/+10