summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+7
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-0/+18
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+2
2014-01-21x86: memblock: set current limit to max low memory addressSantosh Shilimkar1-2/+2
2014-01-20Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-20/+22
2014-01-20Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-24/+121
2014-01-20Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+34
2014-01-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+2
2014-01-20Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+93
2014-01-20Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-45/+60
2014-01-20Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-5/+20
2014-01-20Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+46
2014-01-20Merge branch 'x86-efi-kexec-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-19/+64
2014-01-20Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2014-01-20Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-6/+0
2014-01-20Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2014-01-20Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+20
2014-01-20x86/intel/mpx: Remove unused LWP structureIngo Molnar1-8/+2
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-82/+61
2014-01-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+42
2014-01-17KVM: nVMX: Clean up handling of VMX-related MSRsJan Kiszka1-0/+1
2014-01-17KVM: SVM: Fix reading of DR6Jan Kiszka1-0/+2
2014-01-17add support for Hyper-V reference time counterVadim Rozenfeld2-0/+14
2014-01-15x86, tsc: Add static (MSR) TSC calibration on Intel Atom SoCsBin Gao1-0/+3
2014-01-15x86: Add check for number of available vectors before CPU downPrarit Bhargava1-0/+1
2014-01-15x86, intel-mid: Add Merrifield platform supportDavid Cohen1-0/+2
2014-01-15x86, intel-mid: Add Clovertrail platform supportKuppuswamy Sathyanarayanan1-2/+44
2014-01-14x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov1-0/+1
2014-01-13x86, microcode, AMD: Fix early ucode loadingBorislav Petkov1-4/+3
2014-01-13x86, microcode: Share native MSR accessing variantsBorislav Petkov1-0/+15
2014-01-13x86, ramdisk: Export relocated ramdisk VABorislav Petkov1-1/+2
2014-01-13sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra1-1/+1
2014-01-13Merge branch 'x86/idle' into sched/coreIngo Molnar2-23/+43
2014-01-13sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQsPeter Zijlstra1-2/+21
2014-01-13sched/clock, x86: Move some cyc2ns() code aroundPeter Zijlstra1-59/+0
2014-01-13sched/clock, x86: Use mul_u64_u32_shr() for native_sched_clock()Peter Zijlstra1-4/+3
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar2-2/+20
2014-01-12x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqsPrarit Bhargava1-0/+3
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra1-1/+42
2014-01-11x86, fpu, amd: Clear exceptions in AMD FXSAVE workaroundLinus Torvalds1-6/+7
2014-01-10Merge branch 'pci/resource' into nextBjorn Helgaas1-1/+0
2014-01-08arch: x86: New MailBox support driver for Intel SOC'sDavid E. Box1-0/+90
2014-01-07PCI: Enforce bus address limits in resource allocationYinghai Lu1-1/+0
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker6-6/+0
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk1-0/+1
2014-01-06xen/p2m: Check for auto-xlat when doing mfn_to_local_pfn.Mukesh Rathor1-1/+6
2014-01-05Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar8-15/+44
2014-01-04x86, sparse: Do not force removal of __user when calling copy_to/from_user_no...Steven Rostedt1-2/+2
2014-01-03x86, cpu: Detect more TLB configurationKirill A. Shutemov1-0/+1