original_kernel/arch/tile/kernel
Chris Metcalf 2858f85602 arch/tile: fix single-stepping over swint1 instructions on tilegx
If we are single-stepping and make a syscall, we call ptrace_notify()
explicitly on the return path back to user space, since we are returning
to a pc value set artificially to the next instruction, and otherwise
we won't register that we stepped over the syscall instruction (swint1).

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
2012-04-02 12:13:36 -04:00
..
Makefile
asm-offsets.c
backtrace.c
compat.c
compat_signal.c
early_printk.c
entry.S arch/tile: add "nop" after "nap" to help GX idle power draw 2012-04-02 12:13:29 -04:00
futex_64.S
hardwall.c
head_32.S
head_64.S
hvglue.lds
init_task.c
intvec_32.S
intvec_64.S arch/tile: fix single-stepping over swint1 instructions on tilegx 2012-04-02 12:13:36 -04:00
irq.c
machine_kexec.c
messaging.c
module.c arch/tile: don't leak kernel memory when we unload modules 2012-04-02 12:13:19 -04:00
pci-dma.c
pci.c
proc.c
process.c arch/tile: avoid false corrupt frame warning in early boot 2012-04-02 12:12:38 -04:00
ptrace.c
reboot.c
regs_32.S
regs_64.S
relocate_kernel.S
setup.c arch/tile: use proper memparse() for "maxmem" options 2012-04-02 12:13:25 -04:00
signal.c
single_step.c
smp.c arch/tile: implement panic_smp_self_stop() 2012-04-02 12:13:32 -04:00
smpboot.c
stack.c arch/tile: various bugs in stack backtracer 2012-04-02 12:12:45 -04:00
sys.c
sysfs.c
tile-desc_32.c
tile-desc_64.c
time.c
tlb.c
traps.c arch/tile: fix up some minor trap handling issues 2012-04-02 12:12:52 -04:00
vmlinux.lds.S