summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-271-2/+2
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-201-11/+23
|\
| * x86/cpu: Re-apply forced caps every time CPU caps are re-readAndy Lutomirski2017-01-251-0/+7
| * x86/cpu: Factor out application of forced CPU capsAndy Lutomirski2017-01-251-8/+12
| * x86/cpu: Add X86_FEATURE_CPUIDBorislav Petkov2017-01-251-3/+4
* | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-02-201-0/+3
|\ \
| * | x86/elf: Add HWCAP2 to expose ring 3 MONITOR/MWAITGrzegorz Andrejczuk2017-02-041-0/+3
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-201-0/+3
|\ \
| * | Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar2017-02-011-1/+1
| |\|
| * | sched/clock: Fix hotplug crashPeter Zijlstra2017-01-201-0/+3
* | | x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov2017-02-051-0/+1
| |/ |/|
* | 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