aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2010-08-01KVM: ia64: cleanup kvm_ia64_sync_dirty_log()Takuya Yoshikawa1-19/+11
2010-08-01KVM: ia64: fix dirty_log_lock spin_lock section not to include get_dirty_log()Takuya Yoshikawa1-2/+2
2010-08-01KVM: Remove memory alias supportAvi Kivity1-5/+0
2010-08-01KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity1-11/+0
2010-06-16Merge branch 'master' into for-nextJiri Kosina3-4/+9
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-3/+3
2010-06-09KVM: ia64: Add missing spin_unlock in kvm_arch_hardware_enable()Julia Lawall1-0/+1
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity1-1/+1
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan1-1/+1
2010-05-17KVM: ia64: fix the error of ioctl KVM_IRQ_LINE if no irq chipWei Yongjun1-0/+2
2010-05-17KVM: ia64: fix the error code of ioctl KVM_IA64_VCPU_GET_STACK failureWei Yongjun1-1/+3
2010-04-20KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa1-4/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-05Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-39/+48
2010-03-03Rename .text.ivt to .text..ivt.Denys Vlasenko1-1/+1
2010-03-01KVM: ia64: destroy ioapic device if fail to setup default irq routingWei Yongjun1-1/+1
2010-03-01KVM: ia64: Fix string literal continuation linesJoe Perches2-4/+4
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti1-0/+1
2010-03-01KVM: ia64: remove redundant kvm_get_exit_data() NULL testsRoel Kluin1-15/+13
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti1-2/+2
2010-03-01KVM: switch vcpu context to use SRCUMarcelo Tosatti1-9/+6
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti1-2/+2
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti1-1/+3
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti1-4/+12
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti1-4/+6
2010-03-01KVM: Add KVM_MMIO kconfig itemAvi Kivity1-0/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-6/+9
2010-01-15vhost_net: a kernel-level virtio serverMichael S. Tsirkin1-0/+1
2009-12-27KVM: ia64: fix build breakage due to host spinlock changeLuck, Tony3-6/+9
2009-12-12drop explicit include of autoconf.hSam Ravnborg1-1/+0
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf1-3/+5
2009-12-03KVM: Move assigned device code to own fileAvi Kivity1-1/+1
2009-12-03KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity1-1/+1
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov1-2/+0
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov1-5/+2
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov1-14/+2
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin1-20/+8
2009-09-10KVM: remove old KVMTRACE support codeMarcelo Tosatti1-3/+0
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov1-15/+14
2009-09-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov3-7/+4
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2-2/+2
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti1-2/+2
2009-09-10KVM: ia64: Correct itc_offset calculationsJes Sorensen1-1/+1
2009-09-10KVM: Move common KVM Kconfig items to new file virt/kvm/KconfigAvi Kivity1-5/+2
2009-08-05KVM: ia64: fix build failures due to ia64/unsigned long mismatchesAvi Kivity3-11/+14
2009-06-30[IA64] Remove unnecessary semicolonsJoe Perches3-6/+6
2009-06-28KVM: ia64: fix ia64 build due to missing kallsyms_lookup() and double exportJes Sorensen1-0/+6
2009-06-10KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti1-14/+8