Age | Commit message (Expand) | Author | Files | Lines |
2012-08-07 | x86, cpu: Push TLB detection CPUID check down | Borislav Petkov | 1 | -0/+4 |
2012-06-28 | x86/tlb: add tlb_flushall_shift for specific CPU | Alex Shi | 1 | -0/+34 |
2012-06-28 | x86/tlb_info: get last level TLB entry number of CPU | Alex Shi | 1 | -0/+142 |
2011-12-21 | x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86' | Kevin Winchester | 1 | -2/+0 |
2011-10-14 | x86, intel: Use c->microcode for Atom errata check | Andi Kleen | 1 | -11/+4 |
2011-10-14 | x86, intel: Output microcode revision in /proc/cpuinfo | Andi Kleen | 1 | -0/+9 |
2011-07-16 | x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message | Len Brown | 1 | -5/+5 |
2011-07-14 | x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIAS | Len Brown | 1 | -0/+18 |
2011-05-20 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+4 |
2011-05-18 | x86, mem, intel: Initialize Enhanced REP MOVSB/STOSB | Fenghua Yu | 1 | -4/+15 |
2011-05-17 | x86, cpu: Fix detection of Celeron Covington stepping A1 and B0 | Ondrej Zary | 1 | -6/+4 |
2011-01-28 | x86: Unify CPU -> NUMA node mapping between 32 and 64bit | Tejun Heo | 1 | -1/+1 |
2011-01-28 | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit | Tejun Heo | 1 | -2/+1 |
2010-10-23 | Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu... | Linus Torvalds | 1 | -3/+1 |
2010-10-22 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2010-10-12 | x86, numa: Assign CPUs to nodes in round-robin manner on fake NUMA | Nikanth Karthikesan | 1 | -3/+1 |
2010-09-29 | x86, cpu: After uncapping CPUID, re-run CPU feature detection | H. Peter Anvin | 1 | -0/+1 |
2010-08-13 | x86, cleanup: Remove obsolete boot_cpu_id variable | Robert Richter | 1 | -1/+1 |
2010-05-18 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+0 |
2010-05-09 | Merge commit 'v2.6.34-rc6' into x86/cpu | H. Peter Anvin | 1 | -0/+21 |
2010-04-30 | Merge commit 'v2.6.34-rc6' into perf/core | Ingo Molnar | 1 | -0/+21 |
2010-04-24 | x86: Disable large pages on CPUs with Atom erratum AAE44 | H. Peter Anvin | 1 | -0/+21 |
2010-04-10 | x86: Unify APERF/MPERF support | Borislav Petkov | 1 | -6/+0 |
2010-03-26 | x86, perf, bts, mm: Delete the never used BTS-ptrace code | Peter Zijlstra | 1 | -2/+0 |
2010-03-02 | x86: Fix sched_clock_cpu for systems with unsynchronized TSC | Dimitri Sivanich | 1 | -1/+2 |
2009-12-18 | x86: Reenable TSC sync check at boot, even with NONSTOP_TSC | Pallipadi, Venkatesh | 1 | -1/+0 |
2009-12-12 | x86: Limit the number of processor bootup messages | Mike Travis | 1 | -2/+0 |
2009-11-23 | x86, numa: Use near(er) online node instead of roundrobin for NUMA | Yinghai Lu | 1 | -1/+5 |
2009-09-15 | x86: Move APERF/MPERF into a X86_FEATURE | Peter Zijlstra | 1 | -0/+6 |
2009-07-11 | x86/cpu: Clean up various files a bit | Alan Cox | 1 | -5/+6 |
2009-06-15 | x86: add hooks for kmemcheck | Vegard Nossum | 1 | -0/+23 |
2009-05-18 | x86: don't call read_apic_id if !cpu_has_apic | Yinghai Lu | 1 | -3/+3 |
2009-03-29 | Merge branch 'linus' into x86/core | Ingo Molnar | 1 | -1/+7 |
2009-03-27 | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 1 | -3/+14 |
2009-03-14 | Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf... | Ingo Molnar | 1 | -1/+6 |
2009-03-13 | x86, 32-bit: also use cpuinfo_x86's x86_{phys,virt}_bits members | Jan Beulich | 1 | -0/+5 |
2009-03-12 | x86: move various CPU initialization objects into .cpuinit.rodata | Jan Beulich | 1 | -1/+1 |
2009-03-08 | x86: remove smp_apply_quirks()/smp_checks() | Yinghai Lu | 1 | -0/+25 |
2009-02-26 | x86: set X86_FEATURE_TSC_RELIABLE | Ingo Molnar | 1 | -1/+7 |
2009-02-20 | Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/core | Ingo Molnar | 1 | -2/+2 |
2009-02-20 | x86: use symbolic constants for MSR_IA32_MISC_ENABLE bits | Vegard Nossum | 1 | -2/+2 |
2009-02-17 | x86, apic: remove duplicate asm/apic.h inclusions | Ingo Molnar | 1 | -1/+0 |
2009-02-17 | x86, apic: remove genapic.h | Ingo Molnar | 1 | -1/+1 |
2009-02-13 | Merge branch 'linus' into x86/apic | Ingo Molnar | 1 | -0/+3 |
2009-02-09 | x86: add clflush before monitor for Intel 7400 series | Pallipadi, Venkatesh | 1 | -0/+3 |
2009-01-29 | x86: remove mach_apic.h | Ingo Molnar | 1 | -1/+1 |
2009-01-29 | Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/... | Ingo Molnar | 1 | -1/+13 |
2009-01-26 | x86: correct the CPUID pattern for MSR_IA32_MISC_ENABLE availability | H. Peter Anvin | 1 | -1/+1 |
2009-01-26 | x86: unmask CPUID levels on Intel CPUs, fix | Ingo Molnar | 1 | -8/+11 |
2009-01-24 | x86: handle PAT more like other CPU features | H. Peter Anvin | 1 | -0/+12 |