Age | Commit message (Expand) | Author | Files | Lines |
2020-04-03 | csky: Fixup cpu speculative execution to IO area | Guo Ren | 3 | -49/+22 |
2020-04-03 | csky: Add uprobes support | Guo Ren | 5 | -1/+163 |
2020-04-03 | csky: Add kprobes supported | Guo Ren | 10 | -1/+1116 |
2020-04-02 | csky: Enable LOCKDEP_SUPPORT | Guo Ren | 1 | -0/+11 |
2020-04-01 | csky: Fixup get wrong psr value from phyical reg | Guo Ren | 1 | -1/+10 |
2020-03-31 | csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INS | Guo Ren | 1 | -0/+31 |
2020-03-08 | csky: Implement ftrace with regs | Guo Ren | 2 | -0/+12 |
2020-03-08 | csky: Add support for restartable sequence | Guo Ren | 2 | -1/+7 |
2020-03-08 | csky: Implement ptrace regs and stack API | Guo Ren | 1 | -0/+103 |
2020-03-08 | csky: Fixup init_fpu compile warning with __init | Guo Ren | 1 | -0/+3 |
2020-02-23 | csky: Replace <linux/clk-provider.h> by <linux/of_clk.h> | Geert Uytterhoeven | 1 | -1/+1 |
2020-02-21 | csky: Implement copy_thread_tls | Guo Ren | 1 | -3/+4 |
2020-02-21 | csky: Add setup_initrd check code | Guo Ren | 1 | -3/+0 |
2020-02-21 | csky/smp: Fixup boot failed when CONFIG_SMP | Guo Ren | 1 | -1/+1 |
2020-02-21 | csky: Set regs->usp to kernel sp, when the exception is from kernel | Guo Ren | 1 | -2/+6 |
2020-02-21 | csky: Separate fixaddr_init from highmem | Guo Ren | 1 | -0/+2 |
2020-02-21 | csky: Tightly-Coupled Memory or Sram support | Guo Ren | 1 | -0/+49 |
2020-02-21 | csky: Initial stack protector support | Mao Han | 1 | -0/+6 |
2020-01-29 | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -4/+0 |
2020-01-14 | arch/csky/setup: Drop dummy_con initialization | Arvind Sankar | 1 | -4/+0 |
2019-12-08 | sched/rt, csky: Use CONFIG_PREEMPTION | Thomas Gleixner | 1 | -2/+2 |
2019-11-04 | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA | Kees Cook | 1 | -1/+1 |
2019-11-04 | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA | Kees Cook | 1 | -1/+1 |
2019-11-04 | vmlinux.lds.h: Move NOTES into RO_DATA | Kees Cook | 1 | -1/+0 |
2019-09-30 | csky: Move static keyword to the front of declaration | Krzysztof Wilczynski | 1 | -1/+1 |
2019-09-30 | csky: entry: Remove unneeded need_resched() loop | Valentin Schneider | 1 | -4/+0 |
2019-09-30 | csky: Fixup csky_pmu.max_period assignment | Mao Han | 1 | -1/+1 |
2019-09-30 | csky: Fixup add zero_fp fixup perf backtrace panic | Guo Ren | 2 | -21/+31 |
2019-07-19 | Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 3 | -37/+380 |
2019-07-19 | csky: Revert mmu ASID mechanism | Guo Ren | 1 | -2/+0 |
2019-07-19 | csky: Fixup some error count in 810 & 860. | Guo Ren | 1 | -6/+54 |
2019-07-19 | csky: Fix perf record in kernel/user space | Mao Han | 1 | -12/+14 |
2019-07-19 | csky: Add pmu interrupt support | Mao Han | 1 | -15/+246 |
2019-07-19 | csky: Add count-width property for csky pmu | Mao Han | 1 | -1/+14 |
2019-07-19 | csky: Init pmu as a device | Mao Han | 1 | -2/+48 |
2019-07-19 | csky: Fixup no panic in kernel for some traps | Guo Ren | 1 | -0/+5 |
2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -4/+2 |
2019-06-26 | csky: Fixup libgcc unwind error | Guo Ren | 1 | -0/+5 |
2019-05-29 | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 1 | -1/+1 |
2019-05-27 | signal: Remove task parameter from force_sig | Eric W. Biederman | 1 | -3/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-04-22 | csky/syscall_trace: Fixup return processing flow | Guo Ren | 1 | -1/+2 |
2019-04-22 | csky: Add support for perf registers sampling | Mao Han | 2 | -0/+41 |
2019-04-22 | csky: Use va_pa_offset instead of phys_offset | Guo Ren | 2 | -5/+5 |
2019-04-22 | csky: Support vmlinux bootup with MMU off | Guo Ren | 2 | -56/+11 |
2019-04-22 | csky: Support dynamic start physical address | Guo Ren | 2 | -2/+9 |
2019-04-22 | csky: Reconstruct signal processing | Guo Ren | 3 | -260/+146 |
2019-04-22 | csky: Use in_syscall & forget_syscall instead of r11_sig | Guo Ren | 2 | -16/+10 |
2019-04-22 | csky: Update syscall_trace_enter/exit implementation | Guo Ren | 2 | -40/+35 |
2019-04-22 | csky: Add perf callchain support | Mao Han | 2 | -0/+120 |