summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | x86/cpufeature: Cleanup get_cpu_cap()Borislav Petkov2015-12-191-25/+22
* | x86/cpufeature: Move some of the scattered feature bits to x86_capabilityBorislav Petkov2015-12-191-0/+5
|/
* x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper2015-11-191-2/+1
* x86/cpu: Add CLZERO detectionWan Zongshun2015-11-011-0/+1
* x86/cpu: Print family/model/stepping in hexBorislav Petkov2015-09-131-2/+2
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-0/+18
|\
| * x86/cpu: Restore MSR_IA32_ENERGY_PERF_BIAS after resumeLaura Abbott2015-07-211-0/+18
* | x86/asm/msr: Make wrmsrl() a functionAndy Lutomirski2015-08-231-3/+3
* | x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-07-311-2/+2
|/
* x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is e...Ingo Molnar2015-06-301-1/+1
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-10/+6
|\
| * Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-081-4/+4
| |\
| | * x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-081-1/+1
| | * x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar2015-06-081-2/+2
| | * x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-081-1/+1
| * | x86: Kill CONFIG_X86_HTBorislav Petkov2015-06-071-2/+2
| |/
OpenPOWER on IntegriCloud