summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/kgdb.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: KGDB: fix kgdb support for SMP platforms.Chong Qiao2019-03-281-1/+2
* get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-2/+2
* kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
* mips/kgdb: prepare arch_kgdb_ops for constnessChristophe Leroy2018-12-301-9/+7Star
* kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-8/+1Star
* kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1
* MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan2017-04-121-15/+33
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* MIPS: Get rid of 'kgdb_early_setup' cruft.Sergei Shtylyov2015-06-211-4/+0Star
* MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flushesLeonid Yegoshin2014-03-261-1/+17
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-3/+3
* mips,kgdb: fix recursive page fault with CONFIG_KPROBESJason Wessel2012-10-121-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/+1Star
* 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-211-1/+21
* kgdb: core changes to support kdbJason Wessel2010-05-211-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/+1Star
* [MIPS] kgdb: Do not call fixup_exceptionAtsushi Nemoto2008-08-261-3/+0Star
* [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