summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2022-12-08riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]aSamuel Holland
2022-12-08riscv: Fix crash during early errata patchingSamuel Holland
2022-12-08riscv: boot: add zstd supportJisheng Zhang
2022-12-08Merge patch series "RISC-V interrupt controller select cleanup"Palmer Dabbelt
2022-12-08RISC-V: stop selecting SIFIVE_PLIC at the SoC levelConor Dooley
2022-12-08Merge patch series "Add PMEM support for RISC-V"Palmer Dabbelt
2022-12-08RISC-V: Enable PMEM driversAnup Patel
2022-12-08RISC-V: Implement arch specific PMEM APIsAnup Patel
2022-12-08RISC-V: Fix MEMREMAP_WB for systems with SvpbmtAnup Patel
2022-12-08Merge patch "RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path"Palmer Dabbelt
2022-12-08RISC-V: Fix unannoted hardirqs-on in return to userspace slow-pathAndrew Bresticker
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: Add ONE_REG interface for mvendorid, marchid, and mimpidAnup Patel
2022-12-07RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPUAnup Patel
2022-12-07RISC-V: Export sbi_get_mvendorid() and friendsAnup Patel
2022-12-07RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.hAnup Patel
2022-12-07RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()Anup Patel
2022-12-07RISC-V: KVM: Remove redundant includes of asm/csr.hAnup Patel
2022-12-07RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.hAnup Patel
2022-12-07RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()Anup Patel
2022-12-07RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()Christophe JAILLET
2022-12-07RISC-V: KVM: Exit run-loop immediately if xfer_to_guest failsAnup Patel
2022-12-07RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()Bo Liu
2022-12-07RISC-V: KVM: Add exit logic to main.cXiakaiPan
2022-12-06riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNCPu Lehui
2022-12-05riscv: stacktrace: Make walk_stackframe cross pt_regs frameGuo Ren
2022-12-05riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argumentGuo Ren
2022-12-05RISC-V: kexec: Fix memory leak of elf header bufferLi Huafei
2022-12-05RISC-V: kexec: Fix memory leak of fdt bufferLi Huafei
2022-12-02Merge patch series "Support VMCOREINFO export for RISCV64"Palmer Dabbelt
2022-12-02RISC-V: Add arch_crash_save_vmcoreinfo supportXianting Tian
2022-12-02Merge tag 'riscv-for-linus-6.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...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-02RISC-V: defconfig: Enable CONFIG_SERIAL_8250_DWHal Feng
2022-12-02Merge patch series "RISC-V: Dynamic ftrace support for RV32I"Palmer Dabbelt
2022-12-02RISC-V: enable dynamic ftrace for RV32IJamie Iles
2022-12-02RISC-V: preserve a1 in mcountJamie Iles
2022-12-02RISC-V: reduce mcount save space on RV32Jamie Iles
2022-12-02RISC-V: use REG_S/REG_L for mcountJamie Iles
2022-12-01RISC-V: Fix a race condition during kernel stack overflowPalmer Dabbelt
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn
2022-12-01mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATEDVlastimil Babka
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
2022-11-29riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren