index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-generic
/
bug.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-03-24
1
-1
/
+1
|
\
|
*
asm-generic: default BUG_ON(x) to if(x)BUG()
Arnd Bergmann
2016-03-01
1
-1
/
+1
*
|
lib/bug.c: use common WARN helper
Josh Poimboeuf
2016-03-17
1
-0
/
+6
*
|
bug: set warn variable before calling WARN()
Steven Rostedt
2016-03-17
1
-9
/
+12
|
/
*
bug: Make BUG() always stop the machine
Josh Triplett
2014-04-07
1
-1
/
+1
*
bug: when !CONFIG_BUG, make WARN call no_printk to check format and args
Josh Triplett
2014-04-07
1
-0
/
+1
*
include/asm-generic/bug.h: style fix: s/while(0)/while (0)/
Josh Triplett
2014-04-07
1
-3
/
+3
*
bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and family
Josh Triplett
2014-04-07
1
-27
/
+30
*
bug.h: Fix up CONFIG_BUG=n implicit function declarations.
Paul Mundt
2012-06-25
1
-10
/
+9
*
bug.h: Fix up powerpc build regression.
Paul Mundt
2012-06-18
1
-3
/
+5
*
bug.h: need linux/kernel.h for TAINT_WARN.
Paul Mundt
2012-06-11
1
-0
/
+1
*
consolidate WARN_...ONCE() static variables
Jan Beulich
2012-03-23
1
-3
/
+3
*
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
2011-10-31
1
-5
/
+6
*
bug.h: Move ratelimit warn interfaces to ratelimit.h
David S. Miller
2011-05-26
1
-40
/
+0
*
bug.h: Fix build with CONFIG_PRINTK disabled.
David S. Miller
2011-05-24
1
-0
/
+21
*
bug.h: Add WARN_RATELIMIT
Joe Perches
2011-05-23
1
-0
/
+16
*
WARN_ON_SMP(): Add comment to explain ({0;})
Steven Rostedt
2011-03-28
1
-0
/
+7
*
WARN_ON_SMP(): Allow use in if() statements on UP
Steven Rostedt
2011-03-25
1
-1
/
+27
*
panic: Allow warnings to set different taint flags
Ben Hutchings
2010-05-19
1
-2
/
+32
*
WARN_ONCE(): use bool for boolean flag
Cesar Eduardo Barros
2009-12-15
1
-4
/
+4
*
Eliminate thousands of warnings with gcc 3.2 build
Andi Kleen
2009-05-06
1
-3
/
+4
*
The default CONFIG_BUG=n version of BUG() should have an empty do...while
David Howells
2009-04-15
1
-1
/
+1
*
documentation: when to BUG(), and when to not BUG()
David Brownell
2009-01-06
1
-0
/
+17
*
Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2008-12-30
1
-4
/
+3
|
\
|
*
debug warnings: eliminate warn_on_slowpath()
Ingo Molnar
2008-11-28
1
-4
/
+3
*
|
allow bug table entries to use relative pointers (and use it on x86-64)
Jan Beulich
2008-12-16
1
-0
/
+8
|
/
*
fix WARN() for PPC
Arjan van de Ven
2008-10-20
1
-1
/
+1
*
include: replace __FUNCTION__ with __func__
Harvey Harrison
2008-10-16
1
-1
/
+1
*
warn: Turn the netdev timeout WARN_ON() into a WARN()
Arjan van de Ven
2008-09-16
1
-0
/
+10
*
printk ratelimiting rewrite
Dave Young
2008-07-25
1
-0
/
+3
*
Add a WARN() macro; this is WARN_ON() + printk arguments
Arjan van de Ven
2008-07-25
1
-0
/
+22
*
debug: move WARN_ON() out of line
Arjan van de Ven
2008-01-30
1
-5
/
+5
*
debug: introduce __WARN()
Olof Johansson
2008-01-30
1
-6
/
+11
*
Fix WARN_ON() on bitfield ops
Linus Torvalds
2007-07-31
1
-3
/
+3
*
Fix sparse false positives re BUG_ON(ptr)
Alexey Dobriyan
2007-07-17
1
-1
/
+1
*
Don't call a warnign a bug. It's a warning.
Linus Torvalds
2007-05-24
1
-1
/
+1
*
[PATCH] change WARN_ON back to "BUG: at ..."
Ingo Molnar
2006-12-30
1
-1
/
+1
*
[PATCH] Fix generic WARN_ON message
Jeremy Fitzhardinge
2006-12-08
1
-1
/
+1
*
[PATCH] Generic BUG implementation
Jeremy Fitzhardinge
2006-12-08
1
-0
/
+16
*
[PATCH] Fix warnings for WARN_ON if CONFIG_BUG is disabled
Ralf Baechle
2006-10-20
1
-1
/
+4
*
[PATCH] Fix WARN_ON / WARN_ON_ONCE regression
Andrew Morton
2006-10-06
1
-8
/
+8
*
[PATCH] Let WARN_ON/WARN_ON_ONCE return the condition
Herbert Xu
2006-09-29
1
-16
/
+16
*
[PATCH] pi-futex: introduce WARN_ON_SMP
Ingo Molnar
2006-06-27
1
-0
/
+6
*
[PATCH] introduce WARN_ON_ONCE(cond)
Ingo Molnar
2006-06-25
1
-0
/
+13
*
Don't include linux/config.h from anywhere else in include/
David Woodhouse
2006-04-26
1
-1
/
+0
*
[PATCH] make bug messages more consistent
Ingo Molnar
2006-03-23
1
-2
/
+2
*
[PATCH] Exterminate PAGE_BUG
Matt Mackall
2005-05-01
1
-11
/
+0
*
[PATCH] remove all kernel BUGs
Matt Mackall
2005-05-01
1
-0
/
+19
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+34