summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kvm/kvm-ia64.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan2010-05-171-1/+1
* KVM: ia64: fix the error of ioctl KVM_IRQ_LINE if no irq chipWei Yongjun2010-05-171-0/+2
* KVM: ia64: fix the error code of ioctl KVM_IA64_VCPU_GET_STACK failureWei Yongjun2010-05-171-1/+3
* KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa2010-04-201-4/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* KVM: ia64: destroy ioapic device if fail to setup default irq routingWei Yongjun2010-03-011-1/+1
* KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti2010-03-011-0/+1
* KVM: convert slots_lock to a mutexMarcelo Tosatti2010-03-011-2/+2
* KVM: switch vcpu context to use SRCUMarcelo Tosatti2010-03-011-9/+6
* KVM: convert io_bus to SRCUMarcelo Tosatti2010-03-011-2/+2
* KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti2010-03-011-1/+3
* KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti2010-03-011-4/+12
* KVM: modify memslots layout in struct kvmMarcelo Tosatti2010-03-011-4/+6
* KVM: Activate Virtualization On DemandAlexander Graf2009-12-031-3/+5
* KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity2009-12-031-1/+1
* KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-031-2/+0
* KVM: Move IO APIC to its own lockGleb Natapov2009-12-031-5/+2
* KVM: Reduce runnability interface with arch support codeGleb Natapov2009-09-101-14/+2
* KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-101-20/+8
* KVM: Use macro to iterate over vcpus.Gleb Natapov2009-09-101-15/+14
* KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov2009-09-101-6/+2
* KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2009-09-101-1/+1
* KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti2009-09-101-2/+2
* KVM: ia64: Correct itc_offset calculationsJes Sorensen2009-09-101-1/+1
* KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti2009-06-101-14/+8
* KVM: ia64: ia64 vcpu_reset() do not call kmalloc() with irqs disabledJes Sorensen2009-06-101-1/+1
* KVM: ia64: preserve int status through call to kvm_insert_vmm_mappingJes Sorensen2009-06-101-1/+6
* KVM: ia64: restore irq state before calling kvm_vcpu_initJes Sorensen2009-06-101-2/+1
* KVM: ia64: remove empty function vti_vcpu_load()Jes Sorensen2009-06-101-5/+0
* KVM: ia64: Flush all TLBs once guest's memory mapping changes.Xiantao Zhang2009-06-101-0/+1
* KVM: ia64: Don't hold slots_lock in guest modeJes Sorensen2009-06-101-31/+33
* KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov2009-06-101-0/+6
* KVM: Timer event should not unconditionally unhalt vcpu.Gleb Natapov2009-06-101-3/+3
* KVM: ia64: Drop in SN2 replacement of fast path ITC emulation fault handlerJes Sorensen2009-06-101-1/+31
* KVM: ia64: Create inline function kvm_get_itc() to centralize ITC reading.Jes Sorensen2009-06-101-4/+14
* KVM: ia64: Map in SN2 RTC registers to the VMM moduleJes Sorensen2009-06-101-5/+38
* KVM: APIC: get rid of deliver_bitmaskGleb Natapov2009-06-101-14/+19
* KVM: change the way how lowest priority vcpu is calculatedGleb Natapov2009-06-101-13/+2
* KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov2009-06-101-0/+8
* KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov2009-06-101-4/+4
* KVM: ia64: fix compilation error in kvm_get_lowest_prio_vcpuYang Zhang2009-06-101-1/+1
* KVM: ia64: fix locking order entering guestJes Sorensen2009-04-221-6/+8
* Pull pvops into release branchTony Luck2009-03-311-1/+1
|\
| * ia64: remove some warnings.Isaku Yamahata2009-03-271-1/+1
* | KVM: Report IRQ injection status to userspace.Gleb Natapov2009-03-241-2/+10
* | KVM: ia64: dynamic nr online cpusJes Sorensen2009-03-241-4/+8
* | KVM: Userspace controlled irq routingAvi Kivity2009-03-241-0/+5
* | KVM: ia64: stack get/restore patchJes Sorensen2009-03-241-3/+89
* | KVM: New guest debug interfaceJan Kiszka2009-03-241-2/+2
|/
* KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang2009-02-151-0/+4
OpenPOWER on IntegriCloud