summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2013-03-07KVM: MMU: Introduce a helper function for FIFO zappingTakuya Yoshikawa1-32/+23
2013-03-07KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page()Takuya Yoshikawa1-4/+3
2013-03-07KVM: MMU: Fix and clean up for_each_gfn_* macrosTakuya Yoshikawa1-10/+8
2013-03-07KVM: nVMX: Fix setting of CR0 and CR4 in guest modeJan Kiszka1-15/+33
2013-03-07KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLSJan Kiszka2-3/+14
2013-03-05KVM: nVMX: Reset RFLAGS on VM-exitJan Kiszka1-0/+1
2013-03-04KVM: nVMX: Fix switching of debug stateJan Kiszka1-1/+4
2013-03-04KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa1-7/+8
2013-03-04KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa1-6/+4
2013-03-04KVM: set_memory_region: Drop user_alloc from set_memory_region()Takuya Yoshikawa1-3/+3
2013-03-04KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa1-4/+2
2013-03-04Merge branch 'master' into queueMarcelo Tosatti360-6892/+13204
2013-03-03Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-1/+18
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+4
2013-03-02x86, ACPI, mm: Revert movablemem_map supportYinghai Lu3-137/+12
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-9/+3
2013-03-01xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk1-0/+9
2013-02-28Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds1-0/+1
2013-02-28xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk1-1/+9
2013-02-28KVM: VMX: Pass vcpu to __vmx_complete_interruptsJan Kiszka1-17/+14
2013-02-28KVM: nVMX: Avoid one redundant vmcs_read in prepare_vmcs12Jan Kiszka1-2/+1
2013-02-28x86/kvm: Fix pvclock vsyscall fixmapPeter Hurley1-1/+1
2013-02-27Merge branch 'akpm' (final batch from Andrew)Linus Torvalds3-20/+15
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-20/+14
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-27Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-15/+28
2013-02-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-22/+37
2013-02-27more file_inode() open-coded instancesAl Viro1-5/+4
2013-02-27x86: Make sure we can boot in the case the BDA contains pure garbageH. Peter Anvin1-19/+34
2013-02-27arch/x86/kvm: beautify source code for __u32 irq which is never < 0Chen Gang1-1/+1
2013-02-27KVM: nVMX: Use cached exit reasonJan Kiszka1-2/+2
2013-02-27KVM: nVMX: Clear segment cache after switching between L1 and L2Jan Kiszka1-0/+4
2013-02-27KVM: nVMX: Advertise PAUSE and WBINVD exiting supportJan Kiszka1-1/+3
2013-02-27KVM: VMX: Make prepare_vmcs12 and load_vmcs12_host_state staticJan Kiszka1-2/+3
2013-02-27x86: kvmclock: Do not setup kvmclock vsyscall in the absence of that clockJan Kiszka1-1/+8
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-6/+4
2013-02-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-15/+53
2013-02-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-2/+46
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-68/+135
2013-02-25x86, efi: Mark disable_runtime as __initdataMatt Fleming1-1/+1
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds24-294/+668
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-7/+6
2013-02-25x86, doc: Fix incorrect comment about 64-bit code segment descriptorsKonrad Rzeszutek Wilk1-2/+2
2013-02-25fix compat truncate/ftruncateAl Viro1-2/+2
2013-02-24Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-20/+28
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-765/+1411
2013-02-24switch lseek to COMPAT_SYSCALL_DEFINEAl Viro3-7/+1
2013-02-24x86/mm/pageattr: Prevent PSE and GLOABL leftovers to confuse pmd/pte_present ...Andrea Arcangeli1-3/+47
2013-02-24Revert "x86, mm: Make spurious_fault check explicitly check explicitly check ...Andrea Arcangeli1-7/+1