aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
...
| * | | | | | KVM: emulator: emulate XLATPaolo Bonzini2013-05-09
| * | | | | | KVM: emulator: emulate AAMPaolo Bonzini2013-05-09
| * | | | | | KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov2013-05-09
| * | | | | | KVM: x86: fix maintenance of guest/host xcr0 stateMarcelo Tosatti2013-05-08
* | | | | | | Merge tag 'pci-v3.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-09
|\ \ \ \ \ \ \
| * | | | | | | x86/pci/mrst: Use configuration mechanism 1 for 00:00.0, 00:02.0, 00:03.0Bin Gao2013-04-30
* | | | | | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-09
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Remove GENERIC_GPIO config optionAlexandre Courbot2013-04-16
* | | | | | | | Merge branch 'rwsem-optimizations'Linus Torvalds2013-05-07
|\ \ \ \ \ \ \ \
| * | | | | | | | x86 rwsem: avoid taking slow path when stealing write lockMichel Lespinasse2013-05-07
* | | | | | | | | Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-06
|\ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *---. | | | | | | | | Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Joerg Roedel2013-05-02
| |\ \ \| | | | | | | |
| * | | | | | | | | | | iommu: Fix compile warnings with forward declarationsJoerg Roedel2013-04-19
| * | | | | | | | | | | iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsetsNeil Horman2013-04-18
* | | | | | | | | | | | Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-05
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka2013-05-02
| * | | | | | | | | | | | kvm: KVM_CAP_IOMMU only available with device assignmentAlex Williamson2013-04-29
| * | | | | | | | | | | | KVM: nVMX: Skip PF interception check when queuing during nested runJan Kiszka2013-04-28
| * | | | | | | | | | | | KVM: x86: Increase the "hard" max VCPU limitChegu Vinod2013-04-28
| * | | | | | | | | | | | kvm: Allow build-time configuration of KVM device assignmentAlex Williamson2013-04-28
| * | | | | | | | | | | | Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov2013-04-28
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | KVM: Move irqfd resample cap handling to generic codeAlexander Graf2013-04-26
| | * | | | | | | | | | | | KVM: Extract generic irqchip logic into irqchip.cAlexander Graf2013-04-26
| | * | | | | | | | | | | | KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf2013-04-26
| | * | | | | | | | | | | | KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf2013-04-26
| * | | | | | | | | | | | | KVM: x86: Rework request for immediate exitJan Kiszka2013-04-28
| * | | | | | | | | | | | | kvm, svm: Fix typo in printk messageBorislav Petkov2013-04-28
| * | | | | | | | | | | | | KVM: VMX: remove unprintable characters from commentJan Kiszka2013-04-28
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructionsGleb Natapov2013-04-25
| * | | | | | | | | | | | KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settingsJan Kiszka2013-04-22
| * | | | | | | | | | | | KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka2013-04-22
| * | | | | | | | | | | | KVM: nVMX: Fix conditions for NMI injectionJan Kiszka2013-04-22
| * | | | | | | | | | | | KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_maskJan Kiszka2013-04-22
| * | | | | | | | | | | | KVM: x86: Fix memory leak in vmx.cAndrew Honig2013-04-22
| * | | | | | | | | | | | KVM: x86: fix error return code in kvm_arch_vcpu_init()Wei Yongjun2013-04-22
| * | | | | | | | | | | | KVM: nVMX: Enable and disable shadow vmcs functionalityAbel Gordon2013-04-22
| * | | | | | | | | | | | KVM: nVMX: Synchronize VMCS12 content with the shadow vmcsAbel Gordon2013-04-22
| * | | | | | | | | | | | KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcsAbel Gordon2013-04-22
| * | | | | | | | | | | | KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12Abel Gordon2013-04-22
| * | | | | | | | | | | | KVM: nVMX: Release shadow vmcsAbel Gordon2013-04-22
| * | | | | | | | | | | | KVM: nVMX: Allocate shadow vmcsAbel Gordon2013-04-22
| * | | | | | | | | | | | KVM: nVMX: Fix VMXON emulationAbel Gordon2013-04-22
| * | | | | | | | | | | | KVM: nVMX: Refactor handle_vmwriteAbel Gordon2013-04-22
| * | | | | | | | | | | | KVM: nVMX: Introduce vmread and vmwrite bitmapsAbel Gordon2013-04-22
| * | | | | | | | | | | | KVM: nVMX: Detect shadow-vmcs capabilityAbel Gordon2013-04-22
| * | | | | | | | | | | | KVM: nVMX: Shadow-vmcs control fields/bitsAbel Gordon2013-04-22
| * | | | | | | | | | | | KVM: x86: Fix posted interrupt with CONFIG_SMP=nZhang, Yang Z2013-04-17
| * | | | | | | | | | | | KVM: VMX: Fix check guest state validity if a guest is in VM86 modeGleb Natapov2013-04-16
| * | | | | | | | | | | | KVM: nVMX: check vmcs12 for valid activity statePaolo Bonzini2013-04-16
| * | | | | | | | | | | | KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang2013-04-16