summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel
Commit message (Expand)AuthorAgeFilesLines
* csky: Fixup cpu speculative execution to IO areaGuo Ren2020-04-033-49/+22
* csky: Add uprobes supportGuo Ren2020-04-035-1/+163
* csky: Add kprobes supportedGuo Ren2020-04-0310-1/+1116
* csky: Enable LOCKDEP_SUPPORTGuo Ren2020-04-021-0/+11
* csky: Fixup get wrong psr value from phyical regGuo Ren2020-04-011-1/+10
* csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INSGuo Ren2020-03-311-0/+31
* csky: Implement ftrace with regsGuo Ren2020-03-082-0/+12
* csky: Add support for restartable sequenceGuo Ren2020-03-082-1/+7
* csky: Implement ptrace regs and stack APIGuo Ren2020-03-081-0/+103
* csky: Fixup init_fpu compile warning with __initGuo Ren2020-03-081-0/+3
* csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-231-1/+1
* csky: Implement copy_thread_tlsGuo Ren2020-02-211-3/+4
* csky: Add setup_initrd check codeGuo Ren2020-02-211-3/+0
* csky/smp: Fixup boot failed when CONFIG_SMPGuo Ren2020-02-211-1/+1
* csky: Set regs->usp to kernel sp, when the exception is from kernelGuo Ren2020-02-211-2/+6
* csky: Separate fixaddr_init from highmemGuo Ren2020-02-211-0/+2
* csky: Tightly-Coupled Memory or Sram supportGuo Ren2020-02-211-0/+49
* csky: Initial stack protector supportMao Han2020-02-211-0/+6
* Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-4/+0
|\
| * arch/csky/setup: Drop dummy_con initializationArvind Sankar2020-01-141-4/+0
* | sched/rt, csky: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-2/+2
|/
* vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
* vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-1/+1
* vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
* csky: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-301-1/+1
* csky: entry: Remove unneeded need_resched() loopValentin Schneider2019-09-301-4/+0
* csky: Fixup csky_pmu.max_period assignmentMao Han2019-09-301-1/+1
* csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2019-09-302-21/+31
* Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-07-193-37/+380
|\
| * csky: Revert mmu ASID mechanismGuo Ren2019-07-191-2/+0
| * csky: Fixup some error count in 810 & 860.Guo Ren2019-07-191-6/+54
| * csky: Fix perf record in kernel/user spaceMao Han2019-07-191-12/+14
| * csky: Add pmu interrupt supportMao Han2019-07-191-15/+246
| * csky: Add count-width property for csky pmuMao Han2019-07-191-1/+14
| * csky: Init pmu as a deviceMao Han2019-07-191-2/+48
| * csky: Fixup no panic in kernel for some trapsGuo Ren2019-07-191-0/+5
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-082-4/+2
|\ \ | |/ |/|
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-3/+1
* | csky: Fixup libgcc unwind errorGuo Ren2019-06-261-0/+5
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* csky/syscall_trace: Fixup return processing flowGuo Ren2019-04-221-1/+2
* csky: Add support for perf registers samplingMao Han2019-04-222-0/+41
* csky: Use va_pa_offset instead of phys_offsetGuo Ren2019-04-222-5/+5
* csky: Support vmlinux bootup with MMU offGuo Ren2019-04-222-56/+11
* csky: Support dynamic start physical addressGuo Ren2019-04-222-2/+9
* csky: Reconstruct signal processingGuo Ren2019-04-223-260/+146
* csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren2019-04-222-16/+10
* csky: Update syscall_trace_enter/exit implementationGuo Ren2019-04-222-40/+35
* csky: Add perf callchain supportMao Han2019-04-222-0/+120