summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* KVM: Move vm_list kvm_lock declarations out of x86Geoff Levand2013-04-081-3/+0Star
* 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-201-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-071-1/+15
| * | x86: Don't clear efi_info even if the sentinel hitsJosh Boyer2013-03-071-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/+0Star
|\
| * switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-241-1/+0Star
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-281-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-272-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-262-1/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/rafael-set-root-bridge-handle' into nextBjorn Helgaas2013-01-181-0/+3
| |\ \ \ \ \
| | * | | | | ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-141-0/+3
| * | | | | | x86/PCI: Remove unused pci_root_busBjorn Helgaas2013-01-031-1/+0Star
| |/ / / / /
* | | | | | Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-02-252-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-201-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-061-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-221-0/+7
| * | | | | | KVM: Remove unused slot_bitmap from kvm_mmu_pageTakuya Yoshikawa2013-01-141-5/+0Star
| * | | | | | x86: kvm_para: fix typo in hypercall commentsJesse Larrew2013-01-021-1/+1
| * | | | | | KVM: Increase user memory slots on x86 to 125Alex Williamson2012-12-141-1/+1
| * | | | | | KVM: Make KVM_PRIVATE_MEM_SLOTS optionalAlex Williamson2012-12-141-2/+2
| * | | | | | KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-142-5/+5
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-247-67/+14Star
|\ \ \ \ \ \ \
| * | | | | | | x86: convert to ksignalAl Viro2013-02-141-2/+3
| * | | | | | | burying unused conditionalsAl Viro2013-02-141-2/+0Star
| * | | | | | | x86: switch to generic old sigactionAl Viro2013-02-044-21/+0Star
| * | | | | | | x86: switch to generic compat rt_sigaction()Al Viro2013-02-042-11/+0Star