Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linux
Pull arch/csky updates from Guo Ren: - Fixup vdsp&fpu issues in kernel - Add dynamic function tracer - Use in_syscall & forget_syscall instead of r11_sig - Reconstruct signal processing - Support dynamic start physical address - Fixup wrong update_mmu_cache implementation - Support vmlinux bootup with MMU off - Use va_pa_offset instead of phys_offset - Fixup syscall_trace return processing flow - Add perf callchain support - Add perf_arch_fetch_caller_regs support - Add page fault perf event support - Add support for perf registers sampling * tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linux: csky/syscall_trace: Fixup return processing flow csky: Fixup compile warning csky: Add support for perf registers sampling csky: add page fault perf event support csky: Use va_pa_offset instead of phys_offset csky: Support vmlinux bootup with MMU off csky: Add perf_arch_fetch_caller_regs support csky: Fixup wrong update_mmu_cache implementation csky: Support dynamic start physical address csky: Reconstruct signal processing csky: Use in_syscall & forget_syscall instead of r11_sig csky: Add non-uapi asm/ptrace.h namespace csky: mm/fault.c: Remove duplicate header csky: remove redundant generic-y csky: Update syscall_trace_enter/exit implementation csky: Add perf callchain support csky/ftrace: Add dynamic function tracer (include graph tracer) csky: Fixup vdsp&fpu issues in kernel
No related branches found
No related tags found
Showing
- arch/csky/Kconfig 6 additions, 1 deletionarch/csky/Kconfig
- arch/csky/Makefile 1 addition, 1 deletionarch/csky/Makefile
- arch/csky/abiv1/inc/abi/ckmmu.h 22 additions, 2 deletionsarch/csky/abiv1/inc/abi/ckmmu.h
- arch/csky/abiv1/inc/abi/entry.h 29 additions, 12 deletionsarch/csky/abiv1/inc/abi/entry.h
- arch/csky/abiv1/inc/abi/regdef.h 3 additions, 2 deletionsarch/csky/abiv1/inc/abi/regdef.h
- arch/csky/abiv2/cacheflush.c 2 additions, 11 deletionsarch/csky/abiv2/cacheflush.c
- arch/csky/abiv2/inc/abi/ckmmu.h 26 additions, 8 deletionsarch/csky/abiv2/inc/abi/ckmmu.h
- arch/csky/abiv2/inc/abi/entry.h 75 additions, 12 deletionsarch/csky/abiv2/inc/abi/entry.h
- arch/csky/abiv2/inc/abi/regdef.h 3 additions, 2 deletionsarch/csky/abiv2/inc/abi/regdef.h
- arch/csky/abiv2/mcount.S 37 additions, 2 deletionsarch/csky/abiv2/mcount.S
- arch/csky/abiv2/memmove.S 1 addition, 5 deletionsarch/csky/abiv2/memmove.S
- arch/csky/include/asm/Kbuild 0 additions, 1 deletionarch/csky/include/asm/Kbuild
- arch/csky/include/asm/ftrace.h 17 additions, 1 deletionarch/csky/include/asm/ftrace.h
- arch/csky/include/asm/mmu_context.h 2 additions, 15 deletionsarch/csky/include/asm/mmu_context.h
- arch/csky/include/asm/page.h 16 additions, 23 deletionsarch/csky/include/asm/page.h
- arch/csky/include/asm/perf_event.h 8 additions, 0 deletionsarch/csky/include/asm/perf_event.h
- arch/csky/include/asm/ptrace.h 41 additions, 0 deletionsarch/csky/include/asm/ptrace.h
- arch/csky/include/asm/syscall.h 9 additions, 0 deletionsarch/csky/include/asm/syscall.h
- arch/csky/include/asm/thread_info.h 12 additions, 15 deletionsarch/csky/include/asm/thread_info.h
- arch/csky/include/asm/unistd.h 2 additions, 0 deletionsarch/csky/include/asm/unistd.h
Loading
Please register or sign in to comment