summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
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
2022-11-10RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor
2022-11-10riscv: fix reserved memory setupConor Dooley
2022-11-10riscv: vdso: fix build with llvmJisheng Zhang
2022-11-10riscv: process: fix kernel info leakageJisheng Zhang
2022-11-09efi: libstub: Provide local implementations of strrchr() and memchr()Ard Biesheuvel
2022-11-09efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel
2022-11-09efi: libstub: Clone memcmp() into the stubArd Biesheuvel
2022-11-09efi: libstub: Use local strncmp() implementation unconditionallyArd Biesheuvel
2022-10-27RISC-V: Fix /proc/cpuinfo cpumask warningAndrew Jones
2022-10-27RISC-V: Cache SBI vendor valuesHeiko Stuebner
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-13RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputPalmer Dabbelt
2022-10-13RISC-V: Make mmap() with PROT_WRITE imply PROT_READPalmer Dabbelt
2022-10-13riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang
2022-10-13Merge patch series "Some style cleanups for recent extension additions"Palmer Dabbelt