Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
[linux-flexiantxendom0-3.2.10.git] / virt /
2011-01-12 Xiao GuangrongKVM: handle more completed apfs if possible
2011-01-12 Takuya YoshikawaKVM: replace vmalloc and memset with vzalloc
2011-01-12 Heiko CarstensKVM: get rid of warning within kvm_dev_ioctl_create_vm
2011-01-12 Heiko CarstensKVM: add cast within kvm_clear_guest_page to fix warning
2011-01-12 Takuya YoshikawaKVM: use kmalloc() for small dirty bitmaps
2011-01-12 Takuya YoshikawaKVM: pre-allocate one more dirty bitmap to avoid vmalloc()
2011-01-12 Takuya YoshikawaKVM: introduce wrapper functions for creating/destroyin...
2011-01-12 Gleb NatapovKVM: x86: trace "exit to userspace" event
2011-01-12 Marcelo TosattiKVM: propagate fault r/w information to gup(), allow...
2011-01-12 Gleb NatapovKVM: improve hva_to_pfn() readability
2011-01-12 Gleb NatapovKVM: Inject asynchronous page fault into a PV guest...
2011-01-12 Gleb NatapovKVM: Add PV MSR to enable asynchronous page faults...
2011-01-12 Gleb NatapovKVM: Add memory slot versioning and use it to provide...
2011-01-12 Gleb NatapovKVM: Retry fault before vmentry
2011-01-12 Gleb NatapovKVM: Halt vcpu if page it tries to access is swapped out
2010-10-24 Linus TorvaldsMerge branch 'kvm-updates/2.6.37' of git://git./virt...
2010-10-24 Jan KiszkaKVM: Drop CONFIG_DMAR dependency around kvm_iommu_map_pages
2010-10-24 Nicolas KaiserKVM: fix typo in copyright notice
2010-10-24 Avi KivityKVM: cpu_relax() during spin waiting for reboot
2010-10-24 Xiao GuangrongKVM: MMU: rewrite audit_mappings_page() function
2010-10-24 Xiao GuangrongKVM: MMU: introduce gfn_to_page_many_atomic() function
2010-10-24 Xiao GuangrongKVM: MMU: introduce hva_to_pfn_atomic function
2010-10-24 Zachary AmsdenKVM: x86: Add clock sync request to hardware enable
2010-10-22 Linus TorvaldsMerge branch 'llseek' of git://git./linux/kernel/git...
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-09-23 Avi KivityKVM: Fix reboot on Intel hosts
2010-09-23 Michael S. TsirkinKVM: fix irqfd assign/deassign race
2010-09-09 Zachary AmsdenKVM: x86: Perform hardware_enable in CPU_STARTING callback
2010-08-02 Gleb NatapovKVM: Convert mask notifiers to use irqchip/pin instead...
2010-08-02 Gleb NatapovKVM: Return EFAULT from kvm ioctl when guest accesses...
2010-08-02 Gleb NatapovKVM: define hwpoison variables static
2010-08-02 Joerg RoedelKVM: Use u64 for frame data types
2010-08-01 Joerg RoedelKVM: Remove unnecessary divide operations
2010-08-01 Sheng YangKVM: Fix IOMMU memslot reference warning
2010-08-01 Huang YingKVM: Fix a race condition for usage of is_hwpoison_addr...
2010-08-01 Avi KivityKVM: Keep slot ID in memory slot structure
2010-08-01 Avi KivityKVM: Add mini-API for vcpu->requests
2010-08-01 Avi KivityKVM: Remove memory alias support
2010-08-01 Chris LalancetteKVM: x86: In DM_LOWEST, only deliver interrupts to...
2010-08-01 Andi KleenKVM: Fix unused but set warnings
2010-08-01 Andi KleenKVM: Fix KVM_SET_SIGNAL_MASK with arg == NULL
2010-08-01 Lai JiangshanKVM: cleanup "*new.rmap" type
2010-08-01 Avi KivityKVM: Update Red Hat copyrights
2010-08-01 Avi KivityKVM: Consolidate arch specific vcpu ioctl locking
2010-08-01 Avi KivityKVM: move vcpu locking to dispatcher for generic vcpu...
2010-08-01 Alex WilliamsonKVM: remove CAP_SYS_RAWIO requirement from kvm_vm_ioctl...
2010-08-01 Huang YingKVM: Avoid killing userspace through guest SRAO MCE...
2010-06-10 Marcelo TosattiKVM: read apic->irr with ioapic lock held
2010-06-09 Jan KiszkaKVM: Fix order passed to iommu_unmap
2010-05-22 Linus TorvaldsMerge branch 'kvm-updates/2.6.35' of git://git./virt...
2010-05-19 Avi KivityKVM: Let vcpu structure alignment be determined at...
2010-05-18 Linus TorvaldsMerge branch 'core-iommu-for-linus' of git://git./linux...
2010-05-17 Takuya YoshikawaKVM: Remove test-before-set optimization for dirty...
2010-05-17 Lai JiangshanKVM: do not call hardware_disable() on CPU_UP_CANCELED
2010-05-17 Lai JiangshanKVM: use the correct RCU API for PROVE_RCU=y
2010-05-17 Takuya YoshikawaKVM: limit the number of pages per memory slot
2010-05-17 Takuya YoshikawaKVM: coalesced_mmio: fix kvm_coalesced_mmio_init()...
2010-05-17 jing zhangKVM: fix assigned_device_enable_host_msix error handling
2010-05-17 Wei YongjunKVM: fix the errno of ioctl KVM_[UN]REGISTER_COALESCED_...
2010-05-17 Xiao GuangrongKVM: cleanup kvm trace
2010-05-13 Marcelo TosattiKVM: convert ioapic lock to spinlock
2010-05-11 Joerg RoedelMerge branch 'iommu/largepages' into amd-iommu/2.6.35
2010-04-25 Takuya YoshikawaKVM: update gfn_to_hva() to use gfn_to_hva_memslot()
2010-04-21 Lai JiangshanKVM: Add missing srcu_read_lock() for kvm_mmu_notifier_...
2010-04-20 Takuya YoshikawaKVM: fix the handling of dirty bitmaps to avoid overflows
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-07 Joerg Roedelkvm: Change kvm_iommu_map_pages to map large pages
2010-03-01 Avi KivityKVM: Convert kvm->requests_lock to raw_spinlock_t
2010-03-01 Michael S. TsirkinKVM: do not store wqh in irqfd
2010-03-01 Wei YongjunKVM: cleanup the failure path of KVM_CREATE_IRQCHIP...
2010-03-01 Wei YongjunKVM: kvm->arch.vioapic should be NULL if kvm_ioapic_ini...
2010-03-01 Jochen MaesKVM: Fix Codestyle in virt/kvm/coalesced_mmio.c
2010-03-01 Joerg RoedelKVM: Introduce kvm_host_page_size
2010-03-01 Zhai, EdwinKVM: enable PCI multiple-segments for pass-through...
2010-03-01 Sheng YangKVM: Fix kvm_coalesced_mmio_ring duplicate allocation
2010-03-01 Marcelo TosattiKVM: fix cleanup_srcu_struct on vm destruction
2010-03-01 Avi KivityKVM: avoid taking ioapic mutex for non-ioapic EOIs
2010-03-01 Marcelo TosattiKVM: convert slots_lock to a mutex
2010-03-01 Marcelo TosattiKVM: convert io_bus to SRCU
2010-03-01 Marcelo TosattiKVM: x86: switch kvm_set_memory_alias to SRCU update
2010-03-01 Marcelo TosattiKVM: introduce kvm->srcu and convert kvm_set_memory_reg...
2010-03-01 Marcelo TosattiKVM: use gfn_to_pfn_memslot in kvm_iommu_map_pages
2010-03-01 Marcelo TosattiKVM: introduce gfn_to_pfn_memslot
2010-03-01 Marcelo TosattiKVM: split kvm_arch_set_memory_region into prepare...
2010-03-01 Marcelo TosattiKVM: modify memslots layout in struct kvm
2010-03-01 Avi KivityKVM: Simplify coalesced mmio initialization
2010-03-01 Avi KivityKVM: Add KVM_MMIO kconfig item
2010-03-01 Avi KivityKVM: Remove ifdefs from mmu notifier initialization
2010-03-01 Avi KivityKVM: Add include guards for coalesced_mmio.h
2010-03-01 Avi KivityKVM: Disentangle mmu notifiers and coalesced_mmio regis...
2010-01-25 Michael S. TsirkinKVM: fix spurious interrupt with irqfd
2010-01-25 Marcelo TosattiKVM: properly check max PIC pin in irq route setup
2010-01-25 Michael S. TsirkinKVM: only allow one gsi per fd
2009-12-27 Heiko CarstensKVM: get rid of kvm_create_vm() unused label warning...
2009-12-27 Sheng YangKVM: Fix possible circular locking in kvm_vm_ioctl_assi...
2009-12-22 Roland Dreieranonfd: Allow making anon files read-only
2009-12-09 Benjamin HerrenschmidtMerge commit 'origin/master' into next
2009-12-03 Avi KivityKVM: Allow internal errors reported to userspace to...
2009-12-03 Marcelo TosattiKVM: only clear irq_source_id if irqchip is present
2009-12-03 Arnd BergmannKVM: Enable 32bit dirty log pointers on 64bit host
next