summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)Author
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-21perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and initVikas Shivappa
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar
2016-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-08x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski
2016-02-29x86/topology: Create logical package idThomas Gleixner
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
2016-02-18x86/mm/pkeys: Actually enable Memory Protection Keys in the CPUDave Hansen
2016-02-16x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitionsDave Hansen
2016-02-16Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar
2016-02-09x86/mm: Add a 'noinvpcid' boot option to turn off INVPCIDAndy Lutomirski
2016-02-03x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong
2016-01-30x86/alternatives: Discard dynamic check after initBrian Gerst
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov
2016-01-11Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov
2015-12-19x86/cpufeature: Cleanup get_cpu_cap()Borislav Petkov
2015-12-19x86/cpufeature: Move some of the scattered feature bits to x86_capabilityBorislav Petkov
2015-11-24x86/cpu: Fix MSR value truncation issueBorislav Petkov
2015-11-24x86/cpu: Unify CPU family, model, stepping calculationBorislav Petkov
2015-11-19x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper
2015-11-01x86/cpu: Add CLZERO detectionWan Zongshun
2015-09-13x86/cpu: Print family/model/stepping in hexBorislav Petkov
2015-09-01Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-08-23x86/asm/msr: Make wrmsrl() a functionAndy Lutomirski
2015-07-31x86/ldt: Make modify_ldt synchronousAndy Lutomirski
2015-07-21x86/cpu: Restore MSR_IA32_ENERGY_PERF_BIAS after resumeLaura Abbott
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