| Commit message (Expand) | Author | Age | Files | Lines |
* | lib/bug.c: exclude non-BUG/WARN exceptions from report_bug() | Kees Cook | 2018-03-10 | 1 | -0/+2 |
* | bug: use %pB in BUG and stack protector failure | Kees Cook | 2018-03-10 | 1 | -1/+1 |
* | bug: define the "cut here" string in a single place | Kees Cook | 2017-11-18 | 1 | -1/+1 |
* | kernel debug: support resetting WARN_ONCE for all architectures | Andi Kleen | 2017-11-18 | 1 | -0/+23 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | debug: Add _ONCE() logic to report_bug() | Peter Zijlstra | 2017-03-30 | 1 | -8/+20 |
* | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | lib/bug.c: use common WARN helper | Josh Poimboeuf | 2016-03-17 | 1 | -24/+2 |
* | lib/bug.c: make panic_on_warn available for all architectures | Heiko Carstens | 2016-03-17 | 1 | -0/+11 |
* | module: Sanitize RCU usage and locking | Peter Zijlstra | 2015-05-28 | 1 | -2/+5 |
* | lib/bug: Use RCU list ops for module_bug_list | Masami Hiramatsu | 2014-11-11 | 1 | -6/+14 |
* | lib/bug.c: convert printk to pr_foo() | Fabian Frederick | 2014-06-05 | 1 | -11/+10 |
* | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell | 2013-01-21 | 1 | -1/+2 |
* | module: put modules in list much earlier. | Rusty Russell | 2013-01-12 | 1 | -0/+1 |
* | bugs, x86: Fix printk levels for panic, softlockups and stack dumps | Prarit Bhargava | 2012-01-26 | 1 | -1/+1 |
* | modules: Fix module_bug_list list corruption race | Linus Torvalds | 2010-10-05 | 1 | -4/+2 |
* | lib/bug.c: add oops end marker to WARN implementation | Anton Blanchard | 2010-08-11 | 1 | -0/+1 |
* | lib/bug.c: make WARN implementation match the kernel/panic.c one | Anton Blanchard | 2010-08-11 | 1 | -4/+7 |
* | panic: Allow warnings to set different taint flags | Ben Hutchings | 2010-05-19 | 1 | -1/+1 |
* | allow bug table entries to use relative pointers (and use it on x86-64) | Jan Beulich | 2008-12-16 | 1 | -2/+17 |
* | lib: taint kernel in common report_bug() WARN path. | Paul Mundt | 2008-07-04 | 1 | -0/+2 |
* | generic bug: use show_regs() instead of dump_stack() | Heiko Carstens | 2007-07-16 | 1 | -2/+3 |
* | [PATCH] Generic BUG implementation | Jeremy Fitzhardinge | 2006-12-08 | 1 | -0/+163 |