aboutsummaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2020-05-22KVM: Check for a bad hva before dropping into the ghc slow pathSean Christopherson1-6/+6
2020-05-22KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacksMarios Pomonis1-0/+1
2020-05-22KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacksMarios Pomonis1-6/+8
2019-09-23KVM: coalesced_mmio: add bounds checkingMatt Delco1-7/+10
2019-08-13KVM: Reject device ioctls from processes other than the VM's creatorSean Christopherson1-0/+3
2019-04-04kvm: Disallow wraparound in kvm_gfn_to_hva_cache_initJim Mattson1-19/+21
2019-03-25kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)Jann Horn1-1/+2
2019-03-25KVM: use after free in kvm_ioctl_create_device()Dan Carpenter1-1/+1
2019-03-25KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall2-10/+14
2019-03-25KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall1-0/+3
2018-06-16KVM: mmu: Fix overlap between public and private memslotsWanpeng Li1-2/+1
2017-10-12vfio: New external user group/file matchAlex Williamson1-8/+19
2017-07-18KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand2-18/+25
2017-07-18KVM: x86: clear bus pointer when destroyedPeter Xu1-1/+11
2016-11-20KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson1-0/+2
2016-08-22kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li1-1/+1
2016-08-22KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsiPaolo Bonzini1-1/+1
2016-05-01KVM: fix spin_lock_init order on x86Paolo Bonzini1-10/+11
2016-03-08KVM: async_pf: do not warn on page allocation failuresChristian Borntraeger1-1/+1
2015-10-06kvm: fix zero length mmio searchingJason Wang1-2/+17
2015-10-06kvm: fix double free for fast mmio eventfdJason Wang1-18/+25
2015-10-06kvm: factor out core eventfd assign/deassign logicJason Wang1-35/+50
2015-10-06kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfdJason Wang1-2/+2
2015-05-20arm/arm64: KVM: Keep elrsr/aisr in sync with software modelChristoffer Dall1-0/+10
2015-05-20arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall1-8/+22
2015-05-20arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create()Christoffer Dall1-4/+4
2015-05-20arm/arm64: KVM: Fix set_clear_sgi_pend_reg offsetChristoffer Dall1-2/+2
2015-05-20KVM: ARM: vgic: plug irq injection raceMarc Zyngier1-1/+2
2015-05-20KVM: vgic: return int instead of bool when checking I/O rangesWill Deacon1-1/+1
2015-05-06KVM: use slowpath for cross page cached accessesRadim Krčmář1-2/+2
2015-04-21kvm: avoid page allocation failure in kvm_set_memory_region()Igor Mammedov1-7/+7
2015-04-21kvm: commonize allocation of the new memory slotsPaolo Bonzini1-17/+11
2015-04-21KVM: remove redundant assignments in __kvm_set_memory_regionChristian Borntraeger1-3/+0
2014-11-05kvm: fix excessive pages un-pinning in kvm_iommu_map error path.Quentin Casasnovas1-4/+4
2014-10-30kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack1-0/+4
2014-10-30KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini1-0/+7
2014-10-30kvm: fix potentially corrupt mmio cacheDavid Matlack1-7/+16
2014-09-05kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601)Michael S. Tsirkin1-9/+10
2014-09-05KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir tablePaolo Bonzini1-4/+3
2014-07-30kvm: arm64: vgic: fix hyp panic with 64k pages on juno platformWill Deacon1-4/+20
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2014-06-05sched: Fix signedness bug in yield_to()Dan Carpenter1-2/+2
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds5-50/+95
2014-06-03KVM: add missing cleanup_srcu_structPaolo Bonzini1-0/+1
2014-05-05kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger4-39/+50
2014-04-30Merge tag 'kvm-arm-for-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-7/+8
2014-04-29KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC ba...Haibin Wang1-2/+3
2014-04-28KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL)Oleg Nesterov1-1/+1
2014-04-28KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute()Oleg Nesterov1-2/+0
2014-04-28KVM: arm/arm64: vgic: fix GICD_ICFGR register accessesAndre Przywara1-5/+4
2014-04-28KVM: async_pf: mm->mm_users can not pin apf->mmOleg Nesterov1-4/+4
2014-04-28KVM: ARM: vgic: Fix sgi dispatch problemHaibin Wang1-0/+1
2014-04-28kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+2
2014-04-23Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong1-1/+4
2014-04-22Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/gi...Marcelo Tosatti1-2/+0
2014-04-22KVM: s390: Add proper dirty bitmap support to S390 kvm.Jason J. Herne1-2/+0
2014-04-17KVM: VMX: speed up wildcard MMIO EVENTFDMichael S. Tsirkin2-0/+17
2014-04-17KVM: support any-length wildcard ioeventfdMichael S. Tsirkin1-5/+22
2014-04-14Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+19
2014-04-08arm, kvm: fix double lock on cpu_add_remove_lockMing Lei2-2/+2
2014-04-04KVM: ioapic: try to recover if pending_eoi goes out of rangePaolo Bonzini1-5/+18
2014-04-04KVM: ioapic: fix assignment of ioapic->rtc_status.pending_eoi (CVE-2014-0155)Paolo Bonzini1-1/+1
2014-04-03Merge tag 'vfio-v3.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-7/+20
2014-04-02Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-51/+108
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2014-03-21KVM: ioapic: reinject pending interrupts on KVM_SET_IRQCHIPPaolo Bonzini1-1/+14
2014-03-21KVM: ioapic: extract body of kvm_ioapic_set_irqPaolo Bonzini1-24/+50
2014-03-21KVM: ioapic: clear IRR for edge-triggered interrupts at deliveryPaolo Bonzini1-0/+3
2014-03-21KVM: ioapic: merge ioapic_deliver into ioapic_servicePaolo Bonzini1-20/+9
2014-03-18KVM: eventfd: Fix lock order inversion.Cornelia Huck1-4/+4
2014-03-13kvm: x86: ignore ioapic polarityGabriel L. Somlo1-1/+0
2014-02-26kvm/vfio: Support for DMA coherent IOMMUsAlex Williamson1-7/+20
2014-02-26KVM: add kvm_arch_vcpu_runnable() test to kvm_vcpu_on_spin() loopMichael Mueller1-1/+1
2014-02-18KVM: Simplify kvm->tlbs_dirty handlingTakuya Yoshikawa1-4/+1
2014-02-14Merge branch 'kvm-master' into kvm-queuePaolo Bonzini2-6/+3
2014-02-14arm64: KVM: Add VGIC device control for arm64Christoffer Dall1-0/+1
2014-02-13asmlinkage, kvm: Make kvm_rebooting visibleAndi Kleen1-1/+1
2014-02-04KVM: async_pf: Add missing call for async page presentDominik Dingel1-1/+1
2014-01-30KVM: async_pf: Allow to wait for outstanding workDominik Dingel1-0/+5
2014-01-30KVM: async_pf: Provide additional direct page notificationDominik Dingel2-2/+22
2014-01-30KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio()Dan Carpenter1-6/+2
2014-01-30KVM: s390: add floating irq controllerJens Freimann1-0/+5
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-91/+617
2014-01-15kvm: Provide kvm_vcpu_eligible_for_directed_yield() stubScott Wood1-2/+4
2014-01-15kvm: vfio: silence GCC warningPaul Bolle1-3/+3
2014-01-08kvm: remove dead codeStephen Hemminger1-27/+0
2014-01-08kvm: make local functions staticStephen Hemminger3-19/+19
2013-12-21KVM: arm-vgic: Support CPU interface reg accessChristoffer Dall1-8/+73
2013-12-21KVM: arm-vgic: Add GICD_SPENDSGIR and GICD_CPENDSGIR handlersChristoffer Dall1-4/+66
2013-12-21KVM: arm-vgic: Support unqueueing of LRs to the distChristoffer Dall1-5/+83
2013-12-21KVM: arm-vgic: Add vgic reg access from dev attrChristoffer Dall1-0/+178
2013-12-21KVM: arm-vgic: Make vgic mmio functions more genericChristoffer Dall1-6/+6
2013-12-21KVM: arm-vgic: Set base addr through device APIChristoffer Dall1-12/+75
2013-12-21KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGICChristoffer Dall2-2/+66
2013-12-21ARM: KVM: Allow creating the VGIC after VCPUsChristoffer Dall1-3/+19
2013-12-21ARM/KVM: save and restore generic timer registersAndre Przywara1-0/+34
2013-12-21arm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_initChristoffer Dall1-1/+0
2013-12-13KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa1-8/+0
2013-12-12KVM: Improve create VCPU parameter (CVE-2013-4587)Andy Honig1-0/+3
2013-11-21KVM: kvm_clear_guest_page(): fix empty_zero_page usageHeiko Carstens1-2/+3
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-113/+348
2013-11-06KVM: remove vm mmap methodGleb Natapov1-32/+0
2013-11-05KVM: IOMMU: hva align mapping page sizeGreg Edwards1-0/+4
2013-11-04Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov1-6/+10
2013-10-30kvm: Create non-coherent DMA registerationAlex Williamson2-0/+50
2013-10-30kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson1-8/+8
2013-10-30kvm: Add VFIO deviceAlex Williamson3-0/+228
2013-10-30KVM: use a more sensible error number when debugfs directory creation failsPaolo Bonzini1-1/+1
2013-10-28KVM: Mapping IOMMU pages after updating memslotYang Zhang1-15/+14
2013-10-17Powerpc KVM work is based on a commit after rc4.Gleb Natapov1-2/+4
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-6/+6
2013-10-17kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V1-0/+4
2013-10-15KVM: Drop FOLL_GET in GUP when doing async page faultchai wen1-12/+5
2013-10-03virt/kvm/iommu.c: Add leading zeros to device's BDF notation in debug messagesAndre Richter1-10/+2
2013-10-03Fix NULL dereference in gfn_to_hva_prot()Gleb Natapov1-2/+4
2013-09-30KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini1-9/+9
2013-09-30KVM: protect kvm_usage_count with its own spinlockPaolo Bonzini1-9/+10
2013-09-30KVM: cleanup (physical) CPU hotplugPaolo Bonzini1-9/+8
2013-09-24kvm: remove .done from struct kvm_async_pfRadim Krčmář1-4/+1
2013-09-17kvm: free resources after canceling async_pfRadim Krčmář1-1/+4
2013-09-17KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini1-5/+9
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+10
2013-09-03kvm eventfd: switch to fdgetAl Viro1-10/+10
2013-08-30ARM: KVM: Bugfix: vgic_bytemap_get_reg per cpu regsChristoffer Dall1-1/+1
2013-08-30ARM: KVM: vgic: fix GICD_ICFGRn accessMarc Zyngier1-2/+6
2013-08-30ARM: KVM: vgic: simplify vgic_get_target_regMarc Zyngier1-9/+3
2013-08-28KVM: rename __kvm_io_bus_sort_cmp to kvm_io_bus_cmpPaolo Bonzini1-8/+8
2013-08-27kvm: optimize away THP checks in kvm_is_mmio_pfn()Andrea Arcangeli1-22/+2
2013-08-26kvm: use anon_inode_getfd() with O_CLOEXEC flagYann Droneaud1-3/+3
2013-07-29KVM: introduce __kvm_io_bus_sort_cmpPaolo Bonzini1-9/+12
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa1-1/+4
2013-07-18KVM: kvm-io: support cookiesCornelia Huck1-16/+92
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-1/+1788
2013-06-27Merge git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-3.11 i...Gleb Natapov1-9/+20
2013-06-27KVM: Fix RTC interrupt coalescing trackingGleb Natapov1-6/+3
2013-06-26ARM: KVM: Allow host virt timer irq to be different from guest timer virt irqAnup Patel1-9/+20
2013-06-04kvm: exclude ioeventfd from counting kvm_io_range limitAmos Kong2-1/+4
2013-05-19ARM: KVM: move GIC/timer code to a common locationMarc Zyngier2-0/+1771
2013-05-14KVM: x86: Remove support for reporting coalesced APIC IRQsJan Kiszka1-3/+6
2013-05-12KVM: add missing misc_deregister() on error in kvm_init()Wei Yongjun1-0/+1
2013-05-10Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+13
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2013-05-09Merge branch 'next/kvm' into mips-for-linux-nextRalf Baechle1-1/+1
2013-05-09KVM/MIPS32: Do not call vcpu_load when injecting interrupts.Sanjay Lal1-1/+1
2013-05-08KVM: Fix kvm_irqfd_init initializationAsias He1-5/+13
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-340/+659
2013-05-05kvm: Add compat_ioctl for device control APIScott Wood1-0/+3
2013-05-02KVM: PPC: Book3S: Add API for in-kernel XICS emulationPaul Mackerras1-0/+5
2013-04-26kvm: destroy emulated devices on VM exitScott Wood1-13/+16
2013-04-26kvm/ppc/mpic: in-kernel MPIC emulationScott Wood1-0/+6
2013-04-26kvm: add device control APIScott Wood1-0/+129
2013-04-26KVM: Move irqfd resample cap handling to generic codeAlexander Graf1-0/+3
2013-04-26KVM: Move irq routing setup to irqchip.cAlexander Graf2-73/+88
2013-04-26KVM: Extract generic irqchip logic into irqchip.cAlexander Graf2-118/+152
2013-04-26KVM: Move irq routing to generic codeAlexander Graf2-30/+30
2013-04-26KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf3-4/+7
2013-04-26KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf1-1/+1
2013-04-16KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang1-0/+1
2013-04-16KVM: Set TMR when programming ioapic entryYang Zhang2-4/+11
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang4-17/+19
2013-04-15KVM: Use eoi to track RTC interrupt delivery statusYang Zhang1-1/+35
2013-04-15KVM: Let ioapic know the irq line statusYang Zhang6-29/+41
2013-04-15KVM: Force vmexit with virtual interrupt deliveryYang Zhang1-1/+1
2013-04-15KVM: Add reset/restore rtc_status supportYang Zhang2-0/+59
2013-04-15KVM: Return destination vcpu on interrupt injectionYang Zhang3-8/+8
2013-04-15KVM: Introduce struct rtc_statusYang Zhang1-0/+12
2013-04-15KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang2-7/+8
2013-04-08KVM: Move kvm_spurious_fault to x86.cGeoff Levand1-8/+0
2013-04-08KVM: Make local routines staticGeoff Levand1-4/+4
2013-04-07kvm: fix MMIO/PIO collision misdetectionMichael S. Tsirkin1-2/+6
2013-04-07KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang1-6/+3
2013-04-07KVM: Allow cross page reads and writes from cached translations.Andrew Honig1-10/+37
2013-03-21Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti1-2/+5
2013-03-19KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)Andy Honig1-2/+5
2013-03-11kvm: Iterate over only vcpus that are preemptedRaghavendra K T1-0/+2
2013-03-11kvm: Record the preemption status of vcpus using preempt notifiersRaghavendra K T1-0/+5
2013-03-05KVM: ioeventfd for virtio-ccw devices.Cornelia Huck1-4/+13
2013-03-05KVM: Initialize irqfd from kvm_init().Cornelia Huck2-5/+8
2013-03-04KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa1-1/+1
2013-03-04KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa1-1/+1
2013-03-04KVM: set_memory_region: Make kvm_mr_change available to arch codeTakuya Yoshikawa1-18/+0
2013-03-04KVM: set_memory_region: Drop user_alloc from set_memory_region()Takuya Yoshikawa1-11/+7
2013-03-04KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa1-2/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-14/+7
2013-02-11KVM: Remove user_alloc from struct kvm_memory_slotTakuya Yoshikawa1-1/+0
2013-02-04KVM: set_memory_region: Disallow changing read-only attribute laterTakuya Yoshikawa1-23/+12
2013-02-04KVM: set_memory_region: Identify the requested change explicitlyTakuya Yoshikawa1-20/+44
2013-01-29kvm: Handle yield_to failure return code for potential undercommit caseRaghavendra K T1-10/+16
2013-01-29x86, apicv: add virtual interrupt delivery supportYang Zhang4-0/+73
2013-01-27kvm: Obey read-only mappings in iommuAlex Williamson1-1/+3
2013-01-27kvm: Force IOMMU remapping on memory slot read-only flag changesAlex Williamson1-4/+24
2013-01-17KVM: set_memory_region: Remove unnecessary variable memslotTakuya Yoshikawa1-6/+5
2013-01-17KVM: set_memory_region: Don't check for overlaps unless we create or move a slotTakuya Yoshikawa1-8/+10
2013-01-17KVM: set_memory_region: Don't jump to out_free unnecessarilyTakuya Yoshikawa1-4/+3
2013-01-14KVM: Write protect the updated slot only when dirty logging is enabledTakuya Yoshikawa1-1/+0
2012-12-24KVM: move the code that installs new slots array to a separate function.Gleb Natapov1-8/+13
2012-12-23kvm: Fix memory slot generation updatesAlex Williamson1-4/+5
2012-12-23KVM: remove a wrong hack of delivery PIT intr to vcpu0Yang Zhang1-9/+0
2012-12-13KVM: struct kvm_memory_slot.id -> shortAlex Williamson1-0/+2
2012-12-13KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson1-4/+4