Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux
Pull arch/csky updates from Guo Ren: "Here are three main features (cpu_hotplug, basic ftrace, basic perf) and some bugfixes: Features: - Add CPU-hotplug support for SMP - Add ftrace with function trace and function graph trace - Add Perf support - Add EM_CSKY_OLD 39 - optimize kernel panic print. - remove syscall_exit_work Bugfixes: - fix abiv2 mmap(... O_SYNC) failure - fix gdb coredump error - remove vdsp implement for kernel - fix qemu failure to bootup sometimes - fix ftrace call-graph panic - fix device tree node reference leak - remove meaningless header-y - fix save hi,lo,dspcr regs in switch_stack - remove unused members in processor.h" * tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux: csky: Add perf support for C-SKY csky: Add EM_CSKY_OLD 39 clocksource/drivers/c-sky: fixup ftrace call-graph panic csky: ftrace call graph supported. csky: basic ftrace supported csky: remove unused members in processor.h csky: optimize kernel panic print. csky: stacktrace supported. csky: CPU-hotplug supported for SMP clocksource/drivers/c-sky: fixup qemu fail to bootup sometimes. csky: fixup save hi,lo,dspcr regs in switch_stack. csky: remove syscall_exit_work csky: fixup remove vdsp implement for kernel. csky: bugfix gdb coredump error. csky: fixup abiv2 mmap(... O_SYNC) failed. csky: define syscall_get_arch() elf-em.h: add EM_CSKY csky: remove meaningless header-y csky: Don't leak device tree node reference
Showing
- arch/csky/Kconfig 29 additions, 1 deletionarch/csky/Kconfig
- arch/csky/Makefile 4 additions, 0 deletionsarch/csky/Makefile
- arch/csky/abiv1/inc/abi/pgtable-bits.h 1 addition, 0 deletionsarch/csky/abiv1/inc/abi/pgtable-bits.h
- arch/csky/abiv1/inc/abi/switch_context.h 17 additions, 0 deletionsarch/csky/abiv1/inc/abi/switch_context.h
- arch/csky/abiv2/Makefile 1 addition, 0 deletionsarch/csky/abiv2/Makefile
- arch/csky/abiv2/inc/abi/entry.h 25 additions, 3 deletionsarch/csky/abiv2/inc/abi/entry.h
- arch/csky/abiv2/inc/abi/pgtable-bits.h 1 addition, 1 deletionarch/csky/abiv2/inc/abi/pgtable-bits.h
- arch/csky/abiv2/inc/abi/switch_context.h 32 additions, 0 deletionsarch/csky/abiv2/inc/abi/switch_context.h
- arch/csky/abiv2/mcount.S 124 additions, 0 deletionsarch/csky/abiv2/mcount.S
- arch/csky/abiv2/memcpy.S 1 addition, 7 deletionsarch/csky/abiv2/memcpy.S
- arch/csky/include/asm/elf.h 10 additions, 3 deletionsarch/csky/include/asm/elf.h
- arch/csky/include/asm/ftrace.h 13 additions, 0 deletionsarch/csky/include/asm/ftrace.h
- arch/csky/include/asm/perf_event.h 7 additions, 0 deletionsarch/csky/include/asm/perf_event.h
- arch/csky/include/asm/processor.h 1 addition, 14 deletionsarch/csky/include/asm/processor.h
- arch/csky/include/asm/smp.h 4 additions, 0 deletionsarch/csky/include/asm/smp.h
- arch/csky/include/asm/syscall.h 7 additions, 0 deletionsarch/csky/include/asm/syscall.h
- arch/csky/include/asm/thread_info.h 4 additions, 0 deletionsarch/csky/include/asm/thread_info.h
- arch/csky/include/uapi/asm/Kbuild 0 additions, 2 deletionsarch/csky/include/uapi/asm/Kbuild
- arch/csky/include/uapi/asm/ptrace.h 1 addition, 38 deletionsarch/csky/include/uapi/asm/ptrace.h
- arch/csky/kernel/Makefile 7 additions, 0 deletionsarch/csky/kernel/Makefile
Loading
Please register or sign in to comment