summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2023-02-21riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich
2023-02-15RISC-V: move some stray __RISCV_INSN_FUNCS definitions from kprobesHeiko Stuebner
2023-02-15Merge patch series "riscv: Optimize function trace"Palmer Dabbelt
2023-02-15riscv: ftrace: Reduce the detour code size to halfGuo Ren
2023-02-14Merge patch series "Remove toolchain dependencies for Zicbom"Palmer Dabbelt
2023-02-14RISC-V: replace cbom instructions with an insn-defConor Dooley
2023-02-14RISC-V: insn-def: Add I-type insn-defAndrew Jones
2023-02-14Merge patch series "dt-bindings: Add a cpu-capacity property for RISC-V"Palmer Dabbelt
2023-02-14riscv: Fix Zbb alternative IDsSamuel Holland
2023-02-01Merge patch series "riscv: improve boot time isa extensions handling"Palmer Dabbelt
2023-01-31riscv: remove riscv_isa_ext_keys[] array and related usageJisheng Zhang
2023-01-31riscv: cpu_relax: switch to riscv_has_extension_likely()Jisheng Zhang
2023-01-31riscv: alternative: patch alternatives in the vDSOJisheng Zhang
2023-01-31riscv: switch to relative alternative entriesJisheng Zhang
2023-01-31riscv: module: move find_section to module.hJisheng Zhang
2023-01-31riscv: fpu: switch has_fpu() to riscv_has_extension_likely()Jisheng Zhang
2023-01-31riscv: introduce riscv_has_extension_[un]likely()Jisheng Zhang
2023-01-31riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensionsJisheng Zhang
2023-01-31riscv: hwcap: make ISA extension ids can be used in asmJisheng Zhang
2023-01-31Merge patch series "Zbb string optimizations"Palmer Dabbelt
2023-01-31RISC-V: add zbb support to string functionsHeiko Stuebner
2023-01-31RISC-V: add infrastructure to allow different str* implementationsHeiko Stuebner
2023-01-24RISC-V: Fix do_notify_resume / do_work_pending prototypeHeiko Stuebner
2023-01-24riscv: fix jal offsets in patched alternativesJisheng Zhang
2023-01-24riscv: pgtable: Fixup comment for KERN_VIRT_SIZEGuo Ren
2023-01-19Merge patch series "Putting some basic order on isa extension lists"Palmer Dabbelt
2023-01-19RISC-V: fix compile error from deduplicated __ALTERNATIVE_CFG_2Heiko Stuebner
2023-01-17RISC-V: resort all extensions in consistent ordersConor Dooley
2023-01-05riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks
2022-12-29RISC-V: fix auipc-jalr addresses in patched alternativesHeiko Stuebner
2022-12-29RISC-V: add helpers for handling immediates in U-type and I-type pairsHeiko Stuebner
2022-12-29RISC-V: add rd reg parsing to insn.h headerHeiko Stuebner
2022-12-29RISC-V: add U-type imm parsing to insn.h headerHeiko Stuebner
2022-12-29RISC-V: rename parse_asm.h to insn.hHeiko Stuebner
2022-12-29RISC-V: Move riscv_insn_is_* macros into a common headerHeiko Stuebner
2022-12-29RISC-V: add auipc elements to parse_asm headerHeiko Stuebner
2022-12-29RISC-V: add ebreak instructions to definitionsHeiko Stuebner
2022-12-29RISC-V: detach funct-values from their offsetHeiko Stuebner
2022-12-29RISC-V: add prefix to all constants/macros in parse_asm.hHeiko Stuebner
2022-12-29RISC-V: fix funct4 definition for c.jalr in parse_asm.hHeiko Stuebner
2022-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-14Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12riscv: Fix P4D_SHIFT definition for 3-level page table modeAlexandre Ghiti
2022-12-12riscv: Apply a static assert to riscv_isa_ext_idAndrew Jones
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12Merge patch series "RISC-V: Align the shadow stack"Palmer Dabbelt
2022-12-09Merge patch series "riscv: alternative-macros.h cleanups"Palmer Dabbelt
2022-12-09Merge patch series "RISC-V: Ensure Zicbom has a valid block size"Palmer Dabbelt