aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds3-37/+380
2019-07-19csky: Revert mmu ASID mechanismGuo Ren1-2/+0
2019-07-19csky: Fixup some error count in 810 & 860.Guo Ren1-6/+54
2019-07-19csky: Fix perf record in kernel/user spaceMao Han1-12/+14
2019-07-19csky: Add pmu interrupt supportMao Han1-15/+246
2019-07-19csky: Add count-width property for csky pmuMao Han1-1/+14
2019-07-19csky: Init pmu as a deviceMao Han1-2/+48
2019-07-19csky: Fixup no panic in kernel for some trapsGuo Ren1-0/+5
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-4/+2
2019-06-26csky: Fixup libgcc unwind errorGuo Ren1-0/+5
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-3/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-22csky/syscall_trace: Fixup return processing flowGuo Ren1-1/+2
2019-04-22csky: Add support for perf registers samplingMao Han2-0/+41
2019-04-22csky: Use va_pa_offset instead of phys_offsetGuo Ren2-5/+5
2019-04-22csky: Support vmlinux bootup with MMU offGuo Ren2-56/+11
2019-04-22csky: Support dynamic start physical addressGuo Ren2-2/+9
2019-04-22csky: Reconstruct signal processingGuo Ren3-260/+146
2019-04-22csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren2-16/+10
2019-04-22csky: Update syscall_trace_enter/exit implementationGuo Ren2-40/+35
2019-04-22csky: Add perf callchain supportMao Han2-0/+120
2019-04-22csky/ftrace: Add dynamic function tracer (include graph tracer)Guo Ren1-2/+146
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