Age | Commit message (Expand) | Author | Files | Lines |
2016-02-22 | mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ... | Kees Cook | 1 | -3/+1 |
2015-12-04 | module: use a structure to encapsulate layout. | Rusty Russell | 1 | -2/+2 |
2015-02-19 | kdb: Const qualifier for kdb_getstr's prompt argument | Daniel Thompson | 2 | -2/+2 |
2015-02-19 | kdb: Provide forward search at more prompt | Daniel Thompson | 3 | -5/+26 |
2015-02-19 | kdb: Fix a prompt management bug when using | grep | Daniel Thompson | 1 | -2/+2 |
2015-02-19 | kdb: Remove stack dump when entering kgdb due to NMI | Daniel Thompson | 1 | -1/+0 |
2015-02-19 | kdb: Avoid printing KERN_ levels to consoles | Daniel Thompson | 1 | -9/+13 |
2015-02-19 | kdb: Fix off by one error in kdb_cpu() | Jason Wessel | 1 | -1/+1 |
2015-02-19 | kdb: fix incorrect counts in KDB summary command output | Jay Lan | 1 | -1/+1 |
2015-01-23 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2015-01-22 | module: make module_refcount() a signed integer. | Rusty Russell | 1 | -1/+1 |
2014-11-11 | kgdb: timeout if secondary CPUs ignore the roundup | Daniel Thompson | 2 | -1/+7 |
2014-11-11 | kdb: Allow access to sensitive commands to be restricted by default | Daniel Thompson | 1 | -1/+1 |
2014-11-11 | kdb: Add enable mask for groups of commands | Anton Vorontsov | 1 | -1/+29 |
2014-11-11 | kdb: Categorize kdb commands (similar to SysRq categorization) | Daniel Thompson | 2 | -40/+101 |
2014-11-11 | kdb: Remove KDB_REPEAT_NONE flag | Anton Vorontsov | 2 | -33/+32 |
2014-11-11 | kdb: Use KDB_REPEAT_* values as flags | Anton Vorontsov | 1 | -14/+7 |
2014-11-11 | kdb: Rename kdb_register_repeat() to kdb_register_flags() | Anton Vorontsov | 2 | -50/+50 |
2014-11-11 | kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flags | Anton Vorontsov | 2 | -4/+4 |
2014-11-11 | kdb: Remove currently unused kdbtab_t->cmd_flags | Anton Vorontsov | 2 | -2/+0 |
2014-10-14 | kdb: replace strnicmp with strncasecmp | Rasmus Villemoes | 1 | -3/+3 |
2014-06-12 | kdb: Use ktime_get_ts() | Thomas Gleixner | 1 | -1/+1 |
2014-06-04 | kernel/printk: use symbolic defines for console loglevels | Borislav Petkov | 3 | -3/+3 |
2013-10-03 | kdb: Add support for external NMI handler to call KGDB/KDB | Mike Travis | 2 | -1/+7 |
2013-03-02 | kdb: Remove unhandled ssb command | Vincent | 4 | -39/+2 |
2013-03-02 | kdb: Prevent kernel oops with kdb_defcmd | Jason Wessel | 1 | -2/+6 |
2013-03-02 | kdb: Remove the ll command | Jason Wessel | 1 | -65/+0 |
2013-03-02 | kdb_main: fix help print | Jason Wessel | 1 | -3/+7 |
2013-03-02 | kdb: Fix overlap in buffers with strcpy | Jason Wessel | 1 | -9/+21 |
2013-03-02 | kdb: Setup basic kdb state before invoking commands via kgdb | Matt Klein | 1 | -6/+18 |
2013-03-02 | kdb: use ARRAY_SIZE where possible | Sasha Levin | 1 | -2/+2 |
2013-03-02 | kdb: A fix for kdb command table expansion | John Blackwood | 1 | -1/+1 |
2013-01-12 | module: add new state MODULE_STATE_UNFORMED. | Rusty Russell | 1 | -0/+2 |
2012-10-13 | Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw... | Linus Torvalds | 3 | -5/+32 |
2012-10-12 | kdb,vt_console: Fix missed data due to pager overruns | Jason Wessel | 1 | -5/+28 |
2012-10-12 | kdb: Fix dmesg/bta scroll to quit with 'q' | Jason Wessel | 2 | -0/+4 |
2012-09-26 | kdb: Implement disable_nmi command | Anton Vorontsov | 1 | -0/+31 |
2012-07-31 | kernel/debug: Make use of KGDB_REASON_NMI | Anton Vorontsov | 1 | -0/+4 |
2012-07-31 | kdb: Remove cpu from the more prompt | Jason Wessel | 1 | -11/+0 |
2012-07-31 | kdb: Remove unused KDB_FLAG_ONLY_DO_DUMP | Jason Wessel | 1 | -14/+1 |
2012-07-21 | kdb: Switch to nolock variants of kmsg_dump functions | Anton Vorontsov | 1 | -4/+4 |
2012-07-21 | printk: Remove kdb_syslog_data | Anton Vorontsov | 1 | -1/+0 |
2012-07-21 | kdb: Revive dmesg command | Anton Vorontsov | 1 | -58/+33 |
2012-04-04 | Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2012-03-29 | kdb: Fix smatch warning on dbg_io_ops->is_console | Jason Wessel | 1 | -1/+1 |
2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -1/+0 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
2012-03-23 | Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -23/+91 |
2012-03-22 | kdb: Add message about CONFIG_DEBUG_RODATA on failure to install breakpoint | Jason Wessel | 1 | -0/+7 |
2012-03-22 | kdb: Avoid using dbg_io_ops until it is initialized | Tim Bird | 1 | -1/+1 |