summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/intel.c
Commit message (Expand)AuthorAgeFilesLines
* x86/microcode/intel: Add a helper which gives the microcode revisionBorislav Petkov2017-01-091-8/+3
* x86/microcode: Use native CPUID to tickle out microcode revisionBorislav Petkov2017-01-091-1/+1
* 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/cpu: Add workaround for MONITOR instruction erratum on Goldmont based CPUsPeter Zijlstra2016-07-201-0/+5
|/
* Merge branch 'x86/urgent' into x86/cpu, to pick up dependencyIngo Molnar2016-06-081-3/+40
|\
| * Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2016-05-201-7/+7
| |\
| | * Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-161-1/+1
| | |\
| | | * x86/cpu/intel: Remove not needed paravirt_enabled() use for F00F work aroundLuis R. Rodriguez2016-04-221-1/+1
| | * | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-6/+6
| | |\ \
| | | * | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
| * | | | x86/mm/mpx: Work around MPX erratum SKD046Dave Hansen2016-05-201-0/+37
| |/ / /
| * | | x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=nThomas Gleixner2016-05-101-1/+1
| | |/ | |/|
* | | x86/cpu: Correct comments and messages in P4 erratum 037 handling codeBorislav Petkov2016-05-101-4/+3
| |/ |/|
* | x86/cpufeature: Remove cpu_has_pgeBorislav Petkov2016-03-311-3/+3
* | x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov2016-03-311-1/+1
* | x86/cpufeature: Remove cpu_has_clflushBorislav Petkov2016-03-311-1/+1
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-1/+1
|\
| * x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-1/+1
* | x86/topology: Create logical package idThomas Gleixner2016-02-291-0/+13
* | x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong2016-02-031-5/+5
|/
* x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-191-1/+2
* x86/cpu/intel: Enable X86_FEATURE_NONSTOP_TSC_S3 for MerrifieldAndy Shevchenko2015-11-071-0/+1
* x86/cpu: Restore MSR_IA32_ENERGY_PERF_BIAS after resumeLaura Abbott2015-07-211-15/+32
* x86/cpu/intel: Fix trivial typo in intel_tlb_table[]Yannick Guerrini2015-02-221-2/+2
* x86, CPU: Fix trivial printk formatting issues with dmesgSteven Honeyman2015-01-111-4/+2
* x86: Don't enable F00F workaround on Intel Quark processorsDave Jones2014-10-291-2/+3
* x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache()Bryan O'Donoghue2014-10-081-1/+16
* x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 insteadBryan O'Donoghue2014-09-241-0/+15
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-041-26/+0
|\
| * x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen2014-07-311-26/+0
* | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-08-041-2/+2
|\ \
| * | x86, cpufeature: Convert more "features" to bugsBorislav Petkov2014-06-181-2/+2
| |/
* | x86, cpu: Fix cache topology for early P4-SMTPeter Zijlstra2014-07-231-11/+11
|/
* Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2014-04-021-4/+0
|\
| * x86, platforms: Remove NUMAQH. Peter Anvin2014-02-271-4/+0
* | x86, cpu: Add forcepae parameter for booting PAE kernels on PAE-disabled Pent...Chris Bainbridge2014-03-201-0/+19
* | x86, intel: Make MSR_IA32_MISC_ENABLE bit constants systematicH. Peter Anvin2014-03-131-3/+7
* | x86, Intel: Convert to the new bit access MSR accessorsBorislav Petkov2014-03-131-23/+7
|/
* Merge branch 'linus' into x86/urgentIngo Molnar2014-01-251-2/+27
|\
| * Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-201-0/+26
| |\
| | * x86, cpu: Detect more TLB configurationKirill A. Shutemov2014-01-031-0/+26
| * | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-201-1/+0
| |\ \
| | * | x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
| * | | sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2014-01-131-1/+1
| | |/ | |/|
* | | mm, x86: Revisit tlb_flushall_shift tuning for page flushes except on IvyBridgeMel Gorman2014-01-251-7/+3
* | | x86: mm: change tlb_flushall_shift for IvyBridgeMel Gorman2014-01-251-1/+1
|/ /
* | x86 idle: Repair large-server 50-watt idle-power regressionLen Brown2013-12-191-1/+2
|/
* x86/cpu: Track legacy CPU model data only on 32-bit kernelsJan Beulich2013-10-261-6/+6
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-15/+15
OpenPOWER on IntegriCloud