summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+46
2014-01-21Merge branch 'x86-efi-kexec-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-19/+64
2014-01-21Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2014-01-21Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-6/+0
2014-01-21Merge 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-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-16x86, intel-mid: Add Merrifield platform supportDavid Cohen1-0/+2
2014-01-16x86, intel-mid: Add Clovertrail platform supportKuppuswamy Sathyanarayanan1-2/+44
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-12x86, fpu, amd: Clear exceptions in AMD FXSAVE workaroundLinus Torvalds1-6/+7
2014-01-07x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker6-6/+0
2014-01-05Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar8-15/+44
2014-01-05x86, sparse: Do not force removal of __user when calling copy_to/from_user_no...Steven Rostedt1-2/+2
2014-01-04x86, cpu: Detect more TLB configurationKirill A. Shutemov1-0/+1
2014-01-03x86/efi: parse_efi_setup() build fixDave Young1-3/+2
2013-12-29x86: Add xloadflags bit for EFI runtime support on kexecDave Young1-0/+1
2013-12-29x86/efi: Pass necessary EFI data for kexec via setup_dataDave Young2-0/+13
2013-12-28x86: Slightly tweak the access_ok() C variant for better codeH. Peter Anvin1-3/+5
2013-12-28x86: Replace assembly access_ok() with a C variantLinus Torvalds1-11/+17
2013-12-21x86/efi: Add a wrapper function efi_map_region_fixed()Dave Young1-0/+1
2013-12-19x86, idle: Use static_cpu_has() for CLFLUSH workaround, add barriersH. Peter Anvin1-1/+4
2013-12-19x86, acpi, idle: Restructure the mwait idle routinesPeter Zijlstra2-23/+40
2013-12-19mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-2/+9
2013-12-11sched: Remove PREEMPT_NEED_RESCHED from generic codePeter Zijlstra1-0/+11
2013-12-05Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds5-13/+13
2013-12-05x86, bitops: Correct the assembly constraints to testing bitopsH. Peter Anvin5-13/+13
2013-12-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+11
2013-11-26Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2-18/+49
2013-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-31/+11
2013-11-21Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+3
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2013-11-19ftrace, perf: Avoid infinite event generation loopPeter Zijlstra1-0/+11
2013-11-19Merge branch 'pm-tools'Rafael J. Wysocki1-0/+2
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-14/+28
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+38
2013-11-15x86, mm: enable split page table lock for PMD levelKirill A. Shutemov1-1/+10
2013-11-15ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-1/+1
2013-11-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2013-11-14Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-33/+102
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3