aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic/bug.h
AgeCommit message (Expand)AuthorFilesLines
2022-09-26treewide: Drop WARN_ON_FUNCTION_MISMATCHGravatar Sami Tolvanen 1-16/+0
2022-04-26bug: Have __warn() prototype defined unconditionallyGravatar Shida Zhang 1-5/+6
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+2
2021-07-01kernel.h: split out panic and oops helpersGravatar Andy Shevchenko 1-1/+2
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityGravatar Tanner Love 1-30/+7
2021-04-08add support for Clang CFIGravatar Sami Tolvanen 1-0/+16
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-3/+3
2020-07-24compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....Gravatar Ingo Molnar 1-0/+1
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeGravatar Thomas Gleixner 1-2/+7
2019-09-25bug: move WARN_ON() "cut here" into exception handlerGravatar Kees Cook 1-5/+3
2019-09-25bug: consolidate __WARN_FLAGS usageGravatar Kees Cook 1-11/+7
2019-09-25bug: clean up helper macros to remove __WARN_TAINT()Gravatar Kees Cook 1-10/+11
2019-09-25bug: consolidate warn_slowpath_fmt() usageGravatar Kees Cook 1-2/+1
2019-09-25bug: rename __WARN_printf_taint() to __WARN_printf()Gravatar Kees Cook 1-4/+4
2019-09-25bug: refactor away warn_slowpath_fmt_taint()Gravatar Kees Cook 1-9/+4
2019-09-01asm-generic: add unlikely to default BUG_ON(x)Gravatar Denis Efremov 1-1/+1
2019-07-16include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT archit...Gravatar Drew Davenport 1-2/+4
2019-01-25include/asm-generic: Remove spin_is_locked() commentGravatar Paul E. McKenney 1-3/+0
2018-12-19Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Gravatar Ingo Molnar 1-4/+4
2018-10-04x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Gravatar Nadav Amit 1-4/+4
2018-08-22include/asm-generic/bug.h: clarify valid uses of WARN()Gravatar Dmitry Vyukov 1-3/+13
2018-02-21bug.h: work around GCC PR82365 in BUG()Gravatar Arnd Bergmann 1-0/+1
2017-11-17bug: fix "cut here" location for __WARN_TAINT architecturesGravatar Kees Cook 1-2/+3
2017-11-17bug: define the "cut here" string in a single placeGravatar Kees Cook 1-0/+2
2017-11-17kernel debug: support resetting WARN*_ONCEGravatar Andi Kleen 1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-10asm-generic/bug.h: declare struct pt_regs; before function prototypeGravatar Ian Abbott 1-0/+1
2017-04-14debug: Avoid setting BUGFLAG_WARNING twiceGravatar Peter Zijlstra 1-1/+1
2017-03-30debug: Add _ONCE() logic to report_bug()Gravatar Peter Zijlstra 1-1/+17
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2016-03-17lib/bug.c: use common WARN helperGravatar Josh Poimboeuf 1-0/+6
2016-03-17bug: set warn variable before calling WARN()Gravatar Steven Rostedt 1-9/+12
2016-03-01asm-generic: default BUG_ON(x) to if(x)BUG()Gravatar Arnd Bergmann 1-1/+1
2014-04-07bug: Make BUG() always stop the machineGravatar Josh Triplett 1-1/+1
2014-04-07bug: when !CONFIG_BUG, make WARN call no_printk to check format and argsGravatar Josh Triplett 1-0/+1
2014-04-07include/asm-generic/bug.h: style fix: s/while(0)/while (0)/Gravatar Josh Triplett 1-3/+3
2014-04-07bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and familyGravatar Josh Triplett 1-27/+30
2012-06-25bug.h: Fix up CONFIG_BUG=n implicit function declarations.Gravatar Paul Mundt 1-10/+9
2012-06-18bug.h: Fix up powerpc build regression.Gravatar Paul Mundt 1-3/+5
2012-06-11bug.h: need linux/kernel.h for TAINT_WARN.Gravatar Paul Mundt 1-0/+1
2012-03-23consolidate WARN_...ONCE() static variablesGravatar Jan Beulich 1-3/+3
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-5/+6
2011-05-26bug.h: Move ratelimit warn interfaces to ratelimit.hGravatar David S. Miller 1-40/+0
2011-05-24bug.h: Fix build with CONFIG_PRINTK disabled.Gravatar David S. Miller 1-0/+21
2011-05-23bug.h: Add WARN_RATELIMITGravatar Joe Perches 1-0/+16
2011-03-28WARN_ON_SMP(): Add comment to explain ({0;})Gravatar Steven Rostedt 1-0/+7
2011-03-25WARN_ON_SMP(): Allow use in if() statements on UPGravatar Steven Rostedt 1-1/+27
2010-05-19panic: Allow warnings to set different taint flagsGravatar Ben Hutchings 1-2/+32
2009-12-15WARN_ONCE(): use bool for boolean flagGravatar Cesar Eduardo Barros 1-4/+4
2009-05-06Eliminate thousands of warnings with gcc 3.2 buildGravatar Andi Kleen 1-3/+4