summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 headerAndrey Smetanin2015-12-161-0/+2
* KVM: s390: consider system MHA for guest storageGuenther Hutzl2015-12-151-1/+5
* KVM: s390: fix mismatch between user and in-kernel guest limitDominik Dingel2015-12-154-7/+25
* KVM: s390: obey kptr_restrict in tracesChristian Borntraeger2015-12-152-7/+8
* KVM: s390: use assignment instead of memcpyChristian Borntraeger2015-12-151-2/+4
* 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-301-1/+5
* 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-301-0/+2
* KVM: s390: rewrite vcpu_post_run and drop out earlyDavid Hildenbrand2015-11-302-42/+24
* KVM: Use common function for VCPU lookup by idDavid Hildenbrand2015-11-302-16/+5
* 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-251-9/+17
* 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: 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
* KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini2015-11-251-5/+6
* kvm/x86: Hyper-V kvm exitAndrey Smetanin2015-11-253-0/+27
* kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin2015-11-257-7/+434
* 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-251-1/+1
* KVM: nVMX: remove incorrect vpid check in nested invvpid emulationHaozhong Zhang2015-11-251-5/+0
* Merge tag 'kvm-arm-for-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2015-11-2469-467/+781
|\
| * arm64: kvm: report original PAR_EL1 upon panicMark Rutland2015-11-241-1/+5
| * arm64: kvm: avoid %p in __kvm_hyp_panicMark Rutland2015-11-241-1/+1