aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+12
2015-02-09Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+7
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski1-0/+7
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski1-5/+5
2015-01-22x86/x2apic: Split enable and setup functionThomas Gleixner1-1/+1
2015-01-11x86, CPU: Fix trivial printk formatting issues with dmesgSteven Honeyman1-6/+7
2014-12-10Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+0
2014-11-16x86: Require exact match for 'noxsave' command line optionDave Hansen1-0/+2
2014-11-03x86,vdso: Use LSL unconditionally for vgetcpuAndy Lutomirski1-10/+0
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-3/+3
2014-10-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-1/+3
2014-10-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-10-14Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-10-14arch/x86/kernel/cpu/common.c: fix unused symbol warningAndrew Morton1-1/+3
2014-10-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+18
2014-10-06x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski1-1/+1
2014-09-16x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov1-11/+18
2014-09-11x86: Add more disabled featuresDave Hansen1-1/+1
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-3/+3
2014-08-17x86: Support compiling out human-friendly processor feature namesJosh Triplett1-2/+2
2014-08-13Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2014-08-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+2
2014-07-31x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen1-11/+2
2014-06-18Merge tag 'v3.16-rc1' into x86/cpufeatureH. Peter Anvin1-0/+37
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2014-05-29x86/xsaves: Add a kernel parameter noxsaves to disable xsaves/xrstorsFenghua Yu1-0/+8
2014-05-29x86/xsaves: Detect xsaves/xrstors featureFenghua Yu1-0/+9
2014-05-05x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski1-0/+1
2014-05-05x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.cAndy Lutomirski1-0/+32
2014-04-24kprobes, x86: Prohibit probing on debug_stack_*()Masami Hiramatsu1-0/+4
2014-04-01Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2014-03-06x86: Keep thread_info on thread stack in x86_32Steven Rostedt1-4/+4
2014-02-27x86, cpufeature: If we disable CLFLUSH, we should disable CLFLUSHOPTH. Peter Anvin1-0/+1
2014-02-27x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSHH. Peter Anvin1-1/+1
2014-02-13x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabledH. Peter Anvin1-1/+6
2014-01-03x86, cpu: Detect more TLB configurationKirill A. Shutemov1-3/+4
2013-11-12Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+7
2013-10-26x86/cpu: Track legacy CPU model data only on 32-bit kernelsJan Beulich1-5/+7
2013-09-25sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra1-0/+5
2013-08-06x86, asmlinkage: Make several variables used from assembler/linker script visibleAndi Kleen1-2/+2
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-32/+32
2013-07-02Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+10
2013-06-20x86, trace: Add irq vector tracepointsSeiji Aguchi1-2/+2
2013-06-20x86: Rename variables for debuggingSeiji Aguchi1-8/+8
2013-06-20x86: Add a static_cpu_has_safe variantBorislav Petkov1-0/+6
2013-06-20x86: Sanity-check static_cpu_has usageBorislav Petkov1-0/+8
2013-06-20x86, cpu: Add a synthetic, always true, cpu featureBorislav Petkov1-0/+2
2013-06-06x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin1-2/+1
2013-04-02x86, cpu: Expand cpufeature facility to include cpu bugsBorislav Petkov1-0/+4
2013-01-31x86/common.c: load ucode in 64 bit or show loading ucode info in 32 bit on APFenghua Yu1-0/+8