aboutsummaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2013-03-19KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)Andy Honig1-2/+5
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
2012-12-13KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson1-4/+4
2012-12-13KVM: Minor memory slot optimizationAlex Williamson1-7/+14
2012-12-13KVM: Fix iommu map/unmap to handle memory slot movesAlex Williamson1-8/+11
2012-12-13KVM: Check userspace_addr when modifying a memory slotAlex Williamson1-1/+7
2012-12-13KVM: Restrict non-existing slot state transitionsAlex Williamson1-2/+7
2012-12-10kvm: Fix irqfd resampler list walkAlex Williamson1-1/+1
2012-12-09Merge branch 'for-upstream' of https://github.com/agraf/linux-2.6 into queueMarcelo Tosatti1-0/+6
2012-12-06KVM: Distangle eventfd code from irqchipAlexander Graf1-0/+6
2012-12-05kvm: deliver msi interrupts from irq handlerMichael S. Tsirkin1-10/+26
2012-12-05kvm: add kvm_set_irq_inatomicMichael S. Tsirkin1-12/+71
2012-11-29KVM: Fix user memslot overlap checkAlex Williamson1-8/+5
2012-11-27KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti1-0/+1
2012-11-27KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti1-0/+5
2012-11-13KVM: remove unnecessary return value checkGuo Chao1-30/+0
2012-11-13KVM: do not kfree error pointerGuo Chao1-0/+2
2012-10-29KVM: do not treat noslot pfn as a error pfnXiao Guangrong2-5/+5
2012-10-29Merge remote-tracking branch 'master' into queueMarcelo Tosatti1-5/+2
2012-10-24Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+1
2012-10-22KVM: MMU: fix release noslot pfnXiao Guangrong1-3/+1
2012-10-10KVM: change kvm_assign_device() to print return value when iommu_attach_devic...Shuah Khan1-5/+1
2012-10-06kvm: replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_...Takuya Yoshikawa1-2/+1
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-250/+525
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-23KVM: Add resampling irqfds for level triggered interruptsAlex Williamson2-4/+152
2012-09-20KVM: optimize apic interrupt deliveryGleb Natapov1-1/+6
2012-09-17KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin1-3/+7
2012-09-06KVM: move postcommit flush to x86, as mmio sptes are x86 specificMarcelo Tosatti1-7/+0
2012-09-06KVM: perform an invalid memslot step for gpa base changeMarcelo Tosatti1-3/+3
2012-09-06KVM: split kvm_arch_flush_shadowMarcelo Tosatti1-4/+4
2012-08-27KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot()Gavin Shan1-6/+0
2012-08-26kvm: Fix nonsense handling of compat ioctlAlan Cox1-3/+4
2012-08-22KVM: introduce readonly memslotXiao Guangrong1-18/+78
2012-08-22KVM: introduce KVM_HVA_ERR_BADXiao Guangrong1-12/+1
2012-08-22KVM: use 'writable' as a hint to map writable pfnXiao Guangrong1-1/+23
2012-08-22KVM: reorganize hva_to_pfnXiao Guangrong1-62/+97
2012-08-22KVM: introduce gfn_to_hva_read/kvm_read_hva/kvm_read_hva_atomicXiao Guangrong1-4/+23
2012-08-22KVM: introduce gfn_to_pfn_memslot_atomicXiao Guangrong1-6/+8
2012-08-22KVM: fix missing check for memslot flagsXiao Guangrong1-0/+12
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-14KVM: x86: drop parameter validation in ioapic/picMichael S. Tsirkin1-18/+19
2012-08-06KVM: do not release the error pageXiao Guangrong2-4/+5
2012-08-06KVM: do not release the error pfnXiao Guangrong2-7/+8
2012-08-06KVM: introduce KVM_ERR_PTR_BAD_PAGEXiao Guangrong2-13/+2
2012-08-06KVM: inline is_*_pfn functionsXiao Guangrong1-18/+0
2012-08-06KVM: introduce KVM_PFN_ERR_BADXiao Guangrong1-6/+1
2012-08-06KVM: introduce KVM_PFN_ERR_HWPOISONXiao Guangrong1-12/+1
2012-08-06KVM: introduce KVM_PFN_ERR_FAULTXiao Guangrong1-9/+3
2012-08-06KVM: iommu: fix releasing unmapped pageXiao Guangrong1-0/+7
2012-08-06KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa1-10/+1
2012-07-26KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall1-0/+23
2012-07-26KVM: remove dummy pagesXiao Guangrong2-74/+50
2012-07-26KVM: use kvm_release_page_clean to release the pageXiao Guangrong1-2/+2
2012-07-26Merge branch 'queue' into nextAvi Kivity4-29/+72
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-43/+47
2012-07-23KVM: Choose better candidate for directed yieldRaghavendra K T1-0/+42
2012-07-23KVM: Note down when cpu relax intercepted or pause loop exitedRaghavendra K T1-0/+5
2012-07-23KVM: Add config to support ple or cpu relax optimzationRaghavendra K T1-0/+3
2012-07-20KVM: switch to symbolic name for irq_states sizeMichael S. Tsirkin1-2/+2
2012-07-20KVM: fix race with level interruptsMichael S. Tsirkin3-31/+23
2012-07-19KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong2-13/+12
2012-07-19KVM: make bad_pfn static to kvm_main.cXiao Guangrong1-3/+3
2012-07-19KVM: using get_fault_pfn to get the fault pfnXiao Guangrong1-9/+4
2012-07-18KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...Takuya Yoshikawa1-2/+1
2012-07-11KVM: Fix device assignment threaded irq handlerAlex Williamson1-2/+13
2012-07-06KVM: handle last_boosted_vcpu = 0 caseRik van Riel1-1/+1
2012-07-03KVM: fix fault page leakXiao Guangrong1-0/+1
2012-07-02KVM: Sanitize KVM_IRQFD flagsAlex Williamson1-0/+3
2012-07-02KVM: Pass kvm_irqfd to functionsAlex Williamson2-11/+11
2012-06-18KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related codeMarc Zyngier1-1/+1
2012-06-15KVM: Fix PCI header check on device assignmentJan Kiszka1-3/+1
2012-06-05KVM: Fix buffer overflow in kvm_set_irq()Avi Kivity1-0/+1
2012-06-05KVM: Avoid wasting pages for small lpage_info arraysTakuya Yoshikawa1-2/+2
2012-06-05KVM: Separate out dirty_bitmap allocation code as kvm_kvzalloc()Takuya Yoshikawa1-10/+22
2012-04-30KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVMKonstantin Weitz1-16/+26
2012-04-24KVM: Introduce direct MSI message injection for in-kernel irqchipsJan Kiszka3-0/+31
2012-04-19Merge branch 'linus' into queueMarcelo Tosatti2-11/+24
2012-04-19KVM: lock slots_lock around device assignmentAlex Williamson1-8/+15
2012-04-16KVM: dont clear TMR on EOIMichael S. Tsirkin2-3/+8
2012-04-11KVM: unmap pages from the iommu when slots are removedAlex Williamson2-3/+9
2012-04-08KVM: Remove unused dirty_bitmap_head and nr_dirty_pagesTakuya Yoshikawa1-9/+5
2012-04-08KVM: fix kvm_vcpu_kick build failure on S390Marcelo Tosatti1-0/+2
2012-04-08KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall1-0/+22
2012-04-08KVM: resize kvm_io_range array dynamicallyAmos Kong1-20/+18
2012-03-20KVM: Convert intx_mask_lock to spin lockJan Kiszka1-7/+7
2012-03-08KVM: use correct tlbs dirty type in cmpxchgAlex Shi1-1/+1
2012-03-08KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka1-29/+180
2012-03-08KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity1-0/+4
2012-03-08KVM: mmu_notifier: Flush TLBs before releasing mmu_lockTakuya Yoshikawa1-9/+10
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa1-61/+9
2012-03-08KVM: Simplify ifndef conditional usage in __kvm_set_memory_region()Takuya Yoshikawa1-21/+8
2012-03-08KVM: Split lpage_info creation out from __kvm_set_memory_region()Takuya Yoshikawa1-31/+52
2012-03-08KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa1-6/+1
2012-03-05KVM: Move gfn_to_memslot() to kvm_host.hPaul Mackerras1-20/+1
2012-03-05KVM: fix error handling for out of range irqMichael S. Tsirkin1-3/+1
2012-03-05KVM: Add barriers to allow mmu_notifier_retry to be used locklesslyPaul Mackerras1-3/+3
2012-03-05KVM: s390: ucontrol: export SIE control block to userCarsten Otte1-1/+1
2012-03-05KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte1-8/+5
2012-02-01KVM: Fix __set_bit() race in mark_page_dirty() during dirty loggingTakuya Yoshikawa1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-4/+4
2012-01-09Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel1-4/+4
2011-12-27KVM: ensure that debugfs entries have been createdHamo1-3/+23
2011-12-27KVM: drop bsp_vcpu pointer from kvm structGleb Natapov2-5/+1
2011-12-27KVM: Use memdup_user instead of kmalloc/copy_from_userSasha Levin1-17/+12
2011-12-27KVM: Use kmemdup() instead of kmalloc/memcpySasha Levin1-4/+3
2011-12-27KVM: Allow aligned byte and word writes to IOAPIC registers.Julian Stecklina1-3/+12
2011-12-27KVM: introduce a table to map slot id to index in memslots arrayXiao Guangrong1-1/+6
2011-12-27KVM: sort memslots by its size and use line searchXiao Guangrong1-22/+57
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong1-4/+9
2011-12-27KVM: introduce kvm_for_each_memslot macroXiao Guangrong2-16/+15
2011-12-27KVM: introduce update_memslots functionXiao Guangrong1-7/+15
2011-12-27KVM: introduce KVM_MEM_SLOTS_NUM macroXiao Guangrong1-1/+1
2011-12-27KVM: Count the number of dirty pages for dirty loggingTakuya Yoshikawa1-1/+3
2011-12-27KVM: Use kmemdup rather than duplicating its implementationThomas Meyer1-6/+5
2011-12-27KVM: make checks stricter in coalesced_mmio_in_range()Dan Carpenter1-3/+9
2011-12-25KVM: Device assignment permission checksAlex Williamson1-0/+75
2011-12-25KVM: Remove ability to assign a device without iommu supportAlex Williamson1-9/+9
2011-11-10iommu/core: split mapping to page sizes as supported by the hardwareOhad Ben-Cohen1-4/+4
2011-10-31kvm: iommu.c file requires the full module.h present.Paul Gortmaker1-0/+1
2011-10-31kvm: fix implicit use of stat.h header filePaul Gortmaker1-0/+1
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+2
2011-10-30Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-118/+200
2011-10-21iommu/core: Convert iommu_found to iommu_presentJoerg Roedel1-1/+1
2011-10-21iommu/core: Add bus_type parameter to iommu_domain_allocJoerg Roedel1-1/+1
2011-09-25KVM: Split up MSI-X assigned device IRQ handlerJan Kiszka1-13/+19
2011-09-25KVM: Avoid needless registrations of IRQ ack notifier for assigned devicesJan Kiszka1-10/+8
2011-09-25KVM: Clean up unneeded void pointer castsJan Kiszka1-6/+6
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin4-15/+106
2011-09-25KVM: Make coalesced mmio use a device per zoneSasha Levin2-75/+50
2011-09-25KVM: MMIO: Lock coalesced device when checking for available entrySasha Levin1-15/+27
2011-09-23pci: Add flag indicating device has been assigned by KVMGreg Rose2-0/+6
2011-07-24KVM: IOMMU: Disable device assignment without interrupt remappingAlex Williamson1-0/+18
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong1-0/+7
2011-07-24KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong1-2/+14
2011-07-12KVM: introduce kvm_read_guest_cachedGleb Natapov1-0/+20
2011-07-12KVM: Fix off-by-one in overflow check of KVM_ASSIGN_SET_MSIX_NRJan Kiszka1-1/+1
2011-07-12KVM: Add compat ioctl for KVM_SET_SIGNAL_MASKAlexander Graf1-1/+51
2011-07-12KVM: Clean up error handling during VCPU creationJan Kiszka1-5/+6
2011-07-12KVM: use __copy_to_user/__clear_user to write guest pageXiao Guangrong1-2/+2
2011-06-07Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+9
2011-06-06KVM: Initialize kvm before registering the mmu notifierMike Waychison1-5/+6
2011-05-26KVM: add missing void __user * cast to access_ok() callHeiko Carstens1-1/+3
2011-05-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-4/+14
2011-05-22KVM: Fix kvm mmu_notifier initialization orderOGAWA Hirofumi1-1/+1
2011-05-22KVM: Validate userspace_addr of memslot when registeredTakuya Yoshikawa1-2/+5
2011-05-22KVM: ioapic: Fix an error field referenceLiu Yuan1-1/+1
2011-05-21KVM: Use pci_store/load_saved_state() around VM device usageAlex Williamson1-4/+14
2011-05-11KVM: cleanup memslot_id functionXiao Guangrong1-17/+0
2011-04-07Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+22
2011-04-06KVM: Enable async page fault processingGleb Natapov1-2/+21
2011-04-06KVM: fix crash on irqfd deassignMichael S. Tsirkin1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-25Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-26/+8
2011-03-23kvm: use little-endian bitopsAkinobu Mita1-1/+1
2011-03-23kvm: stop including asm-generic/bitops/le.h directlyAkinobu Mita1-2/+1
2011-03-23KVM: Use syscore_ops instead of sysdev class and sysdevRafael J. Wysocki1-26/+8
2011-03-17KVM: improve comment on rcu use in irqfd_deassignMichael S. Tsirkin1-2/+3
2011-03-17KVM: Convert kvm_lock to raw_spinlockJan Kiszka1-18/+18
2011-03-17KVM: use yield_to instead of sleep in kvm_vcpu_on_spinRik van Riel1-10/+47
2011-03-17KVM: keep track of which task is running a KVM vcpuRik van Riel1-0/+10
2011-03-17KVM: Replace is_hwpoison_address with __get_user_pagesHuang Ying1-1/+10
2011-03-17KVM: make make_all_cpus_request() locklessXiao Guangrong1-6/+3
2011-03-17KVM: Add "exiting guest mode" stateXiao Guangrong1-1/+6
2011-03-17KVM: fix build warning within __kvm_set_memory_region() on s390Heiko Carstens1-0/+2
2011-03-17KVM: MMU: Don't flush shadow when enabling dirty trackingAvi Kivity1-6/+1
2011-01-13thp: add compound_trans_head() helperAndrea Arcangeli1-24/+14
2011-01-13thp: mmu_notifier_test_youngAndrea Arcangeli1-0/+17
2011-01-13thp: kvm mmu transparent hugepage supportAndrea Arcangeli1-2/+30
2011-01-12KVM: Don't spin on virt instruction faults during rebootAvi Kivity1-9/+4
2011-01-12KVM: MMU: delay flush all tlbs on sync_page pathXiao Guangrong1-1/+6
2011-01-12KVM: fast-path msi injection with irqfdMichael S. Tsirkin2-15/+83
2011-01-12KVM: rename hardware_[dis|en]able() to *_nolock() and add locking wrappersTakuya Yoshikawa1-12/+22
2011-01-12KVM: take kvm_lock for hardware_disable() during cpu hotplugTakuya Yoshikawa1-0/+2
2011-01-12KVM: Clean up kvm_vm_ioctl_assigned_deviceJan Kiszka1-5/+4
2011-01-12KVM: Save/restore state of assigned PCI deviceJan Kiszka1-1/+4
2011-01-12KVM: Refactor IRQ names of assigned devicesJan Kiszka1-5/+6
2011-01-12KVM: Switch assigned device IRQ forwarding to threaded handlerJan Kiszka1-73/+34
2011-01-12KVM: Clear assigned guest IRQ on releaseJan Kiszka1-0/+3
2011-01-12KVM: Clean up vm creation and releaseJan Kiszka1-6/+13
2011-01-12KVM: Refactor srcu struct release on early errorsJan Kiszka1-8/+6
2011-01-12KVM: fix the race while wakeup all pv guestXiao Guangrong1-1/+4
2011-01-12KVM: handle more completed apfs if possibleXiao Guangrong1-16/+16