summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: MMU: Use clear_page() instead of init_shadow_page_table()Takuya Yoshikawa2015-12-181-9/+1
* kvm/x86: Remove Hyper-V SynIC timer stoppingAndrey Smetanin2015-12-161-1/+0
* kvm: Dump guest rIP when the guest tried something unsupportedBorislav Petkov2015-12-161-1/+2
* KVM: vmx: detect mismatched size in VMCS read/writePaolo Bonzini2015-12-161-17/+83
* KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcsPaolo Bonzini2015-12-161-19/+20
* KVM: VMX: fix read/write sizes of VMCS fieldsPaolo Bonzini2015-12-161-4/+4
* KVM: VMX: fix the writing POSTED_INTR_NVLi RongQing2015-12-161-2/+2
* kvm/x86: Hyper-V SynIC timersAndrey Smetanin2015-12-166-3/+368
* kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ackAndrey Smetanin2015-12-162-0/+33
* kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNTAndrey Smetanin2015-12-161-4/+7
* kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpersAndrey Smetanin2015-12-161-6/+14
* kvm/x86: Rearrange func's declarations inside Hyper-V headerAndrey Smetanin2015-12-161-10/+10
* drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 headerAndrey Smetanin2015-12-162-9/+8
* drivers/hv: Move struct hv_message into UAPI Hyper-V x86 headerAndrey Smetanin2015-12-162-75/+76
* drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 headerAndrey Smetanin2015-12-162-2/+2
* drivers/hv: replace enum hv_message_type by u32Andrey Smetanin2015-12-161-2/+2
* Merge tag 'kvm-s390-next-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2015-12-167-18/+50
|\
| * KVM: s390: consider system MHA for guest storageGuenther Hutzl2015-12-152-2/+12
| * KVM: s390: fix mismatch between user and in-kernel guest limitDominik Dingel2015-12-155-8/+27
| * KVM: s390: obey kptr_restrict in tracesChristian Borntraeger2015-12-152-7/+8
| * KVM: s390: use assignment instead of memcpyChristian Borntraeger2015-12-151-2/+4
|/
* Merge tag 'kvm-s390-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2015-12-0215-159/+407
|\
| * KVM: s390: remove redudant assigment of error codeChristian Borntraeger2015-11-301-3/+1
| * KVM: s390: remove pointless test_facility(2) checkHeiko Carstens2015-11-301-1/+1
| * KVM: s390: don't load kvm without virtualization supportDavid Hildenbrand2015-11-301-0/+5
| * s390: show virtualization support in /proc/cpuinfoDavid Hildenbrand2015-11-303-0/+22
| * s390/sclp: introduce check for SIEDavid Hildenbrand2015-11-302-1/+6
| * KVM: s390: don't switch to ESCA for ucontrolDavid Hildenbrand2015-11-301-1/+1
| * KVM: s390: cleanup sca_add_vcpuDavid Hildenbrand2015-11-301-12/+11
| * KVM: s390: always set/clear the SCA sda fieldDavid Hildenbrand2015-11-301-8/+4
| * KVM: s390: fix SCA related races and double useDavid Hildenbrand2015-11-301-6/+5
| * KVM: s390: we always have a SCADavid Hildenbrand2015-11-301-6/+1
| * KVM: s390: fast path for sca_ext_call_pendingDavid Hildenbrand2015-11-301-2/+4
| * KVM: s390: Enable up to 248 VCPUs per VMEugene (jno) Dvurechenski2015-11-302-2/+3
| * KVM: s390: Introduce switching codeEugene (jno) Dvurechenski2015-11-304-9/+103
| * KVM: s390: Make provisions for ESCA utilizationEugene (jno) Dvurechenski2015-11-303-29/+106
| * KVM: s390: Introduce new structuresEugene (jno) Dvurechenski2015-11-304-26/+70
| * KVM: s390: Provide SCA-aware helpers for VCPU add/delEugene (jno) Dvurechenski2015-11-301-13/+31
| * KVM: s390: Generalize access to SIGP controlsEugene (jno) Dvurechenski2015-11-301-27/+45
| * KVM: s390: Generalize access to IPTE controlsEugene (jno) Dvurechenski2015-11-302-5/+10
| * s390/sclp: introduce checks for ESCA and HVSEugene (jno) Dvurechenski2015-11-302-1/+8
| * KVM: s390: rewrite vcpu_post_run and drop out earlyDavid Hildenbrand2015-11-302-42/+24
| * KVM: Remove unnecessary debugfs dentry referencesJanosch Frank2015-11-302-15/+4
| * KVM: use heuristic for fast VCPU lookup by idDavid Hildenbrand2015-11-301-0/+5
| * KVM: Use common function for VCPU lookup by idDavid Hildenbrand2015-11-303-23/+10
|/
* KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()Takuya Yoshikawa2015-11-262-15/+9
* KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()Takuya Yoshikawa2015-11-261-21/+6
* KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado...Takuya Yoshikawa2015-11-262-18/+11
* KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()Takuya Yoshikawa2015-11-251-7/+7
* KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptesTakuya Yoshikawa2015-11-252-11/+19