Age | Commit message (Expand) | Author | Files | Lines |
2021-11-18 | KVM: Disallow user memslot with size that exceeds "unsigned long" | Sean Christopherson | 1 | -1/+2 |
2021-11-18 | KVM: Ensure local memslot copies operate on up-to-date arch-specific data | Sean Christopherson | 1 | -16/+31 |
2021-11-18 | KVM: x86/mmu: Fix TLB flush range when handling disconnected pt | Ben Gardon | 1 | -6/+4 |
2021-11-18 | KVM: x86: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS | Vitaly Kuznetsov | 1 | -1/+1 |
2021-11-18 | KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus() | Vitaly Kuznetsov | 1 | -0/+2 |
2021-11-18 | KVM: RISC-V: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS | Vitaly Kuznetsov | 1 | -1/+1 |
2021-11-18 | KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS | Vitaly Kuznetsov | 1 | -2/+2 |
2021-11-18 | KVM: MIPS: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS | Vitaly Kuznetsov | 1 | -1/+1 |
2021-11-18 | KVM: arm64: Cap KVM_CAP_NR_VCPUS by kvm_arm_default_max_vcpus() | Vitaly Kuznetsov | 1 | -1/+8 |
2021-11-18 | KVM: x86: Assume a 64-bit hypercall for guests with protected state | Tom Lendacky | 4 | -4/+16 |
2021-11-18 | selftests: KVM: Add /x86_64/sev_migrate_tests to .gitignore | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2021-11-18 | riscv: kvm: fix non-kernel-doc comment block | Randy Dunlap | 1 | -1/+1 |
2021-11-18 | Merge branch 'kvm-5.16-fixes' into kvm-master | Paolo Bonzini | 12 | -159/+120 |
2021-11-18 | KVM: SEV: Fix typo in and tweak name of cmd_allowed_from_miror() | Sean Christopherson | 1 | -2/+2 |
2021-11-18 | KVM: SEV: Drop a redundant setting of sev->asid during initialization | Sean Christopherson | 1 | -1/+0 |
2021-11-18 | KVM: SEV: WARN if SEV-ES is marked active but SEV is not | Sean Christopherson | 1 | -1/+1 |
2021-11-18 | KVM: SEV: Set sev_info.active after initial checks in sev_guest_init() | Sean Christopherson | 1 | -3/+3 |
2021-11-18 | KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs | Sean Christopherson | 1 | -1/+6 |
2021-11-18 | KVM: Kill kvm_map_gfn() / kvm_unmap_gfn() and gfn_to_pfn_cache | David Woodhouse | 3 | -101/+12 |
2021-11-18 | KVM: nVMX: Use a gfn_to_hva_cache for vmptrld | David Woodhouse | 2 | -9/+22 |
2021-11-18 | KVM: nVMX: Use kvm_read_guest_offset_cached() for nested VMCS check | David Woodhouse | 1 | -11/+15 |
2021-11-18 | KVM: x86/xen: Use sizeof_field() instead of open-coding it | David Woodhouse | 1 | -9/+9 |
2021-11-18 | KVM: nVMX: Use kvm_{read,write}_guest_cached() for shadow_vmcs12 | David Woodhouse | 2 | -9/+20 |
2021-11-18 | KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO | David Woodhouse | 1 | -1/+1 |
2021-11-18 | KVM: x86/mmu: include EFER.LMA in extended mmu role | Maxim Levitsky | 2 | -0/+2 |
2021-11-18 | KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested state... | Maxim Levitsky | 1 | -5/+17 |
2021-11-18 | KVM: Fix steal time asm constraints | David Woodhouse | 1 | -3/+3 |
2021-11-18 | cpuid: kvm_find_kvm_cpuid_features() should be declared 'static' | Paul Durrant | 1 | -1/+1 |
2021-11-16 | Merge branch 'kvm-selftest' into kvm-master | Paolo Bonzini | 13 | -237/+308 |
2021-11-16 | KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap() | 黄乐 | 1 | -2/+6 |
2021-11-16 | KVM: selftests: Use perf_test_destroy_vm in memslot_modification_stress_test | David Matlack | 1 | -2/+1 |
2021-11-16 | KVM: selftests: Wait for all vCPU to be created before entering guest mode | David Matlack | 1 | -0/+26 |
2021-11-16 | KVM: selftests: Move vCPU thread creation and joining to common helpers | David Matlack | 6 | -90/+67 |
2021-11-16 | KVM: selftests: Start at iteration 0 instead of -1 | David Matlack | 1 | -5/+3 |
2021-11-16 | KVM: selftests: Sync perf_test_args to guest during VM creation | Sean Christopherson | 6 | -15/+16 |
2021-11-16 | KVM: selftests: Fill per-vCPU struct during "perf_test" VM creation | Sean Christopherson | 6 | -54/+45 |
2021-11-16 | KVM: selftests: Create VM with adjusted number of guest pages for perf tests | Sean Christopherson | 1 | -2/+6 |
2021-11-16 | KVM: selftests: Remove perf_test_args.host_page_size | Sean Christopherson | 2 | -3/+1 |
2021-11-16 | KVM: selftests: Move per-VM GPA into perf_test_args | Sean Christopherson | 3 | -21/+10 |
2021-11-16 | KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging test | Sean Christopherson | 1 | -16/+5 |
2021-11-16 | KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_args | Sean Christopherson | 2 | -5/+5 |
2021-11-16 | KVM: selftests: Use shorthand local var to access struct perf_tests_args | Sean Christopherson | 1 | -16/+19 |
2021-11-16 | KVM: selftests: Require GPA to be aligned when backed by hugepages | Sean Christopherson | 2 | -1/+8 |
2021-11-16 | KVM: selftests: Assert mmap HVA is aligned when using HugeTLB | Sean Christopherson | 3 | -0/+17 |
2021-11-16 | KVM: selftests: Expose align() helpers to tests | Sean Christopherson | 6 | -19/+34 |
2021-11-16 | KVM: selftests: Explicitly state indicies for vm_guest_mode_params array | Sean Christopherson | 1 | -9/+9 |
2021-11-16 | KVM: selftests: Add event channel upcall support to xen_shinfo_test | David Woodhouse | 1 | -9/+66 |
2021-11-13 | Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 8 | -16/+19 |
2021-11-12 | KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_from | Paolo Bonzini | 1 | -14/+11 |
2021-11-12 | KVM: x86: move guest_pv_has out of user_access section | Paolo Bonzini | 1 | -3/+6 |