aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bug.h
Commit message (Expand)AuthorAgeFilesLines
* bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller2011-05-261-40/+0
* 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-061-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-061-0/+17
* Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-301-4/+3
|\
| * debug warnings: eliminate warn_on_slowpath()Ingo Molnar2008-11-281-4/+3
* | 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-201-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-161-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-07-311-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
* [PATCH] Fix generic WARN_ON messageJeremy Fitzhardinge2006-12-081-1/+1
* [PATCH] Generic BUG implementationJeremy Fitzhardinge2006-12-081-0/+16
* [PATCH] Fix warnings for WARN_ON if CONFIG_BUG is disabledRalf Baechle2006-10-201-1/+4
* [PATCH] Fix WARN_ON / WARN_ON_ONCE regressionAndrew Morton2006-10-061-8/+8
* [PATCH] Let WARN_ON/WARN_ON_ONCE return the conditionHerbert Xu2006-09-291-16/+16
* [PATCH] pi-futex: introduce WARN_ON_SMPIngo Molnar2006-06-271-0/+6
* [PATCH] introduce WARN_ON_ONCE(cond)Ingo Molnar2006-06-251-0/+13
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* [PATCH] make bug messages more consistentIngo Molnar2006-03-231-2/+2
* [PATCH] Exterminate PAGE_BUGMatt Mackall2005-05-011-11/+0
* [PATCH] remove all kernel BUGsMatt Mackall2005-05-011-0/+19
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+34