summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-22KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settingsJan Kiszka1-2/+2
2013-04-22KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka3-10/+60
2013-04-22KVM: nVMX: Fix conditions for NMI injectionJan Kiszka1-0/+26
2013-04-22KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_maskJan Kiszka1-10/+10
2013-04-22KVM: x86: Fix memory leak in vmx.cAndrew Honig1-0/+17
2013-04-22KVM: x86: fix error return code in kvm_arch_vcpu_init()Wei Yongjun1-1/+3
2013-04-22KVM: nVMX: Enable and disable shadow vmcs functionalityAbel Gordon1-0/+11
2013-04-22KVM: nVMX: Synchronize VMCS12 content with the shadow vmcsAbel Gordon1-0/+32
2013-04-22KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcsAbel Gordon1-0/+45
2013-04-22KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12Abel Gordon1-0/+35
2013-04-22KVM: nVMX: Release shadow vmcsAbel Gordon1-8/+12
2013-04-22KVM: nVMX: Allocate shadow vmcsAbel Gordon1-0/+12
2013-04-22KVM: nVMX: Fix VMXON emulationAbel Gordon1-0/+8
2013-04-22KVM: nVMX: Refactor handle_vmwriteAbel Gordon1-24/+28
2013-04-22KVM: nVMX: Introduce vmread and vmwrite bitmapsAbel Gordon1-1/+89
2013-04-22KVM: nVMX: Detect shadow-vmcs capabilityAbel Gordon1-1/+24
2013-04-22KVM: nVMX: Shadow-vmcs control fields/bitsAbel Gordon2-0/+5
2013-04-18KVM: ia64: Fix kvm_vm_ioctl_irq_lineYang Zhang1-2/+4
2013-04-18KVM: x86: Fix posted interrupt with CONFIG_SMP=nZhang, Yang Z1-0/+2
2013-04-17kvm/ppc: don't call complete_mmio_load when it's a storeScott Wood1-1/+0
2013-04-17KVM: PPC: emulate dcbstStuart Yoder1-0/+2
2013-04-17Added ONE_REG interface for debug instructionBharat Bhushan5-0/+20
2013-04-16KVM: VMX: Fix check guest state validity if a guest is in VM86 modeGleb Natapov1-1/+1
2013-04-16KVM: nVMX: check vmcs12 for valid activity statePaolo Bonzini1-2/+5
2013-04-16KVM: ARM: Fix kvm_vm_ioctl_irq_lineAlexander Graf1-1/+2
2013-04-16KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang3-12/+21
2013-04-16KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang6-1/+86
2013-04-16KVM: Set TMR when programming ioapic entryYang Zhang5-11/+25
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang9-30/+32
2013-04-16KVM: VMX: Check the posted interrupt capabilityYang Zhang2-20/+66
2013-04-16KVM: VMX: Register a new IPI for posted interruptYang Zhang7-0/+44
2013-04-16KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang4-5/+64
2013-04-16KVM: Use eoi to track RTC interrupt delivery statusYang Zhang1-1/+35
2013-04-16KVM: Let ioapic know the irq line statusYang Zhang9-37/+54
2013-04-16KVM: Force vmexit with virtual interrupt deliveryYang Zhang1-1/+1
2013-04-16KVM: Add reset/restore rtc_status supportYang Zhang4-0/+70
2013-04-16KVM: Return destination vcpu on interrupt injectionYang Zhang5-19/+27
2013-04-16KVM: Introduce struct rtc_statusYang Zhang1-0/+12
2013-04-16KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang3-8/+9
2013-04-14KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exitsJan Kiszka1-1/+5
2013-04-14KVM: nVMX: Fix conditions for interrupt injectionJan Kiszka1-8/+12
2013-04-14KVM: nVMX: Rework event injection and recoveryJan Kiszka1-35/+64
2013-04-14KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1Jan Kiszka1-7/+2
2013-04-14KVM: emulator: mark 0xff 0x7d opcode as undefined.Gleb Natapov1-1/+1
2013-04-14KVM: emulator: Do not fail on emulation of undefined opcodeGleb Natapov1-2/+3
2013-04-14KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov3-5/+11
2013-04-14KVM: emulator: fix unimplemented instruction detectionGleb Natapov1-3/+4
2013-04-11KVM: x86 emulator: Fix segment loading in VM86Kevin Wolf1-3/+12
2013-04-08KVM: Move kvm_rebooting declaration out of x86Geoff Levand2-1/+2
2013-04-08KVM: Move kvm_spurious_fault to x86.cGeoff Levand2-8/+7