ALSA: asihpi - Add support for new ASI8800 family
[safe/jmp/linux-2.6] / virt /
2010-05-18 Linus TorvaldsMerge branch 'core-iommu-for-linus' of git://git./linux...
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-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
2009-12-03 Marcelo TosattiKVM: fix irq_source_id size verification
2009-12-03 Zhai, EdwinKVM: introduce kvm_vcpu_on_spin
2009-12-03 Jiri SlabyKVM: fix lock imbalance in kvm_*_irq_source_id()
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 IO APIC to its own lock
2009-12-03 Gleb NatapovKVM: Convert irq notifiers lists to RCU locking
2009-12-03 Gleb NatapovKVM: Move irq ack notifier list to arch independent...
2009-12-03 Gleb NatapovKVM: Move irq routing data structure to rcu locking
2009-12-03 Gleb NatapovKVM: Maintain back mapping from irqchip/pin to gsi
2009-12-03 Gleb NatapovKVM: Change irq routing table to use gsi indexed array
2009-12-03 Gleb NatapovKVM: Move irq sharing information to irqchip level
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 Julia LawallKVM: correct error-handling code
2009-09-10 Heiko CarstensKVM: fix compile warnings on s390
2009-09-10 Gleb NatapovKVM: Fix coalesced interrupt reporting in IOAPIC
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 Gleb NatapovKVM: Add trace points in irqchip code
2009-09-10 Michael S. TsirkinKVM: ignore msi request if !level
2009-09-10 Gleb NatapovKVM: Use temporary variable to shorten lines.
2009-09-10 Avi KivityKVM: Trace irq level and source id
2009-09-10 Jiri SlabyKVM: fix lock imbalance
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 Michael S. TsirkinKVM: switch coalesced mmio changes to slots_lock
2009-09-10 Michael S. TsirkinKVM: document locking for kvm_io_device_ops
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 Marcelo TosattiKVM: move coalesced_mmio locking to its own device
2009-09-10 Avi KivityKVM: Calculate available entries in coalesced mmio...
2009-09-10 Gregory HaskinsKVM: cleanup io_device code
2009-09-10 Gregory HaskinsKVM: Clean up coalesced_mmio destruction
2009-09-10 Sheng YangKVM: No disable_irq for MSI/MSI-X interrupt on device...
2009-09-10 Gregory HaskinsKVM: irqfd
2009-09-10 Avi KivityKVM: Move common KVM Kconfig items to new file virt...
2009-08-09 Gleb NatapovKVM: Avoid redelivery of edge interrupt before next...
2009-08-05 Michael S. TsirkinKVM: fix ack not being delivered when msi present
2009-06-28 Marcelo TosattiKVM: protect concurrent make_all_cpus_request
next