summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/intel.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-14x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache()Bryan O'Donoghue1-1/+16
2014-10-30x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 insteadBryan O'Donoghue1-0/+15
2014-01-25Merge branch 'linus' into x86/urgentIngo Molnar1-2/+27
2014-01-25mm, x86: Revisit tlb_flushall_shift tuning for page flushes except on IvyBridgeMel Gorman1-7/+3
2014-01-25x86: mm: change tlb_flushall_shift for IvyBridgeMel Gorman1-1/+1
2014-01-20Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+26
2014-01-20Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra1-1/+1
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03x86, cpu: Detect more TLB configurationKirill A. Shutemov1-0/+26
2013-12-19x86 idle: Repair large-server 50-watt idle-power regressionLen Brown1-1/+2
2013-10-26x86/cpu: Track legacy CPU model data only on 32-bit kernelsJan Beulich1-6/+6
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-15/+15
2013-04-30Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-17/+1
2013-04-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2013-04-11x86: Use a read-only IDT alias on all CPUsKees Cook1-17/+1
2013-04-02x86, cpu: Convert F00F bug detectionBorislav Petkov1-2/+2
2013-03-15x86: Add cpu capability flag X86_FEATURE_NONSTOP_TSC_S3Feng Tang1-0/+12
2013-02-01Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin1-1/+1
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin1-4/+0
2013-01-25Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin1-4/+0
2012-11-29x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin1-4/+0
2012-11-17x86, mm: kill numa_64.hYinghai Lu1-1/+0
2012-11-16x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck1-1/+1
2012-08-06x86, cpu: Push TLB detection CPUID check downBorislav Petkov1-0/+4
2012-06-27x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi1-0/+34
2012-06-27x86/tlb_info: get last level TLB entry number of CPUAlex Shi1-0/+142
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester1-2/+0
2011-10-14x86, intel: Use c->microcode for Atom errata checkAndi Kleen1-11/+4
2011-10-14x86, intel: Output microcode revision in /proc/cpuinfoAndi Kleen1-0/+9
2011-07-15x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS messageLen Brown1-5/+5
2011-07-14x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIASLen Brown1-0/+18
2011-05-19Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+4
2011-05-17x86, mem, intel: Initialize Enhanced REP MOVSB/STOSBFenghua Yu1-4/+15
2011-05-16x86, cpu: Fix detection of Celeron Covington stepping A1 and B0Ondrej Zary1-6/+4
2011-01-28x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo1-1/+1
2011-01-28x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo1-2/+1
2010-10-23Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Linus Torvalds1-3/+1
2010-10-21Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2010-10-11x86, numa: Assign CPUs to nodes in round-robin manner on fake NUMANikanth Karthikesan1-3/+1
2010-09-28x86, cpu: After uncapping CPUID, re-run CPU feature detectionH. Peter Anvin1-0/+1
2010-08-12x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter1-1/+1
2010-05-18Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+0
2010-05-08Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin1-0/+21
2010-04-30Merge commit 'v2.6.34-rc6' into perf/coreIngo Molnar1-0/+21
2010-04-23x86: Disable large pages on CPUs with Atom erratum AAE44H. Peter Anvin1-0/+21
2010-04-09x86: Unify APERF/MPERF supportBorislav Petkov1-6/+0
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-2/+0
2010-03-02x86: Fix sched_clock_cpu for systems with unsynchronized TSCDimitri Sivanich1-1/+2
2009-12-17x86: Reenable TSC sync check at boot, even with NONSTOP_TSCPallipadi, Venkatesh1-1/+0