Age | Commit message (Expand) | Author | Files | Lines |
2014-11-14 | x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache() | Bryan O'Donoghue | 1 | -1/+16 |
2014-10-30 | x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 instead | Bryan O'Donoghue | 1 | -0/+15 |
2014-01-25 | Merge branch 'linus' into x86/urgent | Ingo Molnar | 1 | -2/+27 |
2014-01-25 | mm, x86: Revisit tlb_flushall_shift tuning for page flushes except on IvyBridge | Mel Gorman | 1 | -7/+3 |
2014-01-25 | x86: mm: change tlb_flushall_shift for IvyBridge | Mel Gorman | 1 | -1/+1 |
2014-01-20 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+26 |
2014-01-20 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
2014-01-13 | sched/clock, x86: Use a static_key for sched_clock_stable | Peter Zijlstra | 1 | -1/+1 |
2014-01-06 | x86: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2014-01-03 | x86, cpu: Detect more TLB configuration | Kirill A. Shutemov | 1 | -0/+26 |
2013-12-19 | x86 idle: Repair large-server 50-watt idle-power regression | Len Brown | 1 | -1/+2 |
2013-10-26 | x86/cpu: Track legacy CPU model data only on 32-bit kernels | Jan Beulich | 1 | -6/+6 |
2013-07-14 | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 1 | -15/+15 |
2013-04-30 | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -17/+1 |
2013-04-30 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
2013-04-11 | x86: Use a read-only IDT alias on all CPUs | Kees Cook | 1 | -17/+1 |
2013-04-02 | x86, cpu: Convert F00F bug detection | Borislav Petkov | 1 | -2/+2 |
2013-03-15 | x86: Add cpu capability flag X86_FEATURE_NONSTOP_TSC_S3 | Feng Tang | 1 | -0/+12 |
2013-02-01 | Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 | H. Peter Anvin | 1 | -1/+1 |
2013-01-29 | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 | H. Peter Anvin | 1 | -4/+0 |
2013-01-25 | Merge tag 'v3.8-rc5' into x86/mm | H. Peter Anvin | 1 | -4/+0 |
2012-11-29 | x86, 386 removal: Remove CONFIG_INVLPG | H. Peter Anvin | 1 | -4/+0 |
2012-11-17 | x86, mm: kill numa_64.h | Yinghai Lu | 1 | -1/+0 |
2012-11-16 | x86: Use __pa_symbol instead of __pa on C visible symbols | Alexander Duyck | 1 | -1/+1 |
2012-08-06 | x86, cpu: Push TLB detection CPUID check down | Borislav Petkov | 1 | -0/+4 |
2012-06-27 | x86/tlb: add tlb_flushall_shift for specific CPU | Alex Shi | 1 | -0/+34 |
2012-06-27 | 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-15 | 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-19 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+4 |
2011-05-17 | x86, mem, intel: Initialize Enhanced REP MOVSB/STOSB | Fenghua Yu | 1 | -4/+15 |
2011-05-16 | 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-21 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2010-10-11 | x86, numa: Assign CPUs to nodes in round-robin manner on fake NUMA | Nikanth Karthikesan | 1 | -3/+1 |
2010-09-28 | x86, cpu: After uncapping CPUID, re-run CPU feature detection | H. Peter Anvin | 1 | -0/+1 |
2010-08-12 | 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-08 | 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-23 | x86: Disable large pages on CPUs with Atom erratum AAE44 | H. Peter Anvin | 1 | -0/+21 |
2010-04-09 | 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-17 | x86: Reenable TSC sync check at boot, even with NONSTOP_TSC | Pallipadi, Venkatesh | 1 | -1/+0 |