summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86, tsc: Fallback to normal calibration if fast MSR calibration failsThomas Gleixner2014-02-191-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-151-0/+2
|\
| * x86/efi: Fix 32-bit falloutBorislav Petkov2014-02-141-0/+2
* | xen: properly account for _PAGE_NUMA during xen pte translationsMel Gorman2014-02-101-2/+12
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-082-4/+4
|\
| * Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-02-0717-103/+72
| |\
| * \ Merge branch 'linus' into x86/urgentIngo Molnar2014-01-2530-222/+589
| |\ \
| * | | mm, x86: Account for TLB flushes only when debuggingMel Gorman2014-01-251-3/+3
| * | | x86/AMD/NB: Fix amd_set_subcaches() parameter typeDan Carpenter2014-01-251-1/+1
* | | | Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-02-051-3/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk2014-02-031-3/+2
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-311-2/+0
|\ \ \ \
| * | | | x86/uv/nmi: Fix Sparse warningsMike Travis2014-01-251-2/+0
| | |_|/ | |/| |
* | | | Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc...Linus Torvalds2014-01-311-2/+3
|\ \ \ \ | | |/ / | |/| |
| * | | xen/grant-table: Avoid m2p_override during mappingZoltan Kiss2014-01-311-2/+3
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-311-21/+12
|\ \ \ \
| * | | | x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101Paolo Bonzini2014-01-291-5/+6
| * | | | x86, kvm: cache the base of the KVM cpuid leavesPaolo Bonzini2014-01-291-16/+6
* | | | | 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-303-8/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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-291-1/+1
| * | | | | x86, asmlinkage, paravirt: Don't rely on local assembler labelsAndi Kleen2014-01-291-4/+5
* | | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-291-5/+5
|\ \ \ \ \ \
| * | | | | | x86, uapi, x32: Use __kernel_ulong_t in x86 struct semid64_dsH.J. Lu2014-01-201-5/+5
* | | | | | | x86: revert wrong memblock current limit settingYinghai Lu2014-01-271-2/+2
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-0/+7
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-6/+7
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-2/+9
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-186-13/+24
| |\ \ \ \ \ \ \ \
| * | | | | | | | | lib: introduce arch optimized hash libraryFrancesco Fusco2013-12-171-0/+7
* | | | | | | | | | firmware/dmi_scan: generalize for use by other archsArd Biesheuvel2014-01-231-2/+4
* | | | | | | | | | x86: use generic fixmap.hMark Salter2014-01-231-58/+1
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-221-1/+7
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk2014-01-061-0/+1
| * | | | | | | | xen/p2m: Check for auto-xlat when doing mfn_to_local_pfn.Mukesh Rathor2014-01-061-1/+6
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-224-0/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | KVM: nVMX: Clean up handling of VMX-related MSRsJan Kiszka2014-01-171-0/+1
| * | | | | | | | KVM: SVM: Fix reading of DR6Jan Kiszka2014-01-171-0/+2
| * | | | | | | | add support for Hyper-V reference time counterVadim Rozenfeld2014-01-172-0/+14
| * | | | | | | | KVM: nVMX: Add support for activity state HLTJan Kiszka2013-12-121-0/+1
* | | | | | | | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-222-3/+2
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'pci/resource' into nextBjorn Helgaas2014-01-101-1/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | PCI: Enforce bus address limits in resource allocationYinghai Lu2014-01-071-1/+0
| * | | | | | | | | | PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong2013-12-132-2/+2
| |/ / / / / / / / /
* | | | | | | | / / x86: memblock: set current limit to max low memory addressSantosh Shilimkar2014-01-211-2/+2
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-201-20/+22
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | x86, x32: Use __kernel_long_t/__kernel_ulong_t in x86-64 stat.hH.J. Lu2013-12-201-20/+22
* | | | | | | | | Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2014-01-205-24/+121
|\ \ \ \ \ \ \ \ \