1. d9c5252 treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers by Masahiro Yamada · 5 years ago
  2. a84d2d2 Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linux by Linus Torvalds · 5 years ago
  3. 22d55f0 csky: Use generic asid algorithm to implement switch_mm by Guo Ren · 6 years ago
  4. a231b883 csky: Add new asid lib code from arm by Guo Ren · 6 years ago
  5. 9d35dc3 csky: Revert mmu ASID mechanism by Guo Ren · 6 years ago
  6. bd5ff06 csky: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
  7. 96ac6d4 treewide: Add SPDX license identifier - Kbuild by Greg Kroah-Hartman · 6 years ago
  8. 33ff99f arch: remove dangling asm-generic wrappers by Masahiro Yamada · 6 years ago
  9. ce45327 Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linux by Linus Torvalds · 6 years ago
  10. 02aff8d Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  11. dd4e5d6 Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  12. a691f33 csky/syscall_trace: Fixup return processing flow by Guo Ren · 6 years ago
  13. daac95e csky: Add support for perf registers sampling by Mao Han · 6 years ago
  14. 683fafe csky: Use va_pa_offset instead of phys_offset by Guo Ren · 6 years ago
  15. b4bf274 csky: Add perf_arch_fetch_caller_regs support by Mao Han · 6 years ago
  16. f62e316 csky: Support dynamic start physical address by Guo Ren · 6 years ago
  17. f4625ee csky: Use in_syscall & forget_syscall instead of r11_sig by Guo Ren · 6 years ago
  18. f335b10 csky: Add non-uapi asm/ptrace.h namespace by Guo Ren · 6 years ago
  19. 1b2707f csky: remove redundant generic-y by Masahiro Yamada · 6 years ago
  20. 2f7932b csky: Update syscall_trace_enter/exit implementation by Guo Ren · 6 years ago
  21. 28bb030 csky/ftrace: Add dynamic function tracer (include graph tracer) by Guo Ren · 6 years ago
  22. fdcd06a arch: Use asm-generic header for asm/mmiowb.h by Will Deacon · 6 years ago
  23. 32d9258 syscalls: Remove start and number from syscall_set_arguments() args by Steven Rostedt (VMware) · 6 years ago
  24. b35f549 syscalls: Remove start and number from syscall_get_arguments() args by Steven Rostedt (Red Hat) · 8 years ago
  25. ed3bb00 csky: Fix syscall_get_arguments() and syscall_set_arguments() by Dmitry V. Levin · 6 years ago
  26. 16add41 syscall_get_arch: add "struct task_struct *" argument by Dmitry V. Levin · 6 years ago
  27. 037fc33 kbuild: force all architectures except um to include mandatory-y by Masahiro Yamada · 6 years ago
  28. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  29. 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
  30. c8ce48f asm-generic: Make time32 syscall numbers optional by Arnd Bergmann · 6 years ago
  31. 80d7da1 asm-generic: Drop getrlimit and setrlimit syscalls from default list by Yury Norov · 7 years ago
  32. 76d21d1 csky: Fixup io-range page attribute for mmap("/dev/mem") by Guo Ren · 6 years ago
  33. 0f231dc csky: coding convention: Use task_stack_page by Guo Ren · 6 years ago
  34. 62eebea csky: Fixup _PAGE_GLOBAL bit for 610 tlb entry by Guo Ren · 6 years ago
  35. 2a60aa1 csky: fixup compile error with pte_alloc by Guo Ren · 6 years ago
  36. 96354ad csky: fixup CACHEV1 store instruction fast retire by Guo Ren · 6 years ago
  37. d6e4b3e arch: remove redundant UAPI generic-y defines by Masahiro Yamada · 6 years ago
  38. 9ee3b3f Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux by Linus Torvalds · 6 years ago
  39. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  40. 3fc2579 fls: change parameter to unsigned int by Matthew Wilcox · 6 years ago
  41. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  42. f50fd2d csky: Add perf support for C-SKY by Guo Ren · 6 years ago
  43. 6256734 csky: Add EM_CSKY_OLD 39 by Guo Ren · 6 years ago
  44. d7950be csky: ftrace call graph supported. by Guo Ren · 6 years ago
  45. 230c77a csky: basic ftrace supported by Guo Ren · 6 years ago
  46. 17a6877 csky: remove unused members in processor.h by Guo Ren · 6 years ago
  47. 0ea2dc7 csky: stacktrace supported. by Guo Ren · 6 years ago
  48. 859e5f4 csky: CPU-hotplug supported for SMP by Guo Ren · 6 years ago
  49. 789154c csky: fixup save hi,lo,dspcr regs in switch_stack. by Guo Ren · 6 years ago
  50. 2054f4a csky: bugfix gdb coredump error. by Guo Ren · 6 years ago
  51. d770b25 csky: define syscall_get_arch() by Dmitry V. Levin · 6 years ago
  52. 077b930 elf-em.h: add EM_CSKY by Dmitry V. Levin · 6 years ago
  53. dc3e089 csky: remove meaningless header-y by Masahiro Yamada · 6 years ago
  54. 63e19c8 csky: bugfix tlb_get_pgd error. by Guo Ren · 6 years ago
  55. de0d22e treewide: remove current_text_addr by Nick Desaulniers · 6 years ago
  56. 735ee00 csky: Misc headers by Guo Ren · 6 years ago
  57. 9910698 csky: SMP support by Guo Ren · 6 years ago
  58. 2ce36bf csky: Debug and Ptrace GDB by Guo Ren · 6 years ago
  59. da551281 csky: User access by Guo Ren · 6 years ago
  60. c5af58b csky: Library functions by Guo Ren · 6 years ago
  61. 9d056df csky: ELF and module probe by Guo Ren · 6 years ago
  62. a0ae628 csky: Atomic operations by Guo Ren · 6 years ago
  63. e38a527 csky: IRQ handling by Guo Ren · 6 years ago
  64. dd3ef10 csky: VDSO and rt_sigreturn by Guo Ren · 6 years ago
  65. e9564df csky: Process management and Signal by Guo Ren · 6 years ago
  66. 013de2d csky: MMU and page table management by Guo Ren · 6 years ago
  67. 00a9730 csky: Cache and TLB routines by Guo Ren · 6 years ago
  68. 4859bfc csky: System Call by Guo Ren · 6 years ago
  69. 081860b csky: Exception handling and mm-fault by Guo Ren · 6 years ago
  70. c32e64e csky: Build infrastructure by Guo Ren · 6 years ago