aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-20KVM: ia64: removePaolo Bonzini22-12306/+0
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář1-2/+2
2014-08-29KVM: static inline empty kvm_arch functionsRadim Krčmář1-30/+0
2014-08-05KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras1-0/+1
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf1-1/+1
2014-04-16Merge tag 'please-pull-ia64-erratum' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-1/+1
2014-04-16[IA64] Change default PSR.ac from '1' to '0' (Fix erratum #237)Tony Luck1-1/+1
2014-03-13kvm: x86: ignore ioapic polarityGabriel L. Somlo1-0/+1
2013-12-13KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa1-1/+1
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-2/+3
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa1-0/+4
2013-05-19KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier1-3/+4
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-37/+24
2013-04-29kvm: KVM_CAP_IOMMU only available with device assignmentAlex Williamson1-0/+2
2013-04-28kvm: Allow build-time configuration of KVM device assignmentAlex Williamson3-7/+14
2013-04-26KVM: IA64: Carry non-ia64 changes into ia64Alexander Graf2-1/+2
2013-04-17KVM: ia64: Fix kvm_vm_ioctl_irq_lineYang Zhang1-2/+4
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang1-6/+0
2013-03-19Wrong asm register contraints in the kvm implementationStephan Schreiber1-1/+1
2013-03-04KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa1-1/+2
2013-03-04KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa1-2/+2
2013-03-04KVM: set_memory_region: Drop user_alloc from set_memory_region()Takuya Yoshikawa1-18/+0
2013-03-04KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa1-4/+2
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-4/+10
2013-01-29x86, apicv: add virtual interrupt delivery supportYang Zhang1-0/+6
2013-01-11arch/ia64/kvm: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-12-13KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson1-3/+3
2012-12-13KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson1-1/+1
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+5
2012-11-27KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti1-0/+5
2012-11-19treewide: fix typo of "suppport" in various commentsMasanari Iida1-1/+1
2012-10-26KVM: ia64: remove unused variable in kvm_release_vm_pages()Wei Yongjun1-2/+0
2012-09-06KVM: split kvm_arch_flush_shadowMarcelo Tosatti1-1/+7
2012-08-05Merge remote-tracking branch 'upstream' into nextAvi Kivity1-0/+1
2012-07-30Merge tag 'please-pull-ia64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-0/+1
2012-07-26KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall1-23/+10
2012-07-25[IA64] Mark PARAVIRT and KVM as brokenFengguang Wu1-0/+1
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2012-06-28treewide: Put a space between #include and FILEPaul Bolle1-3/+3
2012-06-05KVM: ia64: Mark ia64 KVM as BROKENAvi Kivity1-0/+1
2012-04-19KVM: ia64: fix build due to typoAvi Kivity1-1/+1
2012-04-19KVM: Fix page-crossing MMIOAvi Kivity1-5/+5
2012-04-08KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall1-15/+5
2012-03-08KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity1-0/+5
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa1-0/+10
2012-03-05KVM: s390: ucontrol: export SIE control block to userCarsten Otte1-0/+5
2012-03-05KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte1-1/+4
2011-12-27KVM: IA64: fix struct redefinitionXiao Guangrong1-2/+2
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong1-1/+1
2011-12-27KVM: introduce kvm_for_each_memslot macroXiao Guangrong1-4/+2