aboutsummaryrefslogtreecommitdiffstats
path: root/virt (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-3/+3
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-248/+779
2014-09-27Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-nextPaolo Bonzini2-122/+520
2014-09-26kvm: Fix kvm_get_page_retry_io __gup retval checkAndres Lagar-Cavilla1-1/+1
2014-09-25arm/arm64: KVM: Fix set_clear_sgi_pend_reg offsetChristoffer Dall1-2/+2
2014-09-24kvm: Add arch specific mmu notifier for page invalidationTang Chen1-0/+3
2014-09-24kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make it non-staticTang Chen1-5/+5
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla1-2/+3
2014-09-24kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack1-0/+4
2014-09-24kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla2-6/+47
2014-09-24kvm-vfio: do not use module_initPaolo Bonzini3-2/+19
2014-09-24KVM: EVENTFD: Remove inclusion of irq.hChristoffer Dall1-1/+3
2014-09-23Merge tag 'kvm-arm-for-v3.17-rc7-or-final' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-masterPaolo Bonzini1-1/+1
2014-09-22arm/arm64: KVM: Fix unaligned access bug on gicv2 accessChristoffer Dall1-1/+1
2014-09-22KVM: correct null pid check in kvm_vcpu_yield_to()Sam Bobroff1-1/+1
2014-09-18arm/arm64: KVM: vgic: make number of irqs a configurable attributeMarc Zyngier1-0/+37
2014-09-18arm/arm64: KVM: vgic: delay vgic allocation until init timeMarc Zyngier1-13/+29
2014-09-18arm/arm64: KVM: vgic: kill VGIC_NR_IRQSMarc Zyngier1-6/+11
2014-09-18arm/arm64: KVM: vgic: handle out-of-range MMIO accessesMarc Zyngier1-11/+45
2014-09-18arm/arm64: KVM: vgic: kill VGIC_MAX_CPUSMarc Zyngier1-3/+3
2014-09-18arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQSMarc Zyngier1-5/+11
2014-09-18arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier1-35/+208
2014-09-18KVM: ARM: vgic: plug irq injection raceMarc Zyngier1-1/+2
2014-09-18arm/arm64: KVM: vgic: Clarify and correct vgic documentationChristoffer Dall1-6/+7
2014-09-18arm/arm64: KVM: vgic: Fix SGI writes to GICD_I{CS}PENDR0Christoffer Dall1-2/+16
2014-09-18arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRnChristoffer Dall1-11/+108
2014-09-18arm/arm64: KVM: vgic: Clear queued flags on unqueueChristoffer Dall1-1/+3
2014-09-18arm/arm64: KVM: Rename irq_active to irq_queuedChristoffer Dall1-14/+19
2014-09-18arm/arm64: KVM: Rename irq_state to irq_pendingChristoffer Dall1-26/+26
2014-09-18Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall5-133/+195
2014-09-17KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon2-11/+15
2014-09-17KVM: s390: register flic ops dynamicallyCornelia Huck1-4/+0
2014-09-17KVM: ARM: vgic: register kvm_device_ops dynamicallyWill Deacon2-82/+79
2014-09-17KVM: device: add simple registration mechanism for kvm_device_opsWill Deacon1-27/+38
2014-09-16KVM: Use PCI device flag helper functionsEthan Zhao2-3/+3
2014-09-16kvm: ioapic: conditionally delay irq delivery duringeoi broadcastZhang Haoyu2-2/+46
2014-09-14KVM: check for !is_zero_pfn() in kvm_is_mmio_pfn()Ard Biesheuvel1-1/+1
2014-09-11KVM: EVENTFD: remove inclusion of irq.hEric Auger1-1/+0
2014-09-05KVM: remove redundant assignments in __kvm_set_memory_regionChristian Borntraeger1-3/+0
2014-09-05KVM: remove redundant assigment of return value in kvm_dev_ioctlChristian Borntraeger1-2/+0
2014-09-05KVM: remove redundant check of in_spin_loopChristian Borntraeger1-2/+1
2014-09-03kvm: fix potentially corrupt mmio cacheDavid Matlack1-7/+16
2014-09-03KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini1-0/+7
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář1-2/+2
2014-08-29KVM: Unconditionally export KVM_CAP_READONLY_MEMChristoffer Dall1-1/+1
2014-08-27KVM: vgic: declare probe function pointer as constWill Deacon1-2/+2
2014-08-27KVM: vgic: return int instead of bool when checking I/O rangesWill Deacon1-1/+1
2014-08-27KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall1-2/+9
2014-08-21KVM: add kvm_arch_sched_inRadim Krčmář1-0/+2
2014-08-21KVM: avoid unnecessary synchronize_rcuChristian Borntraeger1-1/+2