aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-11lib/bug: Use RCU list ops for module_bug_listMasami Hiramatsu1-6/+14
2014-06-04lib/bug.c: convert printk to pr_foo()Fabian Frederick1-11/+10
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+2
2013-01-12module: put modules in list much earlier.Rusty Russell1-0/+1
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava1-1/+1
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds1-4/+2
2010-08-11lib/bug.c: add oops end marker to WARN implementationAnton Blanchard1-0/+1
2010-08-11lib/bug.c: make WARN implementation match the kernel/panic.c oneAnton Blanchard1-4/+7
2010-05-19panic: Allow warnings to set different taint flagsBen Hutchings1-1/+1
2008-12-16allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich1-2/+17
2008-07-04lib: taint kernel in common report_bug() WARN path.Paul Mundt1-0/+2
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens1-2/+3
2006-12-08[PATCH] Generic BUG implementationJeremy Fitzhardinge1-0/+163