summaryrefslogtreecommitdiff
path: root/include/asm-generic/bug.h
AgeCommit message (Expand)Author
2017-11-17bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook
2017-11-17bug: define the "cut here" string in a single placeKees Cook
2017-11-17kernel debug: support resetting WARN*_ONCEAndi Kleen
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-10asm-generic/bug.h: declare struct pt_regs; before function prototypeIan Abbott
2017-04-14debug: Avoid setting BUGFLAG_WARNING twicePeter Zijlstra
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-03-17lib/bug.c: use common WARN helperJosh Poimboeuf
2016-03-17bug: set warn variable before calling WARN()Steven Rostedt
2016-03-01asm-generic: default BUG_ON(x) to if(x)BUG()Arnd Bergmann
2014-04-07bug: Make BUG() always stop the machineJosh Triplett
2014-04-07bug: when !CONFIG_BUG, make WARN call no_printk to check format and argsJosh Triplett
2014-04-07include/asm-generic/bug.h: style fix: s/while(0)/while (0)/Josh Triplett
2014-04-07bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and familyJosh Triplett
2012-06-25bug.h: Fix up CONFIG_BUG=n implicit function declarations.Paul Mundt
2012-06-18bug.h: Fix up powerpc build regression.Paul Mundt
2012-06-11bug.h: need linux/kernel.h for TAINT_WARN.Paul Mundt
2012-03-23consolidate WARN_...ONCE() static variablesJan Beulich
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-05-26bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller
2011-05-24bug.h: Fix build with CONFIG_PRINTK disabled.David S. Miller
2011-05-23bug.h: Add WARN_RATELIMITJoe Perches
2011-03-28WARN_ON_SMP(): Add comment to explain ({0;})Steven Rostedt
2011-03-25WARN_ON_SMP(): Allow use in if() statements on UPSteven Rostedt
2010-05-19panic: Allow warnings to set different taint flagsBen Hutchings
2009-12-15WARN_ONCE(): use bool for boolean flagCesar Eduardo Barros
2009-05-06Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen
2009-04-15The default CONFIG_BUG=n version of BUG() should have an empty do...whileDavid Howells
2009-01-06documentation: when to BUG(), and when to not BUG()David Brownell
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-12-16allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich
2008-11-28debug warnings: eliminate warn_on_slowpath()Ingo Molnar
2008-10-20fix WARN() for PPCArjan van de Ven
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison
2008-09-16warn: Turn the netdev timeout WARN_ON() into a WARN()Arjan van de Ven
2008-07-25printk ratelimiting rewriteDave Young
2008-07-25Add a WARN() macro; this is WARN_ON() + printk argumentsArjan van de Ven
2008-01-30debug: move WARN_ON() out of lineArjan van de Ven
2008-01-30debug: introduce __WARN()Olof Johansson
2007-07-31Fix WARN_ON() on bitfield opsLinus Torvalds
2007-07-17Fix sparse false positives re BUG_ON(ptr)Alexey Dobriyan
2007-05-24Don't call a warnign a bug. It's a warning.Linus Torvalds
2006-12-30[PATCH] change WARN_ON back to "BUG: at ..."Ingo Molnar
2006-12-08[PATCH] Fix generic WARN_ON messageJeremy Fitzhardinge
2006-12-08[PATCH] Generic BUG implementationJeremy Fitzhardinge
2006-10-20[PATCH] Fix warnings for WARN_ON if CONFIG_BUG is disabledRalf Baechle
2006-10-06[PATCH] Fix WARN_ON / WARN_ON_ONCE regressionAndrew Morton
2006-09-29[PATCH] Let WARN_ON/WARN_ON_ONCE return the conditionHerbert Xu
2006-06-27[PATCH] pi-futex: introduce WARN_ON_SMPIngo Molnar