summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | | KVM: create kvm_irqfd.hEric Auger2015-10-012-72/+92
* | | | virt: Add virt directory to the top MakefileFeng Wu2015-10-012-4/+7
* | | | virt: IRQ bypass managerAlex Williamson2015-10-015-0/+357
* | | | irq_remapping: move structs outside #ifdefPaolo Bonzini2015-10-011-5/+5
* | | | x86: kvmclock: abolish PVCLOCK_COUNTS_FROM_ZERORadim Krčmář2015-10-011-11/+35
* | | | KVM: VMX: drop rdtscp_enabled fieldXiao Guangrong2015-10-012-11/+14
* | | | KVM: VMX: clean up bit operation on SECONDARY_VM_EXEC_CONTROLXiao Guangrong2015-10-011-17/+6
* | | | KVM: VMX: unify SECONDARY_VM_EXEC_CONTROL updateXiao Guangrong2015-10-011-10/+25
* | | | KVM: VMX: align vmx->nested.nested_vmx_secondary_ctls_high to vmx->rdtscp_ena...Paolo Bonzini2015-10-011-3/+8
* | | | KVM: VMX: simplify invpcid handling in vmx_cpuid_update()Xiao Guangrong2015-10-011-12/+5
* | | | KVM: VMX: simplify rdtscp handling in vmx_cpuid_update()Xiao Guangrong2015-10-011-9/+8
* | | | KVM: VMX: drop rdtscp_enabled check in prepare_vmcs02()Xiao Guangrong2015-10-011-2/+1
* | | | KVM: x86: add pcommit supportXiao Guangrong2015-10-015-8/+42
* | | | KVM: x86: allow guest to use cflushopt and clwbXiao Guangrong2015-10-011-1/+1
* | | | KVM: vmx: disable posted interrupts if no local APICPaolo Bonzini2015-10-011-1/+2
* | | | kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin2015-10-015-2/+26
* | | | kvm/x86: Hyper-V HV_X64_MSR_VP_INDEX export for QEMU.Andrey Smetanin2015-10-011-0/+1
* | | | kvm/x86: Hyper-V HV_X64_MSR_RESET msrAndrey Smetanin2015-10-014-0/+21
* | | | kvm: add capability for any-length ioeventfdsJason Wang2015-10-014-4/+8
* | | | kvm: add tracepoint for fast mmioJason Wang2015-10-013-0/+20
* | | | kvm: use kmalloc() instead of kzalloc() during iodev register/unregisterJason Wang2015-10-011-2/+2
* | | | KVM: x86: Add support for local interrupt requests from userspaceSteve Rutherford2015-10-015-19/+78
* | | | KVM: x86: Add EOI exit bitmap inferenceSteve Rutherford2015-10-018-16/+78
* | | | KVM: x86: Add KVM exit for IOAPIC EOIsSteve Rutherford2015-10-016-8/+48