summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-19riscv: hibernation: Replace jalr with jr before suspend_restore_regsSong Shuai
2023-06-14riscv: mm: stub extable related functions/macros for !MMUJisheng Zhang
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-08selftests: add .gitignore file for RISC-V hwprobeAndy Chiu
2023-06-08selftests: Test RISC-V Vector prctl interfaceAndy Chiu
2023-06-08riscv: Add documentation for VectorAndy Chiu
2023-06-08riscv: Enable Vector code to be builtGuo Ren
2023-06-08riscv: detect assembler support for .option archAndy Chiu
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: KVM: Add vector lazy save/restore supportVincent Chen
2023-06-08riscv: kvm: Add V extension to KVM ISAVincent Chen
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 struct/helpers to save/restore per-task Vector stateGreentime Hu
2023-06-08riscv: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu
2023-06-08riscv: Introduce Vector enable/disable helpersGreentime Hu
2023-06-08riscv: Disable Vector Instructions for kernel itselfGuo Ren
2023-06-08riscv: Clear vector regfile on bootupGreentime Hu
2023-06-08riscv: Add new csr defines related to vector extensionGreentime 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-08riscv: Rename __switch_to_aux() -> fpuGuo Ren
2023-06-06Merge patch series "riscv: allow case-insensitive ISA string parsing"Palmer Dabbelt
2023-06-06dt-bindings: riscv: drop invalid comment about riscv,isa lower-case reasoningConor Dooley
2023-06-06riscv: allow case-insensitive ISA string parsingYangyu Chen
2023-06-01Merge patch series "Add basic ACPI support for RISC-V"Palmer Dabbelt
2023-06-01MAINTAINERS: Add entry for drivers/acpi/riscvSunil V L
2023-06-01RISC-V: Enable ACPI in defconfigSunil V L
2023-06-01RISC-V: time.c: Add ACPI support for time_init()Sunil V L
2023-06-01clocksource/timer-riscv: Add ACPI supportSunil V L
2023-06-01clocksource/timer-riscv: Refactor riscv_timer_init_dt()Sunil V L
2023-06-01irqchip/riscv-intc: Add ACPI supportSunil 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-01drivers/acpi: RISC-V: Add RHCT related codeSunil 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-01ACPI: processor_core: RISC-V: Enable mapping processor to the hartidSunil V L