summaryrefslogtreecommitdiffstats
path: root/lib/bug.c
Commit message (Expand)AuthorAgeFilesLines
* lib/bug.c: use common WARN helperJosh Poimboeuf2016-03-171-24/+2
* lib/bug.c: make panic_on_warn available for all architecturesHeiko Carstens2016-03-171-0/+11
* module: Sanitize RCU usage and lockingPeter Zijlstra2015-05-281-2/+5
* lib/bug: Use RCU list ops for module_bug_listMasami Hiramatsu2014-11-111-6/+14
* lib/bug.c: convert printk to pr_foo()Fabian Frederick2014-06-041-11/+10
* taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+2
* module: put modules in list much earlier.Rusty Russell2013-01-121-0/+1
* bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava2012-01-261-1/+1
* modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-051-4/+2
* lib/bug.c: add oops end marker to WARN implementationAnton Blanchard2010-08-111-0/+1
* lib/bug.c: make WARN implementation match the kernel/panic.c oneAnton Blanchard2010-08-111-4/+7
* panic: Allow warnings to set different taint flagsBen Hutchings2010-05-191-1/+1
* allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich2008-12-161-2/+17
* lib: taint kernel in common report_bug() WARN path.Paul Mundt2008-07-041-0/+2
* generic bug: use show_regs() instead of dump_stack()Heiko Carstens2007-07-161-2/+3
* [PATCH] Generic BUG implementationJeremy Fitzhardinge2006-12-081-0/+163