summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-04-26KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf1-0/+1
2013-04-26KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf1-0/+2
2013-04-26KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty mapPaul Mackerras6-21/+80
2013-04-26KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changesPaul Mackerras3-20/+63
2013-04-26KVM: PPC: e500: Add e6500 core to Kconfig descriptionMihai Caraman1-3/+3
2013-04-26KVM: PPC: e500mc: Enable e6500 coresMihai Caraman1-0/+2
2013-04-26KVM: PPC: e500: Remove E.PT and E.HV.LRAT categories from VCPUsMihai Caraman1-0/+4
2013-04-26KVM: PPC: e500: Add support for EPTCFG registerMihai Caraman4-0/+23
2013-04-26KVM: PPC: e500: Add support for TLBnPS registersMihai Caraman5-0/+55
2013-04-26KVM: PPC: e500: Move vcpu's MMU configuration to dedicated functionsMihai Caraman1-22/+38
2013-04-26KVM: PPC: e500: Expose MMU registers via ONE_REGMihai Caraman5-4/+123
2013-04-26KVM: PPC: Book3E: Refactor ONE_REG ioctl implementationMihai Caraman4-47/+91
2013-04-26booke: exit to user space if emulator requestBharat Bhushan1-0/+3
2013-04-26KVM: extend EMULATE_EXIT_USER to support different exit reasonsBharat Bhushan2-2/+2
2013-04-26Rename EMULATE_DO_PAPR to EMULATE_EXIT_USERBharat Bhushan3-3/+3
2013-04-26KVM: PPC: debug stub interface parameter definedBharat Bhushan4-6/+35
2013-04-26KVM: PPC: cache flush for kernel managed pagesBharat Bhushan1-1/+8
2013-04-25KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructionsGleb Natapov1-0/+4
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-22Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov7-1/+22
2013-04-17KVM: ia64: Fix kvm_vm_ioctl_irq_lineYang Zhang1-2/+4
2013-04-17KVM: 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 Zhang5-1/+85
2013-04-16KVM: Set TMR when programming ioapic entryYang Zhang3-7/+14
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang4-11/+11
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