summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)Author
2009-10-16KVM: Prevent kvm_init from corrupting debugfs structuresDarrick J. Wong
2009-10-04KVM: add support for change_pte mmu notifiersIzik Eidus
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan
2009-09-10KVM: correct error-handling codeJulia Lawall
2009-09-10KVM: fix compile warnings on s390Heiko Carstens
2009-09-10KVM: Fix coalesced interrupt reporting in IOAPICGleb Natapov
2009-09-10KVM: Move #endif KVM_CAP_IRQ_ROUTING to correct placeAvi Kivity
2009-09-10KVM: fix kvm_init() error handlingXiao Guangrong
2009-09-10KVM: Drop obsolete cpu_get/put in make_all_cpus_requestJan Kiszka
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov
2009-09-10KVM: add ioeventfd supportGregory Haskins
2009-09-10KVM: make io_bus interface more robustGregory Haskins
2009-09-10KVM: Add trace points in irqchip codeGleb Natapov
2009-09-10KVM: ignore msi request if !levelMichael S. Tsirkin
2009-09-10KVM: Use temporary variable to shorten lines.Gleb Natapov
2009-09-10KVM: Trace irq level and source idAvi Kivity
2009-09-10KVM: fix lock imbalanceJiri Slaby
2009-09-10KVM: document lock nesting ruleMichael S. Tsirkin
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin
2009-09-10KVM: convert bus to slots_lockMichael S. Tsirkin
2009-09-10KVM: switch coalesced mmio changes to slots_lockMichael S. Tsirkin
2009-09-10KVM: document locking for kvm_io_device_opsMichael S. Tsirkin
2009-09-10KVM: remove old KVMTRACE support codeMarcelo Tosatti
2009-09-10KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl pathsMarcelo Tosatti
2009-09-10KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel
2009-09-10KVM: s390: Fix memslot initialization for userspace_addr != 0Christian Borntraeger
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti
2009-09-10KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov
2009-09-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti
2009-09-10KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti
2009-09-10KVM: move coalesced_mmio locking to its own deviceMarcelo Tosatti
2009-09-10KVM: Calculate available entries in coalesced mmio ringAvi Kivity
2009-09-10KVM: cleanup io_device codeGregory Haskins
2009-09-10KVM: Clean up coalesced_mmio destructionGregory Haskins
2009-09-10KVM: No disable_irq for MSI/MSI-X interrupt on device assignmentSheng Yang
2009-09-10KVM: irqfdGregory Haskins
2009-09-10KVM: Move common KVM Kconfig items to new file virt/kvm/KconfigAvi Kivity
2009-08-09KVM: Avoid redelivery of edge interrupt before next edgeGleb Natapov
2009-08-05KVM: fix ack not being delivered when msi presentMichael S. Tsirkin
2009-06-28KVM: protect concurrent make_all_cpus_requestMarcelo Tosatti
2009-06-28KVM: Fix dirty bit tracking for slots with large pagesIzik Eidus
2009-06-11kvm: remove the duplicated cpumask_clearYinghai Lu
2009-06-10KVM: Prevent overflow in largepages calculationAvi Kivity
2009-06-10KVM: Disable large pages on misaligned memory slotsAvi Kivity
2009-06-10KVM: take mmu_lock when updating a deleted slotMarcelo Tosatti