summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/bug.h
AgeCommit message (Expand)AuthorFilesLines
2025-08-05Merge commit 'linus' into core/bugs, to resolve conflictsIngo Molnar1-14/+21
2025-07-28bugs/riscv: Concatenate 'cond_str' with '__FILE__' in __BUG_FLAGS(), to exten...Ingo Molnar1-1/+1
2025-07-28bugs/riscv: Pass in 'cond_str' to __BUG_FLAGS()Ingo Molnar1-4/+4
2025-07-23riscv/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with RustFUJITA Tomonori1-14/+21
2025-06-13bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameterIngo Molnar1-1/+1
2022-05-20bug: Use normal relative pointers in 'struct bug_entry'Josh Poimboeuf1-2/+2
2021-01-15riscv: Add dump stack in show_regsKefeng Wang1-0/+1
2020-03-26riscv: add macro to get instruction lengthZong Li1-0/+8
2019-10-24riscv: cleanup <asm/bug.h>Christoph Hellwig1-13/+3
2019-07-09Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2019-05-29signal/riscv: Remove tsk parameter from do_trapEric W. Biederman1-1/+1
2019-05-17riscv: Add the support for c.ebreak check in is_valid_bugaddr()Vincent Chen1-1/+6
2019-05-17riscv: support trap-based WARN()Vincent Chen1-10/+18
2017-11-30RISC-V: use RISCV_{INT,SHORT} instead of {INT,SHORT} for asm macrosOlof Johansson1-3/+3
2017-09-27RISC-V: Init and Halt CodePalmer Dabbelt1-0/+88