Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
eb76d55e66a9bed2359cc5a0f08168b287c4dea8
/
include
/
asm-generic
/
bug.h
a4b5d58
bug: Make BUG() always stop the machine
by Josh Triplett
· 11 years ago
4e50ebd
bug: when !CONFIG_BUG, make WARN call no_printk to check format and args
by Josh Triplett
· 11 years ago
a3f7607
include/asm-generic/bug.h: style fix: s/while(0)/while (0)/
by Josh Triplett
· 11 years ago
b607e70
bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and family
by Josh Triplett
· 11 years ago
09682c1
bug.h: Fix up CONFIG_BUG=n implicit function declarations.
by Paul Mundt
· 12 years ago
2603efa
bug.h: Fix up powerpc build regression.
by Paul Mundt
· 12 years ago
3777808
bug.h: need linux/kernel.h for TAINT_WARN.
by Paul Mundt
· 12 years ago
7ccaba5
consolidate WARN_...ONCE() static variables
by Jan Beulich
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
86e4ca6
bug.h: Move ratelimit warn interfaces to ratelimit.h
by David S. Miller
· 13 years ago
6b36783
bug.h: Fix build with CONFIG_PRINTK disabled.
by David S. Miller
· 13 years ago
b3eec79
bug.h: Add WARN_RATELIMIT
by Joe Perches
· 13 years ago
ccd0d44
WARN_ON_SMP(): Add comment to explain ({0;})
by Steven Rostedt
· 14 years ago
2092e6b
WARN_ON_SMP(): Allow use in if() statements on UP
by Steven Rostedt
· 14 years ago
b2be052
panic: Allow warnings to set different taint flags
by Ben Hutchings
· 15 years ago
42f247c
WARN_ONCE(): use bool for boolean flag
by Cesar Eduardo Barros
· 15 years ago
57adc4d
Eliminate thousands of warnings with gcc 3.2 build
by Andi Kleen
· 16 years ago
da60682
The default CONFIG_BUG=n version of BUG() should have an empty do...while
by David Howells
· 16 years ago
af9379c
documentation: when to BUG(), and when to not BUG()
by David Brownell
· 16 years ago
5f34fe1
Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
b93a531
allow bug table entries to use relative pointers (and use it on x86-64)
by Jan Beulich
· 16 years ago
ec5679e
debug warnings: eliminate warn_on_slowpath()
by Ingo Molnar
· 16 years ago
f6f286f
fix WARN() for PPC
by Arjan van de Ven
· 16 years ago
d5c003b
include: replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
45e9c0d
warn: Turn the netdev timeout WARN_ON() into a WARN()
by Arjan van de Ven
· 16 years ago
717115e
printk ratelimiting rewrite
by Dave Young
· 16 years ago
a8f18b9
Add a WARN() macro; this is WARN_ON() + printk arguments
by Arjan van de Ven
· 16 years ago
79b4cc5
debug: move WARN_ON() out of line
by Arjan van de Ven
· 17 years ago
3a6a62f9
debug: introduce __WARN()
by Olof Johansson
· 17 years ago
8d4fbcf
Fix WARN_ON() on bitfield ops
by Linus Torvalds
· 17 years ago
2a41de4
Fix sparse false positives re BUG_ON(ptr)
by Alexey Dobriyan
· 17 years ago
8f53b6f
Don't call a warnign a bug. It's a warning.
by Linus Torvalds
· 17 years ago
52e88f5
[PATCH] change WARN_ON back to "BUG: at ..."
by Ingo Molnar
· 18 years ago
30e25b7
[PATCH] Fix generic WARN_ON message
by Jeremy Fitzhardinge
· 18 years ago
7664c5a
[PATCH] Generic BUG implementation
by Jeremy Fitzhardinge
· 18 years ago
8c7c7c9
[PATCH] Fix warnings for WARN_ON if CONFIG_BUG is disabled
by Ralf Baechle
· 18 years ago
d69a892
[PATCH] Fix WARN_ON / WARN_ON_ONCE regression
by Andrew Morton
· 18 years ago
684f978
[PATCH] Let WARN_ON/WARN_ON_ONCE return the condition
by Herbert Xu
· 18 years ago
8eb94f8
[PATCH] pi-futex: introduce WARN_ON_SMP
by Ingo Molnar
· 18 years ago
74bb6a0
[PATCH] introduce WARN_ON_ONCE(cond)
by Ingo Molnar
· 18 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
91368d7
[PATCH] make bug messages more consistent
by Ingo Molnar
· 19 years ago
cd7619d
[PATCH] Exterminate PAGE_BUG
by Matt Mackall
· 20 years ago
c8538a7
[PATCH] remove all kernel BUGs
by Matt Mackall
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago