summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/bug.h
AgeCommit message (Expand)AuthorLines
2025-09-04x86,ibt: Use UDB instead of 0xEAPeter Zijlstra-2/+7
2025-07-22x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with RustFUJITA Tomonori-28/+28
2025-02-26x86/traps: Decode LOCK Jcc.d8 as #UDPeter Zijlstra-0/+2
2025-02-26x86/traps: Decode 0xEA instructions as #UDPeter Zijlstra-0/+1
2025-02-14x86/traps: Cleanup and robustify decode_bug()Peter Zijlstra-2/+3
2024-12-02objtool: Fix ANNOTATE_REACHABLE to be a normal annotationPeter Zijlstra-1/+1
2024-12-02objtool: Convert {.UN}REACHABLE to ANNOTATEPeter Zijlstra-1/+1
2024-08-06x86/traps: Enable UBSAN traps on x86Gatlin Newhouse-0/+12
2022-05-23Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2022-05-19bug: Use normal relative pointers in 'struct bug_entry'Josh Poimboeuf-1/+1
2022-04-05x86/bug: Prevent shadowing in __WARN_FLAGSVincent Mailhol-2/+2
2022-03-15x86,objtool: Move the ASM_REACHABLE annotation to objtool.hPeter Zijlstra-0/+1
2022-02-02x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asmNick Desaulniers-9/+11
2021-05-05x86: Delete UD0, UD1 tracesAlexey Dobriyan-9/+0
2020-07-24compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....Ingo Molnar-0/+1
2020-06-15x86/entry, bug: Comment the instrumentation_begin() usage for WARN()Peter Zijlstra-0/+6
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner-0/+3
2019-09-15x86: bug.h: use asm_inline in _BUG_FLAGS definitionsRasmus Villemoes-2/+2
2018-12-19Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Ingo Molnar-56/+42
2018-10-04x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Nadav Amit-42/+56
2018-02-15x86/debug: Use UD2 for WARN()Peter Zijlstra-9/+6
2018-02-15x86/debug, objtool: Annotate WARN()-related UD2 as reachableJosh Poimboeuf-1/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-07-20debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf-2/+2
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra-1/+1
2017-03-30x86/debug: Define BUG() again for !CONFIG_BUGArnd Bergmann-3/+7
2017-03-27x86/debug: Implement __WARN() using UD0Peter Zijlstra-18/+60
2014-04-07x86: always define BUG() and HAVE_ARCH_BUG, even with !CONFIG_BUGJosh Triplett-3/+0
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo-3/+0
2012-03-28Disintegrate asm/system.h for X86David Howells-0/+4
2009-12-05x86: Convert BUG() to use unreachable()David Daney-2/+2
2008-12-16allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich-1/+1
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro-0/+39