aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/kgdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-10sh: kgdb: Mark expected switch fall-throughsKuninori Morimoto1-0/+1
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-13/+1
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-12/+0
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2018-12-28sh: kernel: convert to SPDX identifiersKuninori Morimoto1-4/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+2
2014-01-21arch/sh/kernel/kgdb.c: add missing #include <linux/sched.h>Wanlong Gao1-0/+1
2012-04-10sh: kgdb: Fix up NULL pointer deref by kgdb_nmicallback.Paul Mundt1-1/+1
2012-04-10sh: kgdb: Fill out sleeping_thread_to_gdb_regs() state.Paul Mundt1-0/+23
2012-04-10sh: kgdb: Individual register get/set support.Paul Mundt1-23/+47
2012-04-10sh: kgdb: Fix up basic SMP support.Paul Mundt1-0/+12
2012-03-30sh: fix up fallout from system.h disintegration.Paul Mundt1-0/+1
2010-05-20kgdb,sh: update superh kgdb exception handlingJason Wessel1-1/+13
2009-12-22sh: kgdb: Rework breakpoint handling on top of notifier chain.Paul Mundt1-5/+41
2009-09-01sh: Kill off kgdb's magical NMI debouncing.Paul Mundt1-2/+0
2009-08-24sh: kgdb: do not reload VBR while handling debugger breackpointGiuseppe Cavallaro1-2/+0
2009-05-09sh: Rename opcode_t to insn_size_t.Paul Mundt1-2/+2
2008-12-22sh: Generic kgdb stub support.Paul Mundt1-0/+285