index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-generic
/
bug.h
Age
Commit message (
Expand
)
Author
2025-11-24
x86/bug: Implement WARN_ONCE()
Peter Zijlstra
2025-11-24
x86/bug: Use BUG_FORMAT for DEBUG_BUGVERBOSE_DETAILED
Peter Zijlstra
2025-11-21
bug: Allow architectures to provide __WARN_printf()
Peter Zijlstra
2025-11-21
bug: Implement WARN_ON() using __WARN_FLAGS()
Peter Zijlstra
2025-11-21
bug: Add BUG_FORMAT_ARGS infrastructure
Peter Zijlstra
2025-11-21
bug: Clean up CONFIG_GENERIC_BUG_RELATIVE_POINTERS
Peter Zijlstra
2025-11-21
bug: Add BUG_FORMAT infrastructure
Peter Zijlstra
2025-06-13
bugs/core: Introduce the CONFIG_DEBUG_BUGVERBOSE_DETAILED Kconfig switch
Ingo Molnar
2025-06-13
bugs/core: Pass down the condition string of WARN_ON_ONCE(cond) warnings to _...
Ingo Molnar
2025-06-13
bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameter
Ingo Molnar
2024-05-07
bug: Improve comment
Thorsten Blum
2024-04-10
bug: Fix no-return-statement warning with !CONFIG_BUG
Adrian Hunter
2023-06-09
panic: make function declarations visible
Arnd Bergmann
2022-09-26
treewide: Drop WARN_ON_FUNCTION_MISMATCH
Sami Tolvanen
2022-04-26
bug: Have __warn() prototype defined unconditionally
Shida Zhang
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
2021-06-28
once: implement DO_ONCE_LITE for non-fast-path "do once" functionality
Tanner Love
2021-04-08
add support for Clang CFI
Sami Tolvanen
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-07-24
compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....
Ingo Molnar
2020-06-11
bug: Annotate WARN/BUG/stackfail as noinstr safe
Thomas Gleixner
2019-09-25
bug: move WARN_ON() "cut here" into exception handler
Kees Cook
2019-09-25
bug: consolidate __WARN_FLAGS usage
Kees Cook
2019-09-25
bug: clean up helper macros to remove __WARN_TAINT()
Kees Cook
2019-09-25
bug: consolidate warn_slowpath_fmt() usage
Kees Cook
2019-09-25
bug: rename __WARN_printf_taint() to __WARN_printf()
Kees Cook
2019-09-25
bug: refactor away warn_slowpath_fmt_taint()
Kees Cook
2019-09-01
asm-generic: add unlikely to default BUG_ON(x)
Denis Efremov
2019-07-16
include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT archit...
Drew Davenport
2019-01-25
include/asm-generic: Remove spin_is_locked() comment
Paul E. McKenney
2018-12-19
Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...
Ingo Molnar
2018-10-04
x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...
Nadav Amit
2018-08-22
include/asm-generic/bug.h: clarify valid uses of WARN()
Dmitry Vyukov
2018-02-21
bug.h: work around GCC PR82365 in BUG()
Arnd Bergmann
2017-11-17
bug: fix "cut here" location for __WARN_TAINT architectures
Kees Cook
2017-11-17
bug: define the "cut here" string in a single place
Kees Cook
2017-11-17
kernel debug: support resetting WARN*_ONCE
Andi Kleen
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-10
asm-generic/bug.h: declare struct pt_regs; before function prototype
Ian Abbott
2017-04-14
debug: Avoid setting BUGFLAG_WARNING twice
Peter Zijlstra
2017-03-30
debug: Add _ONCE() logic to report_bug()
Peter Zijlstra
2016-03-24
Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-03-17
lib/bug.c: use common WARN helper
Josh Poimboeuf
2016-03-17
bug: set warn variable before calling WARN()
Steven Rostedt
2016-03-01
asm-generic: default BUG_ON(x) to if(x)BUG()
Arnd Bergmann
2014-04-07
bug: Make BUG() always stop the machine
Josh Triplett
2014-04-07
bug: when !CONFIG_BUG, make WARN call no_printk to check format and args
Josh Triplett
2014-04-07
include/asm-generic/bug.h: style fix: s/while(0)/while (0)/
Josh Triplett
2014-04-07
bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and family
Josh Triplett
[next]