summaryrefslogtreecommitdiffstats
path: root/arch/csky/abiv1
AgeCommit message (Expand)AuthorLines
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand-0/+1
2025-10-19csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth-1/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)-3/+3
2025-02-05csky: Remove the size from alignment_tbl declarationJoel Granados-1/+1
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown-1/+2
2024-04-25csky: use initializer for struct vm_unmapped_area_infoRick Edgecombe-6/+6
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti-0/+1
2023-10-10c-sky: Remove now superfluous sentinel element from ctl_talbe arrayJoel Granados-1/+0
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)-13/+21
2023-05-04Merge tag 'csky-for-linus-6.4' of https://github.com/c-sky/csky-linuxLinus Torvalds-0/+3
2023-04-13csky: simplify alignment sysctl registrationLuis Chamberlain-14/+1
2023-04-13csky: mmu: Prevent spurious page faultsGuo Ren-0/+3
2023-02-02csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-4/+9
2022-07-31csky: abiv1: Fixup compile errorGuo Ren-0/+6
2022-04-18csky: Add C based string functionsMatteo Croce-355/+0
2022-01-08csky: Fix function name in csky_alignment() and die()Nathan Chancellor-1/+1
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman-1/+1
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig-14/+1
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)-0/+1
2021-02-27csky: Fixup compile errorGuo Ren-9/+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-13/+4
2021-01-12csky: Reconstruct VDSO frameworkGuo Ren-13/+5
2021-01-12csky: Fix TLB maintenance synchronization problemGuo Ren-1/+2
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren-4/+4
2020-05-28csky: Coding convention in entry.SGuo Ren-5/+0
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-4/+1
2020-02-21csky: Add flush_icache_mm to defer flush icache allGuo Ren-0/+2
2020-02-21csky: Remove unnecessary flush_icache_* implementationGuo Ren-3/+0
2020-02-21csky: Set regs->usp to kernel sp, when the exception is from kernelGuo Ren-5/+14
2019-08-22csky: Fixup 610 vipt cache flush mechanismGuo Ren-12/+49
2019-08-20csky: Support kernel non-aligned accessGuo Ren-17/+45
2019-08-20csky: Fixup defer cache flush for 610Guo Ren-25/+29
2019-08-20csky: Fixup arch_get_unmapped_area() implementationGuo Ren-37/+43
2019-07-19Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds-42/+6
2019-07-19csky: Fixup abiv1 memset errorGuo Ren-42/+0
2019-07-19csky: Use generic asid algorithm to implement switch_mmGuo Ren-0/+6
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-22csky: Use va_pa_offset instead of phys_offsetGuo Ren-2/+2
2019-04-22csky: Support vmlinux bootup with MMU offGuo Ren-12/+17
2019-04-22csky: Add perf_arch_fetch_caller_regs supportMao Han-0/+1
2019-04-22csky: Support dynamic start physical addressGuo Ren-2/+37
2019-04-22csky: Reconstruct signal processingGuo Ren-7/+2
2019-04-22csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren-2/+0