aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
Commit message (Expand)AuthorAge
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-10
|\
| * x86,vdso: Use LSL unconditionally for vgetcpuAndy Lutomirski2014-11-03
* | x86: Require exact match for 'noxsave' command line optionDave Hansen2014-11-16
|/
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-15
|\
| * x86: Replace __get_cpu_var usesChristoph Lameter2014-08-26
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-10-13
|\ \
| * | arch/x86/kernel/cpu/common.c: fix unused symbol warningAndrew Morton2014-10-13
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-13
|\ \ \
| * | | x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski2014-10-06
| | |/ | |/|
* | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-10-13
|\ \ \ | |_|/ |/| |
| * | x86: Add more disabled featuresDave Hansen2014-09-11
| |/
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-13
|\ \
| * | x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov2014-09-16
| |/
* / x86: Support compiling out human-friendly processor feature namesJosh Triplett2014-08-17
|/
* Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-13
|\
| * x86/xsaves: Add a kernel parameter noxsaves to disable xsaves/xrstorsFenghua Yu2014-05-29
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-04
|\ \
| * | x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen2014-07-31
* | | Merge tag 'v3.16-rc1' into x86/cpufeatureH. Peter Anvin2014-06-18
|\ \ \ | |_|/ |/| |
| * | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-12
| |\ \ | | |/ | |/|
| | * kprobes, x86: Prohibit probing on debug_stack_*()Masami Hiramatsu2014-04-24
| * | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski2014-05-05
| * | x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.cAndy Lutomirski2014-05-05
| |/
* / x86/xsaves: Detect xsaves/xrstors featureFenghua Yu2014-05-29
|/
* Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-04-01
|\
| * x86: Keep thread_info on thread stack in x86_32Steven Rostedt2014-03-06
* | x86, cpufeature: If we disable CLFLUSH, we should disable CLFLUSHOPTH. Peter Anvin2014-02-27
* | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSHH. Peter Anvin2014-02-27
|/
* x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabledH. Peter Anvin2014-02-13
* x86, cpu: Detect more TLB configurationKirill A. Shutemov2014-01-03
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-11
|\
| * x86/cpu: Track legacy CPU model data only on 32-bit kernelsJan Beulich2013-10-26
* | sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra2013-09-25
|/
* x86, asmlinkage: Make several variables used from assembler/linker script vis...Andi Kleen2013-08-06
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-14
* Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-02
|\
| * x86, trace: Add irq vector tracepointsSeiji Aguchi2013-06-21
| * x86: Rename variables for debuggingSeiji Aguchi2013-06-21
* | x86: Add a static_cpu_has_safe variantBorislav Petkov2013-06-20
* | x86: Sanity-check static_cpu_has usageBorislav Petkov2013-06-20
* | x86, cpu: Add a synthetic, always true, cpu featureBorislav Petkov2013-06-20
* | x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin2013-06-06
|/
* x86, cpu: Expand cpufeature facility to include cpu bugsBorislav Petkov2013-04-02
* x86/common.c: load ucode in 64 bit or show loading ucode info in 32 bit on APFenghua Yu2013-01-31
* x86/common.c: Make have_cpuid_p() a global functionFenghua Yu2013-01-31
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-12
|\
| * death to idle_regs()Al Viro2012-11-28
* | x86, hotplug: During CPU0 online, enable x2apic, set_numa_node.Fenghua Yu2012-11-14
|/
* Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-01
|\
| * x86, smep, smap: Make the switching functions one-wayH. Peter Anvin2012-09-27