aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity1-1/+1
2010-05-17KVM: Get rid of dead function gva_to_page()Gui Jianfeng1-1/+0
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan1-0/+7
2010-05-17KVM: limit the number of pages per memory slotTakuya Yoshikawa1-0/+6
2010-04-20KVM: Increase NR_IOBUS_DEVS limit to 200Sridhar Samudrala1-1/+1
2010-04-20KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa1-0/+5
2010-03-01KVM: Convert kvm->requests_lock to raw_spinlock_tAvi Kivity1-1/+1
2010-03-01KVM: Introduce kvm_host_page_sizeJoerg Roedel1-0/+1
2010-03-01KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin1-0/+1
2010-03-01KVM: Lazify fpu activation and deactivationAvi Kivity1-0/+1
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti1-1/+1
2010-03-01KVM: switch vcpu context to use SRCUMarcelo Tosatti1-0/+2
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti1-14/+13
2010-03-01KVM: x86: switch kvm_set_memory_alias to SRCU updateMarcelo Tosatti1-0/+6
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti1-5/+2
2010-03-01KVM: use gfn_to_pfn_memslot in kvm_iommu_map_pagesMarcelo Tosatti1-2/+1
2010-03-01KVM: introduce gfn_to_pfn_memslotMarcelo Tosatti1-0/+2
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti1-1/+6
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti1-4/+8
2009-12-03KVM: introduce kvm_vcpu_on_spinZhai, Edwin1-0/+1
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf1-1/+1
2009-12-03KVM: Move assigned device code to own fileAvi Kivity1-0/+17
2009-12-03KVM: Move irq ack notifier list to arch independent codeGleb Natapov1-0/+1
2009-12-03KVM: Maintain back mapping from irqchip/pin to gsiGleb Natapov1-0/+9
2009-12-03KVM: Change irq routing table to use gsi indexed arrayGleb Natapov1-3/+18
2009-12-03KVM: Move irq sharing information to irqchip levelGleb Natapov1-1/+1
2009-09-18tracing: Remove markersChristoph Hellwig1-1/+0
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov1-2/+0
2009-09-10KVM: Move kvm_cpu_get_interrupt() declaration to x86 codeGleb Natapov1-1/+0
2009-09-10KVM: add ioeventfd supportGregory Haskins1-2/+8
2009-09-10KVM: make io_bus interface more robustGregory Haskins1-3/+7
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin1-2/+4
2009-09-10KVM: convert bus to slots_lockMichael S. Tsirkin1-1/+4
2009-09-10KVM: use vcpu_id instead of bsp_vcpu pointer in kvm_vcpu_is_bspMarcelo Tosatti1-1/+1
2009-09-10KVM: remove old KVMTRACE support codeMarcelo Tosatti1-31/+0
2009-09-10KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel1-1/+1
2009-09-10KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti1-0/+1
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov1-0/+11
2009-09-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov1-0/+6
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov1-0/+5
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti1-1/+2
2009-09-10KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti1-1/+2
2009-09-10KVM: remove redundant declarationsChristian Ehrhardt1-2/+0
2009-09-10KVM: irqfdGregory Haskins1-0/+24
2009-08-05KVM: fix ack not being delivered when msi presentMichael S. Tsirkin1-0/+1
2009-06-28KVM: protect concurrent make_all_cpus_requestMarcelo Tosatti1-0/+1
2009-06-10KVM: protect assigned dev workqueue, int handler and irq ackerMarcelo Tosatti1-0/+1
2009-06-10KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti1-1/+1
2009-06-10KVM: Enable snooping control for supported hardwareSheng Yang1-0/+3
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov1-0/+1