aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-16KVM: Prevent kvm_init from corrupting debugfs structuresDarrick J. Wong1-4/+3
2009-10-04KVM: add support for change_pte mmu notifiersIzik Eidus1-0/+14
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-2/+2
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan1-2/+1
2009-09-10KVM: fix compile warnings on s390Heiko Carstens1-3/+5
2009-09-10KVM: Move #endif KVM_CAP_IRQ_ROUTING to correct placeAvi Kivity1-1/+1
2009-09-10KVM: fix kvm_init() error handlingXiao Guangrong1-1/+1
2009-09-10KVM: Drop obsolete cpu_get/put in make_all_cpus_requestJan Kiszka1-2/+1
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov1-3/+1
2009-09-10KVM: add ioeventfd supportGregory Haskins1-1/+10
2009-09-10KVM: make io_bus interface more robustGregory Haskins1-5/+34
2009-09-10KVM: document lock nesting ruleMichael S. Tsirkin1-1/+1
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin1-10/+16
2009-09-10KVM: convert bus to slots_lockMichael S. Tsirkin1-1/+11
2009-09-10KVM: remove old KVMTRACE support codeMarcelo Tosatti1-2/+1
2009-09-10KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl pathsMarcelo Tosatti1-0/+2
2009-09-10KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel1-17/+39
2009-09-10KVM: s390: Fix memslot initialization for userspace_addr != 0Christian Borntraeger1-0/+4
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti1-0/+4
2009-09-10KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti1-2/+12
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov1-12/+7
2009-09-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov1-25/+39
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov1-0/+2
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti1-7/+9
2009-09-10KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti1-0/+1
2009-09-10KVM: cleanup io_device codeGregory Haskins1-1/+1
2009-09-10KVM: No disable_irq for MSI/MSI-X interrupt on device assignmentSheng Yang1-14/+8
2009-09-10KVM: irqfdGregory Haskins1-0/+12
2009-06-28KVM: protect concurrent make_all_cpus_requestMarcelo Tosatti1-0/+3
2009-06-28KVM: Fix dirty bit tracking for slots with large pagesIzik Eidus1-0/+2
2009-06-11kvm: remove the duplicated cpumask_clearYinghai Lu1-1/+0
2009-06-10KVM: Prevent overflow in largepages calculationAvi Kivity1-2/+1
2009-06-10KVM: Disable large pages on misaligned memory slotsAvi Kivity1-1/+9
2009-06-10KVM: take mmu_lock when updating a deleted slotMarcelo Tosatti1-0/+2
2009-06-10KVM: protect assigned dev workqueue, int handler and irq ackerMarcelo Tosatti1-1/+12
2009-06-10KVM: VMX: Disable VMX when system shutdownSheng Yang1-9/+9
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov1-1/+2
2009-06-10KVM: Timer event should not unconditionally unhalt vcpu.Gleb Natapov1-2/+3
2009-06-10KVM: MMU: do not free active mmu pages in free_mmu_pages()Gleb Natapov1-0/+2
2009-06-10KVM: Device assignment framework reworkSheng Yang1-228/+258
2009-06-10KVM: Enable MSI-X for KVM assigned deviceSheng Yang1-6/+92
2009-06-10KVM: Add MSI-X interrupt injection logicSheng Yang1-7/+59
2009-06-10KVM: Ioctls for init MSI-X entrySheng Yang1-0/+104
2009-06-09kvm: fix kvm reboot crash when MAXSMP is usedAvi Kivity1-1/+1
2009-06-08KVM: Explicity initialize cpus_hardware_enabledAvi Kivity1-0/+1
2009-04-22KVM: Fix overlapping check for memory slotsJan Kiszka1-1/+2
2009-04-22KVM: MMU: Fix off-by-one calculating large page countAvi Kivity1-5/+3
2009-03-24KVM: Get support IRQ routing entry countsSheng Yang1-1/+1
2009-03-24KVM: fix kvm_vm_ioctl_deassign_deviceWeidong Han1-1/+1