summaryrefslogtreecommitdiff
path: root/include/linux/bug.h
AgeCommit message (Expand)Author
2021-04-15bug: Provide dummy version of bug_get_file_line() when !GENERIC_BUGMarc Zyngier
2021-04-01bug: Factor out a getter for a bug's file lineAndrew Scull
2019-09-05kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu
2017-11-17kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-10bug: split BUILD_BUG stuff out into <linux/build_bug.h>Ian Abbott
2017-07-10linux/bug.h: correct "space required before that '-'"Ian Abbott
2017-07-10linux/bug.h: correct "(foo*)" should be "(foo *)"Ian Abbott
2017-07-10linux/bug.h: correct formatting of block commentIan Abbott
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra
2017-02-24bug: switch data corruption check to __must_checkKees Cook
2016-10-31bug: Provide toggle for BUG on data corruptionKees Cook
2016-09-09add basic register-field manipulation macrosJakub Kicinski
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov
2013-02-21bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos
2013-02-21compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos
2013-02-21bug.h: make BUILD_BUG_ON generate compile-time errorDaniel Santos
2013-02-21bug.h: prevent double evaulation of `condition' in BUILD_BUG_ONDaniel Santos
2013-02-21bug.h: fix BUILD_BUG_ON macro in __CHECKER__Daniel Santos
2013-02-21compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos
2012-11-26include/linux/bug.h: fix sparse warning related to BUILD_BUG_ON_INVALIDTushar Behera
2012-05-29bug: introduce BUILD_BUG_ON_INVALID() macroKonstantin Khlebnikov
2012-03-04bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker
2009-06-16headers: move module_bug_finalize()/module_bug_cleanup() definitions into mod...Andrew Morton
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens
2006-12-08[PATCH] Generic BUG implementationJeremy Fitzhardinge