summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2023-07-07Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-05risc-v: Fix order of IPI enablement vs RCU startupMarc Zyngier
2023-07-04RISC-V: drop error print from riscv_hartid_to_cpuid()Conor Dooley
2023-07-04riscv: Discard vector state on syscallsBjörn Töpel
2023-07-04riscv: vdso: include vdso/vsyscall.h for vdso_dataBen Dooks
2023-07-01riscv: vector: clear V-reg in the first-use trapAndy Chiu
2023-07-01riscv: vector: only enable interrupts in the first-use trapAndy Chiu
2023-07-01Merge patch series "riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION"Palmer Dabbelt
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-25riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATIONZhangjin Wu
2023-06-25riscv: vmlinux-xip.lds.S: remove .alternative sectionJisheng Zhang
2023-06-23riscv: hibernate: remove WARN_ON in save_processor_stateSong Shuai
2023-06-23Merge patch series "riscv: Add independent irq/softirq stacks support"Palmer Dabbelt
2023-06-23Merge patch series "ISA string parser cleanups"Palmer Dabbelt
2023-06-22riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACKGuo Ren
2023-06-22riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACKGuo Ren
2023-06-22riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng
2023-06-21RISC-V: always report presence of extensions formerly part of the base ISAConor Dooley
2023-06-21RISC-V: remove decrement/increment dance in ISA string parserConor Dooley
2023-06-21RISC-V: rework comments in ISA string parserConor Dooley
2023-06-21RISC-V: validate riscv,isa at boot, not during ISA string parsingConor Dooley
2023-06-21RISC-V: split early & late of_node to hartid mappingConor Dooley
2023-06-21RISC-V: simplify register width check in ISA string parsingConor Dooley
2023-06-20riscv: replace deprecated scall with ecallFangrui Song
2023-06-20riscv: uprobes: Restore thread.bad_causeTiezhu Yang
2023-06-19Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt
2023-06-19RISC-V: hwprobe: Expose Zba, Zbb, and ZbsEvan Green
2023-06-19RISC-V: Track ISA extensions per hartEvan Green
2023-06-19RISC-V: Add Zba, Zbs extension probingEvan Green
2023-06-19RISC-V: ACPI : Fix for usage of pointers in different address spaceSunil V L
2023-06-19riscv: hibernation: Remove duplicate call of suspend_restore_csrsSong Shuai
2023-06-19riscv: hibernation: Replace jalr with jr before suspend_restore_regsSong Shuai
2023-06-14riscv: say disabling zicbom if no or bad riscv,cbom-block-size foundBen Dooks
2023-06-08Merge patch series "riscv: Add vector ISA support"Palmer Dabbelt
2023-06-08riscv: Add sysctl to set the default vector rule for new processesAndy Chiu
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu
2023-06-08riscv: hwcap: change ELF_HWCAP to a functionAndy Chiu
2023-06-08riscv: prevent stack corruption by reserving task_pt_regs(p) earlyGreentime Hu
2023-06-08riscv: signal: validate altstack to reflect VectorAndy Chiu
2023-06-08riscv: signal: Report signal frame size to userspace via auxvVincent Chen
2023-06-08riscv: signal: Add sigcontext save/restore for vectorGreentime Hu
2023-06-08riscv: signal: check fp-reserved words unconditionallyAndy Chiu
2023-06-08riscv: Add ptrace vector supportGreentime Hu
2023-06-08riscv: Allocate user's vector context in the first-use trapAndy Chiu
2023-06-08riscv: Add task switch support for vectorGreentime Hu
2023-06-08riscv: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu
2023-06-08riscv: Disable Vector Instructions for kernel itselfGuo Ren
2023-06-08riscv: Clear vector regfile on bootupGreentime Hu