summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-23Merge patch series "riscv: Add independent irq/softirq stacks support"Palmer Dabbelt2-11/+33
2023-06-23Merge patch series "ISA string parser cleanups"Palmer Dabbelt2-0/+5
2023-06-22riscv: stack: Add config of thread stack sizeGuo Ren1-11/+1
2023-06-22riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACKGuo Ren2-0/+32
2023-06-21RISC-V: always report presence of extensions formerly part of the base ISAConor Dooley1-0/+4
2023-06-21RISC-V: split early & late of_node to hartid mappingConor Dooley1-0/+1
2023-06-20Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt3-0/+15
2023-06-19RISC-V: hwprobe: Expose Zba, Zbb, and ZbsEvan Green1-0/+3
2023-06-19RISC-V: Track ISA extensions per hartEvan Green1-0/+10
2023-06-19RISC-V: Add Zba, Zbs extension probingEvan Green1-0/+2
2023-06-14riscv: mm: stub extable related functions/macros for !MMUJisheng Zhang2-0/+10
2023-06-08Merge patch series "riscv: Add vector ISA support"Palmer Dabbelt16-7/+413
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu2-0/+14
2023-06-08riscv: hwcap: change ELF_HWCAP to a functionAndy Chiu2-1/+3
2023-06-08riscv: KVM: Add vector lazy save/restore supportVincent Chen3-0/+91
2023-06-08riscv: kvm: Add V extension to KVM ISAVincent Chen1-0/+1
2023-06-08riscv: signal: Report signal frame size to userspace via auxvVincent Chen3-0/+12
2023-06-08riscv: signal: Add sigcontext save/restore for vectorGreentime Hu2-1/+30
2023-06-08riscv: Add ptrace vector supportGreentime Hu1-0/+7
2023-06-08riscv: Allocate user's vector context in the first-use trapAndy Chiu2-0/+31
2023-06-08riscv: Add task switch support for vectorGreentime Hu4-0/+45
2023-06-08riscv: Introduce struct/helpers to save/restore per-task Vector stateGreentime Hu2-0/+112
2023-06-08riscv: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu1-0/+8
2023-06-08riscv: Introduce Vector enable/disable helpersGreentime Hu1-0/+11
2023-06-08riscv: Add new csr defines related to vector extensionGreentime Hu1-2/+16
2023-06-08riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0Andy Chiu1-0/+1
2023-06-08riscv: Extending cpufeature.c to detect V-extensionGuo Ren3-0/+28
2023-06-08riscv: Rename __switch_to_aux() -> fpuGuo Ren1-3/+3
2023-06-01RISC-V: smpboot: Add ACPI support in setup_smp()Sunil V L1-0/+2
2023-06-01drivers/acpi: RISC-V: Add RHCT related codeSunil V L1-0/+8
2023-06-01RISC-V: ACPI: Cache and retrieve the RINTC structureSunil V L1-0/+10
2023-06-01ACPI: processor_core: RISC-V: Enable mapping processor to the hartidSunil V L1-0/+3
2023-06-01RISC-V: Add support to build the ACPI coreSunil V L3-0/+80
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2023-05-05Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+105
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini6-12/+303
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones1-1/+1
2023-04-29Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt2-0/+104
2023-04-29RISC-V: Add arch functions to support hibernation/suspend-to-diskSia Jee Heng2-0/+39
2023-04-29RISC-V: Factor out common code of __cpu_resume_enter()Sia Jee Heng1-0/+62
2023-04-29RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public functionSia Jee Heng1-0/+3
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2-3/+3
2023-04-29Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds27-72/+488
2023-04-26RISC-V: hwprobe: Remove __init on probe_vendor_features()Evan Green1-1/+1
2023-04-25Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-16/+46
2023-04-21Merge tag 'irqchip-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner3-16/+46
2023-04-21RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel2-35/+60
2023-04-21RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel1-3/+4
2023-04-21RISC-V: KVM: Add ONE_REG interface for AIA CSRsAnup Patel1-0/+8
2023-04-21RISC-V: KVM: Implement subtype for CSR ONE_REG interfaceAnup Patel1-1/+2