aboutsummaryrefslogtreecommitdiff
path: root/lib/bug.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-31cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGGravatar Peter Zijlstra 1-1/+14
2022-05-19bug: Use normal relative pointers in 'struct bug_entry'Gravatar Josh Poimboeuf 1-8/+7
2021-04-01bug: Assign values once in bug_get_file_line()Gravatar Andrew Scull 1-3/+3
2021-04-01bug: Factor out a getter for a bug's file lineGravatar Andrew Scull 1-10/+17
2021-04-01bug: Remove redundant condition check in report_bugGravatar Andrew Scull 1-18/+15
2021-02-08module: mark module_mutex staticGravatar Christoph Hellwig 1-3/+0
2020-06-01ftrace,bug: Improve traceoff_on_warnGravatar Peter Zijlstra 1-0/+3
2019-09-25bug: move WARN_ON() "cut here" into exception handlerGravatar Kees Cook 1-2/+9
2018-03-09lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()Gravatar Kees Cook 1-0/+2
2018-03-09bug: use %pB in BUG and stack protector failureGravatar Kees Cook 1-1/+1
2017-11-17bug: define the "cut here" string in a single placeGravatar Kees Cook 1-1/+1
2017-11-17kernel debug: support resetting WARN_ONCE for all architecturesGravatar Andi Kleen 1-0/+23
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-30debug: Add _ONCE() logic to report_bug()Gravatar Peter Zijlstra 1-8/+20
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Gravatar Ingo Molnar 1-0/+1
2016-03-17lib/bug.c: use common WARN helperGravatar Josh Poimboeuf 1-24/+2
2016-03-17lib/bug.c: make panic_on_warn available for all architecturesGravatar Heiko Carstens 1-0/+11
2015-05-28module: Sanitize RCU usage and lockingGravatar Peter Zijlstra 1-2/+5
2014-11-11lib/bug: Use RCU list ops for module_bug_listGravatar Masami Hiramatsu 1-6/+14
2014-06-04lib/bug.c: convert printk to pr_foo()Gravatar Fabian Frederick 1-11/+10
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Gravatar Rusty Russell 1-1/+2
2013-01-12module: put modules in list much earlier.Gravatar Rusty Russell 1-0/+1
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsGravatar Prarit Bhargava 1-1/+1
2010-10-05modules: Fix module_bug_list list corruption raceGravatar Linus Torvalds 1-4/+2
2010-08-11lib/bug.c: add oops end marker to WARN implementationGravatar Anton Blanchard 1-0/+1
2010-08-11lib/bug.c: make WARN implementation match the kernel/panic.c oneGravatar Anton Blanchard 1-4/+7
2010-05-19panic: Allow warnings to set different taint flagsGravatar Ben Hutchings 1-1/+1
2008-12-16allow bug table entries to use relative pointers (and use it on x86-64)Gravatar Jan Beulich 1-2/+17
2008-07-04lib: taint kernel in common report_bug() WARN path.Gravatar Paul Mundt 1-0/+2
2007-07-16generic bug: use show_regs() instead of dump_stack()Gravatar Heiko Carstens 1-2/+3
2006-12-08[PATCH] Generic BUG implementationGravatar Jeremy Fitzhardinge 1-0/+163