summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/kgdb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-011-13/+1
|\
| * kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
| * kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-12/+0
| * kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1
* | sh: kernel: convert to SPDX identifiersKuninori Morimoto2018-12-281-4/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* arch/sh/kernel/kgdb.c: add missing #include <linux/sched.h>Wanlong Gao2014-01-211-0/+1
* sh: kgdb: Fix up NULL pointer deref by kgdb_nmicallback.Paul Mundt2012-04-101-1/+1
* sh: kgdb: Fill out sleeping_thread_to_gdb_regs() state.Paul Mundt2012-04-101-0/+23
* sh: kgdb: Individual register get/set support.Paul Mundt2012-04-101-23/+47
* sh: kgdb: Fix up basic SMP support.Paul Mundt2012-04-101-0/+12
* sh: fix up fallout from system.h disintegration.Paul Mundt2012-03-301-0/+1
* kgdb,sh: update superh kgdb exception handlingJason Wessel2010-05-201-1/+13
* sh: kgdb: Rework breakpoint handling on top of notifier chain.Paul Mundt2009-12-221-5/+41
* sh: Kill off kgdb's magical NMI debouncing.Paul Mundt2009-09-011-2/+0
* sh: kgdb: do not reload VBR while handling debugger breackpointGiuseppe Cavallaro2009-08-241-2/+0
* sh: Rename opcode_t to insn_size_t.Paul Mundt2009-05-091-2/+2
* sh: Generic kgdb stub support.Paul Mundt2008-12-221-0/+285