summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kvm/kvm-ia64.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: ia64: fix build due to typoAvi Kivity2012-05-091-1/+1
* KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity2012-03-081-0/+5
* KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-081-0/+10
* KVM: s390: ucontrol: export SIE control block to userCarsten Otte2012-03-051-0/+5
* KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte2012-03-051-1/+4
* KVM: IA64: fix struct redefinitionXiao Guangrong2011-12-271-2/+2
* KVM: introduce id_to_memslot functionXiao Guangrong2011-12-271-1/+1
* KVM: introduce kvm_for_each_memslot macroXiao Guangrong2011-12-271-4/+2
* iommu/core: Convert iommu_found to iommu_presentJoerg Roedel2011-10-211-1/+2
* KVM: Add "exiting guest mode" stateXiao Guangrong2011-03-171-0/+2
* KVM: Take missing slots_lock for kvm_io_bus_unregister_dev()Takuya Yoshikawa2011-01-121-0/+2
* KVM: Clean up vm creation and releaseJan Kiszka2011-01-121-21/+7
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-3/+3
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-06-161-2/+7
| |\
| * | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-3/+3
* | | KVM: ia64: cleanup kvm_ia64_sync_dirty_log()Takuya Yoshikawa2010-08-011-19/+11
* | | KVM: ia64: fix dirty_log_lock spin_lock section not to include get_dirty_log()Takuya Yoshikawa2010-08-011-2/+2
* | | KVM: Remove memory alias supportAvi Kivity2010-08-011-5/+0
* | | KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity2010-08-011-11/+0
| |/ |/|
* | KVM: ia64: Add missing spin_unlock in kvm_arch_hardware_enable()Julia Lawall2010-06-091-0/+1
* | 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
OpenPOWER on IntegriCloud