aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-10KVM: ia64: ia64 vcpu_reset() do not call kmalloc() with irqs disabledJes Sorensen1-1/+1
2009-06-10KVM: ia64: preserve int status through call to kvm_insert_vmm_mappingJes Sorensen1-1/+6
2009-06-10KVM: ia64: restore irq state before calling kvm_vcpu_initJes Sorensen1-2/+1
2009-06-10KVM: ia64: remove empty function vti_vcpu_load()Jes Sorensen1-5/+0
2009-06-10KVM: ia64: Flush all TLBs once guest's memory mapping changes.Xiantao Zhang1-0/+1
2009-06-10KVM: ia64: Don't hold slots_lock in guest modeJes Sorensen1-31/+33
2009-06-10KVM: ia64: make kvm depend on CONFIG_MODULES.Zhang, Xiantao1-1/+1
2009-06-10KVM: ia64: enable external interrupt in vmmYang Zhang3-10/+16
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov1-0/+6
2009-06-10KVM: Timer event should not unconditionally unhalt vcpu.Gleb Natapov1-3/+3
2009-06-10KVM: ia64: Drop in SN2 replacement of fast path ITC emulation fault handlerJes Sorensen3-5/+69
2009-06-10KVM: ia64: SN2 adjust emulated ITC frequency to match RTC frequencyJes Sorensen1-1/+27
2009-06-10KVM: ia64: Create inline function kvm_get_itc() to centralize ITC reading.Jes Sorensen2-6/+32
2009-06-10KVM: ia64: Map in SN2 RTC registers to the VMM moduleJes Sorensen1-5/+38
2009-06-10KVM: APIC: get rid of deliver_bitmaskGleb Natapov2-16/+21
2009-06-10KVM: change the way how lowest priority vcpu is calculatedGleb Natapov2-13/+3
2009-06-10KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov2-0/+11
2009-06-10KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov2-5/+5
2009-06-10KVM: ia64: fix compilation error in kvm_get_lowest_prio_vcpuYang Zhang1-1/+1
2009-04-22KVM: ia64: fix locking order entering guestJes Sorensen1-6/+8
2009-03-31Pull pvops into release branchTony Luck3-2/+4
2009-03-27ia64: remove some warnings.Isaku Yamahata2-2/+2
2009-03-26ia64/pv_ops/binary patch: define paravirt_dv_serialize_data() and suppress false positive warning.Isaku Yamahata1-0/+2
2009-03-24KVM: ia64: Fix the build errors due to lack of macros related to MSI.Xiantao Zhang1-0/+2
2009-03-24KVM: Report IRQ injection status to userspace.Gleb Natapov1-2/+10
2009-03-24KVM: ia64: dynamic nr online cpusJes Sorensen2-5/+12
2009-03-24KVM: ia64: Implement some pal calls needed for windows 2008Xiantao Zhang2-7/+152
2009-03-24KVM: ia64: Add the support for translating PAL Call's pointer argsXiantao Zhang1-3/+45
2009-03-24KVM: ia64: vTLB change for enabling windows 2008 bootXiantao Zhang2-24/+19
2009-03-24KVM: Userspace controlled irq routingAvi Kivity1-0/+5