Age | Commit message (Expand) | Author | Files | Lines |
2021-02-27 | csky: Fixup compile error | Guo Ren | 8 | -8/+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: 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 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-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 | 1 | -0/+60 |
2020-03-08 | csky: Fixup init_fpu compile warning with __init | Guo Ren | 1 | -1/+2 |
2020-02-21 | csky: Add flush_icache_mm to defer flush icache all | Guo Ren | 1 | -3/+11 |
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 | 1 | -2/+10 |
2020-02-21 | csky: Remove unnecessary flush_icache_* implementation | Guo Ren | 1 | -11/+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 | csky: Use generic asid algorithm to implement switch_mm | Guo Ren | 1 | -0/+10 |
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: 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 |
2018-12-31 | csky: fixup save hi,lo,dspcr regs in switch_stack. | Guo Ren | 2 | -3/+57 |
2018-12-31 | csky: fixup abiv2 mmap(... O_SYNC) failed. | Guo Ren | 1 | -1/+1 |
2018-10-26 | csky: Misc headers | Guo Ren | 2 | -0/+43 |
2018-10-26 | csky: Library functions | Guo Ren | 1 | -0/+27 |
2018-10-26 | csky: ELF and module probe | Guo Ren | 1 | -0/+43 |
2018-10-26 | csky: VDSO and rt_sigreturn | Guo Ren | 1 | -0/+23 |
2018-10-26 | csky: Process management and Signal | Guo Ren | 1 | -0/+66 |
2018-10-25 | csky: MMU and page table management | Guo Ren | 3 | -0/+138 |
2018-10-25 | csky: Cache and TLB routines | Guo Ren | 1 | -0/+46 |
2018-10-25 | csky: Exception handling and mm-fault | Guo Ren | 1 | -0/+156 |