summaryrefslogtreecommitdiffstats
path: root/arch/csky
AgeCommit message (Expand)Author
2020-07-07csky: Fixup abiv2 syscall_trace break a4 & a5Guo Ren
2020-06-08csky: Fixup raw_copy_from_user()Al Viro
2020-06-08csky: Fixup remove duplicate irq_disableLiu Yibin
2020-06-08csky: Fixup perf callchain unwindMao Han
2020-06-08csky: Fixup msa highest 3 bits maskLiu Yibin
2020-06-01csky: Fixup init_fpu compile warning with __initGuo Ren
2020-06-01csky: Fixup get wrong psr value from phyical regGuo Ren
2020-06-01csky: Fixup cpu speculative execution to IO areaGuo Ren
2020-05-21csky: Implement copy_thread_tlsGuo Ren
2020-05-21arch/csky: fix some Kconfig typosRandy Dunlap
2020-05-21csky: Fixup compile warning for three unimplemented syscallsGuo Ren
2020-05-21csky: Fixup ftrace modify panicGuo Ren
2020-05-21csky/smp: Fixup boot failed when CONFIG_SMPGuo Ren
2020-05-21csky: Set regs->usp to kernel sp, when the exception is from kernelGuo Ren
2020-05-21csky/mm: Fixup export invalid_pte_table symbolGuo Ren
2019-06-26csky: Fixup libgcc unwind errorGuo Ren
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-18arch: remove dangling asm-generic wrappersMasahiro Yamada
2019-05-18csky: remove deprecated arch/csky/boot/dts/include/dt-bindingsMasahiro Yamada
2019-05-09Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-05-08Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-05-06dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presenceChristoph Hellwig
2019-04-22csky/syscall_trace: Fixup return processing flowGuo Ren
2019-04-22csky: Fixup compile warningGuo Ren
2019-04-22csky: Add support for perf registers samplingMao Han
2019-04-22csky: add page fault perf event supportMao Han
2019-04-22csky: Use va_pa_offset instead of phys_offsetGuo Ren
2019-04-22csky: Support vmlinux bootup with MMU offGuo Ren
2019-04-22csky: Add perf_arch_fetch_caller_regs supportMao Han
2019-04-22csky: Fixup wrong update_mmu_cache implementationGuo Ren
2019-04-22csky: Support dynamic start physical addressGuo Ren
2019-04-22csky: Reconstruct signal processingGuo Ren
2019-04-22csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren
2019-04-22csky: Add non-uapi asm/ptrace.h namespaceGuo Ren
2019-04-22csky: mm/fault.c: Remove duplicate headerJagadeesh Pagadala
2019-04-22csky: remove redundant generic-yMasahiro Yamada
2019-04-22csky: Update syscall_trace_enter/exit implementationGuo Ren
2019-04-22csky: Add perf callchain supportMao Han
2019-04-22csky/ftrace: Add dynamic function tracer (include graph tracer)Guo Ren
2019-04-22csky: Fixup vdsp&fpu issues in kernelGuo Ren
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-04-04csky: Fix syscall_get_arguments() and syscall_set_arguments()Dmitry V. Levin
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin