aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)Author
2015-06-30x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is e...Ingo Molnar
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-06-09x86/mpx: Introduce a boot-time disable flagDave Hansen
2015-06-08Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar
2015-06-08x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar
2015-06-08x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar
2015-06-08x86/asm/entry: Rename compat syscall entry pointsIngo Molnar
2015-06-07x86: Kill CONFIG_X86_HTBorislav Petkov
2015-06-02x86/cpu: Trim model ID whitespaceBorislav Petkov
2015-05-27x86/cpu: Strip any /proc/cpuinfo model name field whitespacePrarit Bhargava
2015-05-20x86/fpu/init: Move __setup() functions to fpu/init.cIngo Molnar
2015-05-19x86/fpu: Fix the 'nofxsr' boot parameter to also clear X86_FEATURE_FXSR_OPTIngo Molnar
2015-05-19x86/fpu: Remove the extra fpu__detect() layerIngo Molnar
2015-05-19x86/fpu: Simplify fpu__cpu_init()Ingo Molnar
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar
2015-05-19x86/fpu: Move 'PER_CPU(fpu_owner_task)' to fpu/core.cIngo Molnar
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar
2015-05-19x86/fpu: Rename fpu_init() to fpu__cpu_init()Ingo Molnar
2015-05-19x86/fpu: Rename fpu_detect() to fpu__detect()Ingo Molnar
2015-05-08x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-03x86/asm/entry/64: Use a define for an invalid segment selectorBorislav Petkov
2015-04-03x86/asm/entry/64: Fix MSR_IA32_SYSENTER_CS MSR valueBorislav Petkov
2015-04-03x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1Andy Lutomirski
2015-03-27x86/asm/entry/64: Fix comment about SYSENTER MSRsDenys Vlasenko
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar
2015-03-24x86/asm/entry/64: Always set up SYSENTER MSRsIngo Molnar
2015-03-24x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko
2015-03-24x86/asm/entry/64: Fold syscall32_cpu_init() into its sole userDenys Vlasenko
2015-03-17x86/asm/entry: Document and clean up the enable_sep_cpu() and syscall32_cpu_i...Ingo Molnar
2015-03-17x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" betterDenys Vlasenko
2015-03-07x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...Andy Lutomirski
2015-03-06x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski
2015-02-28x86: Init per-cpu shadow copy of CR4 on 32-bit CPUs tooSteven Rostedt
2015-02-25x86: Add support for Intel Cache QoS Monitoring (CQM) detectionPeter P Waskiewicz Jr
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-02-09Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski
2015-01-22x86/x2apic: Split enable and setup functionThomas Gleixner
2015-01-11x86, CPU: Fix trivial printk formatting issues with dmesgSteven Honeyman
2014-12-10Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-11-16x86: Require exact match for 'noxsave' command line optionDave Hansen
2014-11-03x86,vdso: Use LSL unconditionally for vgetcpuAndy Lutomirski
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2014-10-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-14Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-10-14arch/x86/kernel/cpu/common.c: fix unused symbol warningAndrew Morton