aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bug.h
Commit message (Expand)AuthorAgeFilesLines
* Merge android-4.9.195(59aade0) into msm-4.9jianzhou2019-12-061-0/+5
|\
| * Merge 4.9.195 into android-4.9-qGreg Kroah-Hartman2019-10-061-0/+5
| |\
| | * kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu2019-10-051-0/+5
* | | Merge android-4.9.129 (b727d1c) into msm-4.9Minming Qi2018-11-071-0/+18
|\| |
| * | UPSTREAM: bug: switch data corruption check to __must_checkKees Cook2018-09-211-5/+7
| * | UPSTREAM: bug: Provide toggle for BUG on data corruptionKees Cook2018-09-211-0/+17
| |/
* / kernel/lib: add additional debug capabilities for data corruptionSyed Rameez Mustafa2017-03-291-0/+6
|/
* 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