summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-14kvm: fix waitqueue_active without memory barrier in virt/kvm/async_pf.cKosuke Tatsukawa1-0/+4
2015-10-14KVM: x86: don't notify userspace IOAPIC on edge EOIRadim Krčmář1-2/+4
2015-10-14KVM: x86: fix edge EOI and IOAPIC reconfig raceRadim Krčmář2-2/+6
2015-10-14kvm: x86: set KVM_REQ_EVENT when updating IRRRadim Krčmář1-0/+2
2015-10-14Merge branch 'kvm-master' into HEADPaolo Bonzini2-4/+8
2015-10-14KVM: x86: fix RSM into 64-bit protected modePaolo Bonzini1-3/+7
2015-10-14KVM: x86: fix previous commit for 32-bitPaolo Bonzini1-1/+1
2015-10-13Merge branch 'kvm-master' into HEADPaolo Bonzini3-84/+83
2015-10-13KVM: x86: fix SMI to halted VCPUPaolo Bonzini1-0/+3
2015-10-13KVM: x86: clean up kvm_arch_vcpu_runnablePaolo Bonzini1-10/+29
2015-10-13KVM: x86: map/unmap private slots in __x86_set_memory_regionPaolo Bonzini1-32/+30
2015-10-13KVM: x86: build kvm_userspace_memory_region in x86_set_memory_regionPaolo Bonzini3-42/+21
2015-10-13Merge tag 'kvm-s390-next-20151013' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini4-119/+97
2015-10-13KVM: s390: factor out reading of the guest TOD clockDavid Hildenbrand3-15/+14
2015-10-13KVM: s390: factor out and fix setting of guest TOD clockDavid Hildenbrand3-23/+21
2015-10-13KVM: s390: switch to get_tod_clock() and fix STP sync racesDavid Hildenbrand2-20/+6
2015-10-13KVM: s390: correctly handle injection of pgm irqs and per eventsDavid Hildenbrand1-1/+20
2015-10-13KVM: s390: simplify in-kernel program irq injectionDavid Hildenbrand2-32/+20
2015-10-13KVM: s390: drop out early in kvm_s390_has_irq()David Hildenbrand1-11/+9
2015-10-13KVM: s390: kvm_arch_vcpu_runnable already cares about timer interruptsDavid Hildenbrand1-1/+1
2015-10-13KVM: s390: set interception requests for all floating irqsDavid Hildenbrand1-12/+7
2015-10-13KVM: s390: disabled wait cares about machine checks, not PERDavid Hildenbrand1-5/+3
2015-10-13KVM: s390: remove unused variable in __inject_vmChristian Borntraeger1-3/+0
2015-10-01iommu/vt-d: Add a command line parameter for VT-d posted-interruptsFeng Wu2-4/+9
2015-10-01KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu6-10/+206
2015-10-01KVM: Update Posted-Interrupts Descriptor when vCPU is preemptedFeng Wu1-0/+80
2015-10-01KVM: x86: select IRQ_BYPASS_MANAGERFeng Wu3-0/+56
2015-10-01KVM: x86: Update IRTE for posted-interruptsFeng Wu4-0/+121
2015-10-01vfio: Register/unregister irq_bypass_producerFeng Wu4-0/+13
2015-10-01KVM: make kvm_set_msi_irq() publicFeng Wu2-2/+7
2015-10-01KVM: Define a new interface kvm_intr_is_single_vcpu()Feng Wu4-0/+91
2015-10-01KVM: Add some helper functions for Posted-InterruptsFeng Wu1-0/+26
2015-10-01KVM: Extend struct pi_desc for VT-d Posted-InterruptsFeng Wu1-2/+18
2015-10-01KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'Feng Wu2-1/+20
2015-10-01KVM: eventfd: add irq bypass consumer managementEric Auger2-0/+17
2015-10-01KVM: introduce kvm_arch functions for IRQ bypassEric Auger3-0/+25
2015-10-01KVM: create kvm_irqfd.hEric Auger2-72/+92
2015-10-01virt: Add virt directory to the top MakefileFeng Wu2-4/+7
2015-10-01virt: IRQ bypass managerAlex Williamson5-0/+357
2015-10-01irq_remapping: move structs outside #ifdefPaolo Bonzini1-5/+5
2015-10-01x86: kvmclock: abolish PVCLOCK_COUNTS_FROM_ZERORadim Krčmář1-11/+35
2015-10-01KVM: VMX: drop rdtscp_enabled fieldXiao Guangrong2-11/+14
2015-10-01KVM: VMX: clean up bit operation on SECONDARY_VM_EXEC_CONTROLXiao Guangrong1-17/+6
2015-10-01KVM: VMX: unify SECONDARY_VM_EXEC_CONTROL updateXiao Guangrong1-10/+25
2015-10-01KVM: VMX: align vmx->nested.nested_vmx_secondary_ctls_high to vmx->rdtscp_ena...Paolo Bonzini1-3/+8
2015-10-01KVM: VMX: simplify invpcid handling in vmx_cpuid_update()Xiao Guangrong1-12/+5
2015-10-01KVM: VMX: simplify rdtscp handling in vmx_cpuid_update()Xiao Guangrong1-9/+8
2015-10-01KVM: VMX: drop rdtscp_enabled check in prepare_vmcs02()Xiao Guangrong1-2/+1
2015-10-01KVM: x86: add pcommit supportXiao Guangrong5-8/+42
2015-10-01KVM: x86: allow guest to use cflushopt and clwbXiao Guangrong1-1/+1