summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/intel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-10-211-1/+1
|\ \ \ | |_|/ |/| |
| * | x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter2010-08-121-1/+1
| |/
* | x86, cpu: After uncapping CPUID, re-run CPU feature detectionH. Peter Anvin2010-09-281-0/+1
|/
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-181-6/+0
|\
| * Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin2010-05-081-0/+21
| |\
| * | x86: Unify APERF/MPERF supportBorislav Petkov2010-04-091-6/+0
* | | Merge commit 'v2.6.34-rc6' into perf/coreIngo Molnar2010-04-301-0/+21
|\ \ \ | | |/ | |/|
| * | x86: Disable large pages on CPUs with Atom erratum AAE44H. Peter Anvin2010-04-231-0/+21
| |/
* | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-2/+0
|/
* x86: Fix sched_clock_cpu for systems with unsynchronized TSCDimitri Sivanich2010-03-021-1/+2
* x86: Reenable TSC sync check at boot, even with NONSTOP_TSCPallipadi, Venkatesh2009-12-171-1/+0
* x86: Limit the number of processor bootup messagesMike Travis2009-12-111-2/+0
* x86, numa: Use near(er) online node instead of roundrobin for NUMAYinghai Lu2009-11-231-1/+5
* x86: Move APERF/MPERF into a X86_FEATUREPeter Zijlstra2009-09-151-0/+6
* x86/cpu: Clean up various files a bitAlan Cox2009-07-111-5/+6
* x86: add hooks for kmemcheckVegard Nossum2009-06-151-0/+23
* x86: don't call read_apic_id if !cpu_has_apicYinghai Lu2009-05-181-3/+3
* Merge branch 'linus' into x86/coreIngo Molnar2009-03-281-1/+7
|\
| * Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-3/+14
| |\
| * | x86: set X86_FEATURE_TSC_RELIABLEIngo Molnar2009-02-261-1/+7
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf...Ingo Molnar2009-03-141-1/+6
|\ \ \ \ \ \ | | | | |/ / | | |_|_| / | |/| | |
| | | * | x86, 32-bit: also use cpuinfo_x86's x86_{phys,virt}_bits membersJan Beulich2009-03-131-0/+5
| |_|/ / |/| | |
| | * | x86: move various CPU initialization objects into .cpuinit.rodataJan Beulich2009-03-121-1/+1
| |/ / |/| |
OpenPOWER on IntegriCloud