aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bug.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-05kprobes: Prohibit probing on BUG() and WARN() addressGravatar Masami Hiramatsu 1-0/+5
2017-11-17kernel debug: support resetting WARN_ONCE for all architecturesGravatar Andi Kleen 1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-10bug: split BUILD_BUG stuff out into <linux/build_bug.h>Gravatar Ian Abbott 1-73/+1
2017-07-10linux/bug.h: correct "space required before that '-'"Gravatar Ian Abbott 1-2/+2
2017-07-10linux/bug.h: correct "(foo*)" should be "(foo *)"Gravatar Ian Abbott 1-1/+1
2017-07-10linux/bug.h: correct formatting of block commentGravatar Ian Abbott 1-4/+6
2017-03-30debug: Add _ONCE() logic to report_bug()Gravatar Peter Zijlstra 1-1/+1
2017-02-24bug: switch data corruption check to __must_checkGravatar Kees Cook 1-5/+7
2016-10-31bug: Provide toggle for BUG on data corruptionGravatar Kees Cook 1-0/+17
2016-09-09add basic register-field manipulation macrosGravatar Jakub Kicinski 1-0/+3
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesGravatar Kirill A. Shutemov 1-0/+9
2013-02-21bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGGravatar Daniel Santos 1-15/+13
2013-02-21compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Gravatar Daniel Santos 1-1/+1
2013-02-21bug.h: make BUILD_BUG_ON generate compile-time errorGravatar Daniel Santos 1-13/+19
2013-02-21bug.h: prevent double evaulation of `condition' in BUILD_BUG_ONGravatar Daniel Santos 1-3/+4
2013-02-21bug.h: fix BUILD_BUG_ON macro in __CHECKER__Gravatar Daniel Santos 1-2/+2
2013-02-21compiler{,-gcc4}.h, bug.h: Remove duplicate macrosGravatar Daniel Santos 1-1/+1
2012-11-26include/linux/bug.h: fix sparse warning related to BUILD_BUG_ON_INVALIDGravatar Tushar Behera 1-0/+1
2012-05-29bug: introduce BUILD_BUG_ON_INVALID() macroGravatar Konstantin Khlebnikov 1-0/+7
2012-03-04bug: consolidate BUILD_BUG_ON with other bug codeGravatar Paul Gortmaker 1-0/+61
2009-06-16headers: move module_bug_finalize()/module_bug_cleanup() definitions into mod...Gravatar Andrew Morton 1-12/+0
2007-07-16generic bug: use show_regs() instead of dump_stack()Gravatar Heiko Carstens 1-2/+5
2006-12-08[PATCH] Generic BUG implementationGravatar Jeremy Fitzhardinge 1-0/+47