summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
| * 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/+11Star
| * KVM: s390: always set/clear the SCA sda fieldDavid Hildenbrand2015-11-301-8/+4Star
| * KVM: s390: fix SCA related races and double useDavid Hildenbrand2015-11-301-6/+5Star
| * KVM: s390: we always have a SCADavid Hildenbrand2015-11-301-6/+1Star
| * 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/+24Star
| * KVM: Remove unnecessary debugfs dentry referencesJanosch Frank2015-11-302-15/+4Star
| * 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/+10Star
|/
* KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()Takuya Yoshikawa2015-11-262-15/+9Star
* KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()Takuya Yoshikawa2015-11-261-21/+6Star
* KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado...Takuya Yoshikawa2015-11-262-18/+11Star
* 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/+5Star
* 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/+4Star
* 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/+2Star
* 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/+1Star
* KVM: x86: MMU: always set accessed bit in shadow PTEsPaolo Bonzini2015-11-252-8/+5Star
* KVM: x86: correctly print #AC in tracesPaolo Bonzini2015-11-251-1/+1
* KVM: svm: add support for RDTSCPPaolo Bonzini2015-11-251-1/+23
* KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini2015-11-251-5/+6
* kvm/x86: Hyper-V kvm exitAndrey Smetanin2015-11-256-0/+67
* kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin2015-11-2510-7/+467
* kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin2015-11-257-47/+63
* kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin2015-11-258-18/+20
* kvm/irqchip: kvm_arch_irq_routing_update renaming splitAndrey Smetanin2015-11-253-4/+10
* KVM: nVMX: remove incorrect vpid check in nested invvpid emulationHaozhong Zhang2015-11-251-5/+0Star