aboutsummaryrefslogtreecommitdiff
path: root/lib/bug.c
AgeCommit message (Expand)Author
2018-03-09lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()Kees Cook
2018-03-09bug: use %pB in BUG and stack protector failureKees Cook
2017-11-17bug: define the "cut here" string in a single placeKees Cook
2017-11-17kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar
2016-03-17lib/bug.c: use common WARN helperJosh Poimboeuf
2016-03-17lib/bug.c: make panic_on_warn available for all architecturesHeiko Carstens
2015-05-28module: Sanitize RCU usage and lockingPeter Zijlstra
2014-11-11lib/bug: Use RCU list ops for module_bug_listMasami Hiramatsu
2014-06-04lib/bug.c: convert printk to pr_foo()Fabian Frederick
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2013-01-12module: put modules in list much earlier.Rusty Russell
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds
2010-08-11lib/bug.c: add oops end marker to WARN implementationAnton Blanchard
2010-08-11lib/bug.c: make WARN implementation match the kernel/panic.c oneAnton Blanchard
2010-05-19panic: Allow warnings to set different taint flagsBen Hutchings
2008-12-16allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich
2008-07-04lib: taint kernel in common report_bug() WARN path.Paul Mundt
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens
2006-12-08[PATCH] Generic BUG implementationJeremy Fitzhardinge