aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/kvm/kvm-ia64.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-13KVM: Use cond_resched() directly and remove useless kvm_resched()Gravatar Takuya Yoshikawa 1-1/+1
2013-10-17kvm: Add struct kvm arg to memslot APIsGravatar Aneesh Kumar K.V 1-2/+3
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Gravatar Takuya Yoshikawa 1-0/+4
2013-04-29kvm: KVM_CAP_IOMMU only available with device assignmentGravatar Alex Williamson 1-0/+2
2013-04-28kvm: Allow build-time configuration of KVM device assignmentGravatar Alex Williamson 1-2/+0
2013-04-17KVM: ia64: Fix kvm_vm_ioctl_irq_lineGravatar Yang Zhang 1-2/+4
2013-03-04KVM: set_memory_region: Refactor commit_memory_region()Gravatar Takuya Yoshikawa 1-1/+2
2013-03-04KVM: set_memory_region: Refactor prepare_memory_region()Gravatar Takuya Yoshikawa 1-2/+2
2013-03-04KVM: set_memory_region: Drop user_alloc from set_memory_region()Gravatar Takuya Yoshikawa 1-18/+0
2013-03-04KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Gravatar Takuya Yoshikawa 1-4/+2
2012-12-13KVM: struct kvm_memory_slot.user_alloc -> boolGravatar Alex Williamson 1-3/+3
2012-12-13KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSGravatar Alex Williamson 1-1/+1
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-2/+5
2012-11-27KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationGravatar Marcelo Tosatti 1-0/+5
2012-11-19treewide: fix typo of "suppport" in various commentsGravatar Masanari Iida 1-1/+1
2012-10-26KVM: ia64: remove unused variable in kvm_release_vm_pages()Gravatar Wei Yongjun 1-2/+0
2012-09-06KVM: split kvm_arch_flush_shadowGravatar Marcelo Tosatti 1-1/+7
2012-07-26KVM: Move KVM_IRQ_LINE to arch-generic codeGravatar Christoffer Dall 1-23/+10
2012-04-19KVM: ia64: fix build due to typoGravatar Avi Kivity 1-1/+1
2012-04-19KVM: Fix page-crossing MMIOGravatar Avi Kivity 1-5/+5
2012-04-08KVM: Factor out kvm_vcpu_kick to arch-generic codeGravatar Christoffer Dall 1-15/+5
2012-03-08KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsGravatar Avi Kivity 1-0/+5
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itGravatar Takuya Yoshikawa 1-0/+10
2012-03-05KVM: s390: ucontrol: export SIE control block to userGravatar Carsten Otte 1-0/+5
2012-03-05KVM: s390: add parameter for KVM_CREATE_VMGravatar Carsten Otte 1-1/+4
2011-12-27KVM: IA64: fix struct redefinitionGravatar Xiao Guangrong 1-2/+2
2011-12-27KVM: introduce id_to_memslot functionGravatar Xiao Guangrong 1-1/+1
2011-12-27KVM: introduce kvm_for_each_memslot macroGravatar Xiao Guangrong 1-4/+2
2011-10-21iommu/core: Convert iommu_found to iommu_presentGravatar Joerg Roedel 1-1/+2
2011-03-17KVM: Add "exiting guest mode" stateGravatar Xiao Guangrong 1-0/+2
2011-01-12KVM: Take missing slots_lock for kvm_io_bus_unregister_dev()Gravatar Takuya Yoshikawa 1-0/+2
2011-01-12KVM: Clean up vm creation and releaseGravatar Jan Kiszka 1-21/+7
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-3/+3
2010-08-01KVM: ia64: cleanup kvm_ia64_sync_dirty_log()Gravatar Takuya Yoshikawa 1-19/+11
2010-08-01KVM: ia64: fix dirty_log_lock spin_lock section not to include get_dirty_log()Gravatar Takuya Yoshikawa 1-2/+2
2010-08-01KVM: Remove memory alias supportGravatar Avi Kivity 1-5/+0
2010-08-01KVM: move vcpu locking to dispatcher for generic vcpu ioctlsGravatar Avi Kivity 1-11/+0
2010-06-16Merge branch 'master' into for-nextGravatar Jiri Kosina 1-2/+7
2010-06-16fix typos concerning "initiali[zs]e"Gravatar Uwe Kleine-König 1-3/+3
2010-06-09KVM: ia64: Add missing spin_unlock in kvm_arch_hardware_enable()Gravatar Julia Lawall 1-0/+1
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yGravatar Lai Jiangshan 1-1/+1
2010-05-17KVM: ia64: fix the error of ioctl KVM_IRQ_LINE if no irq chipGravatar Wei Yongjun 1-0/+2
2010-05-17KVM: ia64: fix the error code of ioctl KVM_IA64_VCPU_GET_STACK failureGravatar Wei Yongjun 1-1/+3
2010-04-20KVM: fix the handling of dirty bitmaps to avoid overflowsGravatar Takuya Yoshikawa 1-4/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2010-03-01KVM: ia64: destroy ioapic device if fail to setup default irq routingGravatar Wei Yongjun 1-1/+1
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionGravatar Marcelo Tosatti 1-0/+1
2010-03-01KVM: convert slots_lock to a mutexGravatar Marcelo Tosatti 1-2/+2
2010-03-01KVM: switch vcpu context to use SRCUGravatar Marcelo Tosatti 1-9/+6
2010-03-01KVM: convert io_bus to SRCUGravatar Marcelo Tosatti 1-2/+2