summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-072-0/+38
|\
| * riscv: Discard vector state on syscallsBjörn Töpel2023-07-041-0/+34
| * RISC-V: Fix up some vector state related build failuresPalmer Dabbelt2023-07-011-0/+4
* | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-14/+0
|\ \
| * | asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang2023-06-221-14/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-037-31/+262
|\ \ \
| * \ \ Merge tag 'kvm-riscv-6.5-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-07-017-31/+262
| |\ \ \
| | * | | RISC-V: KVM: Allow Svnapot extension for Guest/VMAnup Patel2023-06-201-0/+1
| | * | | riscv: kvm: define vcpu_sbi_ext_pmu in headerBen Dooks2023-06-191-0/+3
| | * | | RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchipAnup Patel2023-06-192-0/+20
| | * | | RISC-V: KVM: Add in-kernel virtualization of AIA IMSICAnup Patel2023-06-191-36/+10
| | * | | RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchipAnup Patel2023-06-182-0/+9
| | * | | RISC-V: KVM: Add in-kernel emulation of AIA APLICAnup Patel2023-06-181-14/+3
| | * | | RISC-V: KVM: Implement device interface for AIA irqchipAnup Patel2023-06-182-42/+135
| | * | | RISC-V: KVM: Skeletal in-kernel AIA irqchip supportAnup Patel2023-06-183-0/+28
| | * | | RISC-V: KVM: Add APLIC related definesAnup Patel2023-06-181-0/+58
| | * | | RISC-V: KVM: Add IMSIC related definesAnup Patel2023-06-181-0/+38
| | * | | RISC-V: KVM: Implement guest external interrupt line managementAnup Patel2023-06-181-0/+10
| | * | | RISC-V: KVM: Probe for SBI extension statusAndrew Jones2023-06-061-0/+1
| | * | | RISC-V: KVM: Convert extension_disabled[] to ext_status[]Andrew Jones2023-06-061-1/+6
| | * | | RISC-V: KVM: Redirect AMO load/store misaligned traps to guestwchen2023-06-061-0/+2
* | | | | Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-06-301-0/+21
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng2023-06-221-0/+21
| | |/ / | |/| |
* | | | Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-3023-18/+579
|\ \ \ \
| * \ \ \ Merge patch series "riscv: Add independent irq/softirq stacks support"Palmer Dabbelt2023-06-232-11/+33
| |\ \ \ \
| | * | | | riscv: stack: Add config of thread stack sizeGuo Ren2023-06-221-11/+1
| | * | | | riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACKGuo Ren2023-06-222-0/+32
| * | | | | Merge patch series "ISA string parser cleanups"Palmer Dabbelt2023-06-232-0/+5
| |\ \ \ \ \
| | * | | | | RISC-V: always report presence of extensions formerly part of the base ISAConor Dooley2023-06-211-0/+4
| | * | | | | RISC-V: split early & late of_node to hartid mappingConor Dooley2023-06-211-0/+1
| * | | | | | Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt2023-06-193-0/+15
| |\ \ \ \ \ \
| | * | | | | | RISC-V: hwprobe: Expose Zba, Zbb, and ZbsEvan Green2023-06-191-0/+3
| | * | | | | | RISC-V: Track ISA extensions per hartEvan Green2023-06-191-0/+10
| | * | | | | | RISC-V: Add Zba, Zbs extension probingEvan Green2023-06-191-0/+2
| | | |_|_|_|/ | | |/| | | |
| * | | | | | riscv: mm: stub extable related functions/macros for !MMUJisheng Zhang2023-06-142-0/+10
| | |_|/ / / | |/| | | |
| * | | | | Merge patch series "riscv: Add vector ISA support"Palmer Dabbelt2023-06-0816-7/+413
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | riscv: Add prctl controls for userspace vector managementAndy Chiu2023-06-082-0/+14
| | * | | | riscv: hwcap: change ELF_HWCAP to a functionAndy Chiu2023-06-082-1/+3
| | * | | | riscv: KVM: Add vector lazy save/restore supportVincent Chen2023-06-083-0/+91
| | * | | | riscv: kvm: Add V extension to KVM ISAVincent Chen2023-06-081-0/+1
| | * | | | riscv: signal: Report signal frame size to userspace via auxvVincent Chen2023-06-083-0/+12
| | * | | | riscv: signal: Add sigcontext save/restore for vectorGreentime Hu2023-06-082-1/+30
| | * | | | riscv: Add ptrace vector supportGreentime Hu2023-06-081-0/+7
| | * | | | riscv: Allocate user's vector context in the first-use trapAndy Chiu2023-06-082-0/+31
| | * | | | riscv: Add task switch support for vectorGreentime Hu2023-06-084-0/+45
| | * | | | riscv: Introduce struct/helpers to save/restore per-task Vector stateGreentime Hu2023-06-082-0/+112
| | * | | | riscv: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu2023-06-081-0/+8
| | * | | | riscv: Introduce Vector enable/disable helpersGreentime Hu2023-06-081-0/+11
| | * | | | riscv: Add new csr defines related to vector extensionGreentime Hu2023-06-081-2/+16
| | * | | | riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0Andy Chiu2023-06-081-0/+1