summaryrefslogtreecommitdiffstats
path: root/include/linux/bug.h
Commit message (Expand)AuthorAgeFilesLines
* kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen2017-11-171-0/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* bug: split BUILD_BUG stuff out into <linux/build_bug.h>Ian Abbott2017-07-101-73/+1
* linux/bug.h: correct "space required before that '-'"Ian Abbott2017-07-101-2/+2
* linux/bug.h: correct "(foo*)" should be "(foo *)"Ian Abbott2017-07-101-1/+1
* linux/bug.h: correct formatting of block commentIan Abbott2017-07-101-4/+6
* debug: Add _ONCE() logic to report_bug()Peter Zijlstra2017-03-301-1/+1
* bug: switch data corruption check to __must_checkKees Cook2017-02-241-5/+7
* bug: Provide toggle for BUG on data corruptionKees Cook2016-10-311-0/+17
* add basic register-field manipulation macrosJakub Kicinski2016-09-091-0/+3
* mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov2016-03-031-0/+9
* bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos2013-02-211-15/+13
* compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos2013-02-211-1/+1
* bug.h: make BUILD_BUG_ON generate compile-time errorDaniel Santos2013-02-211-13/+19
* bug.h: prevent double evaulation of `condition' in BUILD_BUG_ONDaniel Santos2013-02-211-3/+4
* bug.h: fix BUILD_BUG_ON macro in __CHECKER__Daniel Santos2013-02-211-2/+2
* compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos2013-02-211-1/+1
* include/linux/bug.h: fix sparse warning related to BUILD_BUG_ON_INVALIDTushar Behera2012-11-261-0/+1
* bug: introduce BUILD_BUG_ON_INVALID() macroKonstantin Khlebnikov2012-05-291-0/+7
* bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker2012-03-041-0/+61
* headers: move module_bug_finalize()/module_bug_cleanup() definitions into mod...Andrew Morton2009-06-161-12/+0
* generic bug: use show_regs() instead of dump_stack()Heiko Carstens2007-07-161-2/+5
* [PATCH] Generic BUG implementationJeremy Fitzhardinge2006-12-081-0/+47