aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/kvm
AgeCommit message (Expand)AuthorFilesLines
2010-10-24KVM: ia64: define kvm_lapic_enabled() to fix a compile errorGravatar Takuya Yoshikawa 1-0/+1
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 3-4/+9
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-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildGravatar Linus Torvalds 1-1/+1
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeGravatar Avi Kivity 1-1/+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-05Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-39/+48
2010-03-03Rename .text.ivt to .text..ivt.Gravatar Denys Vlasenko 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: ia64: Fix string literal continuation linesGravatar Joe Perches 2-4/+4
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionGravatar Marcelo Tosatti 1-0/+1
2010-03-01KVM: ia64: remove redundant kvm_get_exit_data() NULL testsGravatar Roel Kluin 1-15/+13
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
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateGravatar Marcelo Tosatti 1-1/+3
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitGravatar Marcelo Tosatti 1-4/+12
2010-03-01KVM: modify memslots layout in struct kvmGravatar Marcelo Tosatti 1-4/+6
2010-03-01KVM: Add KVM_MMIO kconfig itemGravatar Avi Kivity 1-0/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 3-6/+9
2010-01-15vhost_net: a kernel-level virtio serverGravatar Michael S. Tsirkin 1-0/+1
2009-12-27KVM: ia64: fix build breakage due to host spinlock changeGravatar Luck, Tony 3-6/+9
2009-12-12drop explicit include of autoconf.hGravatar Sam Ravnborg 1-1/+0
2009-12-03KVM: Activate Virtualization On DemandGravatar Alexander Graf 1-3/+5
2009-12-03KVM: Move assigned device code to own fileGravatar Avi Kivity 1-1/+1
2009-12-03KVM: Return -ENOTTY on unrecognized ioctlsGravatar Avi Kivity 1-1/+1
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGravatar Gleb Natapov 1-2/+0
2009-12-03KVM: Move IO APIC to its own lockGravatar Gleb Natapov 1-5/+2
2009-09-10KVM: Reduce runnability interface with arch support codeGravatar Gleb Natapov 1-14/+2
2009-09-10KVM: remove in_range from io devicesGravatar Michael S. Tsirkin 1-20/+8
2009-09-10KVM: remove old KVMTRACE support codeGravatar Marcelo Tosatti 1-3/+0
2009-09-10KVM: Use macro to iterate over vcpus.Gravatar Gleb Natapov 1-15/+14
2009-09-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gravatar Gleb Natapov 3-7/+4
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gravatar Gleb Natapov 2-2/+2
2009-09-10KVM: switch irq injection/acking data structures to irq_lockGravatar Marcelo Tosatti 1-2/+2
2009-09-10KVM: ia64: Correct itc_offset calculationsGravatar Jes Sorensen 1-1/+1
2009-09-10KVM: Move common KVM Kconfig items to new file virt/kvm/KconfigGravatar Avi Kivity 1-5/+2
2009-08-05KVM: ia64: fix build failures due to ia64/unsigned long mismatchesGravatar Avi Kivity 3-11/+14
2009-06-30[IA64] Remove unnecessary semicolonsGravatar Joe Perches 3-6/+6
2009-06-28KVM: ia64: fix ia64 build due to missing kallsyms_lookup() and double exportGravatar Jes Sorensen 1-0/+6