summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)Author
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-19riscv: Implement semihost.h for earlycon semihost driverBin Meng
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-29KVM: RISC-V: Tag init functions and data with __init, __ro_after_initSean Christopherson
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson
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
2022-12-09riscv: Don't duplicate _ALTERNATIVE_CFG* macrosAndrew Jones
2022-12-09riscv: alternatives: Drop the underscores from the assembly macro namesAndrew Jones
2022-12-09riscv: alternatives: Don't name unused macro parametersAndrew Jones
2022-12-09riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2Andrew Jones
2022-12-08Merge patch series "riscv: Fix crash during early errata patching"Palmer Dabbelt
2022-12-08riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]aSamuel Holland
2022-12-08Merge patch series "Add PMEM support for RISC-V"Palmer Dabbelt
2022-12-08RISC-V: Fix MEMREMAP_WB for systems with SvpbmtAnup Patel
2022-12-08riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich
2022-12-07Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel
2022-12-07RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPUAnup Patel
2022-12-07RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.hAnup Patel
2022-12-07RISC-V: KVM: Remove redundant includes of asm/csr.hAnup Patel
2022-12-05RISC-V: kexec: Fix memory leak of fdt bufferLi Huafei
2022-12-02Merge tag 'riscv-for-linus-6.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-12-02riscv: add riscv rethook implementationBinglei Wang
2022-12-02riscv/mm: add arch hook arch_clear_hugepage_flagsTong Tiangen
2022-12-02riscv/mm: hugepage's PG_dcache_clean flag is only set in head pageTong Tiangen
2022-12-01RISC-V: Fix a race condition during kernel stack overflowPalmer Dabbelt
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-11-30mm: add dummy pmd_young() for architectures not having itJuergen Gross
2022-11-29Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt