summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-12-14x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUIDVitaly Kuznetsov3-0/+143
2018-12-14x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helperVitaly Kuznetsov5-7/+26
2018-12-14x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definitionVitaly Kuznetsov1-1/+0
2018-12-14x86/hyper-v: Do some housekeeping in hyperv-tlfs.hVitaly Kuznetsov2-97/+93
2018-12-14x86/hyper-v: Mark TLFS structures packedVitaly Kuznetsov1-22/+25
2018-12-14x86: kvm: hyperv: don't retry message delivery for periodic timersRoman Kagan1-2/+12
2018-12-14x86: kvm: hyperv: simplify SynIC message deliveryRoman Kagan1-57/+41
2018-12-14kvm: x86: remove unnecessary recalculate_apic_mapPeng Hao1-3/+2
2018-12-14kvm: svm: remove unused struct definitionPeng Hao1-5/+0
2018-12-14kvm: vmx: Skip all SYSCALL MSRs in setup_msrs() when !EFER.SCEJim Mattson1-8/+8
2018-12-14kvm: vmx: Don't set hardware IA32_CSTAR MSR on VM-entryJim Mattson1-3/+0
2018-12-14kvm: vmx: Document the need for MSR_STAR in i386 buildsJim Mattson1-2/+5
2018-12-14kvm: vmx: Set IA32_TSC_AUX for legacy mode guestsJim Mattson1-3/+3
2018-12-14KVM: nVMX: Move nested code to dedicated filesSean Christopherson4-5921/+5959
2018-12-14KVM: VMX: Expose nested_vmx_allowed() to nested VMX as a non-inlineSean Christopherson2-1/+11
2018-12-14KVM: VMX: Expose various getters and setters to nested VMXSean Christopherson2-48/+53
2018-12-14KVM: VMX: Expose misc variables needed for nested VMXSean Christopherson2-3/+6
2018-12-14KVM: nVMX: Move "vmcs12 to shadow/evmcs sync" to helper functionSean Christopherson1-20/+26
2018-12-14KVM: nVMX: Call nested_vmx_setup_ctls_msrs() iff @nested is trueSean Christopherson1-8/+8
2018-12-14KVM: nVMX: Set callbacks for nested functions during hardware setupSean Christopherson1-26/+49
2018-12-14KVM: VMX: Move the hardware {un}setup functions to the bottomSean Christopherson1-184/+184
2018-12-14KVM: x86: nVMX: Allow nested_enable_evmcs to be NULLSean Christopherson1-0/+2
2018-12-14KVM: VMX: Move nested hardware/vcpu {un}setup to helper functionsSean Christopherson1-31/+54
2018-12-14KVM: VMX: Move VMX instruction wrappers to a dedicated header fileSean Christopherson3-380/+429
2018-12-14KVM: VMX: Move eVMCS code to dedicated filesSean Christopherson5-476/+514
2018-12-14KVM: VMX: Add vmx.h to hold VMX definitionsSean Christopherson2-363/+352
2018-12-14KVM: nVMX: Move vmcs12 code to dedicated filesSean Christopherson5-603/+624
2018-12-14KVM: VMX: Move VMCS definitions to dedicated fileSean Christopherson2-122/+135
2018-12-14KVM: VMX: Expose various module param vars via capabilities.hSean Christopherson2-6/+13
2018-12-14KVM: VMX: Move capabilities structs and helpers to dedicated fileSean Christopherson2-310/+324
2018-12-14KVM: VMX: Pass vmx_capability struct to setup_vmcs_config()Sean Christopherson1-12/+17
2018-12-14KVM: VMX: Properly handle dynamic VM Entry/Exit controlsSean Christopherson1-71/+74
2018-12-14KVM: VMX: Move caching of MSR_IA32_XSS to hardware_setup()Sean Christopherson1-3/+3
2018-12-14KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.hSean Christopherson2-1/+1
2018-12-14KVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fields.hSean Christopherson2-4/+4
2018-12-14KVM: VMX: Move VMX specific files to a "vmx" subdirectorySean Christopherson5-1/+1
2018-12-14KVM: x86: Add requisite includes to hyperv.hSean Christopherson1-0/+2
2018-12-14KVM: x86: Add requisite includes to kvm_cache_regs.hSean Christopherson1-0/+2
2018-12-14KVM: VMX: Alphabetize the includes in vmx.cSean Christopherson1-26/+25
2018-12-14KVM: nVMX: Allocate and configure VM{READ,WRITE} bitmaps iff enable_shadow_vmcsSean Christopherson1-20/+23
2018-12-14KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() failsSean Christopherson1-2/+5
2018-12-14kvm: introduce manual dirty log reprotectPaolo Bonzini2-0/+50
2018-12-14kvm: rename last argument to kvm_get_dirty_log_protectPaolo Bonzini2-6/+6
2018-12-14kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini3-34/+5
2018-12-14Merge branch 'khdr_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shua...Paolo Bonzini137-799/+1664
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+66
2018-12-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-5/+10
2018-12-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+5
2018-12-09Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-25/+42
2018-12-08Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+6