summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
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
2023-06-08riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0Andy Chiu
2023-06-08riscv: Extending cpufeature.c to detect V-extensionGuo Ren
2023-06-06Merge patch series "riscv: allow case-insensitive ISA string parsing"Palmer Dabbelt
2023-06-06riscv: allow case-insensitive ISA string parsingYangyu Chen
2023-06-02Merge tag 'riscv-for-linus-6.4-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-01RISC-V: time.c: Add ACPI support for time_init()Sunil V L
2023-06-01RISC-V: cpu: Enable cpuinfo for ACPI systemsSunil V L
2023-06-01RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()Sunil V L
2023-06-01RISC-V: only iterate over possible CPUs in ISA string parserSunil V L
2023-06-01RISC-V: smpboot: Add ACPI support in setup_smp()Sunil V L
2023-06-01RISC-V: smpboot: Create wrapper setup_smp()Sunil V L
2023-06-01RISC-V: ACPI: Cache and retrieve the RINTC structureSunil V L
2023-06-01RISC-V: Add ACPI initialization in setup_arch()Sunil V L
2023-06-01RISC-V: Add support to build the ACPI coreSunil V L
2023-06-01riscv: move sbi_init() earlier before jump_label_init()Jisheng Zhang
2023-05-31riscv: Fix relocatable kernels with early alternatives using -fno-pieAlexandre Ghiti
2023-05-18Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-18rethook, fprobe: do not trace rethook related functionsZe Gao