summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/bug.h
AgeCommit message (Expand)Author
2025-12-21Merge tag 'x86-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-12-18x86/bug: Fix old GCC compile failsPeter Zijlstra
2025-12-08arch/x86: replace "__auto_type" with "auto"H. Peter Anvin
2025-12-03objtool: Remove newlines and tabs from annotation macrosJosh Poimboeuf
2025-11-27x86/bugs: Make i386 use GENERIC_BUG_RELATIVE_POINTERSPeter Zijlstra
2025-11-27x86/bug: Fix BUG_FORMAT vs KASLRPeter Zijlstra
2025-11-24x86_64/bug: Inline the UD1Peter Zijlstra
2025-11-24x86/bug: Implement WARN_ONCE()Peter Zijlstra
2025-11-24x86_64/bug: Implement __WARN_printf()Peter Zijlstra
2025-11-24x86/bug: Use BUG_FORMAT for DEBUG_BUGVERBOSE_DETAILEDPeter Zijlstra
2025-11-24x86/bug: Add BUG_FORMAT basicsPeter Zijlstra
2025-11-21x86: Rework __bug_table helpersPeter Zijlstra
2025-11-21Merge branch 'objtool/core'Peter Zijlstra
2025-10-14x86/asm: Annotate special section entriesJosh Poimboeuf
2025-09-04x86,ibt: Use UDB instead of 0xEAPeter Zijlstra
2025-08-05Merge commit 'linus' into core/bugs, to resolve conflictsIngo Molnar
2025-07-22x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with RustFUJITA Tomonori
2025-06-13bugs/x86: Augment warnings output by concatenating 'cond_str' with the regula...Ingo Molnar
2025-06-13bugs/x86: Extend _BUG_FLAGS() with the 'cond_str' parameterIngo Molnar
2025-06-13bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameterIngo Molnar
2025-02-26x86/traps: Decode LOCK Jcc.d8 as #UDPeter Zijlstra
2025-02-26x86/traps: Decode 0xEA instructions as #UDPeter Zijlstra
2025-02-14x86/traps: Cleanup and robustify decode_bug()Peter Zijlstra
2024-12-02objtool: Fix ANNOTATE_REACHABLE to be a normal annotationPeter Zijlstra
2024-12-02objtool: Convert {.UN}REACHABLE to ANNOTATEPeter Zijlstra
2024-08-06x86/traps: Enable UBSAN traps on x86Gatlin Newhouse
2022-05-23Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-19bug: Use normal relative pointers in 'struct bug_entry'Josh Poimboeuf
2022-04-05x86/bug: Prevent shadowing in __WARN_FLAGSVincent Mailhol
2022-03-15x86,objtool: Move the ASM_REACHABLE annotation to objtool.hPeter Zijlstra
2022-02-02x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asmNick Desaulniers
2021-05-05x86: Delete UD0, UD1 tracesAlexey Dobriyan
2020-07-24compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....Ingo Molnar
2020-06-15x86/entry, bug: Comment the instrumentation_begin() usage for WARN()Peter Zijlstra
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner
2019-09-15x86: bug.h: use asm_inline in _BUG_FLAGS definitionsRasmus Villemoes
2018-12-19Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Ingo Molnar
2018-10-04x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Nadav Amit
2018-02-15x86/debug: Use UD2 for WARN()Peter Zijlstra
2018-02-15x86/debug, objtool: Annotate WARN()-related UD2 as reachableJosh Poimboeuf
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-20debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra
2017-03-30x86/debug: Define BUG() again for !CONFIG_BUGArnd Bergmann
2017-03-27x86/debug: Implement __WARN() using UD0Peter Zijlstra
2014-04-07x86: always define BUG() and HAVE_ARCH_BUG, even with !CONFIG_BUGJosh Triplett
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2012-03-28Disintegrate asm/system.h for X86David Howells
2009-12-05x86: Convert BUG() to use unreachable()David Daney
2008-12-16allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich