summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-06RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel1-0/+1
2022-01-06RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra1-0/+1
2022-01-06RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra2-0/+10
2022-01-06RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own fileAtish Patra1-0/+2
2022-01-06RISC-V: KVM: Mark the existing SBI implementation as v0.1Atish Patra1-0/+29
2022-01-06KVM: RISC-V: Use common KVM implementation of MMU memory cachesSean Christopherson2-10/+2
2022-01-06riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti1-2/+2
2022-01-06riscv: extable: add a dedicated uaccess handlerJisheng Zhang3-70/+51
2022-01-06riscv: add gpr-num.hJisheng Zhang1-0/+77
2022-01-06riscv: extable: add `type` and `data` fieldsJisheng Zhang2-11/+31
2022-01-06riscv: extable: consolidate definitionsJisheng Zhang3-6/+35
2022-01-06riscv: extable: make fixup_exception() return boolJisheng Zhang1-4/+4
2022-01-06riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang1-0/+12
2022-01-06riscv: switch to relative exception tablesJisheng Zhang3-3/+27
2022-01-06riscv: consolidate __ex_table constructionJisheng Zhang2-27/+15
2022-01-06riscv: remove unused __cmpxchg_user() macroJisheng Zhang1-75/+0
2021-12-27Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas1-1/+0
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar1-5/+3
2021-12-08KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson1-1/+0
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior1-1/+1
2021-11-22RISC-V: KVM: Fix incorrect KVM_MAX_VCPUS valueAnup Patel1-5/+3
2021-11-13Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+14
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+0
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-0/+589
2021-11-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-10-31RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functionsAnup Patel1-2/+3
2021-10-31RISC-V: KVM: Factor-out FP virtualization into separate sourcesAnup Patel2-4/+60
2021-10-29riscv: Fix asan-stack clang buildAlexandre Ghiti1-2/+1
2021-10-27riscv/vdso: Drop unneeded part due to merge issueKefeng Wang1-11/+0
2021-10-27riscv: remove .text section size limitation for XIPVitaly Wool1-2/+4
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-10-05Merge tag 'for-riscv' of https://git.kernel.org/pub/scm/virt/kvm/kvm.git into...Palmer Dabbelt1-0/+87
2021-10-05Merge remote-tracking branch 'palmer/riscv-clone3' into fixesPalmer Dabbelt1-1/+2
2021-10-05RISC-V: Include clone3() on rv32Palmer Dabbelt1-1/+2
2021-10-05riscv/vdso: Add support for time namespacesTong Tiangen3-1/+10
2021-10-04RISC-V: KVM: Add SBI v0.1 supportAtish Patra1-0/+10
2021-10-04RISC-V: KVM: Implement ONE REG interface for FP registersAtish Patra1-0/+10
2021-10-04RISC-V: KVM: FP lazy save/restoreAtish Patra1-0/+5
2021-10-04RISC-V: KVM: Add timer functionalityAtish Patra3-0/+68
2021-10-04RISC-V: KVM: Implement MMU notifiersAnup Patel1-0/+2
2021-10-04RISC-V: KVM: Implement stage2 page table programmingAnup Patel1-0/+12
2021-10-04RISC-V: KVM: Implement VMID allocatorAnup Patel1-0/+24
2021-10-04RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel1-0/+22
2021-10-04RISC-V: KVM: Implement VCPU world-switchAnup Patel1-1/+9
2021-10-04RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctlsAnup Patel1-1/+52
2021-10-04RISC-V: KVM: Implement VCPU interrupts and requests handlingAnup Patel2-0/+26
2021-10-04RISC-V: KVM: Implement VCPU create, init and destroy functionsAnup Patel1-0/+69
2021-10-04RISC-V: Add initial skeletal KVM supportAnup Patel3-0/+138