summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-16kvm/x86: Remove Hyper-V SynIC timer stoppingAndrey Smetanin1-1/+0
2015-12-16kvm: Dump guest rIP when the guest tried something unsupportedBorislav Petkov1-1/+2
2015-12-16KVM: vmx: detect mismatched size in VMCS read/writePaolo Bonzini1-17/+83
2015-12-16KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcsPaolo Bonzini1-19/+20
2015-12-16KVM: VMX: fix read/write sizes of VMCS fieldsPaolo Bonzini1-4/+4
2015-12-16KVM: VMX: fix the writing POSTED_INTR_NVLi RongQing1-2/+2
2015-12-16kvm/x86: Hyper-V SynIC timersAndrey Smetanin6-3/+368
2015-12-16kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ackAndrey Smetanin2-0/+33
2015-12-16kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNTAndrey Smetanin1-4/+7
2015-12-16kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpersAndrey Smetanin1-6/+14
2015-12-16kvm/x86: Rearrange func's declarations inside Hyper-V headerAndrey Smetanin1-10/+10
2015-12-16drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 headerAndrey Smetanin2-9/+8
2015-12-16drivers/hv: Move struct hv_message into UAPI Hyper-V x86 headerAndrey Smetanin2-75/+76
2015-12-16drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 headerAndrey Smetanin2-2/+2
2015-12-16drivers/hv: replace enum hv_message_type by u32Andrey Smetanin1-2/+2
2015-12-15KVM: s390: consider system MHA for guest storageGuenther Hutzl2-2/+12
2015-12-15KVM: s390: fix mismatch between user and in-kernel guest limitDominik Dingel5-8/+27
2015-12-15KVM: s390: obey kptr_restrict in tracesChristian Borntraeger2-7/+8
2015-12-15KVM: s390: use assignment instead of memcpyChristian Borntraeger1-2/+4
2015-11-30KVM: s390: remove redudant assigment of error codeChristian Borntraeger1-3/+1
2015-11-30KVM: s390: remove pointless test_facility(2) checkHeiko Carstens1-1/+1
2015-11-30KVM: s390: don't load kvm without virtualization supportDavid Hildenbrand1-0/+5
2015-11-30s390: show virtualization support in /proc/cpuinfoDavid Hildenbrand3-0/+22
2015-11-30s390/sclp: introduce check for SIEDavid Hildenbrand2-1/+6
2015-11-30KVM: s390: don't switch to ESCA for ucontrolDavid Hildenbrand1-1/+1
2015-11-30KVM: s390: cleanup sca_add_vcpuDavid Hildenbrand1-12/+11
2015-11-30KVM: s390: always set/clear the SCA sda fieldDavid Hildenbrand1-8/+4
2015-11-30KVM: s390: fix SCA related races and double useDavid Hildenbrand1-6/+5
2015-11-30KVM: s390: we always have a SCADavid Hildenbrand1-6/+1
2015-11-30KVM: s390: fast path for sca_ext_call_pendingDavid Hildenbrand1-2/+4
2015-11-30KVM: s390: Enable up to 248 VCPUs per VMEugene (jno) Dvurechenski2-2/+3
2015-11-30KVM: s390: Introduce switching codeEugene (jno) Dvurechenski4-9/+103
2015-11-30KVM: s390: Make provisions for ESCA utilizationEugene (jno) Dvurechenski3-29/+106
2015-11-30KVM: s390: Introduce new structuresEugene (jno) Dvurechenski4-26/+70
2015-11-30KVM: s390: Provide SCA-aware helpers for VCPU add/delEugene (jno) Dvurechenski1-13/+31
2015-11-30KVM: s390: Generalize access to SIGP controlsEugene (jno) Dvurechenski1-27/+45
2015-11-30KVM: s390: Generalize access to IPTE controlsEugene (jno) Dvurechenski2-5/+10
2015-11-30s390/sclp: introduce checks for ESCA and HVSEugene (jno) Dvurechenski2-1/+8
2015-11-30KVM: s390: rewrite vcpu_post_run and drop out earlyDavid Hildenbrand2-42/+24
2015-11-30KVM: Remove unnecessary debugfs dentry referencesJanosch Frank2-15/+4
2015-11-30KVM: use heuristic for fast VCPU lookup by idDavid Hildenbrand1-0/+5
2015-11-30KVM: Use common function for VCPU lookup by idDavid Hildenbrand3-23/+10
2015-11-26KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()Takuya Yoshikawa2-15/+9
2015-11-26KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()Takuya Yoshikawa1-21/+6
2015-11-26KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado...Takuya Yoshikawa2-18/+11
2015-11-25KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()Takuya Yoshikawa1-7/+7
2015-11-25KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptesTakuya Yoshikawa2-11/+19
2015-11-25KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()Takuya Yoshikawa2-10/+5
2015-11-25KVM: x86: MMU: Make mmu_set_spte() return emulate valueTakuya Yoshikawa2-18/+19
2015-11-25KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmapTakuya Yoshikawa1-18/+18