| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c | Borislav Petkov | 2018-05-06 | 1 | -968/+0 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | x86/cpu/intel_cacheinfo: Remove redundant assignment to 'this_leaf' | Colin Ian King | 2017-10-16 | 1 | -1/+0 |
* | x86/cpu/amd: Derive L3 shared_cpu_map from cpu_llc_shared_mask | Suravee Suthikulpanit | 2017-08-10 | 1 | -14/+18 |
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-12-22 | 1 | -0/+20 |
|\ |
|
| * | x86/intel_cacheinfo: Enable cache id in cache info | Fenghua Yu | 2016-10-26 | 1 | -0/+20 |
* | | drivers: base: cacheinfo: fix x86 with CONFIG_OF enabled | Sudeep Holla | 2016-11-10 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-03-15 | 1 | -1/+1 |
|\ |
|
| * | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 2016-01-30 | 1 | -1/+1 |
* | | x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...) | Chen Yucong | 2016-02-03 | 1 | -1/+1 |
|/ |
|
* | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros | Borislav Petkov | 2015-12-19 | 1 | -3/+3 |
* | perf/core, perf/x86: Change needlessly global functions and a variable to static | Geliang Tang | 2015-09-28 | 1 | -4/+4 |
* | x86: Kill CONFIG_X86_HT | Borislav Petkov | 2015-06-07 | 1 | -4/+4 |
* | x86/cpu/cacheinfo: Fix cache_get_priv_group() for Intel processors | Sudeep Holla | 2015-03-23 | 1 | -1/+1 |
* | x86/cacheinfo: Move cacheinfo sysfs code to generic infrastructure | Sudeep Holla | 2015-03-09 | 1 | -517/+198 |
* | x86: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 1 | -14/+12 |
* | arch/x86: replace strict_strto calls | Daniel Walter | 2014-08-08 | 1 | -2/+2 |
* | x86, cpu: Fix cache topology for early P4-SMT | Peter Zijlstra | 2014-07-23 | 1 | -0/+12 |
* | x86, intel, cacheinfo: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -5/+8 |
* | treewide: Fix common typo in "identify" | Maxime Jayat | 2013-10-14 | 1 | -1/+1 |
* | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 2013-07-14 | 1 | -28/+27 |
* | x86/intel/cacheinfo: Shut up last long-standing warning | Borislav Petkov | 2013-06-20 | 1 | -27/+25 |
* | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-02-19 | 1 | -1/+1 |
|\ |
|
| * | x86: Convert a few mistaken __cpuinit annotations to __init | Jan Beulich | 2013-01-24 | 1 | -1/+1 |
* | | x86/intel/cacheinfo: Shut up annoying warning | Borislav Petkov | 2013-02-04 | 1 | -4/+3 |
|/ |
|
* | x86, cacheinfo: Base cache sharing info on CPUID 0x8000001d on AMD | Andreas Herrmann | 2012-11-13 | 1 | -14/+27 |
* | x86, cacheinfo: Make use of CPUID 0x8000001d for cache information on AMD | Andreas Herrmann | 2012-11-13 | 1 | -1/+5 |
* | x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMD | Andreas Herrmann | 2012-11-13 | 1 | -5/+23 |
* | x86/cache_info: Use ARRAY_SIZE() in amd_l3_attrs() | Dan Carpenter | 2012-10-04 | 1 | -1/+1 |
* | x86/cache_info: Fix setup of l2/l3 ids | Shai Fultheim | 2012-05-07 | 1 | -2/+2 |
* | x86, intel_cacheinfo: Fix error return code in amd_set_l3_disable_slot() | Srivatsa S. Bhat | 2012-04-19 | 1 | -4/+4 |
* | x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processors | Andreas Herrmann | 2012-02-09 | 1 | -8/+36 |
* | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem | Kay Sievers | 2011-12-21 | 1 | -13/+12 |
* | x86: cache_info: Update calculation of AMD L3 cache indices | Frank Arnold | 2011-09-12 | 1 | -0/+6 |
* | x86: cache_info: Kill the atomic allocation in amd_init_l3_cache() | Thomas Gleixner | 2011-09-12 | 1 | -48/+26 |
* | x86: cache_info: Kill the moronic shadow struct | Thomas Gleixner | 2011-09-12 | 1 | -38/+22 |
* | x86: cache_info: Remove bogus free of amd_l3_cache data | Thomas Gleixner | 2011-09-12 | 1 | -1/+0 |
* | x86, AMD, cacheinfo: Fix L3 cache index disable checks | Frank Arnold | 2011-05-16 | 1 | -15/+4 |
* | x86, AMD, cacheinfo: Fix fallout caused by max3 conversion | Borislav Petkov | 2011-05-16 | 1 | -1/+0 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-03-15 | 1 | -15/+61 |
|\ |
|
| * | x86, amd: Support L3 Cache Partitioning on AMD family 0x15 CPUs | Hans Rosenfeld | 2011-02-07 | 1 | -15/+61 |
* | | x86: Move llc_shared_map out of cpu_info | Yinghai Lu | 2011-01-26 | 1 | -2/+2 |
|/ |
|
* | x86: Update CPU cache attributes table descriptors | Dave Jones | 2011-01-20 | 1 | -0/+3 |
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-01-07 | 1 | -2/+2 |
|\ |
|
| * | x86: Replace uses of current_cpu_data with this_cpu ops | Tejun Heo | 2010-12-30 | 1 | -2/+2 |
* | | x86, cacheinfo: Cleanup L3 cache index disable support | Hans Rosenfeld | 2010-11-18 | 1 | -84/+63 |
* | | x86, amd-nb: Cleanup AMD northbridge caching code | Hans Rosenfeld | 2010-11-18 | 1 | -3/+3 |
* | | x86, amd-nb: Complete the rename of AMD NB and related code | Hans Rosenfeld | 2010-11-18 | 1 | -3/+3 |
|/ |
|
* | replace nested max/min macros with {max,min}3 macro | Hagen Paul Pfeifer | 2010-10-26 | 1 | -0/+1 |