aboutsummaryrefslogtreecommitdiffstats
path: root/virt (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-27KVM: get rid of kvm_create_vm() unused label warning on s390Heiko Carstens1-0/+3
2009-12-27KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device()Sheng Yang2-4/+4
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier1-2/+2
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt6-930/+1167
2009-12-03KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity1-0/+1
2009-12-03KVM: only clear irq_source_id if irqchip is presentMarcelo Tosatti1-1/+4
2009-12-03KVM: Enable 32bit dirty log pointers on 64bit hostArnd Bergmann1-1/+50
2009-12-03KVM: fix irq_source_id size verificationMarcelo Tosatti1-4/+3
2009-12-03KVM: introduce kvm_vcpu_on_spinZhai, Edwin1-0/+15
2009-12-03KVM: fix lock imbalance in kvm_*_irq_source_id()Jiri Slaby1-2/+5
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf1-12/+78
2009-12-03KVM: Move assigned device code to own fileAvi Kivity2-796/+820
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov3-9/+1
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov3-28/+79
2009-12-03KVM: Convert irq notifiers lists to RCU lockingGleb Natapov1-10/+12
2009-12-03KVM: Move irq ack notifier list to arch independent codeGleb Natapov2-3/+3
2009-12-03KVM: Move irq routing data structure to rcu lockingGleb Natapov1-5/+11
2009-12-03KVM: Maintain back mapping from irqchip/pin to gsiGleb Natapov1-17/+14
2009-12-03KVM: Change irq routing table to use gsi indexed arrayGleb Natapov2-36/+53
2009-12-03KVM: Move irq sharing information to irqchip levelGleb Natapov2-23/+37
2009-12-03KVM: Don't wrap schedule() with vcpu_put()/vcpu_load()Avi Kivity1-2/+0
2009-11-05Use Little Endian for Dirty BitmapAlexander Graf1-2/+3
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: correct error-handling codeJulia Lawall1-1/+1
2009-09-10KVM: fix compile warnings on s390Heiko Carstens1-3/+5
2009-09-10KVM: Fix coalesced interrupt reporting in IOAPICGleb Natapov1-0/+2
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 Haskins2-2/+260
2009-09-10KVM: make io_bus interface more robustGregory Haskins3-9/+46
2009-09-10KVM: Add trace points in irqchip codeGleb Natapov2-0/+4
2009-09-10KVM: ignore msi request if !levelMichael S. Tsirkin1-1/+3
2009-09-10KVM: Use temporary variable to shorten lines.Gleb Natapov1-8/+10
2009-09-10KVM: Trace irq level and source idAvi Kivity1-1/+1
2009-09-10KVM: fix lock imbalanceJiri Slaby1-1/+2
2009-09-10KVM: document lock nesting ruleMichael S. Tsirkin1-1/+1
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin4-53/+50
2009-09-10KVM: convert bus to slots_lockMichael S. Tsirkin3-3/+13
2009-09-10KVM: switch coalesced mmio changes to slots_lockMichael S. Tsirkin1-5/+5
2009-09-10KVM: document locking for kvm_io_device_opsMichael S. Tsirkin1-0/+3
2009-09-10KVM: remove old KVMTRACE support codeMarcelo Tosatti2-287/+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