aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/entry.S
AgeCommit message (Expand)Author
2022-11-11Revert "csky: Add support for restartable sequence"Mathieu Desnoyers
2022-11-11Revert "csky: Fixup CONFIG_DEBUG_RSEQ"Mathieu Desnoyers
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker
2022-06-29context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker
2021-10-26irq: csky: perform irqentry in entry codeMark Rutland
2021-04-20csky: Remove duplicate include in arch/csky/kernel/entry.SZhang Yunkai
2021-01-12csky: Fixup do_page_fault parent irq statusGuo Ren
2021-01-12csky: Remove prologue of page fault handler in entry.SGuo Ren
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren
2020-08-01csky: Add context tracking supportGuo Ren
2020-07-31csky: Add SECCOMP_FILTER supportedGuo Ren
2020-05-28csky: Fixup CONFIG_DEBUG_RSEQGuo Ren
2020-05-28csky: Coding convention in entry.SGuo Ren
2020-05-28csky: Fixup abiv2 syscall_trace break a4 & a5Guo Ren
2020-05-28csky: Fixup CONFIG_PREEMPT panicGuo Ren
2020-05-13csky: Fixup remove unnecessary save/restore PSR codeGuo Ren
2020-05-13csky: Fixup remove duplicate irq_disableLiu Yibin
2020-04-03csky: Add uprobes supportGuo Ren
2020-04-02csky: Enable LOCKDEP_SUPPORTGuo Ren
2020-03-08csky: Add support for restartable sequenceGuo Ren
2019-12-08sched/rt, csky: Use CONFIG_PREEMPTIONThomas Gleixner
2019-09-30csky: entry: Remove unneeded need_resched() loopValentin Schneider
2019-09-30csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren
2019-04-22csky: Use va_pa_offset instead of phys_offsetGuo 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: Update syscall_trace_enter/exit implementationGuo Ren
2018-12-31csky: remove unused members in processor.hGuo Ren
2018-12-31csky: fixup save hi,lo,dspcr regs in switch_stack.Guo Ren
2018-12-31csky: remove syscall_exit_workGuo Ren
2018-10-25csky: Exception handling and mm-faultGuo Ren