aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bug.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-21bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos1-15/+13
2013-02-21compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos1-1/+1
2013-02-21bug.h: make BUILD_BUG_ON generate compile-time errorDaniel Santos1-13/+19
2013-02-21bug.h: prevent double evaulation of `condition' in BUILD_BUG_ONDaniel Santos1-3/+4
2013-02-21bug.h: fix BUILD_BUG_ON macro in __CHECKER__Daniel Santos1-2/+2
2013-02-21compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos1-1/+1
2012-11-26include/linux/bug.h: fix sparse warning related to BUILD_BUG_ON_INVALIDTushar Behera1-0/+1
2012-05-29bug: introduce BUILD_BUG_ON_INVALID() macroKonstantin Khlebnikov1-0/+7
2012-03-04bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker1-0/+61
2009-06-16headers: move module_bug_finalize()/module_bug_cleanup() definitions into module.hAndrew Morton1-12/+0
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens1-2/+5
2006-12-08[PATCH] Generic BUG implementationJeremy Fitzhardinge1-0/+47