summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-08-22KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8Paul Mackerras6-62/+473
2015-08-22KVM: PPC: Book3S HV: Make use of unused threads when running guestsPaul Mackerras6-72/+298
2015-08-22KVM: PPC: add missing pt_regs initializationTudor Laurentiu1-0/+1
2015-08-22KVM: PPC: Fix warnings from sparseThomas Huth8-8/+12
2015-08-22KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in KconfigThomas Huth1-4/+4
2015-08-22KVM: PPC: fix suspicious use of conditional operatorTudor Laurentiu1-1/+1
2015-08-15x86/kvm: Rename VMX's segment access rights definesAndy Lutomirski2-30/+30
2015-08-13Merge tag 'kvm-s390-next-20150812' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini5-6/+66
2015-08-11KVM: x86/vPMU: Fix unnecessary signed extension for AMD PERFCTRnWei Huang1-2/+0
2015-08-11kvm: x86: Fix error handling in the function kvm_lapic_sync_from_vapicNicholas Krause1-2/+3
2015-08-07KVM: s390: Fix assumption that kvm_set_irq_routing is always run successfullyNicholas Krause1-2/+1
2015-08-05KVM: VMX: drop ept misconfig checkXiao Guangrong3-95/+2
2015-08-05KVM: MMU: fully check zero bits for sptesXiao Guangrong1-6/+37
2015-08-05KVM: MMU: introduce is_shadow_zero_bits_set()Xiao Guangrong1-9/+19
2015-08-05KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong4-0/+62
2015-08-05KVM: MMU: split reset_rsvds_bits_mask_eptXiao Guangrong1-4/+10
2015-08-05KVM: MMU: split reset_rsvds_bits_maskXiao Guangrong1-8/+18
2015-08-05KVM: MMU: introduce rsvd_bits_validateXiao Guangrong3-36/+50
2015-08-05KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.cXiao Guangrong2-11/+10
2015-08-05KVM: MMU: fix validation of mmio page faultXiao Guangrong1-45/+0
2015-08-05KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ONAlex Williamson1-4/+4
2015-08-04KVM: s390: host STP toleration for VMsFan Zhang5-4/+65
2015-07-30KVM: x86: clean/fix memory barriers in irqchip_in_kernelPaolo Bonzini3-25/+15
2015-07-29KVM: x86: remove unnecessary memory barriers for shared MSRsPaolo Bonzini1-3/+1
2015-07-29KVM: move code related to KVM_SET_BOOT_CPU_ID to x86Paolo Bonzini2-0/+24
2015-07-29KVM: s390: log capability enablement and vm attribute changesChristian Borntraeger1-0/+19
2015-07-29KVM: s390: Provide global debug logChristian Borntraeger3-2/+26
2015-07-29KVM: s390: adapt debug entries for instruction handlingChristian Borntraeger2-15/+17
2015-07-29KVM: s390: improve debug feature usageChristian Borntraeger1-1/+1
2015-07-29KVM: s390: more irq names for trace eventsDavid Hildenbrand2-8/+17
2015-07-29KVM: s390: Fixup interrupt vcpu event messages and levelsChristian Borntraeger1-24/+27
2015-07-29KVM: s390: add more debug data for the pfault diagnosesChristian Borntraeger1-0/+4
2015-07-29KVM: s390: remove "from (user|kernel)" from irq injection messagesDavid Hildenbrand2-27/+17
2015-07-29KVM: s390: VCPU_EVENT cleanup for prefix changesChristian Borntraeger4-6/+2
2015-07-29KVM: s390: Improve vcpu event debugging for diagnosesChristian Borntraeger1-1/+3
2015-07-29KVM: s390: add kvm stat counter for all diagnosesChristian Borntraeger3-1/+10
2015-07-29KVM: s390: only reset CMMA state if it was enabled beforeDominik Dingel1-0/+4
2015-07-29KVM: s390: clean up cmma_enable checkDominik Dingel3-17/+8
2015-07-29KVM: s390: filter space-switch events when PER is enforcedDavid Hildenbrand1-0/+35
2015-07-29KVM: s390: propagate error from enable storage keyDominik Dingel1-1/+3
2015-07-23KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_maskPaolo Bonzini1-7/+8
2015-07-23kvm/x86: add support for MONITOR_TRAP_FLAGMihai Donțu3-4/+15
2015-07-23kvm/x86: add sending hyper-v crash notification to user spaceAndrey Smetanin1-0/+6
2015-07-23kvm/x86: added hyper-v crash msrs into kvm hyperv contextAndrey Smetanin4-5/+86
2015-07-23kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c fileAndrey Smetanin7-269/+366
2015-07-23KVM: nVMX: VMX instructions: add checks for #GP/#SS exceptionsEugene Korenevsky1-16/+61
2015-07-23KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini4-5/+5
2015-07-23KVM: vmx: obey KVM_QUIRK_CD_NW_CLEAREDXiao Guangrong1-1/+4
2015-07-23KVM: x86: introduce kvm_check_has_quirkPaolo Bonzini3-2/+7
2015-07-23KVM: MTRR: simplify kvm_mtrr_get_guest_memory_typeXiao Guangrong1-9/+10