summaryrefslogtreecommitdiff
path: root/arch/sh/kernel/kgdb.c
AgeCommit message (Expand)Author
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-10sh: kgdb: Mark expected switch fall-throughsKuninori Morimoto
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson
2018-12-28sh: kernel: convert to SPDX identifiersKuninori Morimoto
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2014-01-21arch/sh/kernel/kgdb.c: add missing #include <linux/sched.h>Wanlong Gao
2012-04-10sh: kgdb: Fix up NULL pointer deref by kgdb_nmicallback.Paul Mundt
2012-04-10sh: kgdb: Fill out sleeping_thread_to_gdb_regs() state.Paul Mundt
2012-04-10sh: kgdb: Individual register get/set support.Paul Mundt
2012-04-10sh: kgdb: Fix up basic SMP support.Paul Mundt
2012-03-30sh: fix up fallout from system.h disintegration.Paul Mundt
2010-05-20kgdb,sh: update superh kgdb exception handlingJason Wessel
2009-12-22sh: kgdb: Rework breakpoint handling on top of notifier chain.Paul Mundt
2009-09-01sh: Kill off kgdb's magical NMI debouncing.Paul Mundt
2009-08-24sh: kgdb: do not reload VBR while handling debugger breackpointGiuseppe Cavallaro
2009-05-09sh: Rename opcode_t to insn_size_t.Paul Mundt
2008-12-22sh: Generic kgdb stub support.Paul Mundt