summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bug.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-3/+3
* compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....Ingo Molnar2020-07-241-0/+1
* bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner2020-06-111-2/+7
* bug: move WARN_ON() "cut here" into exception handlerKees Cook2019-09-251-5/+3
* bug: consolidate __WARN_FLAGS usageKees Cook2019-09-251-11/+7
* bug: clean up helper macros to remove __WARN_TAINT()Kees Cook2019-09-251-10/+11
* bug: consolidate warn_slowpath_fmt() usageKees Cook2019-09-251-2/+1
* bug: rename __WARN_printf_taint() to __WARN_printf()Kees Cook2019-09-251-4/+4
* bug: refactor away warn_slowpath_fmt_taint()Kees Cook2019-09-251-9/+4
* asm-generic: add unlikely to default BUG_ON(x)Denis Efremov2019-09-011-1/+1
* include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT archit...Drew Davenport2019-07-161-2/+4
* include/asm-generic: Remove spin_is_locked() commentPaul E. McKenney2019-01-251-3/+0
* Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Ingo Molnar2018-12-191-4/+4
* x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Nadav Amit2018-10-041-4/+4
* include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov2018-08-221-3/+13
* bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-02-211-0/+1
* bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook2017-11-171-2/+3
* bug: define the "cut here" string in a single placeKees Cook2017-11-171-0/+2
* kernel debug: support resetting WARN*_ONCEAndi Kleen2017-11-171-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* asm-generic/bug.h: declare struct pt_regs; before function prototypeIan Abbott2017-07-101-0/+1
* debug: Avoid setting BUGFLAG_WARNING twicePeter Zijlstra2017-04-141-1/+1
* debug: Add _ONCE() logic to report_bug()Peter Zijlstra2017-03-301-1/+17
* Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-241-1/+1
|\
| * asm-generic: default BUG_ON(x) to if(x)BUG()Arnd Bergmann2016-03-011-1/+1
* | lib/bug.c: use common WARN helperJosh Poimboeuf2016-03-171-0/+6
* | bug: set warn variable before calling WARN()Steven Rostedt2016-03-171-9/+12
|/
* bug: Make BUG() always stop the machineJosh Triplett2014-04-071-1/+1
* bug: when !CONFIG_BUG, make WARN call no_printk to check format and argsJosh Triplett2014-04-071-0/+1
* include/asm-generic/bug.h: style fix: s/while(0)/while (0)/Josh Triplett2014-04-071-3/+3
* bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and familyJosh Triplett2014-04-071-27/+30
* bug.h: Fix up CONFIG_BUG=n implicit function declarations.Paul Mundt2012-06-251-10/+9
* bug.h: Fix up powerpc build regression.Paul Mundt2012-06-181-3/+5
* bug.h: need linux/kernel.h for TAINT_WARN.Paul Mundt2012-06-111-0/+1
* consolidate WARN_...ONCE() static variablesJan Beulich2012-03-231-3/+3
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-5/+6
* bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller2011-05-261-40/+0
* bug.h: Fix build with CONFIG_PRINTK disabled.David S. Miller2011-05-241-0/+21
* bug.h: Add WARN_RATELIMITJoe Perches2011-05-231-0/+16
* WARN_ON_SMP(): Add comment to explain ({0;})Steven Rostedt2011-03-281-0/+7
* WARN_ON_SMP(): Allow use in if() statements on UPSteven Rostedt2011-03-251-1/+27
* panic: Allow warnings to set different taint flagsBen Hutchings2010-05-191-2/+32
* WARN_ONCE(): use bool for boolean flagCesar Eduardo Barros2009-12-151-4/+4
* Eliminate thousands of warnings with gcc 3.2 buildAndi Kleen2009-05-061-3/+4
* The default CONFIG_BUG=n version of BUG() should have an empty do...whileDavid Howells2009-04-151-1/+1
* documentation: when to BUG(), and when to not BUG()David Brownell2009-01-061-0/+17
* Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-301-4/+3
|\
| * debug warnings: eliminate warn_on_slowpath()Ingo Molnar2008-11-281-4/+3
* | allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich2008-12-161-0/+8
|/
* fix WARN() for PPCArjan van de Ven2008-10-201-1/+1