summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-11Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+4
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-1/+3
2015-12-19x86/cpufeature: Cleanup get_cpu_cap()Borislav Petkov1-25/+22
2015-12-19x86/cpufeature: Move some of the scattered feature bits to x86_capabilityBorislav Petkov1-0/+5
2015-11-24x86/cpu: Fix MSR value truncation issueBorislav Petkov1-1/+1
2015-11-24x86/cpu: Unify CPU family, model, stepping calculationBorislav Petkov1-8/+3
2015-11-19x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper1-2/+1
2015-11-01x86/cpu: Add CLZERO detectionWan Zongshun1-0/+1
2015-09-13x86/cpu: Print family/model/stepping in hexBorislav Petkov1-2/+2
2015-09-01Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+18
2015-08-23x86/asm/msr: Make wrmsrl() a functionAndy Lutomirski1-3/+3
2015-07-31x86/ldt: Make modify_ldt synchronousAndy Lutomirski1-2/+2
2015-07-21x86/cpu: Restore MSR_IA32_ENERGY_PERF_BIAS after resumeLaura Abbott1-0/+18
2015-06-30x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is e...Ingo Molnar1-1/+1
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+6
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-35/+12
2015-06-09x86/mpx: Introduce a boot-time disable flagDave Hansen1-0/+16
2015-06-08Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar1-4/+4
2015-06-08x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar1-1/+1
2015-06-08x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar1-2/+2
2015-06-08x86/asm/entry: Rename compat syscall entry pointsIngo Molnar1-1/+1
2015-06-07x86: Kill CONFIG_X86_HTBorislav Petkov1-2/+2
2015-06-02x86/cpu: Trim model ID whitespaceBorislav Petkov1-5/+17
2015-05-27x86/cpu: Strip any /proc/cpuinfo model name field whitespacePrarit Bhargava1-13/+4
2015-05-20x86/fpu/init: Move __setup() functions to fpu/init.cIngo Molnar1-36/+0
2015-05-19x86/fpu: Fix the 'nofxsr' boot parameter to also clear X86_FEATURE_FXSR_OPTIngo Molnar1-8/+9
2015-05-19x86/fpu: Remove the extra fpu__detect() layerIngo Molnar1-1/+1
2015-05-19x86/fpu: Simplify fpu__cpu_init()Ingo Molnar1-2/+2
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Move 'PER_CPU(fpu_owner_task)' to fpu/core.cIngo Molnar1-3/+0
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar1-1/+0
2015-05-19x86/fpu: Rename fpu_init() to fpu__cpu_init()Ingo Molnar1-2/+2
2015-05-19x86/fpu: Rename fpu_detect() to fpu__detect()Ingo Molnar1-1/+1
2015-05-08x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko1-4/+0
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+39
2015-04-03x86/asm/entry/64: Use a define for an invalid segment selectorBorislav Petkov1-1/+1
2015-04-03x86/asm/entry/64: Fix MSR_IA32_SYSENTER_CS MSR valueBorislav Petkov1-1/+1
2015-04-03x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1Andy Lutomirski1-4/+5
2015-03-27x86/asm/entry/64: Fix comment about SYSENTER MSRsDenys Vlasenko1-2/+4
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar1-0/+39
2015-03-24x86/asm/entry/64: Always set up SYSENTER MSRsIngo Molnar1-3/+7
2015-03-24x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko1-1/+1
2015-03-24x86/asm/entry/64: Fold syscall32_cpu_init() into its sole userDenys Vlasenko1-21/+10
2015-03-17x86/asm/entry: Document and clean up the enable_sep_cpu() and syscall32_cpu_i...Ingo Molnar1-13/+29
2015-03-17x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" betterDenys Vlasenko1-1/+1
2015-03-07x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...Andy Lutomirski1-2/+11
2015-03-06x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski1-3/+3
2015-02-28x86: Init per-cpu shadow copy of CR4 on 32-bit CPUs tooSteven Rostedt1-0/+6
2015-02-25x86: Add support for Intel Cache QoS Monitoring (CQM) detectionPeter P Waskiewicz Jr1-0/+39
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+12