aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)Author
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-05-05x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski
2014-05-05x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.cAndy Lutomirski
2014-04-24kprobes, x86: Prohibit probing on debug_stack_*()Masami Hiramatsu
2014-04-01Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-03-06x86: Keep thread_info on thread stack in x86_32Steven Rostedt
2014-02-27x86, cpufeature: If we disable CLFLUSH, we should disable CLFLUSHOPTH. Peter Anvin
2014-02-27x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSHH. Peter Anvin
2014-02-13x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabledH. Peter Anvin
2014-01-03x86, cpu: Detect more TLB configurationKirill A. Shutemov
2013-11-12Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-10-26x86/cpu: Track legacy CPU model data only on 32-bit kernelsJan Beulich
2013-09-25sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra
2013-08-06x86, asmlinkage: Make several variables used from assembler/linker script vis...Andi Kleen
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker
2013-07-02Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-06-20x86, trace: Add irq vector tracepointsSeiji Aguchi
2013-06-20x86: Rename variables for debuggingSeiji Aguchi
2013-06-20x86: Add a static_cpu_has_safe variantBorislav Petkov
2013-06-20x86: Sanity-check static_cpu_has usageBorislav Petkov
2013-06-20x86, cpu: Add a synthetic, always true, cpu featureBorislav Petkov
2013-06-06x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin
2013-04-02x86, cpu: Expand cpufeature facility to include cpu bugsBorislav Petkov
2013-01-31x86/common.c: load ucode in 64 bit or show loading ucode info in 32 bit on APFenghua Yu
2013-01-31x86/common.c: Make have_cpuid_p() a global functionFenghua Yu
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-11-28death to idle_regs()Al Viro
2012-11-14x86, hotplug: During CPU0 online, enable x2apic, set_numa_node.Fenghua Yu
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-10-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-10-01Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-09-27x86, smep, smap: Make the switching functions one-wayH. Peter Anvin
2012-09-21Merge branch 'x86/fpu' into x86/smapH. Peter Anvin
2012-09-21x86, smap: Turn on Supervisor Mode Access PreventionH. Peter Anvin
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin
2012-09-19x86/debug: Dump family, model, stepping of the boot CPUBorislav Petkov
2012-09-18x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha
2012-09-13x86: Drop unnecessary kernel_eflags variable on 64-bitIan Campbell
2012-08-08x86, avx: don't use avx instructions with "noxsave" boot paramSuresh Siddha
2012-08-06x86, cpu: Push TLB detection CPUID check downBorislav Petkov
2012-08-06x86, cpu: Fixup tlb_flushall_shift formattingBorislav Petkov
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-06-27x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi
2012-06-27x86/tlb_info: get last level TLB entry number of CPUAlex Shi
2012-06-07x86, cpu: Fix show_msr MSR accessing functionBorislav Petkov
2012-05-31x86: Allow nesting of the debug stack IDT settingSteven Rostedt
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi
2012-04-16x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id()Andreas Herrmann
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds