aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/csky/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-03csky: Fixup cpu speculative execution to IO areaGuo Ren3-49/+22
2020-04-03csky: Add uprobes supportGuo Ren5-1/+163
2020-04-03csky: Add kprobes supportedGuo Ren10-1/+1116
2020-04-02csky: Enable LOCKDEP_SUPPORTGuo Ren1-0/+11
2020-04-01csky: Fixup get wrong psr value from phyical regGuo Ren1-1/+10
2020-03-31csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INSGuo Ren1-0/+31
2020-03-08csky: Implement ftrace with regsGuo Ren2-0/+12
2020-03-08csky: Add support for restartable sequenceGuo Ren2-1/+7
2020-03-08csky: Implement ptrace regs and stack APIGuo Ren1-0/+103
2020-03-08csky: Fixup init_fpu compile warning with __initGuo Ren1-0/+3
2020-02-23csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-02-21csky: Implement copy_thread_tlsGuo Ren1-3/+4
2020-02-21csky: Add setup_initrd check codeGuo Ren1-3/+0
2020-02-21csky/smp: Fixup boot failed when CONFIG_SMPGuo Ren1-1/+1
2020-02-21csky: Set regs->usp to kernel sp, when the exception is from kernelGuo Ren1-2/+6
2020-02-21csky: Separate fixaddr_init from highmemGuo Ren1-0/+2
2020-02-21csky: Tightly-Coupled Memory or Sram supportGuo Ren1-0/+49
2020-02-21csky: Initial stack protector supportMao Han1-0/+6
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+0
2020-01-14arch/csky/setup: Drop dummy_con initializationArvind Sankar1-4/+0
2019-12-08sched/rt, csky: Use CONFIG_PREEMPTIONThomas Gleixner1-2/+2
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-1/+0
2019-09-30csky: Move static keyword to the front of declarationKrzysztof Wilczynski1-1/+1
2019-09-30csky: entry: Remove unneeded need_resched() loopValentin Schneider1-4/+0
2019-09-30csky: Fixup csky_pmu.max_period assignmentMao Han1-1/+1
2019-09-30csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2-21/+31
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