summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/bug.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-1/+1
|\
| * bug: Use normal relative pointers in 'struct bug_entry'Josh Poimboeuf2022-05-191-1/+1
* | x86/bug: Prevent shadowing in __WARN_FLAGSVincent Mailhol2022-04-051-2/+2
|/
* x86,objtool: Move the ASM_REACHABLE annotation to objtool.hPeter Zijlstra2022-03-151-0/+1
* x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asmNick Desaulniers2022-02-021-9/+11
* x86: Delete UD0, UD1 tracesAlexey Dobriyan2021-05-051-9/+0
* compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....Ingo Molnar2020-07-241-0/+1
* x86/entry, bug: Comment the instrumentation_begin() usage for WARN()Peter Zijlstra2020-06-151-0/+6
* bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner2020-06-111-0/+3
* x86: bug.h: use asm_inline in _BUG_FLAGS definitionsRasmus Villemoes2019-09-151-2/+2
* Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Ingo Molnar2018-12-191-56/+42
* x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Nadav Amit2018-10-041-42/+56
* x86/debug: Use UD2 for WARN()Peter Zijlstra2018-02-151-9/+6
* x86/debug, objtool: Annotate WARN()-related UD2 as reachableJosh Poimboeuf2018-02-151-1/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf2017-07-201-2/+2
* debug: Add _ONCE() logic to report_bug()Peter Zijlstra2017-03-301-1/+1
* x86/debug: Define BUG() again for !CONFIG_BUGArnd Bergmann2017-03-301-3/+7
* x86/debug: Implement __WARN() using UD0Peter Zijlstra2017-03-271-18/+60
* x86: always define BUG() and HAVE_ARCH_BUG, even with !CONFIG_BUGJosh Triplett2014-04-071-3/+0
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-3/+0
* Disintegrate asm/system.h for X86David Howells2012-03-281-0/+4
* x86: Convert BUG() to use unreachable()David Daney2009-12-051-2/+2
* allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich2008-12-161-1/+1
* x86: Fix ASM_X86__ header guardsH. Peter Anvin2008-10-221-3/+3
* x86, um: ... and asm-x86 moveAl Viro2008-10-221-0/+39