summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* kvm: vmx: Add last_cpu to struct vcpu_vmxJim Mattson2020-07-082-0/+4
* kvm: svm: Always set svm->last_cpu on VMRUNJim Mattson2020-07-082-1/+1
* kvm: svm: Prefer vcpu->cpu to raw_smp_processor_id()Jim Mattson2020-07-081-6/+3
* KVM: x86: report sev_pin_memory errors with PTR_ERRPaolo Bonzini2020-07-081-10/+12
* KVM: SVM: convert get_user_pages() --> pin_user_pages()John Hubbard2020-07-081-3/+3
* KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast()John Hubbard2020-07-081-1/+5
* KVM: nSVM: Check that DR6[63:32] and DR7[64:32] are not set on vmrun of neste...Krish Sadhukhan2020-07-081-0/+3
* KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate functionKrish Sadhukhan2020-07-082-1/+6
* KVM: X86: Do the same ignore_msrs check for feature msrsPeter Xu2020-07-083-4/+10
* KVM: X86: Move ignore_msrs handling upper the stackPeter Xu2020-07-082-26/+56
* KVM: x86/mmu: Make .write_log_dirty a nested operationSean Christopherson2020-07-084-40/+40
* KVM: nVMX: WARN if PML emulation helper is invoked outside of nested guestSean Christopherson2020-07-081-21/+22
* KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapperSean Christopherson2020-07-083-17/+1
* KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return t...Vitaly Kuznetsov2020-07-084-21/+23
* KVM: x86: drop KVM_PV_REASON_PAGE_READY case from kvm_handle_page_fault()Vitaly Kuznetsov2020-07-081-11/+6
* Merge branch 'kvm-master' into HEADPaolo Bonzini2020-07-0816-35/+74
|\
| * Merge tag 'kvmarm-fixes-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-07-062-5/+13
| |\
| | * KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTARTAndrew Scull2020-07-061-4/+7
| | * KVM: arm64: PMU: Fix per-CPU access in preemptible contextMarc Zyngier2020-07-061-1/+6
| * | KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masksSean Christopherson2020-07-032-12/+7
| * | KVM: x86: Mark CR4.TSD as being possibly owned by the guestSean Christopherson2020-07-032-1/+3
| * | KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit modeSean Christopherson2020-07-031-0/+2
| * | kvm: use more precise cast and do not drop __userPaolo Bonzini2020-07-021-1/+2
| * | Merge tag 'kvmarm-fixes-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-07-016-8/+37
| |\|
| | * KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbellMarc Zyngier2020-06-232-0/+16
| | * KVM: arm64: pvtime: Ensure task delay accounting is enabledAndrew Jones2020-06-221-3/+12
| | * KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVESteven Price2020-06-221-3/+7
| | * KVM: arm64: Annotate hyp NMI-related functions as __always_inlineAlexandru Elisei2020-06-222-2/+2
| * | KVM: x86: bit 8 of non-leaf PDPEs is not reservedPaolo Bonzini2020-06-301-1/+1
| * | KVM: X86: Fix async pf caused null-ptr-derefWanpeng Li2020-06-291-0/+3
| * | Merge tag 'kvm-s390-master-5.8-3' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2020-06-241-4/+4
| |\ \
| | * | KVM: s390: reduce number of IO pins to 1Christian Borntraeger2020-06-181-4/+4
| | |/
| * | KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkruSean Christopherson2020-06-231-2/+0
| * | KVM: x86: allow TSC to differ by NTP correction bounds without TSC scalingMarcelo Tosatti2020-06-231-1/+2
| * | KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li2020-06-231-2/+2
* | | Merge branch 'kvm-async-pf-int' into HEADPaolo Bonzini2020-07-084-13/+40
|\ \ \
| * | | KVM: x86: Switch KVM guest to using interrupts for page ready APF deliveryVitaly Kuznetsov2020-06-155-15/+51
* | | | KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended"Colin Ian King2020-07-081-2/+2
| |/ / |/| |
* | | KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson2020-06-233-26/+0
* | | KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson2020-06-235-10/+11
* | | KVM: x86/mmu: Avoid mixing gpa_t with gfn_t in walk_addr_generic()Vitaly Kuznetsov2020-06-221-6/+3
* | | KVM: LAPIC: ensure APIC map is up to date on concurrent update requestsPaolo Bonzini2020-06-222-21/+32
* | | kvm: lapic: fix broken vcpu hotplugIgor Mammedov2020-06-221-0/+1
* | | Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"Vitaly Kuznetsov2020-06-191-2/+1
* | | KVM: VMX: Add helpers to identify interrupt type from intr_infoSean Christopherson2020-06-151-12/+20
* | | kvm/svm: disable KCSAN for svm_vcpu_run()Qian Cai2020-06-151-1/+1
* | | KVM: MIPS: Fix a build error for !CPU_LOONGSON64Huacai Chen2020-06-151-0/+2
| |/ |/|
* | Linux 5.8-rc1v5.8-rc1Linus Torvalds2020-06-141-2/+2
* | Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-145-1/+40
|\ \
| * | security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-145-1/+40