aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/kgdb.c
Commit message (Expand)AuthorAgeFilesLines
* mips,kgdb: fix recursive page fault with CONFIG_KPROBESJason Wessel2012-10-211-0/+9
* MIPS: Fix a typo.Andrea Gelmini2010-10-041-1/+1
* kgdb,mips: remove unused kgdb_cpu_doing_single_step operationsJason Wessel2010-08-051-7/+1
* kgdb,mips: Individual register get/set for mipsJason Wessel2010-08-051-58/+145
* mips,kgdb: kdb low level trap catch and stack traceJason Wessel2010-05-201-1/+21
* kgdb: core changes to support kdbJason Wessel2010-05-201-0/+5
* MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle2009-06-241-0/+1
* kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel2008-09-261-2/+1
* [MIPS] kgdb: Do not call fixup_exceptionAtsushi Nemoto2008-08-261-3/+0
* [MIPS] kgdb: s/(void *)0)/NULL/Ralf Baechle2008-08-261-1/+1
* [MIPS] kgdb: smp_call_function's 3rd argument is a pointer.Ralf Baechle2008-08-261-1/+1
* [MIPS] kgdb: add arch support for the kernel's kgdb coreJason Wessel2008-07-301-0/+281