1. aefd946 csky: Fixup cpu speculative execution to IO area by Guo Ren · 4 years, 9 months ago
  2. 8f6bb79 csky: Add uprobes support by Guo Ren · 4 years, 9 months ago
  3. 33e53ae csky: Add kprobes supported by Guo Ren · 4 years, 9 months ago
  4. 000591f csky: Enable LOCKDEP_SUPPORT by Guo Ren · 4 years, 9 months ago
  5. 9c0e343 csky: Fixup get wrong psr value from phyical reg by Guo Ren · 4 years, 9 months ago
  6. dd7c983 csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INS by Guo Ren · 4 years, 9 months ago
  7. 89a3927 csky: Implement ftrace with regs by Guo Ren · 4 years, 11 months ago
  8. 9866d14 csky: Add support for restartable sequence by Guo Ren · 5 years ago
  9. bfe47f3 csky: Implement ptrace regs and stack API by Guo Ren · 5 years ago
  10. 12879bd csky: Fixup init_fpu compile warning with __init by Guo Ren · 4 years, 10 months ago
  11. 99db590 csky: Replace <linux/clk-provider.h> by <linux/of_clk.h> by Geert Uytterhoeven · 5 years ago
  12. 0b9f386 csky: Implement copy_thread_tls by Guo Ren · 5 years ago
  13. d46869a csky: Add setup_initrd check code by Guo Ren · 5 years ago
  14. c949273 csky/smp: Fixup boot failed when CONFIG_SMP by Guo Ren · 5 years ago
  15. f8e17c1 csky: Set regs->usp to kernel sp, when the exception is from kernel by Guo Ren · 5 years ago
  16. f136008 csky: Separate fixaddr_init from highmem by Guo Ren · 5 years ago
  17. f525bb2 csky: Tightly-Coupled Memory or Sram support by Guo Ren · 5 years ago
  18. 2f78c73 csky: Initial stack protector support by Mao Han · 5 years ago
  19. ca9b5b6 Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  20. fb3e7a6 arch/csky/setup: Drop dummy_con initialization by Arvind Sankar · 5 years ago
  21. 365a795 sched/rt, csky: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
  22. c917404 vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA by Kees Cook · 5 years ago
  23. 93240b3 vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA by Kees Cook · 5 years ago
  24. eaf9370 vmlinux.lds.h: Move NOTES into RO_DATA by Kees Cook · 5 years ago
  25. 9af032a csky: Move static keyword to the front of declaration by Krzysztof Wilczynski · 5 years ago
  26. a2139d3 csky: entry: Remove unneeded need_resched() loop by Valentin Schneider · 5 years ago
  27. 3a09d8e csky: Fixup csky_pmu.max_period assignment by Mao Han · 5 years ago
  28. 48ede51 csky: Fixup add zero_fp fixup perf backtrace panic by Guo Ren · 5 years ago
  29. a84d2d2 Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linux by Linus Torvalds · 5 years ago
  30. 9d35dc3 csky: Revert mmu ASID mechanism by Guo Ren · 6 years ago
  31. e753419 csky: Fixup some error count in 810 & 860. by Guo Ren · 6 years ago
  32. d41435d csky: Fix perf record in kernel/user space by Mao Han · 6 years ago
  33. f622fbf csky: Add pmu interrupt support by Mao Han · 6 years ago
  34. ccffa1a csky: Add count-width property for csky pmu by Mao Han · 6 years ago
  35. f132076 csky: Init pmu as a device by Mao Han · 6 years ago
  36. 3158d28 csky: Fixup no panic in kernel for some traps by Guo Ren · 6 years ago
  37. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  38. 19e5e2a csky: Fixup libgcc unwind error by Guo Ren · 6 years ago
  39. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  40. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  41. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  42. a691f33 csky/syscall_trace: Fixup return processing flow by Guo Ren · 6 years ago
  43. daac95e csky: Add support for perf registers sampling by Mao Han · 6 years ago
  44. 683fafe csky: Use va_pa_offset instead of phys_offset by Guo Ren · 6 years ago
  45. 205353f csky: Support vmlinux bootup with MMU off by Guo Ren · 6 years ago
  46. f62e316 csky: Support dynamic start physical address by Guo Ren · 6 years ago
  47. bf24168 csky: Reconstruct signal processing by Guo Ren · 6 years ago
  48. f4625ee csky: Use in_syscall & forget_syscall instead of r11_sig by Guo Ren · 6 years ago
  49. 2f7932b csky: Update syscall_trace_enter/exit implementation by Guo Ren · 6 years ago
  50. cfa4d93 csky: Add perf callchain support by Mao Han · 6 years ago
  51. 28bb030 csky/ftrace: Add dynamic function tracer (include graph tracer) by Guo Ren · 6 years ago
  52. 131aee8 csky: Fixup dead loop in show_stack by Guo Ren · 6 years ago
  53. 0f231dc csky: coding convention: Use task_stack_page by Guo Ren · 6 years ago
  54. 9216cd7 csky: Fixup wrong pt_regs size by Guo Ren · 6 years ago
  55. 70c2525 csky: fixup compile error with CPU 810. by Guo Ren · 6 years ago
  56. f553aa1 csky: fixup relocation error with 807 & 860 by Guo Ren · 6 years ago
  57. 9ee3b3f Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux by Linus Torvalds · 6 years ago
  58. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  59. f50fd2d csky: Add perf support for C-SKY by Guo Ren · 6 years ago
  60. d7950be csky: ftrace call graph supported. by Guo Ren · 6 years ago
  61. 230c77a csky: basic ftrace supported by Guo Ren · 6 years ago
  62. 17a6877 csky: remove unused members in processor.h by Guo Ren · 6 years ago
  63. 8f4f163 csky: optimize kernel panic print. by Guo Ren · 6 years ago
  64. 0ea2dc7 csky: stacktrace supported. by Guo Ren · 6 years ago
  65. 859e5f4 csky: CPU-hotplug supported for SMP by Guo Ren · 6 years ago
  66. 789154c csky: fixup save hi,lo,dspcr regs in switch_stack. by Guo Ren · 6 years ago
  67. 31295a7 csky: remove syscall_exit_work by Guo Ren · 6 years ago
  68. 398539d csky: Don't leak device tree node reference by Yangtao Li · 6 years ago
  69. aca52c3 mm: remove CONFIG_HAVE_MEMBLOCK by Mike Rapoport · 6 years ago
  70. 735ee00 csky: Misc headers by Guo Ren · 6 years ago
  71. 9910698 csky: SMP support by Guo Ren · 6 years ago
  72. 2ce36bf csky: Debug and Ptrace GDB by Guo Ren · 6 years ago
  73. c5af58b csky: Library functions by Guo Ren · 6 years ago
  74. 9d056df csky: ELF and module probe by Guo Ren · 6 years ago
  75. a0ae628 csky: Atomic operations by Guo Ren · 6 years ago
  76. e38a527 csky: IRQ handling by Guo Ren · 6 years ago
  77. dd3ef10 csky: VDSO and rt_sigreturn by Guo Ren · 6 years ago
  78. e9564df csky: Process management and Signal by Guo Ren · 6 years ago
  79. 4859bfc csky: System Call by Guo Ren · 6 years ago
  80. 081860b csky: Exception handling and mm-fault by Guo Ren · 6 years ago
  81. 9143a93 csky: Kernel booting by Guo Ren · 6 years ago
  82. c32e64e csky: Build infrastructure by Guo Ren · 6 years ago