summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Init per-cpu shadow copy of CR4 on 32-bit CPUs tooSteven Rostedt2015-02-281-0/+6
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-161-5/+12
|\
| * x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-041-0/+7
| * x86: Clean up cr4 manipulationAndy Lutomirski2015-02-041-5/+5
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-091-6/+7
|\ \
| * | x86, CPU: Fix trivial printk formatting issues with dmesgSteven Honeyman2015-01-111-6/+7
| |/
* | x86/x2apic: Split enable and setup functionThomas Gleixner2015-01-221-1/+1
|/
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-101-10/+0
|\
| * x86,vdso: Use LSL unconditionally for vgetcpuAndy Lutomirski2014-11-031-10/+0
* | x86: Require exact match for 'noxsave' command line optionDave Hansen2014-11-161-0/+2
|/
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-3/+3
|\
| * x86: Replace __get_cpu_var usesChristoph Lameter2014-08-261-3/+3
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-10-141-1/+3
|\ \
| * | arch/x86/kernel/cpu/common.c: fix unused symbol warningAndrew Morton2014-10-141-1/+3
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-141-1/+1
|\ \ \
| * | | x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski2014-10-061-1/+1
| | |/ | |/|
* | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-10-141-1/+1
|\ \ \ | |_|/ |/| |
| * | x86: Add more disabled featuresDave Hansen2014-09-111-1/+1
| |/
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-131-11/+18
|\ \
| * | x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov2014-09-161-11/+18
| |/
* | x86: Support compiling out human-friendly processor feature namesJosh Triplett2014-08-171-2/+2
|/
* Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-131-0/+8
|\
| * x86/xsaves: Add a kernel parameter noxsaves to disable xsaves/xrstorsFenghua Yu2014-05-291-0/+8
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-041-11/+2
|\ \
| * | x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen2014-07-311-11/+2
* | | Merge tag 'v3.16-rc1' into x86/cpufeatureH. Peter Anvin2014-06-181-0/+37
|\ \ \ | |_|/ |/| |
| * | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-0/+4
| |\ \ | | |/ | |/|
| | * kprobes, x86: Prohibit probing on debug_stack_*()Masami Hiramatsu2014-04-241-0/+4
| * | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski2014-05-051-0/+1
| * | x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.cAndy Lutomirski2014-05-051-0/+32
| |/
* | x86/xsaves: Detect xsaves/xrstors featureFenghua Yu2014-05-291-0/+9
|/
* Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-04-011-4/+4
|\
| * x86: Keep thread_info on thread stack in x86_32Steven Rostedt2014-03-061-4/+4
* | x86, cpufeature: If we disable CLFLUSH, we should disable CLFLUSHOPTH. Peter Anvin2014-02-271-0/+1
* | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSHH. Peter Anvin2014-02-271-1/+1
|/
* x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabledH. Peter Anvin2014-02-131-1/+6
* x86, cpu: Detect more TLB configurationKirill A. Shutemov2014-01-031-3/+4
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-121-5/+7
|\
| * x86/cpu: Track legacy CPU model data only on 32-bit kernelsJan Beulich2013-10-261-5/+7
* | sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra2013-09-251-0/+5
|/
* x86, asmlinkage: Make several variables used from assembler/linker script vis...Andi Kleen2013-08-061-2/+2
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-32/+32
* Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-021-10/+10
|\
| * x86, trace: Add irq vector tracepointsSeiji Aguchi2013-06-201-2/+2
| * x86: Rename variables for debuggingSeiji Aguchi2013-06-201-8/+8
* | x86: Add a static_cpu_has_safe variantBorislav Petkov2013-06-201-0/+6
* | x86: Sanity-check static_cpu_has usageBorislav Petkov2013-06-201-0/+8
* | x86, cpu: Add a synthetic, always true, cpu featureBorislav Petkov2013-06-201-0/+2
* | x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin2013-06-061-2/+1
|/
* x86, cpu: Expand cpufeature facility to include cpu bugsBorislav Petkov2013-04-021-0/+4
OpenPOWER on IntegriCloud