summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: Expose the LA57 feature to VM.Yu Zhang2017-08-247-36/+65
* KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang2017-08-249-29/+67
* KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang2017-08-245-23/+25
* KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang2017-08-244-7/+19
* KVM: x86: Add return value to kvm_cpuid().Yu Zhang2017-08-247-21/+34
* kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORSPaolo Bonzini2017-08-241-4/+22
* kvm: vmx: Raise #UD on unsupported RDSEEDJim Mattson2017-08-241-1/+23
* kvm: vmx: Raise #UD on unsupported RDRANDJim Mattson2017-08-241-1/+30
* KVM: VMX: cache secondary exec controlsPaolo Bonzini2017-08-241-46/+54
* KVM: SVM: Enable Virtual GIF featureJanakarajan Natarajan2017-08-232-6/+56
* KVM: SVM: Add Virtual GIF feature definitionJanakarajan Natarajan2017-08-231-0/+1
* KVM: VMX: always require WB memory type for EPTDavid Hildenbrand2017-08-181-2/+7
* KVM: VMX: cleanup EPTP definitionsDavid Hildenbrand2017-08-182-19/+17
* KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array)Denys Vlasenko2017-08-181-40/+21
* KVM: x86: fix use of L1 MMIO areas in nested guestsPaolo Bonzini2017-08-184-5/+20
* KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh2017-08-185-22/+17
* KVM: x86: simplify ept_misconfigPaolo Bonzini2017-08-183-28/+21
* kvm: x86: Disallow illegal IA32_APIC_BASE MSR valuesJim Mattson2017-08-111-6/+8
* KVM: MMU: Bail out immediately if there is no available mmu pageWanpeng Li2017-08-112-10/+29
* KVM: MMU: Fix softlockup due to mmu_lock is held too longWanpeng Li2017-08-111-3/+1
* KVM: nVMX: validate eptp pointerDavid Hildenbrand2017-08-111-5/+2
* kvm: nVMX: Add support for fast unprotection of nested guest page tablesPaolo Bonzini2017-08-103-6/+5
* KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guestBrijesh Singh2017-08-101-1/+2
* KVM: X86: Fix residual mmio emulation request to userspaceWanpeng Li2017-08-102-0/+2
* KVM: arm: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)2017-08-082-2/+2
* KVM: s390: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)2017-08-082-2/+2
* KVM: X86: implement the logic for spinlock optimizationLongpeng(Mike)2017-08-085-4/+21
* KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-0810-6/+26
* KVM: x86: use general helpers for some cpuid manipulationRadim Krčmář2017-08-074-20/+14
* KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář2017-08-076-150/+95
* KVM: x86: X86_FEATURE_NRIPS is not scattered anymoreRadim Krčmář2017-08-071-13/+1
* KVM: nVMX: Emulate EPTP switching for the L1 hypervisorBandan Das2017-08-072-6/+124
* KVM: nVMX: Enable VMFUNC for the L1 hypervisorBandan Das2017-08-071-2/+51
* KVM: vmx: Enable VMFUNCsBandan Das2017-08-072-1/+24
* KVM: nVMX: get rid of nested_release_page*David Hildenbrand2017-08-071-26/+15
* KVM: nVMX: get rid of nested_get_page()David Hildenbrand2017-08-071-31/+26
* KVM: nVMX: INVPCID supportPaolo Bonzini2017-08-071-9/+25
* KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCYLadi Prosek2017-08-074-2/+10
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-08-062-0/+3
|\
| * MIPS: ralink: mt7620: Add missing headerHarvey Hunt2017-07-191-0/+1
| * MIPS: ralink: Fix build error due to missing headerHarvey Hunt2017-07-181-0/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-08-055-85/+190
|\ \
| * \ Merge tag 'kvm-arm-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Radim Krčmář2017-08-031-1/+1
| |\ \
| | * | KVM: arm/arm64: PMU: Fix overflow interrupt injectionAndrew Jones2017-07-251-1/+1
| | |/
| * | KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit"Wanpeng Li2017-08-031-2/+9
| * | KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack2017-08-021-10/+43
| * | kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardownDavid Matlack2017-08-021-5/+11
| * | KVM: nVMX: do not pin the VMCS12Paolo Bonzini2017-08-021-17/+7
| * | KVM: X86: init irq->level in kvm_pv_kick_cpu_opLongpeng(Mike)2017-08-021-0/+1
| * | KVM: X86: Fix loss of pending INIT due to raceWanpeng Li2017-08-021-8/+11