| Commit message (Expand) | Author | Age | Files | Lines |
* | Move kernel/kgdb.c to kernel/debug/debug_core.c | Jason Wessel | 2010-05-20 | 1 | -1764/+0 |
* | kgdb: Turn off tracing while in the debugger | Jason Wessel | 2010-04-02 | 1 | -0/+8 |
* | kgdb: use atomic_inc and atomic_dec instead of atomic_set | Jason Wessel | 2010-04-02 | 1 | -8/+7 |
* | kgdb: eliminate kgdb_wait(), all cpus enter the same way | Jason Wessel | 2010-04-02 | 1 | -83/+82 |
* | kgdb: have ebin2mem call probe_kernel_write once | Jason Wessel | 2010-04-02 | 1 | -14/+9 |
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-02-04 | 1 | -3/+3 |
|\ |
|
| * | softlockup: Add sched_clock_tick() to avoid kernel warning on kgdb resume | Jason Wessel | 2010-02-01 | 1 | -3/+3 |
* | | x86, hw_breakpoints, kgdb: Fix kgdb to use hw_breakpoint API | Jason Wessel | 2010-01-30 | 1 | -0/+3 |
|/ |
|
* | kgdb: Always process the whole breakpoint list on activate or deactivate | Jason Wessel | 2009-12-11 | 1 | -8/+15 |
* | kgdb: continue and warn on signal passing from gdb | Jason Wessel | 2009-12-11 | 1 | -2/+4 |
* | kgdb: allow for cpu switch when single stepping | Jason Wessel | 2009-12-11 | 1 | -5/+15 |
* | kgdb: Read buffer overflow | Jason Wessel | 2009-12-11 | 1 | -1/+6 |
* | sched: Remove unused __schedule() declaration | Hiroshi Shimamoto | 2009-11-04 | 1 | -1/+1 |
* | sysrq, intel_fb: fix sysrq g collision | Jason Wessel | 2009-05-15 | 1 | -2/+2 |
* | kgdb: call touch_softlockup_watchdog on resume | Jason Wessel | 2008-10-06 | 1 | -0/+3 |
* | kgdb, x86, arm, mips, powerpc: ignore user space single stepping | Jason Wessel | 2008-09-26 | 1 | -4/+4 |
* | kgdb: could not write to the last of valid memory with kgdb | Atsuo Igarashi | 2008-09-26 | 1 | -1/+1 |
* | kgdb: fix gdb serial thread queries | Jason Wessel | 2008-08-01 | 1 | -18/+50 |
* | kgdb: fix kgdb_validate_break_address to perform a mem write | Jason Wessel | 2008-08-01 | 1 | -7/+19 |
* | kgdb: sparse fix | Jason Wessel | 2008-06-24 | 1 | -1/+2 |
* | kgdb: use common ascii helpers and put_unaligned_be32 helper | Harvey Harrison | 2008-05-28 | 1 | -10/+6 |
* | lib: create common ascii hex array | Harvey Harrison | 2008-05-14 | 1 | -8/+0 |
* | kgdb: fix signedness mixmatches, add statics, add declaration to header | Harvey Harrison | 2008-05-05 | 1 | -4/+4 |
* | kgdb: always use icache flush for sw breakpoints | Jason Wessel | 2008-04-17 | 1 | -2/+2 |
* | kgdb: fix SMP NMI kgdb_handle_exception exit race | Jason Wessel | 2008-04-17 | 1 | -19/+8 |
* | kgdb: fix several kgdb regressions | Jason Wessel | 2008-04-17 | 1 | -6/+8 |
* | kgdb: fix optional arch functions and probe_kernel_* | Jason Wessel | 2008-04-17 | 1 | -0/+11 |
* | kgdb: add x86 HW breakpoints | Jason Wessel | 2008-04-17 | 1 | -2/+2 |
* | kgdb: print breakpoint removed on exception | Jason Wessel | 2008-04-17 | 1 | -1/+2 |
* | kgdb: clocksource watchdog | Jason Wessel | 2008-04-17 | 1 | -0/+4 |
* | kgdb: core | Jason Wessel | 2008-04-17 | 1 | -0/+1693 |