summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()Takuya Yoshikawa2015-11-252-10/+5
* KVM: x86: MMU: Make mmu_set_spte() return emulate valueTakuya Yoshikawa2015-11-252-18/+19
* KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmapTakuya Yoshikawa2015-11-251-18/+18
* KVM: x86: MMU: Remove unused parameter of __direct_map()Takuya Yoshikawa2015-11-251-8/+4
* KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new structTakuya Yoshikawa2015-11-253-104/+113
* KVM: powerpc: kvmppc_visible_gpa can be booleanYaowei Bai2015-11-251-2/+2
* KVM: kvm_para_has_feature can be booleanYaowei Bai2015-11-251-4/+2
* KVM: kvm_is_visible_gfn can be booleanYaowei Bai2015-11-252-4/+4
* KVM-async_pf: Delete an unnecessary check before the function call "kmem_cach...Markus Elfring2015-11-251-2/+1
* KVM: x86: MMU: always set accessed bit in shadow PTEsPaolo Bonzini2015-11-252-8/+5
* KVM: x86: correctly print #AC in tracesPaolo Bonzini2015-11-251-1/+1
* KVM: svm: add support for RDTSCPPaolo Bonzini2015-11-251-1/+23