aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug
Commit message (Expand)AuthorAgeFilesLines
* kdb: fix incorrect counts in KDB summary command outputJay Lan2015-05-091-1/+1
* kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel2012-04-131-29/+24
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker2011-10-311-0/+1
* | kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-10-311-6/+6
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2011-08-017-42/+53
|\
| * kdb,kgdb: Allow arbitrary kgdb magic knock sequencesJason Wessel2011-08-011-8/+20
| * kdb: Remove all references to DOING_KGDB2Jason Wessel2011-08-014-7/+3
| * kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel2011-08-014-21/+29
| * kdb: cleanup unused variables missed in the original kdb mergeJason Wessel2011-08-013-8/+3
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-313-5/+5
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2011-03-251-2/+2
|\
| * kdb: add usage string of 'per_cpu' commandNamhyung Kim2011-03-251-1/+1
| * kdb: code cleanup to use macro instead of valueJovi Zhang2011-03-251-1/+1
* | KGDB: Notify GDB of machine halt, reboot or power offDavid Howells2011-03-181-0/+30
|/
* Merge branch 'master' into for-nextJiri Kosina2010-12-221-10/+11
|\
| * kdb: fix crash when KDB_BASE_CMD_MAX is exceededJovi Zhang2010-11-171-4/+4
| * kdb: fix memory leak in kdb_main.cJovi Zhang2010-11-171-6/+7
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
|/
* debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng2010-10-291-13/+3
* kdb: Fix early debugging crash regressionJason Wessel2010-10-291-1/+1
* kdb: fix per_cpu command to remove supress maskJason Wessel2010-10-291-35/+11
* kdb,debug_core: adjust master cpu switch logic against new debug_core lockingJason Wessel2010-10-223-22/+9
* debug_core: refactor locking for master/slave cpusJason Wessel2010-10-222-50/+56
* debug_core: disable hw_breakpoints on all cores in kgdb_cpu_enter()Dongdong Deng2010-10-221-2/+5
* kdb,kgdb: fix sparse fixupsJason Wessel2010-10-221-8/+1
* kdb: Fix oops in kdb_unregisterJason Wessel2010-10-221-1/+1
* kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel2010-10-223-40/+5
* debug_core: stop rcu warnings on kernel resumeJason Wessel2010-10-221-0/+2
* debug_core: move all watch dog syncs to a single functionJason Wessel2010-10-221-6/+9
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-09-081-2/+0
|\
| * gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen2010-09-051-2/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-282-2/+2
|\ \ | |/ |/|
| * Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov2010-08-211-1/+1
| * Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2010-08-191-1/+1
* | kdb: fix compile error without CONFIG_KALLSYMSJason Wessel2010-08-162-2/+9
|/
* Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-061-1/+3
|\
| * kgdb: Do not access xtime directlyThomas Gleixner2010-07-291-1/+3
* | Merge branch 'kms-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-051-2/+0
|\ \
| * | vt,console,kdb: automatically set kdb LINES variableJason Wessel2010-08-051-2/+0
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-053-66/+257
|\ \ \ | |/ /
| * | debug_core,kdb: fix crash when arch does not have single stepJason Wessel2010-08-051-0/+2
| * | gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set()Jason Wessel2010-08-051-1/+9
| * | gdbstub: Implement gdbserial 'p' and 'P' packetsJason Wessel2010-08-051-20/+77
| * | kgdb,kdb: individual register set and and get APIJason Wessel2010-08-052-12/+146
| * | gdbstub: Optimize kgdb's "thread:" response for the gdb serial protocolJason Wessel2010-08-051-18/+19
| * | kgdb: remove custom hex_to_bin()implementationAndy Shevchenko2010-08-051-16/+5
| |/
* | Merge branch 'master' into for-nextJiri Kosina2010-08-043-9/+9
|\ \ | |/
| * sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel2010-07-211-2/+1