summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-10KVM: x86: Add a common TSC scaling functionHaozhong Zhang5-45/+97
2015-11-10KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_archHaozhong Zhang3-16/+20
2015-11-10KVM: x86: Collect information for setting TSC scaling ratioHaozhong Zhang3-0/+11
2015-11-10KVM: x86: declare a few variables as __read_mostlyPaolo Bonzini2-9/+7
2015-11-10KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini4-21/+10
2015-11-05KVM: VMX: Fix commit which broke PMLKai Huang1-13/+11
2015-11-04KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()Laszlo Ersek1-1/+3
2015-11-04KVM: x86: allow RSM from 64-bit modePaolo Bonzini1-5/+25
2015-11-04KVM: VMX: fix SMEP and SMAP without EPTRadim Krčmář1-9/+10
2015-11-04KVM: x86: move kvm_set_irq_inatomic to legacy device assignmentPaolo Bonzini3-35/+37
2015-11-04KVM: device assignment: remove pointless #ifdefsPaolo Bonzini1-25/+0
2015-11-04KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomicPaolo Bonzini3-17/+15
2015-11-04KVM: x86: zero apic_arb_prio on resetRadim Krčmář1-0/+2
2015-11-04drivers/hv: share Hyper-V SynIC constants with userspaceAndrey Smetanin3-5/+13
2015-11-04KVM: x86: handle SMBASE as physical address in RSMRadim Krčmář1-4/+3
2015-11-04KVM: x86: add read_phys to x86_emulate_opsRadim Krčmář2-0/+20
2015-11-04KVM: x86: removing unused variableSaurabh Sengar1-11/+5
2015-11-04KVM: don't pointlessly leave KVM_COMPAT=y in non-KVM configsJan Beulich1-1/+1
2015-11-04Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini25-297/+676
2015-11-04KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr()Pavel Fedin4-23/+2
2015-11-04KVM: arm/arm64: Clean up vgic_retire_lr() and surroundingsPavel Fedin1-27/+10
2015-11-04KVM: arm/arm64: Optimize away redundant LR trackingPavel Fedin4-44/+17
2015-11-02Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini9-11/+63
2015-11-02Merge tag 'kvm-s390-next-20151028' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2-26/+28
2015-10-29KVM: s390: use simple switch statement as multiplexerChristian Borntraeger1-21/+21
2015-10-29KVM: s390: drop useless newline in debugging dataChristian Borntraeger1-4/+4
2015-10-29KVM: s390: SCA must not cross page boundariesDavid Hildenbrand1-1/+3
2015-10-22KVM: arm: Do not indent the arguments of DECLARE_BITMAPMichal Marek1-4/+4
2015-10-22arm64: kvm: restore EL1N SP for panicMark Rutland1-0/+8
2015-10-22arm/arm64: KVM: Add tracepoints for vgic and timerChristoffer Dall3-0/+72
2015-10-22arm/arm64: KVM: Improve kvm_exit tracepointChristoffer Dall4-4/+44
2015-10-22KVM: arm/arm64: Fix vGIC documentationPavel Fedin1-8/+10
2015-10-22KVM: arm/arm64: implement kvm_arm_[halt,resume]_guestEric Auger3-4/+37
2015-10-22KVM: arm/arm64: check power_off in critical section before VCPU runEric Auger1-1/+2
2015-10-22KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnableEric Auger1-1/+2
2015-10-22KVM: arm/arm64: rename pause into power_offEric Auger4-19/+19
2015-10-22arm/arm64: KVM : Enable vhost device selection under KVM config menuWei Huang2-0/+4
2015-10-22arm/arm64: KVM: Support edge-triggered forwarded interruptsChristoffer Dall1-18/+22
2015-10-22arm/arm64: KVM: Rework the arch timer to use level-triggered semanticsChristoffer Dall5-108/+91
2015-10-22arm/arm64: KVM: Add forwarded physical interrupts documentationChristoffer Dall1-0/+187
2015-10-22arm/arm64: KVM: Use appropriate define in VGIC reset codeChristoffer Dall1-2/+6
2015-10-22arm/arm64: KVM: Implement GICD_ICFGR as RO for PPIsChristoffer Dall1-3/+2
2015-10-22arm/arm64: KVM: vgic: Factor out level irq processing on guest exitChristoffer Dall1-38/+56
2015-10-22arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_blockChristoffer Dall5-40/+72
2015-10-22KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall8-0/+20
2015-10-21KVM: PPC: Book3S HV: Handle H_DOORBELL on the guest exit pathGautham R. Shenoy1-3/+14
2015-10-21KVM: PPC: Implement extension to report number of memslotsNikunj A Dadhania1-0/+3
2015-10-21KVM: PPC: Book3S HV: Make H_REMOVE return correct HPTE value for absent HPTEsPaul Mackerras1-0/+2
2015-10-21KVM: PPC: Book3S HV: Don't fall back to smaller HPT size in allocation ioctlPaul Mackerras1-1/+2
2015-10-20arm/arm64: KVM: Fix disabled distributor operationChristoffer Dall1-5/+6