aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/kvm/kvm-ia64.c
AgeCommit message (Expand)Author
2011-01-12KVM: Take missing slots_lock for kvm_io_bus_unregister_dev()Takuya Yoshikawa
2011-01-12KVM: Clean up vm creation and releaseJan Kiszka
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-08-01KVM: ia64: cleanup kvm_ia64_sync_dirty_log()Takuya Yoshikawa
2010-08-01KVM: ia64: fix dirty_log_lock spin_lock section not to include get_dirty_log()Takuya Yoshikawa
2010-08-01KVM: Remove memory alias supportAvi Kivity
2010-08-01KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity
2010-06-16Merge branch 'master' into for-nextJiri Kosina
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König
2010-06-09KVM: ia64: Add missing spin_unlock in kvm_arch_hardware_enable()Julia Lawall
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan
2010-05-17KVM: ia64: fix the error of ioctl KVM_IRQ_LINE if no irq chipWei Yongjun
2010-05-17KVM: ia64: fix the error code of ioctl KVM_IA64_VCPU_GET_STACK failureWei Yongjun
2010-04-20KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01KVM: ia64: destroy ioapic device if fail to setup default irq routingWei Yongjun
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti
2010-03-01KVM: switch vcpu context to use SRCUMarcelo Tosatti
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf
2009-12-03KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov
2009-09-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti
2009-09-10KVM: ia64: Correct itc_offset calculationsJes Sorensen
2009-06-10KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti
2009-06-10KVM: ia64: ia64 vcpu_reset() do not call kmalloc() with irqs disabledJes Sorensen
2009-06-10KVM: ia64: preserve int status through call to kvm_insert_vmm_mappingJes Sorensen
2009-06-10KVM: ia64: restore irq state before calling kvm_vcpu_initJes Sorensen
2009-06-10KVM: ia64: remove empty function vti_vcpu_load()Jes Sorensen
2009-06-10KVM: ia64: Flush all TLBs once guest's memory mapping changes.Xiantao Zhang
2009-06-10KVM: ia64: Don't hold slots_lock in guest modeJes Sorensen
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov
2009-06-10KVM: Timer event should not unconditionally unhalt vcpu.Gleb Natapov
2009-06-10KVM: ia64: Drop in SN2 replacement of fast path ITC emulation fault handlerJes Sorensen
2009-06-10KVM: ia64: Create inline function kvm_get_itc() to centralize ITC reading.Jes Sorensen
2009-06-10KVM: ia64: Map in SN2 RTC registers to the VMM moduleJes Sorensen
2009-06-10KVM: APIC: get rid of deliver_bitmaskGleb Natapov
2009-06-10KVM: change the way how lowest priority vcpu is calculatedGleb Natapov
2009-06-10KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov
2009-06-10KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov