aboutsummaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2013-10-30KVM: use a more sensible error number when debugfs directory creation failsPaolo Bonzini1-1/+1
2013-10-03Fix NULL dereference in gfn_to_hva_prot()Gleb Natapov1-2/+4
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
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