aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bug.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-24x86/bug: Implement WARN_ONCE()Peter Zijlstra1-0/+2
2025-11-24x86/bug: Use BUG_FORMAT for DEBUG_BUGVERBOSE_DETAILEDPeter Zijlstra1-3/+5
2025-11-21bug: Allow architectures to provide __WARN_printf()Peter Zijlstra1-15/+22
2025-11-21bug: Implement WARN_ON() using __WARN_FLAGS()Peter Zijlstra1-7/+21
2025-11-21bug: Add BUG_FORMAT_ARGS infrastructurePeter Zijlstra1-0/+1
2025-11-21bug: Clean up CONFIG_GENERIC_BUG_RELATIVE_POINTERSPeter Zijlstra1-14/+8
2025-11-21bug: Add BUG_FORMAT infrastructurePeter Zijlstra1-0/+7
2025-06-13bugs/core: Introduce the CONFIG_DEBUG_BUGVERBOSE_DETAILED Kconfig switchIngo Molnar1-0/+6
2025-06-13bugs/core: Pass down the condition string of WARN_ON_ONCE(cond) warnings to _...Ingo Molnar1-1/+1
2025-06-13bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameterIngo Molnar1-3/+4
2024-05-07bug: Improve commentThorsten Blum1-1/+1
2024-04-10bug: Fix no-return-statement warning with !CONFIG_BUGAdrian Hunter1-1/+4
2023-06-09panic: make function declarations visibleArnd Bergmann1-2/+3
2022-09-26treewide: Drop WARN_ON_FUNCTION_MISMATCHSami Tolvanen1-16/+0
2022-04-26bug: Have __warn() prototype defined unconditionallyShida Zhang1-5/+6
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-1/+2
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love1-30/+7
2021-04-08add support for Clang CFISami Tolvanen1-0/+16
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-3/+3
2020-07-24compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....core-headers-2020-08-03core/headersIngo Molnar1-0/+1
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner1-2/+7
2019-09-25bug: move WARN_ON() "cut here" into exception handlerKees Cook1-5/+3
2019-09-25bug: consolidate __WARN_FLAGS usageKees Cook1-11/+7
2019-09-25bug: clean up helper macros to remove __WARN_TAINT()Kees Cook1-10/+11
2019-09-25bug: consolidate warn_slowpath_fmt() usageKees Cook1-2/+1
2019-09-25bug: rename __WARN_printf_taint() to __WARN_printf()Kees Cook1-4/+4
2019-09-25bug: refactor away warn_slowpath_fmt_taint()Kees Cook1-9/+4
2019-09-01asm-generic: add unlikely to default BUG_ON(x)Denis Efremov1-1/+1
2019-07-16include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT archit...Drew Davenport1-2/+4
2019-01-25include/asm-generic: Remove spin_is_locked() commentPaul E. McKenney1-3/+0
2018-12-19Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Ingo Molnar1-4/+4
2018-10-04x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Nadav Amit1-4/+4
2018-08-22include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov1-3/+13
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-0/+1
2017-11-17bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook1-2/+3
2017-11-17bug: define the "cut here" string in a single placeKees Cook1-0/+2
2017-11-17kernel debug: support resetting WARN*_ONCEAndi Kleen1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-10asm-generic/bug.h: declare struct pt_regs; before function prototypeIan Abbott1-0/+1
2017-04-14debug: Avoid setting BUGFLAG_WARNING twicePeter Zijlstra1-1/+1
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra1-1/+17
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2016-03-17lib/bug.c: use common WARN helperJosh Poimboeuf1-0/+6
2016-03-17bug: set warn variable before calling WARN()Steven Rostedt1-9/+12
2016-03-01asm-generic: default BUG_ON(x) to if(x)BUG()Arnd Bergmann1-1/+1
2014-04-07bug: Make BUG() always stop the machineJosh Triplett1-1/+1
2014-04-07bug: when !CONFIG_BUG, make WARN call no_printk to check format and argsJosh Triplett1-0/+1
2014-04-07include/asm-generic/bug.h: style fix: s/while(0)/while (0)/Josh Triplett1-3/+3
2014-04-07bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and familyJosh Triplett1-27/+30
2012-06-25bug.h: Fix up CONFIG_BUG=n implicit function declarations.Paul Mundt1-10/+9
2012-06-18bug.h: Fix up powerpc build regression.Paul Mundt1-3/+5
2012-06-11bug.h: need linux/kernel.h for TAINT_WARN.Paul Mundt1-0/+1
2012-03-23consolidate WARN_...ONCE() static variablesJan Beulich1-3/+3
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-5/+6
2011-05-26bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller1-40/+0
2011-05-24bug.h: Fix build with CONFIG_PRINTK disabled.David S. Miller1-0/+21
2011-05-23bug.h: Add WARN_RATELIMITJoe Perches1-0/+16
2011-03-28WARN_ON_SMP(): Add comment to explain ({0;})Steven Rostedt1-0/+7
2011-03-25WARN_ON_SMP(): Allow use in if() statements on UPSteven Rostedt1-1/+27
2010-05-19panic: Allow warnings to set different taint flagsBen Hutchings1-2/+32
2009-12-15WARN_ONCE(): use bool for boolean flagCesar Eduardo Barros1-4/+4
2009-05-06Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen1-3/+4
2009-04-15The default CONFIG_BUG=n version of BUG() should have an empty do...whileDavid Howells1-1/+1
2009-01-06documentation: when to BUG(), and when to not BUG()David Brownell1-0/+17
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+3
2008-12-16allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich1-0/+8
2008-11-28debug warnings: eliminate warn_on_slowpath()Ingo Molnar1-4/+3
2008-10-20fix WARN() for PPCArjan van de Ven1-1/+1
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-09-16warn: Turn the netdev timeout WARN_ON() into a WARN()Arjan van de Ven1-0/+10
2008-07-25printk ratelimiting rewriteDave Young1-0/+3
2008-07-25Add a WARN() macro; this is WARN_ON() + printk argumentsArjan van de Ven1-0/+22
2008-01-30debug: move WARN_ON() out of lineArjan van de Ven1-5/+5
2008-01-30debug: introduce __WARN()Olof Johansson1-6/+11
2007-07-31Fix WARN_ON() on bitfield opsLinus Torvalds1-3/+3
2007-07-17Fix sparse false positives re BUG_ON(ptr)Alexey Dobriyan1-1/+1
2007-05-24Don't call a warnign a bug. It's a warning.Linus Torvalds1-1/+1
2006-12-30[PATCH] change WARN_ON back to "BUG: at ..."Ingo Molnar1-1/+1
2006-12-08[PATCH] Fix generic WARN_ON messageJeremy Fitzhardinge1-1/+1
2006-12-08[PATCH] Generic BUG implementationJeremy Fitzhardinge1-0/+16
2006-10-20[PATCH] Fix warnings for WARN_ON if CONFIG_BUG is disabledRalf Baechle1-1/+4
2006-10-06[PATCH] Fix WARN_ON / WARN_ON_ONCE regressionAndrew Morton1-8/+8
2006-09-29[PATCH] Let WARN_ON/WARN_ON_ONCE return the conditionHerbert Xu1-16/+16
2006-06-27[PATCH] pi-futex: introduce WARN_ON_SMPIngo Molnar1-0/+6
2006-06-25[PATCH] introduce WARN_ON_ONCE(cond)Ingo Molnar1-0/+13
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-23[PATCH] make bug messages more consistentIngo Molnar1-2/+2
2005-05-01[PATCH] Exterminate PAGE_BUGMatt Mackall1-11/+0
2005-05-01[PATCH] remove all kernel BUGsMatt Mackall1-0/+19
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+34