summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2023-02-14Merge patch series "dt-bindings: Add a cpu-capacity property for RISC-V"Palmer Dabbelt2-2/+2
2023-02-14riscv: Fix Zbb alternative IDsSamuel Holland1-5/+0
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-5/+0
2023-02-07RISC-V: KVM: Support firmware eventsAtish Patra1-0/+17
2023-02-07RISC-V: KVM: Implement trap & emulate for hpmcountersAtish Patra1-0/+16
2023-02-07RISC-V: KVM: Add skeleton support for perfAtish Patra2-0/+78
2023-02-07RISC-V: KVM: Modify SBI extension handler to return SBI error codeAtish Patra1-2/+8
2023-02-07RISC-V: KVM: Define a probe function for SBI extension data structuresAtish Patra1-0/+3
2023-02-07RISC-V: Improve SBI PMU extension related definitionsAtish Patra1-2/+5
2023-02-06Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman3-20/+13
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel1-1/+1
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-02riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2-5/+27
2023-02-01riscv: mm: Implement pmdp_collapse_flush for THPMayuresh Chitale1-0/+4
2023-02-01Merge patch series "riscv: improve boot time isa extensions handling"Palmer Dabbelt8-69/+100
2023-01-31riscv: remove riscv_isa_ext_keys[] array and related usageJisheng Zhang1-32/+0
2023-01-31riscv: cpu_relax: switch to riscv_has_extension_likely()Jisheng Zhang1-1/+1
2023-01-31riscv: alternative: patch alternatives in the vDSOJisheng Zhang1-0/+4
2023-01-31riscv: switch to relative alternative entriesJisheng Zhang2-16/+21
2023-01-31riscv: module: move find_section to module.hJisheng Zhang1-0/+16
2023-01-31riscv: fpu: switch has_fpu() to riscv_has_extension_likely()Jisheng Zhang1-1/+2
2023-01-31riscv: introduce riscv_has_extension_[un]likely()Jisheng Zhang1-0/+37
2023-01-31riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensionsJisheng Zhang1-6/+3
2023-01-31riscv: hwcap: make ISA extension ids can be used in asmJisheng Zhang1-24/+21
2023-01-31Merge patch "riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y"Palmer Dabbelt2-19/+12
2023-01-31riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=ySamuel Holland2-18/+10
2023-01-31Merge patch series "Zbb string optimizations"Palmer Dabbelt3-1/+13
2023-01-31RISC-V: add zbb support to string functionsHeiko Stuebner2-1/+3
2023-01-31RISC-V: add infrastructure to allow different str* implementationsHeiko Stuebner1-0/+10
2023-01-24RISC-V: Fix do_notify_resume / do_work_pending prototypeHeiko Stuebner1-1/+1
2023-01-24riscv: fix jal offsets in patched alternativesJisheng Zhang1-0/+27
2023-01-24riscv: pgtable: Fixup comment for KERN_VIRT_SIZEGuo Ren1-1/+1
2023-01-24Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini1-1/+1
2023-01-19Merge patch series "Putting some basic order on isa extension lists"Palmer Dabbelt1-5/+7
2023-01-19RISC-V: fix compile error from deduplicated __ALTERNATIVE_CFG_2Heiko Stuebner1-1/+1
2023-01-19riscv: Implement semihost.h for earlycon semihost driverBin Meng1-0/+26
2023-01-17RISC-V: resort all extensions in consistent ordersConor Dooley1-5/+7
2023-01-05riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks1-1/+1
2022-12-29KVM: RISC-V: Tag init functions and data with __init, __ro_after_initSean Christopherson1-3/+3
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson1-1/+0
2022-12-29RISC-V: fix auipc-jalr addresses in patched alternativesHeiko Stuebner1-0/+3
2022-12-29RISC-V: add helpers for handling immediates in U-type and I-type pairsHeiko Stuebner1-0/+48
2022-12-29RISC-V: add rd reg parsing to insn.h headerHeiko Stuebner1-0/+5
2022-12-29RISC-V: add U-type imm parsing to insn.h headerHeiko Stuebner1-0/+13
2022-12-29RISC-V: rename parse_asm.h to insn.hHeiko Stuebner1-0/+0
2022-12-29RISC-V: Move riscv_insn_is_* macros into a common headerHeiko Stuebner1-7/+35
2022-12-29RISC-V: add auipc elements to parse_asm headerHeiko Stuebner1-0/+3
2022-12-29RISC-V: add ebreak instructions to definitionsHeiko Stuebner1-0/+6
2022-12-29RISC-V: detach funct-values from their offsetHeiko Stuebner1-40/+58
2022-12-29RISC-V: add prefix to all constants/macros in parse_asm.hHeiko Stuebner1-94/+94