index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-generic
/
bug.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bug: Improve comment
Thorsten Blum
2024-05-07
1
-1
/
+1
*
bug: Fix no-return-statement warning with !CONFIG_BUG
Adrian Hunter
2024-04-10
1
-1
/
+4
*
panic: make function declarations visible
Arnd Bergmann
2023-06-10
1
-2
/
+3
*
treewide: Drop WARN_ON_FUNCTION_MISMATCH
Sami Tolvanen
2022-09-26
1
-16
/
+0
*
bug: Have __warn() prototype defined unconditionally
Shida Zhang
2022-04-26
1
-5
/
+6
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-02
1
-1
/
+2
|
\
|
*
kernel.h: split out panic and oops helpers
Andy Shevchenko
2021-07-01
1
-1
/
+2
*
|
once: implement DO_ONCE_LITE for non-fast-path "do once" functionality
Tanner Love
2021-06-29
1
-30
/
+7
|
/
*
add support for Clang CFI
Sami Tolvanen
2021-04-09
1
-0
/
+16
*
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-10-25
1
-3
/
+3
*
compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....
Ingo Molnar
2020-07-24
1
-0
/
+1
*
bug: Annotate WARN/BUG/stackfail as noinstr safe
Thomas Gleixner
2020-06-11
1
-2
/
+7
*
bug: move WARN_ON() "cut here" into exception handler
Kees Cook
2019-09-26
1
-5
/
+3
*
bug: consolidate __WARN_FLAGS usage
Kees Cook
2019-09-26
1
-11
/
+7
*
bug: clean up helper macros to remove __WARN_TAINT()
Kees Cook
2019-09-26
1
-10
/
+11
*
bug: consolidate warn_slowpath_fmt() usage
Kees Cook
2019-09-26
1
-2
/
+1
*
bug: rename __WARN_printf_taint() to __WARN_printf()
Kees Cook
2019-09-26
1
-4
/
+4
*
bug: refactor away warn_slowpath_fmt_taint()
Kees Cook
2019-09-26
1
-9
/
+4
*
asm-generic: add unlikely to default BUG_ON(x)
Denis Efremov
2019-09-01
1
-1
/
+1
*
include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT archit...
Drew Davenport
2019-07-17
1
-2
/
+4
*
include/asm-generic: Remove spin_is_locked() comment
Paul E. McKenney
2019-01-26
1
-3
/
+0
*
Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...
Ingo Molnar
2018-12-19
1
-4
/
+4
*
x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...
Nadav Amit
2018-10-04
1
-4
/
+4
*
include/asm-generic/bug.h: clarify valid uses of WARN()
Dmitry Vyukov
2018-08-22
1
-3
/
+13
*
bug.h: work around GCC PR82365 in BUG()
Arnd Bergmann
2018-02-22
1
-0
/
+1
*
bug: fix "cut here" location for __WARN_TAINT architectures
Kees Cook
2017-11-18
1
-2
/
+3
*
bug: define the "cut here" string in a single place
Kees Cook
2017-11-18
1
-0
/
+2
*
kernel debug: support resetting WARN*_ONCE
Andi Kleen
2017-11-18
1
-3
/
+3
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
asm-generic/bug.h: declare struct pt_regs; before function prototype
Ian Abbott
2017-07-11
1
-0
/
+1
*
debug: Avoid setting BUGFLAG_WARNING twice
Peter Zijlstra
2017-04-14
1
-1
/
+1
*
debug: Add _ONCE() logic to report_bug()
Peter Zijlstra
2017-03-30
1
-1
/
+17
*
Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-03-25
1
-1
/
+1
|
\
|
*
asm-generic: default BUG_ON(x) to if(x)BUG()
Arnd Bergmann
2016-03-01
1
-1
/
+1
*
|
lib/bug.c: use common WARN helper
Josh Poimboeuf
2016-03-17
1
-0
/
+6
*
|
bug: set warn variable before calling WARN()
Steven Rostedt
2016-03-17
1
-9
/
+12
|
/
*
bug: Make BUG() always stop the machine
Josh Triplett
2014-04-08
1
-1
/
+1
*
bug: when !CONFIG_BUG, make WARN call no_printk to check format and args
Josh Triplett
2014-04-08
1
-0
/
+1
*
include/asm-generic/bug.h: style fix: s/while(0)/while (0)/
Josh Triplett
2014-04-08
1
-3
/
+3
*
bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and family
Josh Triplett
2014-04-08
1
-27
/
+30
*
bug.h: Fix up CONFIG_BUG=n implicit function declarations.
Paul Mundt
2012-06-25
1
-10
/
+9
*
bug.h: Fix up powerpc build regression.
Paul Mundt
2012-06-18
1
-3
/
+5
*
bug.h: need linux/kernel.h for TAINT_WARN.
Paul Mundt
2012-06-11
1
-0
/
+1
*
consolidate WARN_...ONCE() static variables
Jan Beulich
2012-03-24
1
-3
/
+3
*
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
2011-11-01
1
-5
/
+6
*
bug.h: Move ratelimit warn interfaces to ratelimit.h
David S. Miller
2011-05-26
1
-40
/
+0
*
bug.h: Fix build with CONFIG_PRINTK disabled.
David S. Miller
2011-05-24
1
-0
/
+21
*
bug.h: Add WARN_RATELIMIT
Joe Perches
2011-05-23
1
-0
/
+16
*
WARN_ON_SMP(): Add comment to explain ({0;})
Steven Rostedt
2011-03-28
1
-0
/
+7
*
WARN_ON_SMP(): Allow use in if() statements on UP
Steven Rostedt
2011-03-25
1
-1
/
+27
[next]