summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...Lukasz Odzioba2017-01-051-1/+1
* x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski2016-12-191-3/+4
* x86/smpboot: Make logical package management more robustThomas Gleixner2016-12-131-16/+8
* Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-121-5/+2
|\
| * x86/microcode: Run the AP-loading routine only on the application processorsBorislav Petkov2016-10-251-5/+2
* | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-1/+0
|\ \
| * | x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov2016-12-091-1/+0
| |/
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-53/+0
|\ \
| * | x86/cpu: Get rid of the show_msr= boot optionBorislav Petkov2016-10-251-53/+0
| |/
* / x86/cpu: Deal with broken firmware (VMWare/XEN)Thomas Gleixner2016-11-091-2/+30
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-9/+9
|\
| * Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar2016-09-081-3/+8
| |\
| | * x86: Apply more __ro_after_init and constKees Cook2016-08-101-3/+8
| * | x86/entry: Remove outdated comment about SYSCALL targetsBorislav Petkov2016-08-241-5/+0
| * | x86/dumpstack: Remove 64-byte gap at end of irq stackJosh Poimboeuf2016-08-181-1/+1
| |/
* / x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUIDAndy Lutomirski2016-09-301-12/+11
|/
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+1
|\
| * x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* | x86/smp: Remove stack_smp_processor_id()Andy Lutomirski2016-07-151-1/+1
|/
* Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2016-05-201-29/+63
|\
| * Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-26/+56
| |\
| | * x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski2016-04-291-1/+1
| | * x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
| | * x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify()Andy Lutomirski2016-04-131-25/+25
| | * x86/cpu: Probe the behavior of nulling out a segment at boot timeAndy Lutomirski2016-04-131-0/+31
| | * x86/cpu: Do the feature test first in enable_sep_cpu()Borislav Petkov2016-03-291-4/+3
| * | x86/cpu: Add detection of AMD RAS CapabilitiesYazen Ghannam2016-05-121-3/+7
| |/
* | x86/mm/mpx: Work around MPX erratum SKD046Dave Hansen2016-05-201-0/+3
* | x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen2016-05-161-0/+4
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-241-1/+3
|\
| * perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and initVikas Shivappa2016-03-211-1/+3
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-241-2/+2
|\|
| * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-171-2/+2
| |\
| | * x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-2/+2
* | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-0/+44
|\ \ \ | |/ / |/| |
| * | x86/mm/pkeys: Actually enable Memory Protection Keys in the CPUDave Hansen2016-02-181-0/+43
| * | x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitionsDave Hansen2016-02-161-0/+1
| | |
| | \
| *-. \ Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar2016-02-161-14/+16
| |\ \ \
* | \ \ \ Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-151-0/+16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | x86/mm: Add a 'noinvpcid' boot option to turn off INVPCIDAndy Lutomirski2016-02-091-0/+16
| |/ / /
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-14/+25
|\ \ \ \
| * | | | x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski2016-03-081-0/+25
| | |/ / | |/| |
| * | | x86/alternatives: Discard dynamic check after initBrian Gerst2016-01-301-6/+0
| * | | x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov2016-01-301-10/+2
| |/ /
* | / x86/topology: Create logical package idThomas Gleixner2016-02-291-0/+2
| |/ |/|
* | x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong2016-02-031-22/+20
|/
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-111-9/+4
|\
| * x86/cpu: Fix MSR value truncation issueBorislav Petkov2015-11-241-1/+1
| * x86/cpu: Unify CPU family, model, stepping calculationBorislav Petkov2015-11-241-8/+3
* | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-191-1/+3