summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-14KVM: SVM: Add GHCB accessor functions for retrieving fieldsTom Lendacky
2020-12-14KVM: SVM: Add support for SEV-ES capability in KVMTom Lendacky
2020-12-14KVM: SVM: Remove the call to sev_platform_status() during setupTom Lendacky
2020-12-14x86/cpu: Add VM page flush MSR availablility as a CPUID featureTom Lendacky
2020-12-14KVM/VMX/SVM: Move kvm_machine_check function to x86.hUros Bizjak
2020-12-12Merge tag 'kvm-s390-next-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2020-12-11KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini
2020-12-11KVM: x86: Expose AVX512_FP16 for supported CPUIDCathy Zhang
2020-12-11x86: Enumerate AVX512 FP16 CPUID feature flagKyung Min Park
2020-12-11selftests: kvm: Merge user_msr_test into userspace_msr_exit_testAaron Lewis
2020-12-11selftests: kvm: Test MSR exiting to userspaceAaron Lewis
2020-12-11KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.SUros Bizjak
2020-12-10KVM: s390: track synchronous pfault events in kvm_statChristian Borntraeger
2020-12-10KVM: selftests: sync_regs test for diag318Collin Walling
2020-12-10s390/gmap: make gmap memcg awareChristian Borntraeger
2020-12-10KVM: s390: Add memcg accounting to KVM allocationsChristian Borntraeger
2020-12-09KVM: x86: ignore SIPIs that are received while not in wait-for-sipi stateMaxim Levitsky
2020-12-03KVM: x86: adjust SEV for commit 7e8e6eed75ePaolo Bonzini
2020-11-27KVM: nSVM: set fixed bits by handPaolo Bonzini
2020-11-19kvm: x86/mmu: Add TDP MMU SPTE changed trace pointBen Gardon
2020-11-19kvm: x86/mmu: Add existing trace points to TDP MMUBen Gardon
2020-11-16KVM: SVM: check CR4 changes against vcpu->archPaolo Bonzini
2020-11-16KVM: SVM: Move asid to vcpu_svmCathy Avery
2020-11-16x86/kvm: remove unused macro HV_CLOCK_SIZEAlex Shi
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones
2020-11-16KVM: selftests: Make test skipping consistentAndrew Jones
2020-11-15KVM: selftests: Also build dirty_log_perf_test on AArch64Andrew Jones
2020-11-15KVM: selftests: Introduce vm_create_[default_]_with_vcpusAndrew Jones
2020-11-15KVM: selftests: Make vm_create_default commonAndrew Jones
2020-11-15KVM: selftests: always use manual clear in dirty_log_perf_testPaolo Bonzini
2020-11-15kvm: x86: Sink cpuid update into vendor-specific set_cr4 functionsJim Mattson
2020-11-15selftests: kvm: keep .gitignore add to datePaolo Bonzini
2020-11-15KVM: selftests: Add "-c" parameter to dirty log testPeter Xu
2020-11-15KVM: selftests: Run dirty ring test asynchronouslyPeter Xu
2020-11-15KVM: selftests: Add dirty ring buffer testPeter Xu
2020-11-15KVM: selftests: Introduce after_vcpu_run hook for dirty log testPeter Xu
2020-11-15KVM: Don't allocate dirty bitmap if dirty ring is enabledPeter Xu
2020-11-15KVM: Make dirty ring exclusive to dirty bitmap logPeter Xu
2020-11-15KVM: X86: Implement ring-based dirty memory trackingPeter Xu
2020-11-15KVM: Pass in kvm pointer into mark_page_dirty_in_slot()Peter Xu
2020-11-15KVM: remove kvm_clear_guest_pagePaolo Bonzini
2020-11-15KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]Peter Xu
2020-11-15KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov
2020-11-15KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov
2020-11-15kvm/eventfd: Drain events from eventfd in irqfd_wakeup()David Woodhouse
2020-11-15vfio/virqfd: Drain events from eventfd in virqfd_wakeup()David Woodhouse
2020-11-15eventfd: Export eventfd_ctx_do_read()David Woodhouse
2020-11-15kvm/eventfd: Use priority waitqueue to catch events before userspaceDavid Woodhouse
2020-11-15sched/wait: Add add_wait_queue_priority()David Woodhouse
2020-11-15KVM: x86: emulate wait-for-SIPI and SIPI-VMExitYadong Qi