summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Increase the "hard" max VCPU limitChegu Vinod2013-04-281-1/+1
* kvm: Allow build-time configuration of KVM device assignmentAlex Williamson2013-04-281-1/+0
* Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov2013-04-281-0/+2
|\
| * KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf2013-04-261-0/+2
* | KVM: x86: Rework request for immediate exitJan Kiszka2013-04-281-1/+1
|/
* KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka2013-04-221-0/+1
* KVM: nVMX: Shadow-vmcs control fields/bitsAbel Gordon2013-04-222-0/+5
* KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang2013-04-161-0/+2
* KVM: VMX: Check the posted interrupt capabilityYang Zhang2013-04-161-0/+4
* KVM: VMX: Register a new IPI for posted interruptYang Zhang2013-04-164-0/+13
* KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang2013-04-161-0/+1
* KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov2013-04-141-0/+1
* KVM: Move kvm_rebooting declaration out of x86Geoff Levand2013-04-081-1/+0
* KVM: Move vm_list kvm_lock declarations out of x86Geoff Levand2013-04-081-3/+0
* pmu: prepare for migration supportPaolo Bonzini2013-04-021-1/+1
* Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2013-03-212-4/+20
|\
| * Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-03-191-2/+2
| |\
| | * KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2013-03-191-2/+2
| * | x86, doc: Be explicit about what the x86 struct boot_params requiresPeter Jones2013-03-061-1/+15
| * | x86: Don't clear efi_info even if the sentinel hitsJosh Boyer2013-03-061-1/+3
| |/
* | KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa2013-03-141-0/+1
* | KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa2013-03-141-0/+1
* | KVM: nVMX: Add preemption timer supportJan Kiszka2013-03-142-2/+6
* | KVM: nVMX: Provide EFER.LMA saving supportJan Kiszka2013-03-141-0/+2
* | KVM: nVMX: Clean up and fix pin-based execution controlsJan Kiszka2013-03-131-0/+2
* | KVM: x86: Rework INIT and SIPI handlingJan Kiszka2013-03-131-1/+2
* | KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka2013-03-121-1/+1
* | KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLSJan Kiszka2013-03-071-0/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-021-1/+0
|\
| * switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-241-1/+0
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-271-1/+8
|\ \
| * | x86, efi: remove duplicate code in setup_arch() by using, efi_is_native()Satoru Takeuchi2013-02-141-1/+8
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-262-1/+24
|\ \ \
| * \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-02-202-1/+24
| |\ \ \
| | * | | tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt2013-02-122-1/+24
* | | | | Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-252-1/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/rafael-set-root-bridge-handle' into nextBjorn Helgaas2013-01-171-0/+3
| |\ \ \ \ \
| | * | | | | ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-131-0/+3
| * | | | | | x86/PCI: Remove unused pci_root_busBjorn Helgaas2013-01-031-1/+0
| |/ / / / /
* | | | | | Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-02-242-0/+5
|\ \ \ \ \ \
| * | | | | | xen: event channel arrays are xen_ulong_t and not unsigned longIan Campbell2013-02-201-0/+3
| * | | | | | xen: introduce xen_remap, use it instead of ioremapStefano Stabellini2013-02-191-0/+2
* | | | | | | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-244-14/+41
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | KVM: VMX: add missing exit names to VMX_EXIT_REASONS arrayGleb Natapov2013-02-051-1/+6
| * | | | | | x86, apicv: add virtual interrupt delivery supportYang Zhang2013-01-292-0/+16
| * | | | | | x86, apicv: add virtual x2apic supportYang Zhang2013-01-292-0/+2
| * | | | | | x86, apicv: add APICv register virtualization supportYang Zhang2013-01-291-0/+2
| * | | | | | KVM: x86: improve reexecute_instructionXiao Guangrong2013-01-211-0/+7
| * | | | | | KVM: Remove unused slot_bitmap from kvm_mmu_pageTakuya Yoshikawa2013-01-141-5/+0
| * | | | | | x86: kvm_para: fix typo in hypercall commentsJesse Larrew2013-01-021-1/+1
OpenPOWER on IntegriCloud