summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity2009-12-031-0/+1
* KVM: Enable 32bit dirty log pointers on 64bit hostArnd Bergmann2009-12-031-1/+50
* KVM: introduce kvm_vcpu_on_spinZhai, Edwin2009-12-031-0/+15
* KVM: Activate Virtualization On DemandAlexander Graf2009-12-031-12/+78
* KVM: Move assigned device code to own fileAvi Kivity2009-12-031-796/+2
* KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-031-2/+0
* KVM: Move irq ack notifier list to arch independent codeGleb Natapov2009-12-031-0/+1
* KVM: Change irq routing table to use gsi indexed arrayGleb Natapov2009-12-031-1/+0
* KVM: Don't wrap schedule() with vcpu_put()/vcpu_load()Avi Kivity2009-12-031-2/+0
* KVM: Prevent kvm_init from corrupting debugfs structuresDarrick J. Wong2009-10-161-4/+3
* KVM: add support for change_pte mmu notifiersIzik Eidus2009-10-041-0/+14
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-2/+2
* cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-241-2/+1
* KVM: fix compile warnings on s390Heiko Carstens2009-09-101-3/+5
* KVM: Move #endif KVM_CAP_IRQ_ROUTING to correct placeAvi Kivity2009-09-101-1/+1
* KVM: fix kvm_init() error handlingXiao Guangrong2009-09-101-1/+1
* KVM: Drop obsolete cpu_get/put in make_all_cpus_requestJan Kiszka2009-09-101-2/+1
* KVM: Reduce runnability interface with arch support codeGleb Natapov2009-09-101-3/+1
* KVM: add ioeventfd supportGregory Haskins2009-09-101-1/+10
* KVM: make io_bus interface more robustGregory Haskins2009-09-101-5/+34
* KVM: document lock nesting ruleMichael S. Tsirkin2009-09-101-1/+1
* KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-101-10/+16
* KVM: convert bus to slots_lockMichael S. Tsirkin2009-09-101-1/+11
* KVM: remove old KVMTRACE support codeMarcelo Tosatti2009-09-101-2/+1
* KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl pathsMarcelo Tosatti2009-09-101-0/+2
* KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel2009-09-101-17/+39
* KVM: s390: Fix memslot initialization for userspace_addr != 0Christian Borntraeger2009-09-101-0/+4
* KVM: convert custom marker based tracing to event tracesMarcelo Tosatti2009-09-101-0/+4
* KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti2009-09-101-2/+12
* KVM: Use macro to iterate over vcpus.Gleb Natapov2009-09-101-12/+7
* KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov2009-09-101-25/+39
* KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2009-09-101-0/+2
* KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti2009-09-101-7/+9
* KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti2009-09-101-0/+1
* KVM: cleanup io_device codeGregory Haskins2009-09-101-1/+1
* KVM: No disable_irq for MSI/MSI-X interrupt on device assignmentSheng Yang2009-09-101-14/+8
* KVM: irqfdGregory Haskins2009-09-101-0/+12
* KVM: protect concurrent make_all_cpus_requestMarcelo Tosatti2009-06-281-0/+3
* KVM: Fix dirty bit tracking for slots with large pagesIzik Eidus2009-06-281-0/+2
* kvm: remove the duplicated cpumask_clearYinghai Lu2009-06-111-1/+0
* KVM: Prevent overflow in largepages calculationAvi Kivity2009-06-101-2/+1
* KVM: Disable large pages on misaligned memory slotsAvi Kivity2009-06-101-1/+9
* KVM: take mmu_lock when updating a deleted slotMarcelo Tosatti2009-06-101-0/+2
* KVM: protect assigned dev workqueue, int handler and irq ackerMarcelo Tosatti2009-06-101-1/+12
* KVM: VMX: Disable VMX when system shutdownSheng Yang2009-06-101-9/+9
* KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov2009-06-101-1/+2
* KVM: Timer event should not unconditionally unhalt vcpu.Gleb Natapov2009-06-101-2/+3
* KVM: MMU: do not free active mmu pages in free_mmu_pages()Gleb Natapov2009-06-101-0/+2
* KVM: Device assignment framework reworkSheng Yang2009-06-101-228/+258
OpenPOWER on IntegriCloud