aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAge
* Merge branch 'master' ofThomas Gleixner2010-04-27
|\
| * KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa2010-04-26
* | kvm: make_all_cpus_request() needs preempt_disable() on RTThomas Gleixner2010-02-24
* | Forward to 2.6.33-rc8Thomas Gleixner2010-02-21
|\|
| * KVM: get rid of kvm_create_vm() unused label warning on s390Heiko Carstens2009-12-27
| * KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device()Sheng Yang2009-12-27
| * anonfd: Allow making anon files read-onlyRoland Dreier2009-12-22
| * Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-09
| |\
| | * KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity2009-12-03
| | * KVM: Enable 32bit dirty log pointers on 64bit hostArnd Bergmann2009-12-03
| | * KVM: introduce kvm_vcpu_on_spinZhai, Edwin2009-12-03
| | * KVM: Activate Virtualization On DemandAlexander Graf2009-12-03
| | * KVM: Move assigned device code to own fileAvi Kivity2009-12-03
| | * KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-03
| | * KVM: Move irq ack notifier list to arch independent codeGleb Natapov2009-12-03
| | * KVM: Change irq routing table to use gsi indexed arrayGleb Natapov2009-12-03
| | * KVM: Don't wrap schedule() with vcpu_put()/vcpu_load()Avi Kivity2009-12-03
| * | Use Little Endian for Dirty BitmapAlexander Graf2009-11-05
| |/
| * KVM: Prevent kvm_init from corrupting debugfs structuresDarrick J. Wong2009-10-16
| * KVM: add support for change_pte mmu notifiersIzik Eidus2009-10-04
| * const: constify remaining file_operationsAlexey Dobriyan2009-10-01
| * const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-27
| * cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-23
| * KVM: fix compile warnings on s390Heiko Carstens2009-09-10
| * KVM: Move #endif KVM_CAP_IRQ_ROUTING to correct placeAvi Kivity2009-09-10
| * KVM: fix kvm_init() error handlingXiao Guangrong2009-09-10
| * KVM: Drop obsolete cpu_get/put in make_all_cpus_requestJan Kiszka2009-09-10
| * KVM: Reduce runnability interface with arch support codeGleb Natapov2009-09-10
| * KVM: add ioeventfd supportGregory Haskins2009-09-10
| * KVM: make io_bus interface more robustGregory Haskins2009-09-10
| * KVM: document lock nesting ruleMichael S. Tsirkin2009-09-10
| * KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-10
| * KVM: convert bus to slots_lockMichael S. Tsirkin2009-09-10
| * KVM: remove old KVMTRACE support codeMarcelo Tosatti2009-09-10
| * KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl pathsMarcelo Tosatti2009-09-10
| * KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel2009-09-10
| * KVM: s390: Fix memslot initialization for userspace_addr != 0Christian Borntraeger2009-09-10
| * KVM: convert custom marker based tracing to event tracesMarcelo Tosatti2009-09-10
| * KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti2009-09-10
| * KVM: Use macro to iterate over vcpus.Gleb Natapov2009-09-10
| * KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov2009-09-10
| * KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2009-09-10
| * KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti2009-09-10
| * KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti2009-09-10
| * KVM: cleanup io_device codeGregory Haskins2009-09-10
| * KVM: No disable_irq for MSI/MSI-X interrupt on device assignmentSheng Yang2009-09-10
| * KVM: irqfdGregory Haskins2009-09-10
* | kvm: Move get_cpu inside of spinlocked region in make_all_cpus_request()Thomas Gleixner2009-09-15
|/
* KVM: protect concurrent make_all_cpus_requestMarcelo Tosatti2009-06-28
* KVM: Fix dirty bit tracking for slots with large pagesIzik Eidus2009-06-28