summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kvm/eventfd: avoid loop inside irqfd_update()Andrey Smetanin2015-10-161-8/+5
* KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti2015-10-161-7/+2
* KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()Takuya Yoshikawa2015-10-161-6/+11
* KVM: x86: MMU: Remove mapping_level_dirty_bitmap()Takuya Yoshikawa2015-10-161-8/+16
* KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level()Takuya Yoshikawa2015-10-162-18/+17
* KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)()Takuya Yoshikawa2015-10-161-8/+7
* KVM: x86: MMU: Make force_pt_level boolTakuya Yoshikawa2015-10-162-6/+6
* kvm: svm: Only propagate next_rip when guest supports itJoerg Roedel2015-10-162-1/+31
* KVM: x86: manually unroll bad_mt_xwr loopPaolo Bonzini2015-10-161-8/+10
* KVM: nVMX: expose VPID capability to L1Wanpeng Li2015-10-161-2/+7
* KVM: nVMX: nested VPID emulationWanpeng Li2015-10-161-7/+32
* KVM: nVMX: emulate the INVVPID instructionWanpeng Li2015-10-162-1/+61
* KVM: VMX: introduce __vmx_flush_tlb to handle specific vpidWanpeng Li2015-10-141-8/+13
* KVM: VMX: adjust interface to allocate/free_vpidWanpeng Li2015-10-141-13/+12
* kvm: fix waitqueue_active without memory barrier in virt/kvm/async_pf.cKosuke Tatsukawa2015-10-141-0/+4
* KVM: x86: don't notify userspace IOAPIC on edge EOIRadim Krčmář2015-10-141-2/+4
* KVM: x86: fix edge EOI and IOAPIC reconfig raceRadim Krčmář2015-10-142-2/+6
* kvm: x86: set KVM_REQ_EVENT when updating IRRRadim Krčmář2015-10-141-0/+2
* Merge branch 'kvm-master' into HEADPaolo Bonzini2015-10-142-4/+8
|\
| * KVM: x86: fix RSM into 64-bit protected modePaolo Bonzini2015-10-141-3/+7
| * KVM: x86: fix previous commit for 32-bitPaolo Bonzini2015-10-141-1/+1
* | Merge branch 'kvm-master' into HEADPaolo Bonzini2015-10-133-84/+83
|\ \ | |/
| * KVM: x86: fix SMI to halted VCPUPaolo Bonzini2015-10-131-0/+3
| * KVM: x86: clean up kvm_arch_vcpu_runnablePaolo Bonzini2015-10-131-10/+29
| * KVM: x86: map/unmap private slots in __x86_set_memory_regionPaolo Bonzini2015-10-131-32/+30
| * KVM: x86: build kvm_userspace_memory_region in x86_set_memory_regionPaolo Bonzini2015-10-133-42/+21
* | Merge tag 'kvm-s390-next-20151013' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-10-134-119/+97
|\ \
| * | KVM: s390: factor out reading of the guest TOD clockDavid Hildenbrand2015-10-133-15/+14
| * | KVM: s390: factor out and fix setting of guest TOD clockDavid Hildenbrand2015-10-133-23/+21
| * | KVM: s390: switch to get_tod_clock() and fix STP sync racesDavid Hildenbrand2015-10-132-20/+6
| * | KVM: s390: correctly handle injection of pgm irqs and per eventsDavid Hildenbrand2015-10-131-1/+20
| * | KVM: s390: simplify in-kernel program irq injectionDavid Hildenbrand2015-10-132-32/+20
| * | KVM: s390: drop out early in kvm_s390_has_irq()David Hildenbrand2015-10-131-11/+9
| * | KVM: s390: kvm_arch_vcpu_runnable already cares about timer interruptsDavid Hildenbrand2015-10-131-1/+1
| * | KVM: s390: set interception requests for all floating irqsDavid Hildenbrand2015-10-131-12/+7
| * | KVM: s390: disabled wait cares about machine checks, not PERDavid Hildenbrand2015-10-131-5/+3
| * | KVM: s390: remove unused variable in __inject_vmChristian Borntraeger2015-10-131-3/+0
* | | iommu/vt-d: Add a command line parameter for VT-d posted-interruptsFeng Wu2015-10-012-4/+9
* | | KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu2015-10-016-10/+206
* | | KVM: Update Posted-Interrupts Descriptor when vCPU is preemptedFeng Wu2015-10-011-0/+80
* | | KVM: x86: select IRQ_BYPASS_MANAGERFeng Wu2015-10-013-0/+56
* | | KVM: x86: Update IRTE for posted-interruptsFeng Wu2015-10-014-0/+121
* | | vfio: Register/unregister irq_bypass_producerFeng Wu2015-10-014-0/+13
* | | KVM: make kvm_set_msi_irq() publicFeng Wu2015-10-012-2/+7
* | | KVM: Define a new interface kvm_intr_is_single_vcpu()Feng Wu2015-10-014-0/+91
* | | KVM: Add some helper functions for Posted-InterruptsFeng Wu2015-10-011-0/+26
* | | KVM: Extend struct pi_desc for VT-d Posted-InterruptsFeng Wu2015-10-011-2/+18
* | | KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'Feng Wu2015-10-012-1/+20
* | | KVM: eventfd: add irq bypass consumer managementEric Auger2015-10-012-0/+17
* | | KVM: introduce kvm_arch functions for IRQ bypassEric Auger2015-10-013-0/+25
OpenPOWER on IntegriCloud