aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Enable Intel MPX for guestLiu, Jinsong2014-02-253-2/+8
* KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_saveLiu, Jinsong2014-02-252-1/+7
* KVM: x86: Intel MPX vmx and msr handleLiu, Jinsong2014-02-244-2/+22
* KVM: x86: Fix xsave cpuid exposing bugLiu, Jinsong2014-02-223-5/+10
* KVM: x86: expose ADX feature to guestLiu, Jinsong2014-02-221-1/+2
* KVM: x86: expose new instruction RDSEED to guestLiu, Jinsong2014-02-221-1/+1
* kvm: remove redundant registration of BSP's hv_clock areaFernando Luis Vázquez Cao2014-02-222-2/+1
* KVM: SVM: fix NMI window after iretRadim Krčmář2014-02-181-0/+1
* KVM: Simplify kvm->tlbs_dirty handlingTakuya Yoshikawa2014-02-181-3/+4
* Merge tag 'kvm-s390-20140130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-02-041-1/+1
|\
| * KVM: async_pf: Provide additional direct page notificationDominik Dingel2014-01-301-1/+1
* | KVM: x86: remove unused last_kernel_ns variableMarcelo Tosatti2014-02-042-2/+0
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-313-22/+46
|\ \
| * | x86/uv/nmi, kgdb/kdb: Fix UV NMI handler when KDB not configuredMike Travis2014-01-251-14/+42
| * | x86/uv/nmi: Fix Sparse warningsMike Travis2014-01-253-8/+4
| * | kgdb/kdb: Fix no KDB config problemMike Travis2014-01-251-1/+1
* | | Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc...Linus Torvalds2014-01-313-18/+7
|\ \ \
| * | | xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pagesDave Jones2014-01-311-1/+2
| * | | xen/grant-table: Avoid m2p_override during mappingZoltan Kiss2014-01-312-17/+5
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-316-36/+89
|\ \ \ \
| * | | | x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101Paolo Bonzini2014-01-292-5/+11
| * | | | x86, kvm: cache the base of the KVM cpuid leavesPaolo Bonzini2014-01-292-16/+33
| * | | | kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdefPaolo Bonzini2014-01-291-1/+1
| * | | | KVM: x86: Validate guest writes to MSR_IA32_APICBASEJan Kiszka2014-01-274-12/+39
| * | | | KVM: x86: mark hyper-v vapic assist page as dirtyVadim Rozenfeld2014-01-241-2/+4
| * | | | KVM: x86: mark hyper-v hypercall page as dirtyVadim Rozenfeld2014-01-231-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-01-301-1/+2
|\ \ \ \
| * | | | mm: don't lose the SOFT_DIRTY flag on mprotectAndrey Vagin2014-01-301-1/+2
* | | | | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-01-3010-34/+37
|\ \ \ \ \
| * | | | | x86, asmlinkage, xen: Fix type of NMIAndi Kleen2014-01-291-2/+2
| * | | | | x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visibleAndi Kleen2014-01-292-2/+2
| * | | | | x86: Use inline assembler instead of global register variable to get spAndi Kleen2014-01-291-3/+5
| * | | | | x86, asmlinkage, paravirt: Make paravirt thunks globalAndi Kleen2014-01-294-17/+17
| * | | | | x86, asmlinkage, paravirt: Don't rely on local assembler labelsAndi Kleen2014-01-291-4/+5
| * | | | | x86, asmlinkage, lguest: Fix C functions used by inline assemblerAndi Kleen2014-01-291-6/+6
* | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-308-43/+91
|\ \ \ \ \ \
| * | | | | | x86, build: Build 16-bit code with -m16 where possibleDavid Woodhouse2014-01-301-4/+12
| * | | | | | x86, boot: Fix word-size assumptions in has_eflag() inline asmDavid Woodhouse2014-01-301-5/+20
| * | | | | | Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/buildH. Peter Anvin2014-01-29142-912/+4523
| |\ \ \ \ \ \
| * | | | | | | x86, boot: Use __attribute__((used)) to ensure videocard structs are emittedDavid Woodhouse2014-01-221-1/+1
| * | | | | | | x86: Remove duplication of 16-bit CFLAGSDavid Woodhouse2014-01-223-29/+17
| * | | | | | | x86, relocs: Add manual debug modeMichael Davidson2014-01-223-8/+45
* | | | | | | | Merge branch 'drop-time' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds2014-01-301-5/+0
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | x86: math-emu: Drop already-disabled print of build dateJosh Triplett2014-01-271-5/+0
* | | | | | | | Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-295-11/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, intel-mid: Cleanup some platform code's header filesDavid Cohen2014-01-282-4/+5
| * | | | | | | | x86, intel-mid: Add missing 'void' to functions without argumentsDavid Cohen2014-01-222-4/+4
| * | | | | | | | x86: Don't add new __cpuinit users to Merrifield platform codePaul Gortmaker2014-01-222-2/+2
| * | | | | | | | x86: Don't introduce more __cpuinit users in intel_mid_weak_decls.hPaul Gortmaker2014-01-222-4/+4
* | | | | | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-291-5/+5
|\ \ \ \ \ \ \ \ \