aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kvm
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: Move IO APIC to its own lockGleb Natapov2009-12-031-5/+2
* KVM: Reduce runnability interface with arch support codeGleb Natapov2009-09-101-14/+2
* KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-101-20/+8
* KVM: remove old KVMTRACE support codeMarcelo Tosatti2009-09-101-3/+0
* KVM: Use macro to iterate over vcpus.Gleb Natapov2009-09-101-15/+14
* KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov2009-09-103-7/+4
* 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/+2
* 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/+8
* 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/+1
* KVM: ia64: remove empty function vti_vcpu_load()Jes Sorensen2009-06-101-5/+0
* 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/+3
* KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov2009-06-102-0/+11
* KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov2009-06-102-5/+5
* KVM: ia64: fix compilation error in kvm_get_lowest_prio_vcpuYang Zhang2009-06-101-1/+1
* KVM: ia64: fix locking order entering guestJes Sorensen2009-04-221-6/+8
* Pull pvops into release branchTony Luck2009-03-313-2/+4
|\
| * ia64: remove some warnings.Isaku Yamahata2009-03-272-2/+2
| * ia64/pv_ops/binary patch: define paravirt_dv_serialize_data() and suppress fa...Isaku Yamahata2009-03-261-0/+2
* | KVM: ia64: Fix the build errors due to lack of macros related to MSI.Xiantao Zhang2009-03-241-0/+2
* | KVM: Report IRQ injection status to userspace.Gleb Natapov2009-03-241-2/+10
* | KVM: ia64: dynamic nr online cpusJes Sorensen2009-03-242-5/+12
* | KVM: ia64: Implement some pal calls needed for windows 2008Xiantao Zhang2009-03-242-7/+152
* | KVM: ia64: Add the support for translating PAL Call's pointer argsXiantao Zhang2009-03-241-3/+45
* | KVM: ia64: vTLB change for enabling windows 2008 bootXiantao Zhang2009-03-242-24/+19
* | KVM: Userspace controlled irq routingAvi Kivity2009-03-241-0/+5
* | KVM: Add CONFIG_HAVE_KVM_IRQCHIPAvi Kivity2009-03-241-0/+4
* | KVM: ia64: Code cleanupXiantao Zhang2009-03-243-57/+2
* | KVM: ia64: stack get/restore patchJes Sorensen2009-03-241-3/+89
* | KVM: New guest debug interfaceJan Kiszka2009-03-241-2/+2
|/
* KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang2009-02-151-0/+4
* KVM: ia64: fix fp fault/trap handlerYang Zhang2009-02-151-8/+9