aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/intel_cacheinfo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-06x86/CPU: Rename intel_cacheinfo.c to cacheinfo.cBorislav Petkov1-968/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-16x86/cpu/intel_cacheinfo: Remove redundant assignment to 'this_leaf'Colin Ian King1-1/+0
2017-08-10x86/cpu/amd: Derive L3 shared_cpu_map from cpu_llc_shared_maskSuravee Suthikulpanit1-14/+18
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-12-22Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+20
2016-11-10drivers: base: cacheinfo: fix x86 with CONFIG_OF enabledSudeep Holla1-0/+2
2016-10-26x86/intel_cacheinfo: Enable cache id in cache infoFenghua Yu1-0/+20
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-02-03x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong1-1/+1
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-1/+1
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-3/+3
2015-09-28perf/core, perf/x86: Change needlessly global functions and a variable to staticGeliang Tang1-4/+4
2015-06-07x86: Kill CONFIG_X86_HTBorislav Petkov1-4/+4
2015-03-23x86/cpu/cacheinfo: Fix cache_get_priv_group() for Intel processorsSudeep Holla1-1/+1
2015-03-09x86/cacheinfo: Move cacheinfo sysfs code to generic infrastructureSudeep Holla1-517/+198
2015-02-13x86: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-14/+12
2014-08-08arch/x86: replace strict_strto callsDaniel Walter1-2/+2
2014-07-23x86, cpu: Fix cache topology for early P4-SMTPeter Zijlstra1-0/+12
2014-03-20x86, intel, cacheinfo: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-5/+8
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat1-1/+1
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-28/+27
2013-06-20x86/intel/cacheinfo: Shut up last long-standing warningBorislav Petkov1-27/+25
2013-02-19Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-02-04x86/intel/cacheinfo: Shut up annoying warningBorislav Petkov1-4/+3
2013-01-24x86: Convert a few mistaken __cpuinit annotations to __initJan Beulich1-1/+1
2012-11-13x86, cacheinfo: Base cache sharing info on CPUID 0x8000001d on AMDAndreas Herrmann1-14/+27
2012-11-13x86, cacheinfo: Make use of CPUID 0x8000001d for cache information on AMDAndreas Herrmann1-1/+5
2012-11-13x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMDAndreas Herrmann1-5/+23
2012-10-04x86/cache_info: Use ARRAY_SIZE() in amd_l3_attrs()Dan Carpenter1-1/+1
2012-05-07x86/cache_info: Fix setup of l2/l3 idsShai Fultheim1-2/+2
2012-04-19x86, intel_cacheinfo: Fix error return code in amd_set_l3_disable_slot()Srivatsa S. Bhat1-4/+4
2012-02-09x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann1-8/+36
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-13/+12
2011-09-12x86: cache_info: Update calculation of AMD L3 cache indicesFrank Arnold1-0/+6
2011-09-12x86: cache_info: Kill the atomic allocation in amd_init_l3_cache()Thomas Gleixner1-48/+26
2011-09-12x86: cache_info: Kill the moronic shadow structThomas Gleixner1-38/+22
2011-09-12x86: cache_info: Remove bogus free of amd_l3_cache dataThomas Gleixner1-1/+0
2011-05-16x86, AMD, cacheinfo: Fix L3 cache index disable checksFrank Arnold1-15/+4
2011-05-16x86, AMD, cacheinfo: Fix fallout caused by max3 conversionBorislav Petkov1-1/+0
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-15/+61
2011-02-07x86, amd: Support L3 Cache Partitioning on AMD family 0x15 CPUsHans Rosenfeld1-15/+61
2011-01-26x86: Move llc_shared_map out of cpu_infoYinghai Lu1-2/+2
2011-01-20x86: Update CPU cache attributes table descriptorsDave Jones1-0/+3
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2010-12-30x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo1-2/+2
2010-11-18x86, cacheinfo: Cleanup L3 cache index disable supportHans Rosenfeld1-84/+63
2010-11-18x86, amd-nb: Cleanup AMD northbridge caching codeHans Rosenfeld1-3/+3
2010-11-18x86, amd-nb: Complete the rename of AMD NB and related codeHans Rosenfeld1-3/+3
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer1-0/+1