summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* Revert "csky: Add support for restartable sequence"Mathieu Desnoyers2022-11-111-4/+0
* Revert "csky: Fixup CONFIG_DEBUG_RSEQ"Mathieu Desnoyers2022-11-111-10/+5
* context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-291-2/+2
* context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker2022-06-291-2/+2
* irq: csky: perform irqentry in entry codeMark Rutland2021-10-261-1/+1
* csky: Remove duplicate include in arch/csky/kernel/entry.SZhang Yunkai2021-04-201-1/+0
* csky: Fixup do_page_fault parent irq statusGuo Ren2021-01-121-1/+1
* csky: Remove prologue of page fault handler in entry.SGuo Ren2021-01-121-102/+2
* csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren2021-01-121-2/+8
* csky: Add context tracking supportGuo Ren2020-08-011-0/+25
* csky: Add SECCOMP_FILTER supportedGuo Ren2020-07-311-0/+3
* csky: Fixup CONFIG_DEBUG_RSEQGuo Ren2020-05-281-5/+10
* csky: Coding convention in entry.SGuo Ren2020-05-281-30/+36
* csky: Fixup abiv2 syscall_trace break a4 & a5Guo Ren2020-05-281-2/+4
* csky: Fixup CONFIG_PREEMPT panicGuo Ren2020-05-281-25/+11
* csky: Fixup remove unnecessary save/restore PSR codeGuo Ren2020-05-131-8/+2
* csky: Fixup remove duplicate irq_disableLiu Yibin2020-05-131-2/+0
* csky: Add uprobes supportGuo Ren2020-04-031-1/+1
* csky: Enable LOCKDEP_SUPPORTGuo Ren2020-04-021-0/+11
* csky: Add support for restartable sequenceGuo Ren2020-03-081-1/+4
* sched/rt, csky: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-2/+2
* csky: entry: Remove unneeded need_resched() loopValentin Schneider2019-09-301-4/+0
* csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2019-09-301-20/+30
* csky: Use va_pa_offset instead of phys_offsetGuo Ren2019-04-221-2/+2
* csky: Support dynamic start physical addressGuo Ren2019-04-221-2/+4
* csky: Reconstruct signal processingGuo Ren2019-04-221-22/+15
* csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren2019-04-221-10/+1
* csky: Update syscall_trace_enter/exit implementationGuo Ren2019-04-221-13/+12
* csky: remove unused members in processor.hGuo Ren2018-12-311-12/+0
* csky: fixup save hi,lo,dspcr regs in switch_stack.Guo Ren2018-12-311-22/+0
* csky: remove syscall_exit_workGuo Ren2018-12-311-12/+4
* csky: Exception handling and mm-faultGuo Ren2018-10-251-0/+396