summaryrefslogtreecommitdiff
path: root/include/asm-generic/bug.h
Commit message (Expand)AuthorAge
* bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-02-21
* bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook2017-11-17
* bug: define the "cut here" string in a single placeKees Cook2017-11-17
* kernel debug: support resetting WARN*_ONCEAndi Kleen2017-11-17
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* asm-generic/bug.h: declare struct pt_regs; before function prototypeIan Abbott2017-07-10
* debug: Avoid setting BUGFLAG_WARNING twicePeter Zijlstra2017-04-14
* debug: Add _ONCE() logic to report_bug()Peter Zijlstra2017-03-30
* Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-24
|\
| * asm-generic: default BUG_ON(x) to if(x)BUG()Arnd Bergmann2016-03-01
* | lib/bug.c: use common WARN helperJosh Poimboeuf2016-03-17
* | bug: set warn variable before calling WARN()Steven Rostedt2016-03-17
|/
* bug: Make BUG() always stop the machineJosh Triplett2014-04-07
* bug: when !CONFIG_BUG, make WARN call no_printk to check format and argsJosh Triplett2014-04-07
* include/asm-generic/bug.h: style fix: s/while(0)/while (0)/Josh Triplett2014-04-07
* bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and familyJosh Triplett2014-04-07
* bug.h: Fix up CONFIG_BUG=n implicit function declarations.Paul Mundt2012-06-25
* bug.h: Fix up powerpc build regression.Paul Mundt2012-06-18
* bug.h: need linux/kernel.h for TAINT_WARN.Paul Mundt2012-06-11
* consolidate WARN_...ONCE() static variablesJan Beulich2012-03-23
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-31
* bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller2011-05-26
* bug.h: Fix build with CONFIG_PRINTK disabled.David S. Miller2011-05-24
* bug.h: Add WARN_RATELIMITJoe Perches2011-05-23
* WARN_ON_SMP(): Add comment to explain ({0;})Steven Rostedt2011-03-28
* WARN_ON_SMP(): Allow use in if() statements on UPSteven Rostedt2011-03-25
* panic: Allow warnings to set different taint flagsBen Hutchings2010-05-19
* WARN_ONCE(): use bool for boolean flagCesar Eduardo Barros2009-12-15
* Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen2009-05-06
* The default CONFIG_BUG=n version of BUG() should have an empty do...whileDavid Howells2009-04-15
* documentation: when to BUG(), and when to not BUG()David Brownell2009-01-06
* Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-30
|\
| * debug warnings: eliminate warn_on_slowpath()Ingo Molnar2008-11-28
* | allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich2008-12-16
|/
* fix WARN() for PPCArjan van de Ven2008-10-20
* include: replace __FUNCTION__ with __func__Harvey Harrison2008-10-16
* warn: Turn the netdev timeout WARN_ON() into a WARN()Arjan van de Ven2008-09-16
* printk ratelimiting rewriteDave Young2008-07-25
* Add a WARN() macro; this is WARN_ON() + printk argumentsArjan van de Ven2008-07-25
* debug: move WARN_ON() out of lineArjan van de Ven2008-01-30
* debug: introduce __WARN()Olof Johansson2008-01-30
* Fix WARN_ON() on bitfield opsLinus Torvalds2007-07-31
* Fix sparse false positives re BUG_ON(ptr)Alexey Dobriyan2007-07-17
* Don't call a warnign a bug. It's a warning.Linus Torvalds2007-05-24
* [PATCH] change WARN_ON back to "BUG: at ..."Ingo Molnar2006-12-30
* [PATCH] Fix generic WARN_ON messageJeremy Fitzhardinge2006-12-08
* [PATCH] Generic BUG implementationJeremy Fitzhardinge2006-12-08
* [PATCH] Fix warnings for WARN_ON if CONFIG_BUG is disabledRalf Baechle2006-10-20
* [PATCH] Fix WARN_ON / WARN_ON_ONCE regressionAndrew Morton2006-10-06
* [PATCH] Let WARN_ON/WARN_ON_ONCE return the conditionHerbert Xu2006-09-29