summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bug.h
AgeCommit message (Expand)AuthorLines
2025-11-24x86/bug: Implement WARN_ONCE()Peter Zijlstra-0/+2
2025-11-24x86/bug: Use BUG_FORMAT for DEBUG_BUGVERBOSE_DETAILEDPeter Zijlstra-3/+5
2025-11-21bug: Allow architectures to provide __WARN_printf()Peter Zijlstra-15/+22
2025-11-21bug: Implement WARN_ON() using __WARN_FLAGS()Peter Zijlstra-7/+21
2025-11-21bug: Add BUG_FORMAT_ARGS infrastructurePeter Zijlstra-0/+1
2025-11-21bug: Clean up CONFIG_GENERIC_BUG_RELATIVE_POINTERSPeter Zijlstra-14/+8
2025-11-21bug: Add BUG_FORMAT infrastructurePeter Zijlstra-0/+7
2025-06-13bugs/core: Introduce the CONFIG_DEBUG_BUGVERBOSE_DETAILED Kconfig switchIngo Molnar-0/+6
2025-06-13bugs/core: Pass down the condition string of WARN_ON_ONCE(cond) warnings to _...Ingo Molnar-1/+1
2025-06-13bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameterIngo Molnar-3/+4
2024-05-07bug: Improve commentThorsten Blum-1/+1
2024-04-10bug: Fix no-return-statement warning with !CONFIG_BUGAdrian Hunter-1/+4
2023-06-09panic: make function declarations visibleArnd Bergmann-2/+3
2022-09-26treewide: Drop WARN_ON_FUNCTION_MISMATCHSami Tolvanen-16/+0
2022-04-26bug: Have __warn() prototype defined unconditionallyShida Zhang-5/+6
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+2
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko-1/+2
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love-30/+7
2021-04-08add support for Clang CFISami Tolvanen-0/+16
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-3/+3
2020-07-24compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....Ingo Molnar-0/+1
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner-2/+7
2019-09-25bug: move WARN_ON() "cut here" into exception handlerKees Cook-5/+3
2019-09-25bug: consolidate __WARN_FLAGS usageKees Cook-11/+7
2019-09-25bug: clean up helper macros to remove __WARN_TAINT()Kees Cook-10/+11
2019-09-25bug: consolidate warn_slowpath_fmt() usageKees Cook-2/+1
2019-09-25bug: rename __WARN_printf_taint() to __WARN_printf()Kees Cook-4/+4
2019-09-25bug: refactor away warn_slowpath_fmt_taint()Kees Cook-9/+4
2019-09-01asm-generic: add unlikely to default BUG_ON(x)Denis Efremov-1/+1
2019-07-16include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT archit...Drew Davenport-2/+4
2019-01-25include/asm-generic: Remove spin_is_locked() commentPaul E. McKenney-3/+0
2018-12-19Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Ingo Molnar-4/+4
2018-10-04x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Nadav Amit-4/+4
2018-08-22include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov-3/+13
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann-0/+1
2017-11-17bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook-2/+3
2017-11-17bug: define the "cut here" string in a single placeKees Cook-0/+2
2017-11-17kernel debug: support resetting WARN*_ONCEAndi Kleen-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-07-10asm-generic/bug.h: declare struct pt_regs; before function prototypeIan Abbott-0/+1
2017-04-14debug: Avoid setting BUGFLAG_WARNING twicePeter Zijlstra-1/+1
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra-1/+17
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2016-03-17lib/bug.c: use common WARN helperJosh Poimboeuf-0/+6
2016-03-17bug: set warn variable before calling WARN()Steven Rostedt-9/+12
2016-03-01asm-generic: default BUG_ON(x) to if(x)BUG()Arnd Bergmann-1/+1
2014-04-07bug: Make BUG() always stop the machineJosh Triplett-1/+1
2014-04-07bug: when !CONFIG_BUG, make WARN call no_printk to check format and argsJosh Triplett-0/+1
2014-04-07include/asm-generic/bug.h: style fix: s/while(0)/while (0)/Josh Triplett-3/+3
2014-04-07bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and familyJosh Triplett-27/+30