summaryrefslogtreecommitdiffstats
path: root/arch/csky/abiv2/inc
AgeCommit message (Expand)AuthorLines
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand-7/+0
2025-12-10Merge tag 'csky-for-linus-6.19' of https://github.com/c-sky/csky-linuxLinus Torvalds-1/+1
2025-10-21csky: abiv2: adapt to new folio flags fieldThomas Weißschuh-2/+2
2025-10-19csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth-1/+1
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti-0/+1
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)-1/+0
2023-08-24csky: implement the new page table range APIMatthew Wilcox (Oracle)-2/+8
2023-02-02csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-7/+12
2021-02-27csky: Fixup compile errorGuo Ren-8/+0
2021-02-27csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren-0/+5
2021-02-27csky: Fixup swaponGuo Ren-0/+22
2021-02-27csky: pgtable.h: Coding conventionGuo Ren-12/+2
2021-01-12csky: Reconstruct VDSO frameworkGuo Ren-17/+3
2021-01-12csky: Fix TLB maintenance synchronization problemGuo Ren-5/+30
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren-10/+23
2020-07-31csky: Fixup duplicated restore sp in RESTORE_REGS_FTRACEGuo Ren-3/+0
2020-05-28csky: Coding convention in entry.SGuo Ren-5/+0
2020-05-28csky: Fixup abiv2 syscall_trace break a4 & a5Guo Ren-0/+2
2020-05-28csky: Fixup CONFIG_PREEMPT panicGuo Ren-1/+0
2020-05-13csky: Fixup msa highest 3 bits maskLiu Yibin-2/+2
2020-04-03csky: Fixup cpu speculative execution to IO areaGuo Ren-5/+2
2020-03-08csky: Implement ftrace with regsGuo Ren-0/+60
2020-03-08csky: Fixup init_fpu compile warning with __initGuo Ren-1/+2
2020-02-21csky: Add flush_icache_mm to defer flush icache allGuo Ren-3/+11
2020-02-21csky: Optimize abiv2 copy_to_user_page with VM_EXECGuo Ren-1/+3
2020-02-21csky: Enable defer flush_dcache_page for abiv2 cpus (807/810/860)Guo Ren-2/+10
2020-02-21csky: Remove unnecessary flush_icache_* implementationGuo Ren-11/+2
2020-02-21csky: Set regs->usp to kernel sp, when the exception is from kernelGuo Ren-0/+11
2019-07-19csky: Use generic asid algorithm to implement switch_mmGuo Ren-0/+10
2019-04-22csky: Use va_pa_offset instead of phys_offsetGuo Ren-8/+6
2019-04-22csky: Support vmlinux bootup with MMU offGuo Ren-17/+62
2019-04-22csky: Add perf_arch_fetch_caller_regs supportMao Han-0/+1
2019-04-22csky: Support dynamic start physical addressGuo Ren-2/+42
2019-04-22csky: Reconstruct signal processingGuo Ren-7/+2
2019-04-22csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren-2/+0
2019-04-22csky: Update syscall_trace_enter/exit implementationGuo Ren-0/+5
2018-12-31csky: fixup save hi,lo,dspcr regs in switch_stack.Guo Ren-3/+57
2018-12-31csky: fixup abiv2 mmap(... O_SYNC) failed.Guo Ren-1/+1
2018-10-26csky: Misc headersGuo Ren-0/+43
2018-10-26csky: Library functionsGuo Ren-0/+27
2018-10-26csky: ELF and module probeGuo Ren-0/+43
2018-10-26csky: VDSO and rt_sigreturnGuo Ren-0/+23
2018-10-26csky: Process management and SignalGuo Ren-0/+66
2018-10-25csky: MMU and page table managementGuo Ren-0/+138
2018-10-25csky: Cache and TLB routinesGuo Ren-0/+46
2018-10-25csky: Exception handling and mm-faultGuo Ren-0/+156