-
- Downloads
Pull arch/tile updates from Chris Metcalf: "This is a grab bag of changes that includes some NOHZ and context-tracking related changes, some debugging improvements, JUMP_LABEL support, and some fixes for tilepro allmodconfig support. We also remove the now-unused node_has_online_mem() definitions both for tile's asm/topology.h as well as in linux/topology.h itself" * git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile: numa: remove stale node_has_online_mem() define arch/tile: move user_exit() to early kernel entry sequence tile: fix bug in setting PT_FLAGS_DISABLE_IRQ on kernel entry tile: fix tilepro casts for readl, writel, etc tile: fix a -Wframe-larger-than warning tile: include the syscall number in the backtrace MAINTAINERS: add git URL for tile arch/tile: adopt prepare_exit_to_usermode() model from x86 tile/jump_label: add jump label support for TILE-Gx tile: define a macro ktext_writable_addr to get writable kernel text address
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- arch/tile/Kconfig 1 addition, 0 deletionsarch/tile/Kconfig
- arch/tile/include/asm/insn.h 59 additions, 0 deletionsarch/tile/include/asm/insn.h
- arch/tile/include/asm/io.h 8 additions, 8 deletionsarch/tile/include/asm/io.h
- arch/tile/include/asm/jump_label.h 58 additions, 0 deletionsarch/tile/include/asm/jump_label.h
- arch/tile/include/asm/page.h 10 additions, 0 deletionsarch/tile/include/asm/page.h
- arch/tile/include/asm/processor.h 1 addition, 1 deletionarch/tile/include/asm/processor.h
- arch/tile/include/asm/thread_info.h 6 additions, 2 deletionsarch/tile/include/asm/thread_info.h
- arch/tile/include/asm/topology.h 0 additions, 3 deletionsarch/tile/include/asm/topology.h
- arch/tile/kernel/Makefile 1 addition, 0 deletionsarch/tile/kernel/Makefile
- arch/tile/kernel/ftrace.c 2 additions, 11 deletionsarch/tile/kernel/ftrace.c
- arch/tile/kernel/intvec_32.S 18 additions, 33 deletionsarch/tile/kernel/intvec_32.S
- arch/tile/kernel/intvec_64.S 20 additions, 36 deletionsarch/tile/kernel/intvec_64.S
- arch/tile/kernel/jump_label.c 64 additions, 0 deletionsarch/tile/kernel/jump_label.c
- arch/tile/kernel/kgdb.c 1 addition, 1 deletionarch/tile/kernel/kgdb.c
- arch/tile/kernel/kprobes.c 2 additions, 2 deletionsarch/tile/kernel/kprobes.c
- arch/tile/kernel/process.c 41 additions, 38 deletionsarch/tile/kernel/process.c
- arch/tile/kernel/ptrace.c 0 additions, 15 deletionsarch/tile/kernel/ptrace.c
- arch/tile/kernel/setup.c 1 addition, 1 deletionarch/tile/kernel/setup.c
- arch/tile/kernel/single_step.c 0 additions, 3 deletionsarch/tile/kernel/single_step.c
Loading
Please register or sign in to comment