| Commit message (Expand) | Author | Age | Files | Lines |
* | bug: split BUILD_BUG stuff out into <linux/build_bug.h> | Ian Abbott | 2017-07-10 | 1 | -73/+1 |
* | linux/bug.h: correct "space required before that '-'" | Ian Abbott | 2017-07-10 | 1 | -2/+2 |
* | linux/bug.h: correct "(foo*)" should be "(foo *)" | Ian Abbott | 2017-07-10 | 1 | -1/+1 |
* | linux/bug.h: correct formatting of block comment | Ian Abbott | 2017-07-10 | 1 | -4/+6 |
* | debug: Add _ONCE() logic to report_bug() | Peter Zijlstra | 2017-03-30 | 1 | -1/+1 |
* | bug: switch data corruption check to __must_check | Kees Cook | 2017-02-24 | 1 | -5/+7 |
* | bug: Provide toggle for BUG on data corruption | Kees Cook | 2016-10-31 | 1 | -0/+17 |
* | add basic register-field manipulation macros | Jakub Kicinski | 2016-09-09 | 1 | -0/+3 |
* | mm: Some arch may want to use HPAGE_PMD related values as variables | Kirill A. Shutemov | 2016-03-03 | 1 | -0/+9 |
* | bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSG | Daniel Santos | 2013-02-21 | 1 | -15/+13 |
* | compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON} | Daniel Santos | 2013-02-21 | 1 | -1/+1 |
* | bug.h: make BUILD_BUG_ON generate compile-time error | Daniel Santos | 2013-02-21 | 1 | -13/+19 |
* | bug.h: prevent double evaulation of `condition' in BUILD_BUG_ON | Daniel Santos | 2013-02-21 | 1 | -3/+4 |
* | bug.h: fix BUILD_BUG_ON macro in __CHECKER__ | Daniel Santos | 2013-02-21 | 1 | -2/+2 |
* | compiler{,-gcc4}.h, bug.h: Remove duplicate macros | Daniel Santos | 2013-02-21 | 1 | -1/+1 |
* | include/linux/bug.h: fix sparse warning related to BUILD_BUG_ON_INVALID | Tushar Behera | 2012-11-26 | 1 | -0/+1 |
* | bug: introduce BUILD_BUG_ON_INVALID() macro | Konstantin Khlebnikov | 2012-05-29 | 1 | -0/+7 |
* | bug: consolidate BUILD_BUG_ON with other bug code | Paul Gortmaker | 2012-03-04 | 1 | -0/+61 |
* | headers: move module_bug_finalize()/module_bug_cleanup() definitions into mod... | Andrew Morton | 2009-06-16 | 1 | -12/+0 |
* | generic bug: use show_regs() instead of dump_stack() | Heiko Carstens | 2007-07-16 | 1 | -2/+5 |
* | [PATCH] Generic BUG implementation | Jeremy Fitzhardinge | 2006-12-08 | 1 | -0/+47 |