summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-01-25riscv: Move call to init_cpu_topology() to later initialization stageLey Foon Tan1-1/+2
2023-01-24riscv/kprobe: Fix instruction simulation of JALRLiao Chang1-2/+2
2023-01-19riscv: fix -Wundef warning for CONFIG_RISCV_BOOT_SPINWAITMasahiro Yamada1-1/+1
2023-01-05riscv, kprobes: Stricter c.jr/c.jalr decodingBjörn Töpel1-2/+2
2022-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2022-12-14Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-87/+210
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+0
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-22/+0
2022-12-12Merge patch series "RISC-V: Align the shadow stack"Palmer Dabbelt2-3/+40
2022-12-12RISC-V: Add some comments about the shadow and overflow stacksPalmer Dabbelt1-7/+13
2022-12-12RISC-V: Align the shadow stackPalmer Dabbelt1-1/+1
2022-12-09Merge patch series "RISC-V: Ensure Zicbom has a valid block size"Palmer Dabbelt1-10/+33
2022-12-09RISC-V: Ensure Zicbom has a valid block sizeAndrew Jones1-0/+13
2022-12-09RISC-V: Introduce riscv_isa_extension_checkAndrew Jones1-3/+11
2022-12-09RISC-V: Improve use of isa2hwcap[]Andrew Jones1-9/+11
2022-12-08Merge patch "RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path"Palmer Dabbelt2-26/+26
2022-12-08RISC-V: Fix unannoted hardirqs-on in return to userspace slow-pathAndrew Bresticker2-26/+26
2022-12-07Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel6-17/+167
2022-12-07RISC-V: Export sbi_get_mvendorid() and friendsAnup Patel1-0/+3
2022-12-05riscv: stacktrace: Make walk_stackframe cross pt_regs frameGuo Ren2-1/+11
2022-12-05riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argumentGuo Ren1-1/+1
2022-12-05RISC-V: kexec: Fix memory leak of elf header bufferLi Huafei1-0/+4
2022-12-05RISC-V: kexec: Fix memory leak of fdt bufferLi Huafei1-0/+10
2022-12-02Merge patch series "Support VMCOREINFO export for RISCV64"Palmer Dabbelt2-0/+22
2022-12-02RISC-V: Add arch_crash_save_vmcoreinfo supportXianting Tian2-0/+22
2022-12-02riscv: add riscv rethook implementationBinglei Wang5-17/+39
2022-12-02Merge patch series "RISC-V: Dynamic ftrace support for RV32I"Palmer Dabbelt1-21/+23
2022-12-02RISC-V: preserve a1 in mcountJamie Iles1-2/+4
2022-12-02RISC-V: reduce mcount save space on RV32Jamie Iles1-16/+16
2022-12-02RISC-V: use REG_S/REG_L for mcountJamie Iles1-15/+15
2022-12-01RISC-V: Fix a race condition during kernel stack overflowPalmer Dabbelt2-0/+31
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn1-22/+0
2022-11-29Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt2-13/+130
2022-11-29riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren2-18/+100
2022-11-29riscv: kexec: Fixup irq controller broken in kexec crash pathGuo Ren1-0/+35
2022-11-29riscv: mm: Proper page permissions after initmem freeBjörn Töpel1-4/+5
2022-11-29riscv: vdso: fix section overlapping under some conditionsJisheng Zhang1-0/+1
2022-11-29riscv: fix race when vmap stack overflowJisheng Zhang2-0/+31
2022-11-18Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel1-6/+0
2022-11-10RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor2-0/+5
2022-11-10riscv: fix reserved memory setupConor Dooley1-0/+1
2022-11-10riscv: vdso: fix build with llvmJisheng Zhang1-1/+1
2022-11-10riscv: process: fix kernel info leakageJisheng Zhang1-0/+2
2022-11-09efi: libstub: Provide local implementations of strrchr() and memchr()Ard Biesheuvel1-2/+0
2022-11-09efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel1-2/+0
2022-11-09efi: libstub: Clone memcmp() into the stubArd Biesheuvel1-1/+0
2022-11-09efi: libstub: Use local strncmp() implementation unconditionallyArd Biesheuvel1-1/+0
2022-10-27RISC-V: Fix /proc/cpuinfo cpumask warningAndrew Jones1-0/+3
2022-10-27RISC-V: Cache SBI vendor valuesHeiko Stuebner1-3/+27
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-34/+85