summaryrefslogtreecommitdiff
path: root/include/asm-generic/bug.h
AgeCommit message (Expand)Author
2023-06-09panic: make function declarations visibleArnd Bergmann
2022-09-26treewide: Drop WARN_ON_FUNCTION_MISMATCHSami Tolvanen
2022-04-26bug: Have __warn() prototype defined unconditionallyShida Zhang
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love
2021-04-08add support for Clang CFISami Tolvanen
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-07-24compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....Ingo Molnar
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner
2019-09-25bug: move WARN_ON() "cut here" into exception handlerKees Cook
2019-09-25bug: consolidate __WARN_FLAGS usageKees Cook
2019-09-25bug: clean up helper macros to remove __WARN_TAINT()Kees Cook
2019-09-25bug: consolidate warn_slowpath_fmt() usageKees Cook
2019-09-25bug: rename __WARN_printf_taint() to __WARN_printf()Kees Cook
2019-09-25bug: refactor away warn_slowpath_fmt_taint()Kees Cook
2019-09-01asm-generic: add unlikely to default BUG_ON(x)Denis Efremov
2019-07-16include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT archit...Drew Davenport
2019-01-25include/asm-generic: Remove spin_is_locked() commentPaul E. McKenney
2018-12-19Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Ingo Molnar
2018-10-04x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Nadav Amit
2018-08-22include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann
2017-11-17bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook
2017-11-17bug: define the "cut here" string in a single placeKees Cook
2017-11-17kernel debug: support resetting WARN*_ONCEAndi Kleen
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-10asm-generic/bug.h: declare struct pt_regs; before function prototypeIan Abbott
2017-04-14debug: Avoid setting BUGFLAG_WARNING twicePeter Zijlstra
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-03-17lib/bug.c: use common WARN helperJosh Poimboeuf
2016-03-17bug: set warn variable before calling WARN()Steven Rostedt
2016-03-01asm-generic: default BUG_ON(x) to if(x)BUG()Arnd Bergmann
2014-04-07bug: Make BUG() always stop the machineJosh Triplett
2014-04-07bug: when !CONFIG_BUG, make WARN call no_printk to check format and argsJosh Triplett
2014-04-07include/asm-generic/bug.h: style fix: s/while(0)/while (0)/Josh Triplett
2014-04-07bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and familyJosh Triplett
2012-06-25bug.h: Fix up CONFIG_BUG=n implicit function declarations.Paul Mundt
2012-06-18bug.h: Fix up powerpc build regression.Paul Mundt
2012-06-11bug.h: need linux/kernel.h for TAINT_WARN.Paul Mundt
2012-03-23consolidate WARN_...ONCE() static variablesJan Beulich
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-05-26bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller
2011-05-24bug.h: Fix build with CONFIG_PRINTK disabled.David S. Miller
2011-05-23bug.h: Add WARN_RATELIMITJoe Perches
2011-03-28WARN_ON_SMP(): Add comment to explain ({0;})Steven Rostedt
2011-03-25WARN_ON_SMP(): Allow use in if() statements on UPSteven Rostedt
2010-05-19panic: Allow warnings to set different taint flagsBen Hutchings
2009-12-15WARN_ONCE(): use bool for boolean flagCesar Eduardo Barros