summaryrefslogtreecommitdiff
path: root/arch/csky/abiv2
Commit message (Expand)AuthorAgeFilesLines
* csky: mmu: Prevent spurious page faultsGuo Ren2023-04-131-0/+3
* csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-7/+12
* csky: Add C based string functionsMatteo Croce2022-04-182-1/+5
* csky: Fixup compile errorGuo Ren2021-02-279-9/+0
* csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren2021-02-271-0/+5
* csky: Fixup swaponGuo Ren2021-02-271-0/+22
* csky: pgtable.h: Coding conventionGuo Ren2021-02-271-12/+2
* csky: Reconstruct VDSO frameworkGuo Ren2021-01-121-17/+3
* csky: Fixup update_mmu_cache called with user io mappingGuo Ren2021-01-121-0/+3
* csky: Fix TLB maintenance synchronization problemGuo Ren2021-01-121-5/+30
* csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren2021-01-122-10/+23
* csky: Fixup kprobes handler couldn't change pcGuo Ren2020-07-311-1/+3
* csky: Fixup duplicated restore sp in RESTORE_REGS_FTRACEGuo Ren2020-07-311-3/+0
* csky: Coding convention in entry.SGuo Ren2020-05-281-5/+0
* csky: Fixup abiv2 syscall_trace break a4 & a5Guo Ren2020-05-281-0/+2
* csky: Fixup CONFIG_PREEMPT panicGuo Ren2020-05-281-1/+0
* csky: Fixup msa highest 3 bits maskLiu Yibin2020-05-131-2/+2
* csky/ftrace: Fixup error when disable CONFIG_DYNAMIC_FTRACEGuo Ren2020-05-131-0/+2
* csky: Fixup cpu speculative execution to IO areaGuo Ren2020-04-031-5/+2
* csky: Implement ftrace with regsGuo Ren2020-03-082-0/+108
* csky: Fixup init_fpu compile warning with __initGuo Ren2020-03-082-6/+2
* csky: Add flush_icache_mm to defer flush icache allGuo Ren2020-02-212-3/+66
* csky: Optimize abiv2 copy_to_user_page with VM_EXECGuo Ren2020-02-211-1/+3
* csky: Enable defer flush_dcache_page for abiv2 cpus (807/810/860)Guo Ren2020-02-212-8/+18
* csky: Remove unnecessary flush_icache_* implementationGuo Ren2020-02-212-34/+2
* csky: Set regs->usp to kernel sp, when the exception is from kernelGuo Ren2020-02-211-0/+11
* Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-07-191-0/+10
|\
| * csky: Use generic asid algorithm to implement switch_mmGuo Ren2019-07-191-0/+10
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-1/+1
|\ \ | |/ |/|
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* csky: Use va_pa_offset instead of phys_offsetGuo Ren2019-04-221-8/+6
* csky: Support vmlinux bootup with MMU offGuo Ren2019-04-221-17/+62
* csky: Add perf_arch_fetch_caller_regs supportMao Han2019-04-221-0/+1
* csky: Fixup wrong update_mmu_cache implementationGuo Ren2019-04-221-11/+2
* csky: Support dynamic start physical addressGuo Ren2019-04-222-2/+42
* csky: Reconstruct signal processingGuo Ren2019-04-222-7/+2
* csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren2019-04-221-2/+0
* csky: Update syscall_trace_enter/exit implementationGuo Ren2019-04-221-0/+5
* csky/ftrace: Add dynamic function tracer (include graph tracer)Guo Ren2019-04-221-2/+37
* csky: Fixup vdsp&fpu issues in kernelGuo Ren2019-04-221-5/+1
* csky: ftrace call graph supported.Guo Ren2018-12-311-8/+108
* csky: basic ftrace supportedGuo Ren2018-12-312-0/+25
* csky: fixup save hi,lo,dspcr regs in switch_stack.Guo Ren2018-12-312-3/+57
* csky: fixup remove vdsp implement for kernel.Guo Ren2018-12-311-7/+1
* csky: fixup abiv2 mmap(... O_SYNC) failed.Guo Ren2018-12-311-1/+1
* csky: Misc headersGuo Ren2018-10-262-0/+43
* csky: Library functionsGuo Ren2018-10-2610-0/+910
* csky: ELF and module probeGuo Ren2018-10-261-0/+43
* csky: VDSO and rt_sigreturnGuo Ren2018-10-261-0/+23