summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2023-01-31riscv: switch to relative alternative entriesJisheng Zhang
2023-01-31riscv: module: Add ADD16 and SUB16 rela typesAndrew Jones
2023-01-31riscv: module: move find_section to module.hJisheng Zhang
2023-01-31riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensionsJisheng Zhang
2023-01-31riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlierJisheng Zhang
2023-01-31riscv: move riscv_noncoherent_supported() out of ZICBOM probeJisheng Zhang
2023-01-24riscv: fix jal offsets in patched alternativesJisheng Zhang
2023-01-19Merge patch series "Putting some basic order on isa extension lists"Palmer Dabbelt
2023-01-17RISC-V: resort all extensions in consistent ordersConor Dooley
2023-01-17RISC-V: clarify ISA string ordering rules in cpu.cConor Dooley
2022-12-29RISC-V: fix auipc-jalr addresses in patched alternativesHeiko Stuebner
2022-12-29RISC-V: kprobes: use central defined funct3 constantsHeiko 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 prefix to all constants/macros 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 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-12Merge patch series "RISC-V: Align the shadow stack"Palmer Dabbelt
2022-12-12RISC-V: Add some comments about the shadow and overflow stacksPalmer Dabbelt
2022-12-12RISC-V: Align the shadow stackPalmer Dabbelt
2022-12-09Merge patch series "RISC-V: Ensure Zicbom has a valid block size"Palmer Dabbelt
2022-12-09RISC-V: Ensure Zicbom has a valid block sizeAndrew Jones
2022-12-09RISC-V: Introduce riscv_isa_extension_checkAndrew Jones
2022-12-09RISC-V: Improve use of isa2hwcap[]Andrew Jones
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-07Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel
2022-12-07RISC-V: Export sbi_get_mvendorid() and friendsAnup Patel
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-02riscv: add riscv rethook implementationBinglei Wang
2022-12-02Merge patch series "RISC-V: Dynamic ftrace support for RV32I"Palmer Dabbelt
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-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
2022-11-29riscv: kexec: Fixup irq controller broken in kexec crash pathGuo Ren
2022-11-29riscv: mm: Proper page permissions after initmem freeBjörn Töpel
2022-11-29riscv: vdso: fix section overlapping under some conditionsJisheng Zhang
2022-11-29riscv: fix race when vmap stack overflowJisheng Zhang
2022-11-18Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel