aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-13csky: Fixup dead loop in show_stackGuo Ren1-0/+4
2019-02-13csky: coding convention: Use task_stack_pageGuo Ren1-1/+2
2019-02-13csky: Fixup wrong pt_regs sizeGuo Ren1-1/+2
2019-01-10csky: fixup compile error with CPU 810.Guo Ren1-1/+1
2019-01-08csky: fixup relocation error with 807 & 860Guo Ren1-16/+22
2019-01-05Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds12-144/+1265
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2019-01-02csky: Add perf support for C-SKYGuo Ren2-0/+1032
2018-12-31csky: ftrace call graph supported.Guo Ren1-11/+37
2018-12-31csky: basic ftrace supportedGuo Ren2-0/+29
2018-12-31csky: remove unused members in processor.hGuo Ren5-25/+0
2018-12-31csky: optimize kernel panic print.Guo Ren2-54/+39
2018-12-31csky: stacktrace supported.Guo Ren3-12/+75
2018-12-31csky: CPU-hotplug supported for SMPGuo Ren1-15/+56
2018-12-31csky: fixup save hi,lo,dspcr regs in switch_stack.Guo Ren3-25/+3
2018-12-31csky: remove syscall_exit_workGuo Ren1-12/+4
2018-12-30csky: Don't leak device tree node referenceYangtao Li1-1/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+0
2018-10-26csky: Misc headersGuo Ren1-0/+88
2018-10-26csky: SMP supportGuo Ren1-0/+237
2018-10-26csky: Debug and Ptrace GDBGuo Ren2-0/+380
2018-10-26csky: Library functionsGuo Ren1-0/+30
2018-10-26csky: ELF and module probeGuo Ren1-0/+92
2018-10-26csky: Atomic operationsGuo Ren1-0/+87
2018-10-26csky: IRQ handlingGuo Ren1-0/+22
2018-10-26csky: VDSO and rt_sigreturnGuo Ren1-0/+86
2018-10-26csky: Process management and SignalGuo Ren3-0/+494
2018-10-25csky: System CallGuo Ren2-0/+57
2018-10-25csky: Exception handling and mm-faultGuo Ren3-0/+644
2018-10-25csky: Kernel bootingGuo Ren3-0/+305
2018-10-25csky: Build infrastructureGuo Ren1-0/+8