summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bug.h
Commit message (Expand)AuthorAgeFilesLines
* include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT archit...Drew Davenport2019-07-171-2/+4
* include/asm-generic: Remove spin_is_locked() commentPaul E. McKenney2019-01-261-3/+0Star
* Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Ingo Molnar2018-12-191-4/+4
* x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Nadav Amit2018-10-041-4/+4
* include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov2018-08-221-3/+13
* bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-02-221-0/+1
* bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook2017-11-181-2/+3
* bug: define the "cut here" string in a single placeKees Cook2017-11-181-0/+2
* kernel debug: support resetting WARN*_ONCEAndi Kleen2017-11-181-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* asm-generic/bug.h: declare struct pt_regs; before function prototypeIan Abbott2017-07-111-0/+1
* debug: Avoid setting BUGFLAG_WARNING twicePeter Zijlstra2017-04-141-1/+1
* debug: Add _ONCE() logic to report_bug()Peter Zijlstra2017-03-301-1/+17
* Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-251-1/+1
|\
| * asm-generic: default BUG_ON(x) to if(x)BUG()Arnd Bergmann2016-03-011-1/+1
* | lib/bug.c: use common WARN helperJosh Poimboeuf2016-03-171-0/+6
* | bug: set warn variable before calling WARN()Steven Rostedt2016-03-171-9/+12
|/
* bug: Make BUG() always stop the machineJosh Triplett2014-04-081-1/+1
* bug: when !CONFIG_BUG, make WARN call no_printk to check format and argsJosh Triplett2014-04-081-0/+1
* include/asm-generic/bug.h: style fix: s/while(0)/while (0)/Josh Triplett2014-04-081-3/+3
* bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and familyJosh Triplett2014-04-081-27/+30
* bug.h: Fix up CONFIG_BUG=n implicit function declarations.Paul Mundt2012-06-251-10/+9Star
* bug.h: Fix up powerpc build regression.Paul Mundt2012-06-181-3/+5
* bug.h: need linux/kernel.h for TAINT_WARN.Paul Mundt2012-06-111-0/+1
* consolidate WARN_...ONCE() static variablesJan Beulich2012-03-241-3/+3
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-11-011-5/+6
* bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller2011-05-261-40/+0Star
* bug.h: Fix build with CONFIG_PRINTK disabled.David S. Miller2011-05-241-0/+21
* bug.h: Add WARN_RATELIMITJoe Perches2011-05-231-0/+16
* WARN_ON_SMP(): Add comment to explain ({0;})Steven Rostedt2011-03-281-0/+7
* WARN_ON_SMP(): Allow use in if() statements on UPSteven Rostedt2011-03-251-1/+27
* panic: Allow warnings to set different taint flagsBen Hutchings2010-05-191-2/+32
* WARN_ONCE(): use bool for boolean flagCesar Eduardo Barros2009-12-151-4/+4
* Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen2009-05-071-3/+4
* The default CONFIG_BUG=n version of BUG() should have an empty do...whileDavid Howells2009-04-151-1/+1
* documentation: when to BUG(), and when to not BUG()David Brownell2009-01-071-0/+17
* Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-311-4/+3Star
|\
| * debug warnings: eliminate warn_on_slowpath()Ingo Molnar2008-11-281-4/+3Star
* | allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich2008-12-161-0/+8
|/
* fix WARN() for PPCArjan van de Ven2008-10-211-1/+1
* include: replace __FUNCTION__ with __func__Harvey Harrison2008-10-161-1/+1
* warn: Turn the netdev timeout WARN_ON() into a WARN()Arjan van de Ven2008-09-171-0/+10
* printk ratelimiting rewriteDave Young2008-07-251-0/+3
* Add a WARN() macro; this is WARN_ON() + printk argumentsArjan van de Ven2008-07-251-0/+22
* debug: move WARN_ON() out of lineArjan van de Ven2008-01-301-5/+5
* debug: introduce __WARN()Olof Johansson2008-01-301-6/+11
* Fix WARN_ON() on bitfield opsLinus Torvalds2007-08-011-3/+3
* Fix sparse false positives re BUG_ON(ptr)Alexey Dobriyan2007-07-171-1/+1
* Don't call a warnign a bug. It's a warning.Linus Torvalds2007-05-241-1/+1
* [PATCH] change WARN_ON back to "BUG: at ..."Ingo Molnar2006-12-301-1/+1