aboutsummaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)Author
2010-01-25KVM: fix spurious interrupt with irqfdMichael S. Tsirkin
2010-01-25KVM: properly check max PIC pin in irq route setupMarcelo Tosatti
2010-01-25KVM: only allow one gsi per fdMichael S. Tsirkin
2009-12-27KVM: get rid of kvm_create_vm() unused label warning on s390Heiko Carstens
2009-12-27KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device()Sheng Yang
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-12-03KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity
2009-12-03KVM: only clear irq_source_id if irqchip is presentMarcelo Tosatti
2009-12-03KVM: Enable 32bit dirty log pointers on 64bit hostArnd Bergmann
2009-12-03KVM: fix irq_source_id size verificationMarcelo Tosatti
2009-12-03KVM: introduce kvm_vcpu_on_spinZhai, Edwin
2009-12-03KVM: fix lock imbalance in kvm_*_irq_source_id()Jiri Slaby
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf
2009-12-03KVM: Move assigned device code to own fileAvi Kivity
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov
2009-12-03KVM: Convert irq notifiers lists to RCU lockingGleb Natapov
2009-12-03KVM: Move irq ack notifier list to arch independent codeGleb Natapov
2009-12-03KVM: Move irq routing data structure to rcu lockingGleb Natapov
2009-12-03KVM: Maintain back mapping from irqchip/pin to gsiGleb Natapov
2009-12-03KVM: Change irq routing table to use gsi indexed arrayGleb Natapov
2009-12-03KVM: Move irq sharing information to irqchip levelGleb Natapov
2009-12-03KVM: Don't wrap schedule() with vcpu_put()/vcpu_load()Avi Kivity
2009-11-05Use Little Endian for Dirty BitmapAlexander Graf
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