-
- Downloads
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300
* 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300: MN10300: gcc 4.6 vs am33 inline assembly MN10300: Deprecate gdbstub MN10300: Allow KGDB to use the MN10300 serial ports MN10300: Emulate single stepping in KGDB on MN10300 MN10300: Generalise kernel debugger kernel halt, reboot or power off hook KGDB: Notify GDB of machine halt, reboot or power off MN10300: Use KGDB MN10300: Create generic kernel debugger hooks MN10300: Create general kernel debugger cache flushing MN10300: Introduce a general config option for kernel debugger hooks MN10300: The icache invalidate functions should disable the icache first MN10300: gdbstub: Restrict single-stepping to non-preemptable non-SMP configs
Showing
- arch/mn10300/Kconfig 6 additions, 4 deletionsarch/mn10300/Kconfig
- arch/mn10300/Kconfig.debug 16 additions, 1 deletionarch/mn10300/Kconfig.debug
- arch/mn10300/include/asm/debugger.h 43 additions, 0 deletionsarch/mn10300/include/asm/debugger.h
- arch/mn10300/include/asm/div64.h 17 additions, 4 deletionsarch/mn10300/include/asm/div64.h
- arch/mn10300/include/asm/fpu.h 0 additions, 2 deletionsarch/mn10300/include/asm/fpu.h
- arch/mn10300/include/asm/irqflags.h 1 addition, 1 deletionarch/mn10300/include/asm/irqflags.h
- arch/mn10300/include/asm/kgdb.h 81 additions, 0 deletionsarch/mn10300/include/asm/kgdb.h
- arch/mn10300/include/asm/smp.h 4 additions, 2 deletionsarch/mn10300/include/asm/smp.h
- arch/mn10300/include/asm/thread_info.h 4 additions, 0 deletionsarch/mn10300/include/asm/thread_info.h
- arch/mn10300/kernel/Makefile 1 addition, 4 deletionsarch/mn10300/kernel/Makefile
- arch/mn10300/kernel/entry.S 25 additions, 42 deletionsarch/mn10300/kernel/entry.S
- arch/mn10300/kernel/fpu.c 0 additions, 18 deletionsarch/mn10300/kernel/fpu.c
- arch/mn10300/kernel/gdb-cache.S 0 additions, 105 deletionsarch/mn10300/kernel/gdb-cache.S
- arch/mn10300/kernel/gdb-io-ttysm.c 4 additions, 4 deletionsarch/mn10300/kernel/gdb-io-ttysm.c
- arch/mn10300/kernel/gdb-stub.c 29 additions, 12 deletionsarch/mn10300/kernel/gdb-stub.c
- arch/mn10300/kernel/internal.h 7 additions, 0 deletionsarch/mn10300/kernel/internal.h
- arch/mn10300/kernel/irq.c 1 addition, 1 deletionarch/mn10300/kernel/irq.c
- arch/mn10300/kernel/kgdb.c 502 additions, 0 deletionsarch/mn10300/kernel/kgdb.c
- arch/mn10300/kernel/mn10300-serial.c 75 additions, 0 deletionsarch/mn10300/kernel/mn10300-serial.c
- arch/mn10300/kernel/process.c 3 additions, 3 deletionsarch/mn10300/kernel/process.c
Loading
Please register or sign in to comment