summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* KVM: fix spurious interrupt with irqfdMichael S. Tsirkin2010-01-251-1/+2
* KVM: properly check max PIC pin in irq route setupMarcelo Tosatti2010-01-251-1/+5
* KVM: only allow one gsi per fdMichael S. Tsirkin2010-01-251-2/+13
* KVM: get rid of kvm_create_vm() unused label warning on s390Heiko Carstens2009-12-271-0/+3
* KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device()Sheng Yang2009-12-272-4/+4
* anonfd: Allow making anon files read-onlyRoland Dreier2009-12-221-2/+2
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-096-930/+1167
|\
| * KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity2009-12-031-0/+1
| * KVM: only clear irq_source_id if irqchip is presentMarcelo Tosatti2009-12-031-1/+4
| * KVM: Enable 32bit dirty log pointers on 64bit hostArnd Bergmann2009-12-031-1/+50
| * KVM: fix irq_source_id size verificationMarcelo Tosatti2009-12-031-4/+3
| * KVM: introduce kvm_vcpu_on_spinZhai, Edwin2009-12-031-0/+15
| * KVM: fix lock imbalance in kvm_*_irq_source_id()Jiri Slaby2009-12-031-2/+5
| * KVM: Activate Virtualization On DemandAlexander Graf2009-12-031-12/+78
| * KVM: Move assigned device code to own fileAvi Kivity2009-12-032-796/+820
| * KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-033-9/+1
| * KVM: Move IO APIC to its own lockGleb Natapov2009-12-033-28/+79
| * KVM: Convert irq notifiers lists to RCU lockingGleb Natapov2009-12-031-10/+12
| * KVM: Move irq ack notifier list to arch independent codeGleb Natapov2009-12-032-3/+3
| * KVM: Move irq routing data structure to rcu lockingGleb Natapov2009-12-031-5/+11
| * KVM: Maintain back mapping from irqchip/pin to gsiGleb Natapov2009-12-031-17/+14
| * KVM: Change irq routing table to use gsi indexed arrayGleb Natapov2009-12-032-36/+53
| * KVM: Move irq sharing information to irqchip levelGleb Natapov2009-12-032-23/+37
| * KVM: Don't wrap schedule() with vcpu_put()/vcpu_load()Avi Kivity2009-12-031-2/+0
* | Use Little Endian for Dirty BitmapAlexander Graf2009-11-051-2/+3
|/
* 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: correct error-handling codeJulia Lawall2009-09-101-1/+1
* KVM: fix compile warnings on s390Heiko Carstens2009-09-101-3/+5
* KVM: Fix coalesced interrupt reporting in IOAPICGleb Natapov2009-09-101-0/+2
* 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-102-2/+260
* KVM: make io_bus interface more robustGregory Haskins2009-09-103-9/+46
* KVM: Add trace points in irqchip codeGleb Natapov2009-09-102-0/+4
* KVM: ignore msi request if !levelMichael S. Tsirkin2009-09-101-1/+3
* KVM: Use temporary variable to shorten lines.Gleb Natapov2009-09-101-8/+10
* KVM: Trace irq level and source idAvi Kivity2009-09-101-1/+1
* KVM: fix lock imbalanceJiri Slaby2009-09-101-1/+2
* KVM: document lock nesting ruleMichael S. Tsirkin2009-09-101-1/+1
* KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-104-53/+50
* KVM: convert bus to slots_lockMichael S. Tsirkin2009-09-103-3/+13
* KVM: switch coalesced mmio changes to slots_lockMichael S. Tsirkin2009-09-101-5/+5
* KVM: document locking for kvm_io_device_opsMichael S. Tsirkin2009-09-101-0/+3
* KVM: remove old KVMTRACE support codeMarcelo Tosatti2009-09-102-287/+1
OpenPOWER on IntegriCloud