| Commit message (Expand) | Author | Age | Files | Lines |
* | kgdb: Fix spelling mistakes | Zhen Lei | 2021-06-01 | 1 | -4/+4 |
* | kgdb: fix to kill breakpoints on initmem after boot | Sumit Garg | 2021-02-26 | 1 | -0/+2 |
* | kgdb: Remove kgdb_schedule_breakpoint() | Daniel Thompson | 2021-02-11 | 1 | -1/+0 |
* | kgdb: Honour the kprobe blocklist when setting breakpoints | Daniel Thompson | 2020-09-28 | 1 | -0/+18 |
* | kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.h | Vincent Chen | 2020-07-09 | 1 | -0/+1 |
* | kgdb: enable arch to support XML packet. | Vincent Chen | 2020-07-09 | 1 | -0/+11 |
* | kdb: Switch to use safer dbg_io_ops over console APIs | Sumit Garg | 2020-06-26 | 1 | -3/+2 |
* | kgdboc: Add kgdboc_earlycon to support early kgdb using boot consoles | Douglas Anderson | 2020-05-18 | 1 | -0/+4 |
* | kgdb: Return true in kgdb_nmi_poll_knock() | Jason Yan | 2020-05-07 | 1 | -1/+1 |
* | kgdb: Fix spurious true from in_dbg_master() | Daniel Thompson | 2020-05-07 | 1 | -1/+1 |
* | kgdb: don't use a notifier to enter kgdb at panic; call directly | Douglas Anderson | 2019-09-25 | 1 | -0/+2 |
* | kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops | Christophe Leroy | 2018-12-30 | 1 | -1/+1 |
* | kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function() | Douglas Anderson | 2018-12-30 | 1 | -2/+13 |
* | kgdb: Remove irq flags from roundup | Douglas Anderson | 2018-12-30 | 1 | -7/+2 |
* | kgdb: Remove "weak" from kgdb_arch_pc() declaration | Bjorn Helgaas | 2014-10-22 | 1 | -1/+1 |
* | kgdb/kdb: Fix no KDB config problem | Mike Travis | 2014-01-25 | 1 | -1/+2 |
* | kdb: Add support for external NMI handler to call KGDB/KDB | Mike Travis | 2013-10-03 | 1 | -0/+1 |
* | kgdb: remove #include <linux/serial_8250.h> from kgdb.h | Greg Kroah-Hartman | 2013-02-04 | 1 | -1/+0 |
* | tty/serial: Add kgdb_nmi driver | Anton Vorontsov | 2012-09-26 | 1 | -0/+10 |
* | kernel/debug: Mask KGDB NMI upon entry | Anton Vorontsov | 2012-09-26 | 1 | -0/+3 |
* | x86,kgdb: Fix DEBUG_RODATA limitation using text_poke() | Jason Wessel | 2012-03-29 | 1 | -1/+2 |
* | kgdb,debug_core: pass the breakpoint struct instead of address and memory | Jason Wessel | 2012-03-29 | 1 | -2/+2 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | KGDB: Notify GDB of machine halt, reboot or power off | David Howells | 2011-03-18 | 1 | -0/+1 |
* | debug_core,x86,blackfin: Clean up hw debug disable API | Dongdong Deng | 2010-10-29 | 1 | -10/+3 |
* | gdbstub: Implement gdbserial 'p' and 'P' packets | Jason Wessel | 2010-08-05 | 1 | -1/+1 |
* | kgdb,kdb: individual register set and and get API | Jason Wessel | 2010-08-05 | 1 | -0/+13 |
* | x86, kgdb, init: Add early and late debug states | Jason Wessel | 2010-05-20 | 1 | -0/+14 |
* | kgdboc,kdb: Allow kdb to work on a non open console port | Jason Wessel | 2010-05-20 | 1 | -0/+3 |
* | kgdb: Add the ability to schedule a breakpoint via a tasklet | Jason Wessel | 2010-05-20 | 1 | -0/+1 |
* | x86,kgdb: Add low level debug hook | Jason Wessel | 2010-05-20 | 1 | -0/+1 |
* | kgdb: remove post_primary_code references | Jason Wessel | 2010-05-20 | 1 | -14/+0 |
* | kgdb,docs: Update the kgdb docs to include kdb | Jason Wessel | 2010-05-20 | 1 | -1/+11 |
* | kgdb: core changes to support kdb | Jason Wessel | 2010-05-20 | 1 | -2/+9 |
* | Separate the gdbstub from the debug core | Jason Wessel | 2010-05-20 | 1 | -0/+1 |
* | kgdb: Fix kernel-doc format error in kgdb.h | Randy Dunlap | 2010-01-07 | 1 | -4/+3 |
* | kgdb: fix signedness mixmatches, add statics, add declaration to header | Harvey Harrison | 2008-05-05 | 1 | -1/+3 |
* | kgdb: add documentation | Jason Wessel | 2008-04-17 | 1 | -21/+31 |
* | kgdb: core | Jason Wessel | 2008-04-17 | 1 | -0/+271 |