Age | Commit message (Expand) | Author | Files | Lines |
2021-11-01 | RISC-V: KVM: fix boolreturn.cocci warnings | Bixuan Cui | 1 | -9/+9 |
2021-11-01 | RISC-V: KVM: remove unneeded semicolon | ran jianping | 4 | -8/+8 |
2021-10-31 | RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functions | Anup Patel | 1 | -2/+2 |
2021-10-31 | RISC-V: KVM: Factor-out FP virtualization into separate sources | Anup Patel | 3 | -172/+168 |
2021-10-22 | riscv: do not select non-existing config ANON_INODES | Lukas Bulwahn | 1 | -1/+0 |
2021-10-04 | RISC-V: KVM: Add SBI v0.1 support | Atish Patra | 4 | -0/+199 |
2021-10-04 | RISC-V: KVM: Implement ONE REG interface for FP registers | Atish Patra | 1 | -0/+104 |
2021-10-04 | RISC-V: KVM: FP lazy save/restore | Atish Patra | 2 | -0/+265 |
2021-10-04 | RISC-V: KVM: Add timer functionality | Atish Patra | 4 | -1/+241 |
2021-10-04 | RISC-V: KVM: Implement MMU notifiers | Anup Patel | 3 | -5/+87 |
2021-10-04 | RISC-V: KVM: Implement stage2 page table programming | Anup Patel | 4 | -16/+664 |
2021-10-04 | RISC-V: KVM: Implement VMID allocator | Anup Patel | 6 | -2/+225 |
2021-10-04 | RISC-V: KVM: Handle WFI exits for VCPU | Anup Patel | 1 | -0/+76 |
2021-10-04 | RISC-V: KVM: Handle MMIO exits for VCPU | Anup Patel | 6 | -4/+623 |
2021-10-04 | RISC-V: KVM: Implement VCPU world-switch | Anup Patel | 3 | -3/+232 |
2021-10-04 | RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls | Anup Patel | 1 | -3/+238 |
2021-10-04 | RISC-V: KVM: Implement VCPU interrupts and requests handling | Anup Patel | 1 | -13/+171 |
2021-10-04 | RISC-V: KVM: Implement VCPU create, init and destroy functions | Anup Patel | 1 | -9/+46 |
2021-10-04 | RISC-V: Add initial skeletal KVM support | Anup Patel | 7 | -0/+665 |