index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-generic
/
bug.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-08
bug: Make BUG() always stop the machine
Josh Triplett
1
-1
/
+1
2014-04-08
bug: when !CONFIG_BUG, make WARN call no_printk to check format and args
Josh Triplett
1
-0
/
+1
2014-04-08
include/asm-generic/bug.h: style fix: s/while(0)/while (0)/
Josh Triplett
1
-3
/
+3
2014-04-08
bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and family
Josh Triplett
1
-27
/
+30
2012-06-25
bug.h: Fix up CONFIG_BUG=n implicit function declarations.
Paul Mundt
1
-10
/
+9
2012-06-18
bug.h: Fix up powerpc build regression.
Paul Mundt
1
-3
/
+5
2012-06-11
bug.h: need linux/kernel.h for TAINT_WARN.
Paul Mundt
1
-0
/
+1
2012-03-24
consolidate WARN_...ONCE() static variables
Jan Beulich
1
-3
/
+3
2011-11-01
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
1
-5
/
+6
2011-05-26
bug.h: Move ratelimit warn interfaces to ratelimit.h
David S. Miller
1
-40
/
+0
2011-05-25
bug.h: Fix build with CONFIG_PRINTK disabled.
David S. Miller
1
-0
/
+21
2011-05-24
bug.h: Add WARN_RATELIMIT
Joe Perches
1
-0
/
+16
2011-03-28
WARN_ON_SMP(): Add comment to explain ({0;})
Steven Rostedt
1
-0
/
+7
2011-03-25
WARN_ON_SMP(): Allow use in if() statements on UP
Steven Rostedt
1
-1
/
+27
2010-05-19
panic: Allow warnings to set different taint flags
Ben Hutchings
1
-2
/
+32
2009-12-15
WARN_ONCE(): use bool for boolean flag
Cesar Eduardo Barros
1
-4
/
+4
2009-05-07
Eliminate thousands of warnings with gcc 3.2 build
Andi Kleen
1
-3
/
+4
2009-04-16
The default CONFIG_BUG=n version of BUG() should have an empty do...while
David Howells
1
-1
/
+1
2009-01-07
documentation: when to BUG(), and when to not BUG()
David Brownell
1
-0
/
+17
2008-12-31
Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+3
2008-12-16
allow bug table entries to use relative pointers (and use it on x86-64)
Jan Beulich
1
-0
/
+8
2008-11-28
debug warnings: eliminate warn_on_slowpath()
Ingo Molnar
1
-4
/
+3
2008-10-21
fix WARN() for PPC
Arjan van de Ven
1
-1
/
+1
2008-10-16
include: replace __FUNCTION__ with __func__
Harvey Harrison
1
-1
/
+1
2008-09-17
warn: Turn the netdev timeout WARN_ON() into a WARN()
Arjan van de Ven
1
-0
/
+10
2008-07-25
printk ratelimiting rewrite
Dave Young
1
-0
/
+3
2008-07-25
Add a WARN() macro; this is WARN_ON() + printk arguments
Arjan van de Ven
1
-0
/
+22
2008-01-30
debug: move WARN_ON() out of line
Arjan van de Ven
1
-5
/
+5
2008-01-30
debug: introduce __WARN()
Olof Johansson
1
-6
/
+11
2007-08-01
Fix WARN_ON() on bitfield ops
Linus Torvalds
1
-3
/
+3
2007-07-17
Fix sparse false positives re BUG_ON(ptr)
Alexey Dobriyan
1
-1
/
+1
2007-05-24
Don't call a warnign a bug. It's a warning.
Linus Torvalds
1
-1
/
+1
2006-12-30
[PATCH] change WARN_ON back to "BUG: at ..."
Ingo Molnar
1
-1
/
+1
2006-12-08
[PATCH] Fix generic WARN_ON message
Jeremy Fitzhardinge
1
-1
/
+1
2006-12-08
[PATCH] Generic BUG implementation
Jeremy Fitzhardinge
1
-0
/
+16
2006-10-20
[PATCH] Fix warnings for WARN_ON if CONFIG_BUG is disabled
Ralf Baechle
1
-1
/
+4
2006-10-06
[PATCH] Fix WARN_ON / WARN_ON_ONCE regression
Andrew Morton
1
-8
/
+8
2006-09-29
[PATCH] Let WARN_ON/WARN_ON_ONCE return the condition
Herbert Xu
1
-16
/
+16
2006-06-28
[PATCH] pi-futex: introduce WARN_ON_SMP
Ingo Molnar
1
-0
/
+6
2006-06-25
[PATCH] introduce WARN_ON_ONCE(cond)
Ingo Molnar
1
-0
/
+13
2006-04-26
Don't include linux/config.h from anywhere else in include/
David Woodhouse
1
-1
/
+0
2006-03-23
[PATCH] make bug messages more consistent
Ingo Molnar
1
-2
/
+2
2005-05-01
[PATCH] Exterminate PAGE_BUG
Matt Mackall
1
-11
/
+0
2005-05-01
[PATCH] remove all kernel BUGs
Matt Mackall
1
-0
/
+19
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+34