summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/intel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-301-17/+1
|\
| * x86: Use a read-only IDT alias on all CPUsKees Cook2013-04-111-17/+1
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-04-301-2/+2
|\ \
| * | x86, cpu: Convert F00F bug detectionBorislav Petkov2013-04-021-2/+2
| |/
* / x86: Add cpu capability flag X86_FEATURE_NONSTOP_TSC_S3Feng Tang2013-03-151-0/+12
|/
* Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin2013-02-011-1/+1
|\
| * Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin2013-01-251-4/+0
| |\
| * | x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck2012-11-161-1/+1
* | | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-291-4/+0
|\ \ \ | | |/ | |/|
| * | x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin2012-11-291-4/+0
| |/
* / x86, mm: kill numa_64.hYinghai Lu2012-11-171-1/+0
|/
* x86, cpu: Push TLB detection CPUID check downBorislav Petkov2012-08-061-0/+4
* x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi2012-06-271-0/+34
* x86/tlb_info: get last level TLB entry number of CPUAlex Shi2012-06-271-0/+142
* x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2011-12-211-2/+0
* x86, intel: Use c->microcode for Atom errata checkAndi Kleen2011-10-141-11/+4
* x86, intel: Output microcode revision in /proc/cpuinfoAndi Kleen2011-10-141-0/+9
* x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS messageLen Brown2011-07-151-5/+5
* x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIASLen Brown2011-07-141-0/+18
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-05-191-6/+4
|\
| * x86, cpu: Fix detection of Celeron Covington stepping A1 and B0Ondrej Zary2011-05-161-6/+4
* | x86, mem, intel: Initialize Enhanced REP MOVSB/STOSBFenghua Yu2011-05-171-4/+15
|/
* x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo2011-01-281-1/+1
* x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo2011-01-281-2/+1
*---. Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Linus Torvalds2010-10-231-3/+1
|\ \ \
| | * | x86, numa: Assign CPUs to nodes in round-robin manner on fake NUMANikanth Karthikesan2010-10-111-3/+1
| | |/