summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/intel.c
AgeCommit message (Expand)Author
2013-02-01Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin
2013-01-25Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin
2012-11-29x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin
2012-11-17x86, mm: kill numa_64.hYinghai Lu
2012-11-16x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck
2012-08-06x86, cpu: Push TLB detection CPUID check downBorislav Petkov
2012-06-27x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi
2012-06-27x86/tlb_info: get last level TLB entry number of CPUAlex Shi
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester
2011-10-14x86, intel: Use c->microcode for Atom errata checkAndi Kleen
2011-10-14x86, intel: Output microcode revision in /proc/cpuinfoAndi Kleen
2011-07-15x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS messageLen Brown
2011-07-14x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIASLen Brown
2011-05-19Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-05-17x86, mem, intel: Initialize Enhanced REP MOVSB/STOSBFenghua Yu
2011-05-16x86, cpu: Fix detection of Celeron Covington stepping A1 and B0Ondrej Zary
2011-01-28x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo
2011-01-28x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo
2010-10-23Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Linus Torvalds
2010-10-21Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-10-11x86, numa: Assign CPUs to nodes in round-robin manner on fake NUMANikanth Karthikesan
2010-09-28x86, cpu: After uncapping CPUID, re-run CPU feature detectionH. Peter Anvin
2010-08-12x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter
2010-05-18Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-05-08Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin
2010-04-30Merge commit 'v2.6.34-rc6' into perf/coreIngo Molnar
2010-04-23x86: Disable large pages on CPUs with Atom erratum AAE44H. Peter Anvin
2010-04-09x86: Unify APERF/MPERF supportBorislav Petkov
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra
2010-03-02x86: Fix sched_clock_cpu for systems with unsynchronized TSCDimitri Sivanich
2009-12-17x86: Reenable TSC sync check at boot, even with NONSTOP_TSCPallipadi, Venkatesh
2009-12-11x86: Limit the number of processor bootup messagesMike Travis
2009-11-23x86, numa: Use near(er) online node instead of roundrobin for NUMAYinghai Lu
2009-09-15x86: Move APERF/MPERF into a X86_FEATUREPeter Zijlstra
2009-07-11x86/cpu: Clean up various files a bitAlan Cox
2009-06-15x86: add hooks for kmemcheckVegard Nossum
2009-05-18x86: don't call read_apic_id if !cpu_has_apicYinghai Lu
2009-03-28Merge branch 'linus' into x86/coreIngo Molnar
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-14Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf...Ingo Molnar
2009-03-13x86, 32-bit: also use cpuinfo_x86's x86_{phys,virt}_bits membersJan Beulich
2009-03-12x86: move various CPU initialization objects into .cpuinit.rodataJan Beulich
2009-03-08x86: remove smp_apply_quirks()/smp_checks()Yinghai Lu
2009-02-26x86: set X86_FEATURE_TSC_RELIABLEIngo Molnar
2009-02-20Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/coreIngo Molnar
2009-02-20x86: use symbolic constants for MSR_IA32_MISC_ENABLE bitsVegard Nossum
2009-02-17x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar
2009-02-17x86, apic: remove genapic.hIngo Molnar
2009-02-13Merge branch 'linus' into x86/apicIngo Molnar