aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kvm/kvm-ia64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti1-0/+1
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti1-2/+2
2010-03-01KVM: switch vcpu context to use SRCUMarcelo Tosatti1-9/+6
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti1-2/+2
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti1-1/+3
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti1-4/+12
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti1-4/+6
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf1-3/+5
2009-12-03KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity1-1/+1
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov1-2/+0
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov1-5/+2
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov1-14/+2
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin1-20/+8
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov1-15/+14
2009-09-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov1-6/+2
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov1-1/+1
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti1-2/+2
2009-09-10KVM: ia64: Correct itc_offset calculationsJes Sorensen1-1/+1
2009-06-10KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti1-14/+8
2009-06-10KVM: ia64: ia64 vcpu_reset() do not call kmalloc() with irqs disabledJes Sorensen1-1/+1
2009-06-10KVM: ia64: preserve int status through call to kvm_insert_vmm_mappingJes Sorensen1-1/+6
2009-06-10KVM: ia64: restore irq state before calling kvm_vcpu_initJes Sorensen1-2/+1
2009-06-10KVM: ia64: remove empty function vti_vcpu_load()Jes Sorensen1-5/+0
2009-06-10KVM: ia64: Flush all TLBs once guest's memory mapping changes.Xiantao Zhang1-0/+1
2009-06-10KVM: ia64: Don't hold slots_lock in guest modeJes Sorensen1-31/+33
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov1-0/+6
2009-06-10KVM: Timer event should not unconditionally unhalt vcpu.Gleb Natapov1-3/+3
2009-06-10KVM: ia64: Drop in SN2 replacement of fast path ITC emulation fault handlerJes Sorensen1-1/+31
2009-06-10KVM: ia64: Create inline function kvm_get_itc() to centralize ITC reading.Jes Sorensen1-4/+14
2009-06-10KVM: ia64: Map in SN2 RTC registers to the VMM moduleJes Sorensen1-5/+38
2009-06-10KVM: APIC: get rid of deliver_bitmaskGleb Natapov1-14/+19
2009-06-10KVM: change the way how lowest priority vcpu is calculatedGleb Natapov1-13/+2
2009-06-10KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov1-0/+8
2009-06-10KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov1-4/+4
2009-06-10KVM: ia64: fix compilation error in kvm_get_lowest_prio_vcpuYang Zhang1-1/+1
2009-04-22KVM: ia64: fix locking order entering guestJes Sorensen1-6/+8
2009-03-31Pull pvops into release branchTony Luck1-1/+1
2009-03-27ia64: remove some warnings.Isaku Yamahata1-1/+1
2009-03-24KVM: Report IRQ injection status to userspace.Gleb Natapov1-2/+10
2009-03-24KVM: ia64: dynamic nr online cpusJes Sorensen1-4/+8
2009-03-24KVM: Userspace controlled irq routingAvi Kivity1-0/+5
2009-03-24KVM: ia64: stack get/restore patchJes Sorensen1-3/+89
2009-03-24KVM: New guest debug interfaceJan Kiszka1-2/+2
2009-02-15KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang1-0/+4
2009-01-03KVM: change KVM to use IOMMU APIJoerg Roedel1-1/+2
2008-12-31KVM: ia64: Fix kvm_arch_vcpu_ioctl_[gs]et_regs()Jes Sorensen1-30/+10
2008-12-31KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity1-1/+0
2008-12-31KVM: ia64: Define printk function for kvm-intel moduleXiantao Zhang1-0/+8
2008-12-31KVM: ia64: Remove lock held by halted vcpuXiantao Zhang1-2/+0
2008-12-31KVM: ia64: Re-organize data sturure of guests' data areaXiantao Zhang1-29/+31