| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-06-12 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+4 |
| 2014-05-05 | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO |  Andy Lutomirski | 1 | -0/+1 |
| 2014-05-05 | x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.c |  Andy Lutomirski | 1 | -0/+32 |
| 2014-04-24 | kprobes, x86: Prohibit probing on debug_stack_*() |  Masami Hiramatsu | 1 | -0/+4 |
| 2014-04-01 | Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -4/+4 |
| 2014-03-06 | x86: Keep thread_info on thread stack in x86_32 |  Steven Rostedt | 1 | -4/+4 |
| 2014-02-27 | x86, cpufeature: If we disable CLFLUSH, we should disable CLFLUSHOPT |  H. Peter Anvin | 1 | -0/+1 |
| 2014-02-27 | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH |  H. Peter Anvin | 1 | -1/+1 |
| 2014-02-13 | x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabled |  H. Peter Anvin | 1 | -1/+6 |
| 2014-01-03 | x86, cpu: Detect more TLB configuration |  Kirill A. Shutemov | 1 | -3/+4 |
| 2013-11-12 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -5/+7 |
| 2013-10-26 | x86/cpu: Track legacy CPU model data only on 32-bit kernels |  Jan Beulich | 1 | -5/+7 |
| 2013-09-25 | sched, x86: Provide a per-cpu preempt_count implementation |  Peter Zijlstra | 1 | -0/+5 |
| 2013-08-06 | x86, asmlinkage: Make several variables used from assembler/linker script visible |  Andi Kleen | 1 | -2/+2 |
| 2013-07-14 | x86: delete __cpuinit usage from all x86 files |  Paul Gortmaker | 1 | -32/+32 |
| 2013-07-02 | Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -10/+10 |
| 2013-06-20 | x86, trace: Add irq vector tracepoints |  Seiji Aguchi | 1 | -2/+2 |
| 2013-06-20 | x86: Rename variables for debugging |  Seiji Aguchi | 1 | -8/+8 |
| 2013-06-20 | x86: Add a static_cpu_has_safe variant |  Borislav Petkov | 1 | -0/+6 |
| 2013-06-20 | x86: Sanity-check static_cpu_has usage |  Borislav Petkov | 1 | -0/+8 |
| 2013-06-20 | x86, cpu: Add a synthetic, always true, cpu feature |  Borislav Petkov | 1 | -0/+2 |
| 2013-06-06 | x86: Get rid of ->hard_math and all the FPU asm fu |  H. Peter Anvin | 1 | -2/+1 |
| 2013-04-02 | x86, cpu: Expand cpufeature facility to include cpu bugs |  Borislav Petkov | 1 | -0/+4 |
| 2013-01-31 | x86/common.c: load ucode in 64 bit or show loading ucode info in 32 bit on AP |  Fenghua Yu | 1 | -0/+8 |
| 2013-01-31 | x86/common.c: Make have_cpuid_p() a global function |  Fenghua Yu | 1 | -6/+3 |
| 2012-12-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 1 | -9/+0 |
| 2012-11-28 | death to idle_regs() |  Al Viro | 1 | -9/+0 |
| 2012-11-14 | x86, hotplug: During CPU0 online, enable x2apic, set_numa_node. |  Fenghua Yu | 1 | -3/+2 |
| 2012-10-01 | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -15/+29 |
| 2012-10-01 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -3/+2 |
| 2012-10-01 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -2/+0 |
| 2012-10-01 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -3/+5 |
| 2012-09-27 | x86, smep, smap: Make the switching functions one-way |  H. Peter Anvin | 1 | -31/+18 |
| 2012-09-21 | Merge branch 'x86/fpu' into x86/smap |  H. Peter Anvin | 1 | -2/+0 |
| 2012-09-21 | x86, smap: Turn on Supervisor Mode Access Prevention |  H. Peter Anvin | 1 | -0/+26 |
| 2012-09-21 | x86, smap: Add STAC and CLAC instructions to control user space access |  H. Peter Anvin | 1 | -1/+2 |
| 2012-09-19 | x86/debug: Dump family, model, stepping of the boot CPU |  Borislav Petkov | 1 | -3/+5 |
| 2012-09-18 | x86, fpu: decouple non-lazy/eager fpu restore from xsave |  Suresh Siddha | 1 | -2/+0 |
| 2012-09-13 | x86: Drop unnecessary kernel_eflags variable on 64-bit |  Ian Campbell | 1 | -4/+0 |
| 2012-08-08 | x86, avx: don't use avx instructions with "noxsave" boot param |  Suresh Siddha | 1 | -0/+2 |
| 2012-08-06 | x86, cpu: Push TLB detection CPUID check down |  Borislav Petkov | 1 | -2/+1 |
| 2012-08-06 | x86, cpu: Fixup tlb_flushall_shift formatting |  Borislav Petkov | 1 | -1/+1 |
| 2012-07-26 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+31 |
| 2012-06-27 | x86/tlb: add tlb_flushall_shift for specific CPU |  Alex Shi | 1 | -2/+12 |
| 2012-06-27 | x86/tlb_info: get last level TLB entry number of CPU |  Alex Shi | 1 | -0/+21 |
| 2012-06-07 | x86, cpu: Fix show_msr MSR accessing function |  Borislav Petkov | 1 | -1/+1 |
| 2012-05-31 | x86: Allow nesting of the debug stack IDT setting |  Steven Rostedt | 1 | -1/+7 |
| 2012-05-14 | x86: replace percpu_xxx funcs with this_cpu_xxx |  Alex Shi | 1 | -1/+1 |
| 2012-04-16 | x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id() |  Andreas Herrmann | 1 | -9/+0 |
| 2012-03-29 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |