linux/arch/ia64/kvm
Jes Sorensen d24d2c1cc4 KVM: ia64: fix locking order entering guest
Reorder locking as down_read() may return with local interrupts enabled,
which means we could go into vti_vcpu_run() with interrupts enabled.

This caused random crashes on the Altix as the timer interrupt tried
to read a memory mapped clock source, for which the TLB had not yet been
reinstated in the exit, before ipsr was retored.

Signed-off-by: Jes Sorensen <jes@sgi.com>
Acked-by: Xiantao Zhang <xiantao.zhang@intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2009-04-22 13:52:09 +03:00
..
Kconfig KVM: Add CONFIG_HAVE_KVM_IRQCHIP 2009-03-24 11:03:02 +02:00
Makefile
asm-offsets.c
irq.h KVM: ia64: Fix the build errors due to lack of macros related to MSI. 2009-03-24 11:03:13 +02:00
kvm-ia64.c KVM: ia64: fix locking order entering guest 2009-04-22 13:52:09 +03:00
kvm_fw.c KVM: ia64: Implement some pal calls needed for windows 2008 2009-03-24 11:03:06 +02:00
kvm_lib.c
kvm_minstate.h
lapic.h
memcpy.S
memset.S
misc.h
mmio.c
optvfault.S
process.c KVM: ia64: Implement some pal calls needed for windows 2008 2009-03-24 11:03:06 +02:00
trampoline.S
vcpu.c Pull pvops into release branch 2009-03-31 14:25:08 -07:00
vcpu.h KVM: ia64: vTLB change for enabling windows 2008 boot 2009-03-24 11:03:06 +02:00
vmm.c
vmm_ivt.S
vti.h
vtlb.c Pull pvops into release branch 2009-03-31 14:25:08 -07:00