Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
[linux-flexiantxendom0-3.2.10.git] / virt /
2012-04-19 Alex WilliamsonKVM: lock slots_lock around device assignment
2012-04-12 Alex WilliamsonKVM: unmap pages from the iommu when slots are removed
2012-03-20 Jan KiszkaKVM: Convert intx_mask_lock to spin lock
2012-03-08 Alex ShiKVM: use correct tlbs dirty type in cmpxchg
2012-03-08 Jan KiszkaKVM: Allow host IRQ sharing for assigned PCI 2.3 devices
2012-03-08 Avi KivityKVM: Ensure all vcpus are consistent with in-kernel...
2012-03-08 Takuya YoshikawaKVM: mmu_notifier: Flush TLBs before releasing mmu_lock
2012-03-08 Takuya YoshikawaKVM: Introduce kvm_memory_slot::arch and move lpage_inf...
2012-03-08 Takuya YoshikawaKVM: Simplify ifndef conditional usage in __kvm_set_mem...
2012-03-08 Takuya YoshikawaKVM: Split lpage_info creation out from __kvm_set_memor...
2012-03-08 Takuya YoshikawaKVM: Introduce gfn_to_index() which returns the index...
2012-03-05 Paul MackerrasKVM: Move gfn_to_memslot() to kvm_host.h
2012-03-05 Michael S. TsirkinKVM: fix error handling for out of range irq
2012-03-05 Paul MackerrasKVM: Add barriers to allow mmu_notifier_retry to be...
2012-03-05 Carsten OtteKVM: s390: ucontrol: export SIE control block to user
2012-03-05 Carsten OtteKVM: s390: add parameter for KVM_CREATE_VM
2012-02-01 Takuya YoshikawaKVM: Fix __set_bit() race in mark_page_dirty() during...
2012-01-12 Rusty Russellmodule_param: make bool parameters really bool (drivers...
2012-01-10 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2012-01-09 Joerg RoedelMerge branches 'iommu/fixes', 'arm/omap' and 'x86/amd...
2011-12-27 HamoKVM: ensure that debugfs entries have been created
2011-12-27 Gleb NatapovKVM: drop bsp_vcpu pointer from kvm struct
2011-12-27 Sasha LevinKVM: Use memdup_user instead of kmalloc/copy_from_user
2011-12-27 Sasha LevinKVM: Use kmemdup() instead of kmalloc/memcpy
2011-12-27 Julian StecklinaKVM: Allow aligned byte and word writes to IOAPIC regis...
2011-12-27 Xiao GuangrongKVM: introduce a table to map slot id to index in memsl...
2011-12-27 Xiao GuangrongKVM: sort memslots by its size and use line search
2011-12-27 Xiao GuangrongKVM: introduce id_to_memslot function
2011-12-27 Xiao GuangrongKVM: introduce kvm_for_each_memslot macro
2011-12-27 Xiao GuangrongKVM: introduce update_memslots function
2011-12-27 Xiao GuangrongKVM: introduce KVM_MEM_SLOTS_NUM macro
2011-12-27 Takuya YoshikawaKVM: Count the number of dirty pages for dirty logging
2011-12-27 Thomas MeyerKVM: Use kmemdup rather than duplicating its implementation
2011-12-27 Dan CarpenterKVM: make checks stricter in coalesced_mmio_in_range()
2011-12-25 Alex WilliamsonKVM: Device assignment permission checks
2011-12-25 Alex WilliamsonKVM: Remove ability to assign a device without iommu...
2011-11-10 Ohad Ben-Coheniommu/core: split mapping to page sizes as supported...
2011-10-31 Paul Gortmakerkvm: iommu.c file requires the full module.h present.
2011-10-31 Paul Gortmakerkvm: fix implicit use of stat.h header file
2011-10-30 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2011-10-30 Linus TorvaldsMerge branch 'kvm-updates/3.2' of git://git./linux...
2011-10-21 Joerg Roedeliommu/core: Convert iommu_found to iommu_present
2011-10-21 Joerg Roedeliommu/core: Add bus_type parameter to iommu_domain_alloc
2011-09-25 Jan KiszkaKVM: Split up MSI-X assigned device IRQ handler
2011-09-25 Jan KiszkaKVM: Avoid needless registrations of IRQ ack notifier...
2011-09-25 Jan KiszkaKVM: Clean up unneeded void pointer casts
2011-09-25 Sasha LevinKVM: Intelligent device lookup on I/O bus
2011-09-25 Sasha LevinKVM: Make coalesced mmio use a device per zone
2011-09-25 Sasha LevinKVM: MMIO: Lock coalesced device when checking for...
2011-09-23 Greg Rosepci: Add flag indicating device has been assigned by KVM
2011-07-24 Alex WilliamsonKVM: IOMMU: Disable device assignment without interrupt...
2011-07-24 Xiao GuangrongKVM: MMU: mmio page fault support
2011-07-24 Xiao GuangrongKVM: MMU: filter out the mmio pfn from the fault pfn
2011-07-12 Gleb NatapovKVM: introduce kvm_read_guest_cached
2011-07-12 Jan KiszkaKVM: Fix off-by-one in overflow check of KVM_ASSIGN_SET...
2011-07-12 Alexander GrafKVM: Add compat ioctl for KVM_SET_SIGNAL_MASK
2011-07-12 Jan KiszkaKVM: Clean up error handling during VCPU creation
2011-07-12 Xiao GuangrongKVM: use __copy_to_user/__clear_user to write guest...
2011-06-08 Linus TorvaldsMerge branch 'kvm-updates/3.0' of git://git./virt/kvm/kvm
2011-06-06 Mike WaychisonKVM: Initialize kvm before registering the mmu notifier
2011-05-26 Heiko CarstensKVM: add missing void __user * cast to access_ok()...
2011-05-23 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2011-05-22 OGAWA HirofumiKVM: Fix kvm mmu_notifier initialization order
2011-05-22 Takuya YoshikawaKVM: Validate userspace_addr of memslot when registered
2011-05-22 Liu YuanKVM: ioapic: Fix an error field reference
2011-05-21 Alex WilliamsonKVM: Use pci_store/load_saved_state() around VM device...
2011-05-11 Xiao GuangrongKVM: cleanup memslot_id function
2011-04-07 Linus TorvaldsMerge branch 'kvm-updates/2.6.39' of git://git./virt...
2011-04-06 Gleb NatapovKVM: Enable async page fault processing
2011-04-06 Michael S. TsirkinKVM: fix crash on irqfd deassign
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-26 Linus TorvaldsMerge branch 'syscore' of git://git./linux/kernel/git...
2011-03-24 Akinobu Mitakvm: use little-endian bitops
2011-03-24 Akinobu Mitakvm: stop including asm-generic/bitops/le.h directly
2011-03-23 Rafael J. WysockiKVM: Use syscore_ops instead of sysdev class and sysdev
2011-03-17 Michael S. TsirkinKVM: improve comment on rcu use in irqfd_deassign
2011-03-17 Jan KiszkaKVM: Convert kvm_lock to raw_spinlock
2011-03-17 Rik van RielKVM: use yield_to instead of sleep in kvm_vcpu_on_spin
2011-03-17 Rik van RielKVM: keep track of which task is running a KVM vcpu
2011-03-17 Huang YingKVM: Replace is_hwpoison_address with __get_user_pages
2011-03-17 Xiao GuangrongKVM: make make_all_cpus_request() lockless
2011-03-17 Xiao GuangrongKVM: Add "exiting guest mode" state
2011-03-17 Heiko CarstensKVM: fix build warning within __kvm_set_memory_region...
2011-03-17 Avi KivityKVM: MMU: Don't flush shadow when enabling dirty tracking
2011-01-14 Andrea Arcangelithp: add compound_trans_head() helper
2011-01-14 Andrea Arcangelithp: mmu_notifier_test_young
2011-01-14 Andrea Arcangelithp: kvm mmu transparent hugepage support
2011-01-12 Avi KivityKVM: Don't spin on virt instruction faults during reboot
2011-01-12 Xiao GuangrongKVM: MMU: delay flush all tlbs on sync_page path
2011-01-12 Michael S. TsirkinKVM: fast-path msi injection with irqfd
2011-01-12 Takuya YoshikawaKVM: rename hardware_[dis|en]able() to *_nolock() and...
2011-01-12 Takuya YoshikawaKVM: take kvm_lock for hardware_disable() during cpu...
2011-01-12 Jan KiszkaKVM: Clean up kvm_vm_ioctl_assigned_device
2011-01-12 Jan KiszkaKVM: Save/restore state of assigned PCI device
2011-01-12 Jan KiszkaKVM: Refactor IRQ names of assigned devices
2011-01-12 Jan KiszkaKVM: Switch assigned device IRQ forwarding to threaded...
2011-01-12 Jan KiszkaKVM: Clear assigned guest IRQ on release
2011-01-12 Jan KiszkaKVM: Clean up vm creation and release
2011-01-12 Jan KiszkaKVM: Refactor srcu struct release on early errors
2011-01-12 Xiao GuangrongKVM: fix the race while wakeup all pv guest
next