summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: correctly initialize the CS base on resetPaolo Bonzini2013-03-202-7/+2
* KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPUJan Kiszka2013-03-181-26/+4
* KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa2013-03-143-1/+20
* KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa2013-03-142-0/+4
* KVM: nVMX: Add preemption timer supportJan Kiszka2013-03-143-5/+20
* KVM: nVMX: Provide EFER.LMA saving supportJan Kiszka2013-03-142-1/+14
* KVM: nVMX: Clean up and fix pin-based execution controlsJan Kiszka2013-03-132-4/+8
* KVM: x86: Rework INIT and SIPI handlingJan Kiszka2013-03-136-45/+93
* KVM: MMU: make kvm_mmu_available_pages robust against n_used_mmu_pages > n_ma...Marcelo Tosatti2013-03-131-2/+5
* KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka2013-03-124-19/+9
* VMX: x86: handle host TSC calibration failureMarcelo Tosatti2013-03-121-11/+18
* kvm: remove cast for kmalloc return valueIoan Orghici2013-03-111-2/+1
* KVM: MMU: Introduce a helper function for FIFO zappingTakuya Yoshikawa2013-03-071-32/+23
* KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page()Takuya Yoshikawa2013-03-071-4/+3
* KVM: MMU: Fix and clean up for_each_gfn_* macrosTakuya Yoshikawa2013-03-071-10/+8
* KVM: nVMX: Fix setting of CR0 and CR4 in guest modeJan Kiszka2013-03-071-15/+33
* KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLSJan Kiszka2013-03-072-3/+14
* KVM: nVMX: Reset RFLAGS on VM-exitJan Kiszka2013-03-061-0/+1
* KVM: nVMX: Fix switching of debug stateJan Kiszka2013-03-051-1/+4
* KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa2013-03-051-7/+8
* KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa2013-03-051-6/+4
* KVM: set_memory_region: Drop user_alloc from set_memory_region()Takuya Yoshikawa2013-03-051-3/+3
* KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa2013-03-051-4/+2
* Merge branch 'master' into queueMarcelo Tosatti2013-03-05360-6892/+13204
|\
| * Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-032-1/+18
| |\
| | * xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk2013-03-011-0/+9
| | * xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk2013-02-281-1/+9
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-031-5/+4
| |\ \
| | * | more file_inode() open-coded instancesAl Viro2013-02-271-5/+4
| * | | x86, ACPI, mm: Revert movablemem_map supportYinghai Lu2013-03-023-137/+12
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-023-9/+3
| |\ \ \
| | * | | fix compat truncate/ftruncateAl Viro2013-02-251-2/+2
| | * | | switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-243-7/+1
| * | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-03-011-1/+1
| |\ \ \ \
| | * | | | x86/kvm: Fix pvclock vsyscall fixmapPeter Hurley2013-02-281-1/+1
| * | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds2013-03-011-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | x86/nmi: export local_touch_nmi() symbol for modulesJacob Pan2013-01-171-0/+1
| * | | | | Merge branch 'akpm' (final batch from Andrew)Linus Torvalds2013-02-283-20/+15
| |\ \ \ \ \
| | * | | | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-282-20/+14
| | * | | | | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-281-0/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-284-15/+28
| |\ \ \ \ \
| | * | | | | x86, efi: remove duplicate code in setup_arch() by using, efi_is_native()Satoru Takeuchi2013-02-143-8/+9
| | * | | | | x86, efi: Allow slash in file path of initrdLee, Chun-Yi2013-01-311-7/+19
| * | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-283-22/+37
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | x86: Make sure we can boot in the case the BDA contains pure garbageH. Peter Anvin2013-02-271-19/+34
| | * | | | | x86, efi: Mark disable_runtime as __initdataMatt Fleming2013-02-261-1/+1
| | * | | | | x86, doc: Fix incorrect comment about 64-bit code segment descriptorsKonrad Rzeszutek Wilk2013-02-251-2/+2
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-272-6/+4
| |\ \ \ \ \ \
| | * | | | | | new helper: file_inode(file)Al Viro2013-02-232-6/+4
| * | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-275-15/+53
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |