summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-03-055-39/+48
|\
| * KVM: ia64: destroy ioapic device if fail to setup default irq routingWei Yongjun2010-03-011-1/+1
| * KVM: ia64: Fix string literal continuation linesJoe Perches2010-03-012-4/+4
| * KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti2010-03-011-0/+1
| * KVM: ia64: remove redundant kvm_get_exit_data() NULL testsRoel Kluin2010-03-011-15/+13Star
| * KVM: convert slots_lock to a mutexMarcelo Tosatti2010-03-011-2/+2
| * KVM: switch vcpu context to use SRCUMarcelo Tosatti2010-03-011-9/+6Star
| * 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: Add KVM_MMIO kconfig itemAvi Kivity2010-03-011-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-233-6/+9
|\|
| * KVM: ia64: fix build breakage due to host spinlock changeLuck, Tony2009-12-273-6/+9
* | vhost_net: a kernel-level virtio serverMichael S. Tsirkin2010-01-151-0/+1
|/
* drop explicit include of autoconf.hSam Ravnborg2009-12-121-1/+0Star
* KVM: Activate Virtualization On DemandAlexander Graf2009-12-031-3/+5
* KVM: Move assigned device code to own fileAvi Kivity2009-12-031-1/+1
* 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/+0Star
* KVM: Move IO APIC to its own lockGleb Natapov2009-12-031-5/+2Star
* KVM: Reduce runnability interface with arch support codeGleb Natapov2009-09-101-14/+2Star
* KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-101-20/+8Star
* KVM: remove old KVMTRACE support codeMarcelo Tosatti2009-09-101-3/+0Star
* KVM: Use macro to iterate over vcpus.Gleb Natapov2009-09-101-15/+14Star
* KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov2009-09-103-7/+4Star
* KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2009-09-102-2/+2
* 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: Move common KVM Kconfig items to new file virt/kvm/KconfigAvi Kivity2009-09-101-5/+2Star
* KVM: ia64: fix build failures due to ia64/unsigned long mismatchesAvi Kivity2009-08-053-11/+14
* [IA64] Remove unnecessary semicolonsJoe Perches2009-06-303-6/+6
* KVM: ia64: fix ia64 build due to missing kallsyms_lookup() and double exportJes Sorensen2009-06-281-0/+6
* KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti2009-06-101-14/+8Star
* 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/+1Star
* KVM: ia64: remove empty function vti_vcpu_load()Jes Sorensen2009-06-101-5/+0Star
* KVM: ia64: Flush all TLBs once guest's memory mapping changes.Xiantao Zhang2009-06-101-0/+1
* KVM: ia64: Don't hold slots_lock in guest modeJes Sorensen2009-06-101-31/+33
* KVM: ia64: make kvm depend on CONFIG_MODULES.Zhang, Xiantao2009-06-101-1/+1
* KVM: ia64: enable external interrupt in vmmYang Zhang2009-06-103-10/+16
* KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov2009-06-101-0/+6
* KVM: Timer event should not unconditionally unhalt vcpu.Gleb Natapov2009-06-101-3/+3
* KVM: ia64: Drop in SN2 replacement of fast path ITC emulation fault handlerJes Sorensen2009-06-103-5/+69
* KVM: ia64: SN2 adjust emulated ITC frequency to match RTC frequencyJes Sorensen2009-06-101-1/+27
* KVM: ia64: Create inline function kvm_get_itc() to centralize ITC reading.Jes Sorensen2009-06-102-6/+32
* KVM: ia64: Map in SN2 RTC registers to the VMM moduleJes Sorensen2009-06-101-5/+38
* KVM: APIC: get rid of deliver_bitmaskGleb Natapov2009-06-102-16/+21
* KVM: change the way how lowest priority vcpu is calculatedGleb Natapov2009-06-102-13/+3Star