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