KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device()
[safe/jmp/linux-2.6] / virt / kvm / kvm_main.c
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 Arnd BergmannKVM: Enable 32bit dirty log pointers on 64bit host
2009-12-03 Zhai, EdwinKVM: introduce kvm_vcpu_on_spin
2009-12-03 Alexander GrafKVM: Activate Virtualization On Demand
2009-12-03 Avi KivityKVM: Move assigned device code to own file
2009-12-03 Gleb NatapovKVM: Drop kvm->irq_lock lock from irq injection path
2009-12-03 Gleb NatapovKVM: Move irq ack notifier list to arch independent...
2009-12-03 Gleb NatapovKVM: Change irq routing table to use gsi indexed array
2009-12-03 Avi KivityKVM: Don't wrap schedule() with vcpu_put()/vcpu_load()
2009-11-05 Alexander GrafUse Little Endian for Dirty Bitmap
2009-10-16 Darrick J. WongKVM: Prevent kvm_init from corrupting debugfs structures
2009-10-04 Izik EidusKVM: add support for change_pte mmu notifiers
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-27 Alexey Dobriyanconst: mark struct vm_struct_operations
2009-09-24 Li Zefancpumask: use zalloc_cpumask_var() where possible
2009-09-10 Heiko CarstensKVM: fix compile warnings on s390
2009-09-10 Avi KivityKVM: Move #endif KVM_CAP_IRQ_ROUTING to correct place
2009-09-10 Xiao GuangrongKVM: fix kvm_init() error handling
2009-09-10 Jan KiszkaKVM: Drop obsolete cpu_get/put in make_all_cpus_request
2009-09-10 Gleb NatapovKVM: Reduce runnability interface with arch support...
2009-09-10 Gregory HaskinsKVM: add ioeventfd support
2009-09-10 Gregory HaskinsKVM: make io_bus interface more robust
2009-09-10 Michael S. TsirkinKVM: document lock nesting rule
2009-09-10 Michael S. TsirkinKVM: remove in_range from io devices
2009-09-10 Michael S. TsirkinKVM: convert bus to slots_lock
2009-09-10 Marcelo TosattiKVM: remove old KVMTRACE support code
2009-09-10 Marcelo TosattiKVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU...
2009-09-10 Joerg RoedelKVM: Prepare memslot data structures for multiple hugep...
2009-09-10 Christian BorntraegerKVM: s390: Fix memslot initialization for userspace_add...
2009-09-10 Marcelo TosattiKVM: convert custom marker based tracing to event traces
2009-09-10 Marcelo TosattiKVM: VMX: conditionally disable 2M pages
2009-09-10 Gleb NatapovKVM: Use macro to iterate over vcpus.
2009-09-10 Gleb NatapovKVM: Break dependency between vcpu index in vcpus array...
2009-09-10 Gleb NatapovKVM: Introduce kvm_vcpu_is_bsp() function.
2009-09-10 Marcelo TosattiKVM: switch irq injection/acking data structures to...
2009-09-10 Marcelo TosattiKVM: introduce irq_lock, use it to protect ioapic
2009-09-10 Gregory HaskinsKVM: cleanup io_device code
2009-09-10 Sheng YangKVM: No disable_irq for MSI/MSI-X interrupt on device...
2009-09-10 Gregory HaskinsKVM: irqfd
2009-06-28 Marcelo TosattiKVM: protect concurrent make_all_cpus_request
2009-06-28 Izik EidusKVM: Fix dirty bit tracking for slots with large pages
2009-06-12 Yinghai Lukvm: remove the duplicated cpumask_clear
2009-06-10 Avi KivityKVM: Prevent overflow in largepages calculation
2009-06-10 Avi KivityKVM: Disable large pages on misaligned memory slots
2009-06-10 Marcelo TosattiKVM: take mmu_lock when updating a deleted slot
2009-06-10 Marcelo TosattiKVM: protect assigned dev workqueue, int handler and...
2009-06-10 Sheng YangKVM: VMX: Disable VMX when system shutdown
2009-06-10 Gleb NatapovKVM: Fix interrupt unhalting a vcpu when it shouldn't
2009-06-10 Gleb NatapovKVM: Timer event should not unconditionally unhalt...
2009-06-10 Gleb NatapovKVM: MMU: do not free active mmu pages in free_mmu_pages()
2009-06-10 Sheng YangKVM: Device assignment framework rework
2009-06-10 Sheng YangKVM: Enable MSI-X for KVM assigned device
2009-06-10 Sheng YangKVM: Add MSI-X interrupt injection logic
2009-06-10 Sheng YangKVM: Ioctls for init MSI-X entry
2009-06-09 Avi Kivitykvm: fix kvm reboot crash when MAXSMP is used
2009-06-08 Avi KivityKVM: Explicity initialize cpus_hardware_enabled
2009-04-22 Jan KiszkaKVM: Fix overlapping check for memory slots
2009-04-22 Avi KivityKVM: MMU: Fix off-by-one calculating large page count
2009-03-24 Sheng YangKVM: Get support IRQ routing entry counts
2009-03-24 Weidong HanKVM: fix kvm_vm_ioctl_deassign_device
2009-03-24 Joerg RoedelKVM: MMU: handle compound pages in kvm_is_mmio_pfn
2009-03-24 Sheng YangKVM: Use irq routing API for MSI
2009-03-24 Avi KivityKVM: Userspace controlled irq routing
2009-03-24 Avi KivityKVM: Interrupt mask notifiers for ioapic
2009-03-24 Sheng YangKVM: Add support to disable MSI for assigned device
2009-03-24 Jan KiszkaKVM: New guest debug interface
2009-02-15 Mark McLoughlinKVM: Fix assigned devices circular locking dependency
2009-02-15 Sheng YangKVM: Fix INTx for device assignment
2009-02-15 Sheng YangKVM: Fix racy in kvm_free_assigned_irq
2009-02-15 Sheng YangKVM: Add kvm_arch_sync_events to sync with asynchronize...
2009-02-15 Marcelo TosattiKVM: mmu_notifiers release method
2009-01-03 Joerg RoedelKVM: change KVM to use IOMMU API
2009-01-03 Weidong HanDeassign device in kvm_free_assgined_device
2009-01-03 Weidong HanKVM: support device deassignment
2009-01-03 Weidong HanKVM: use the new intel iommu APIs
2008-12-31 Mark McLoughlinKVM: fix handling of ACK from shared guest IRQ
2008-12-31 Avi KivityKVM: Consolidate userspace memory capability reporting...
2008-12-31 Avi KivityKVM: Advertise the bug in memory region destruction...
2008-12-31 Rusty RussellKVM: use cpumask_var_t for cpus_hardware_enabled
2008-12-31 Rusty RussellKVM: use modern cpumask primitives, no cpumask_t on...
2008-12-31 Rusty RussellKVM: Extract core of kvm_flush_remote_tlbs/kvm_reload_r...
2008-12-31 Christian BorntraegerKVM: set owner of cpu and vm file operations
2008-12-31 Glauber CostaKVM: Really remove a slot when a user ask us so
2008-12-31 Mark McLoughlinKVM: split out kvm_free_assigned_irq()
2008-12-31 Mark McLoughlinKVM: don't free an unallocated irq source id
2008-12-31 Hannes EderKVM: fix sparse warning
2008-12-31 Sheng YangKVM: MSI to INTx translate
2008-12-31 Sheng YangKVM: Enable MSI for device assignment
2008-12-31 Sheng YangKVM: Add assigned_device_msi_dispatch()
2008-12-31 Sheng YangKVM: Clean up assigned_device_update_irq
2008-12-31 Sheng YangKVM: Replace irq_requested with more generic irq_reques...
2008-12-31 Sheng YangKVM: Separate update irq to a single function
2008-12-31 Sheng YangKVM: Move ack notifier register and IRQ sourcd ID request
2008-12-31 Sheng YangKVM: Fix kernel allocated memory slot
2008-12-31 Hollis BlanchardKVM: ensure that memslot userspace addresses are page...
2008-12-31 Izik EidusKVM: MMU: Fix aliased gfns treated as unaliased
2008-12-31 Sheng YangKVM: Enable Function Level Reset for assigned device
next