aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/kgdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-15MIPS: kernel: Drop kgdb_call_nmi_hookThomas Bogendoerfer1-5/+0
2021-02-13Revert "MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flushes"Thomas Bogendoerfer1-17/+1
2019-03-28MIPS: KGDB: fix kgdb support for SMP platforms.Chong Qiao1-1/+2
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-2/+2
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-30mips/kgdb: prepare arch_kgdb_ops for constnessChristophe Leroy1-9/+7
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-8/+1
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2017-04-12MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan1-15/+33
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-06-21MIPS: Get rid of 'kgdb_early_setup' cruft.Sergei Shtylyov1-4/+0
2014-03-26MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flushesLeonid Yegoshin1-1/+17
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-3/+3
2012-10-12mips,kgdb: fix recursive page fault with CONFIG_KPROBESJason Wessel1-0/+9
2010-10-04MIPS: Fix a typo.Andrea Gelmini1-1/+1
2010-08-05kgdb,mips: remove unused kgdb_cpu_doing_single_step operationsJason Wessel1-7/+1
2010-08-05kgdb,mips: Individual register get/set for mipsJason Wessel1-58/+145
2010-05-20mips,kgdb: kdb low level trap catch and stack traceJason Wessel1-1/+21
2010-05-20kgdb: core changes to support kdbJason Wessel1-0/+5
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle1-0/+1
2008-09-26kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel1-2/+1
2008-08-26[MIPS] kgdb: Do not call fixup_exceptionAtsushi Nemoto1-3/+0
2008-08-26[MIPS] kgdb: s/(void *)0)/NULL/Ralf Baechle1-1/+1
2008-08-26[MIPS] kgdb: smp_call_function's 3rd argument is a pointer.Ralf Baechle1-1/+1
2008-07-30[MIPS] kgdb: add arch support for the kernel's kgdb coreJason Wessel1-0/+281