index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-generic
/
bug.h
Age
Commit message (
Expand
)
Author
2019-07-26
include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT archit...
Drew Davenport
2019-01-25
include/asm-generic: Remove spin_is_locked() comment
Paul E. McKenney
2018-12-19
Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...
Ingo Molnar
2018-10-04
x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...
Nadav Amit
2018-08-22
include/asm-generic/bug.h: clarify valid uses of WARN()
Dmitry Vyukov
2018-02-21
bug.h: work around GCC PR82365 in BUG()
Arnd Bergmann
2017-11-17
bug: fix "cut here" location for __WARN_TAINT architectures
Kees Cook
2017-11-17
bug: define the "cut here" string in a single place
Kees Cook
2017-11-17
kernel debug: support resetting WARN*_ONCE
Andi Kleen
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-10
asm-generic/bug.h: declare struct pt_regs; before function prototype
Ian Abbott
2017-04-14
debug: Avoid setting BUGFLAG_WARNING twice
Peter Zijlstra
2017-03-30
debug: Add _ONCE() logic to report_bug()
Peter Zijlstra
2016-03-24
Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-03-17
lib/bug.c: use common WARN helper
Josh Poimboeuf
2016-03-17
bug: set warn variable before calling WARN()
Steven Rostedt
2016-03-01
asm-generic: default BUG_ON(x) to if(x)BUG()
Arnd Bergmann
2014-04-07
bug: Make BUG() always stop the machine
Josh Triplett
2014-04-07
bug: when !CONFIG_BUG, make WARN call no_printk to check format and args
Josh Triplett
2014-04-07
include/asm-generic/bug.h: style fix: s/while(0)/while (0)/
Josh Triplett
2014-04-07
bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and family
Josh Triplett
2012-06-25
bug.h: Fix up CONFIG_BUG=n implicit function declarations.
Paul Mundt
2012-06-18
bug.h: Fix up powerpc build regression.
Paul Mundt
2012-06-11
bug.h: need linux/kernel.h for TAINT_WARN.
Paul Mundt
2012-03-23
consolidate WARN_...ONCE() static variables
Jan Beulich
2011-10-31
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
2011-05-26
bug.h: Move ratelimit warn interfaces to ratelimit.h
David S. Miller
2011-05-24
bug.h: Fix build with CONFIG_PRINTK disabled.
David S. Miller
2011-05-23
bug.h: Add WARN_RATELIMIT
Joe Perches
2011-03-28
WARN_ON_SMP(): Add comment to explain ({0;})
Steven Rostedt
2011-03-25
WARN_ON_SMP(): Allow use in if() statements on UP
Steven Rostedt
2010-05-19
panic: Allow warnings to set different taint flags
Ben Hutchings
2009-12-15
WARN_ONCE(): use bool for boolean flag
Cesar Eduardo Barros
2009-05-06
Eliminate thousands of warnings with gcc 3.2 build
Andi Kleen
2009-04-15
The default CONFIG_BUG=n version of BUG() should have an empty do...while
David Howells
2009-01-06
documentation: when to BUG(), and when to not BUG()
David Brownell
2008-12-30
Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2008-12-16
allow bug table entries to use relative pointers (and use it on x86-64)
Jan Beulich
2008-11-28
debug warnings: eliminate warn_on_slowpath()
Ingo Molnar
2008-10-20
fix WARN() for PPC
Arjan van de Ven
2008-10-16
include: replace __FUNCTION__ with __func__
Harvey Harrison
2008-09-16
warn: Turn the netdev timeout WARN_ON() into a WARN()
Arjan van de Ven
2008-07-25
printk ratelimiting rewrite
Dave Young
2008-07-25
Add a WARN() macro; this is WARN_ON() + printk arguments
Arjan van de Ven
2008-01-30
debug: move WARN_ON() out of line
Arjan van de Ven
2008-01-30
debug: introduce __WARN()
Olof Johansson
2007-07-31
Fix WARN_ON() on bitfield ops
Linus Torvalds
2007-07-17
Fix sparse false positives re BUG_ON(ptr)
Alexey Dobriyan
2007-05-24
Don'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
[next]