Age | Commit message (Expand) | Author | Files | Lines |
2019-01-10 | csky: fixup compile error with CPU 810. | Guo Ren | 1 | -1/+1 |
2019-01-08 | csky: fixup relocation error with 807 & 860 | Guo Ren | 1 | -16/+22 |
2019-01-05 | Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux | Linus Torvalds | 12 | -144/+1265 |
2019-01-04 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -1/+1 |
2019-01-02 | csky: Add perf support for C-SKY | Guo Ren | 2 | -0/+1032 |
2018-12-31 | csky: ftrace call graph supported. | Guo Ren | 1 | -11/+37 |
2018-12-31 | csky: basic ftrace supported | Guo Ren | 2 | -0/+29 |
2018-12-31 | csky: remove unused members in processor.h | Guo Ren | 5 | -25/+0 |
2018-12-31 | csky: optimize kernel panic print. | Guo Ren | 2 | -54/+39 |
2018-12-31 | csky: stacktrace supported. | Guo Ren | 3 | -12/+75 |
2018-12-31 | csky: CPU-hotplug supported for SMP | Guo Ren | 1 | -15/+56 |
2018-12-31 | csky: fixup save hi,lo,dspcr regs in switch_stack. | Guo Ren | 3 | -25/+3 |
2018-12-31 | csky: remove syscall_exit_work | Guo Ren | 1 | -12/+4 |
2018-12-30 | csky: Don't leak device tree node reference | Yangtao Li | 1 | -1/+1 |
2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 1 | -1/+0 |
2018-10-25 | csky: Misc headers | Guo Ren | 1 | -0/+88 |
2018-10-25 | csky: SMP support | Guo Ren | 1 | -0/+237 |
2018-10-25 | csky: Debug and Ptrace GDB | Guo Ren | 2 | -0/+380 |
2018-10-25 | csky: Library functions | Guo Ren | 1 | -0/+30 |
2018-10-25 | csky: ELF and module probe | Guo Ren | 1 | -0/+92 |
2018-10-25 | csky: Atomic operations | Guo Ren | 1 | -0/+87 |
2018-10-25 | csky: IRQ handling | Guo Ren | 1 | -0/+22 |
2018-10-25 | csky: VDSO and rt_sigreturn | Guo Ren | 1 | -0/+86 |
2018-10-25 | csky: Process management and Signal | Guo Ren | 3 | -0/+494 |
2018-10-25 | csky: System Call | Guo Ren | 2 | -0/+57 |
2018-10-25 | csky: Exception handling and mm-fault | Guo Ren | 3 | -0/+644 |
2018-10-25 | csky: Kernel booting | Guo Ren | 3 | -0/+305 |
2018-10-25 | csky: Build infrastructure | Guo Ren | 1 | -0/+8 |