aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/intel_cacheinfo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-20x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NBAndreas Herrmann1-5/+5
2010-09-17x86, k8-gart: Decouple handling of garts and northbridgesAndreas Herrmann1-2/+2
2010-09-17x86, cacheinfo: Fix dependency of AMD L3 CIDAndreas Herrmann1-4/+4
2010-06-09x86, cacheinfo: Carve out L3 cache slot accessorsBorislav Petkov1-26/+82
2010-04-22x86, cacheinfo: Disable index in all four subcachesBorislav Petkov1-17/+43
2010-04-22x86, cacheinfo: Make L3 cache info per nodeBorislav Petkov1-14/+45
2010-04-22x86, cacheinfo: Reorganize AMD L3 cache structureBorislav Petkov1-21/+32
2010-04-22x86, cacheinfo: Turn off L3 cache index disable feature in virtualized environmentsFrank Arnold1-0/+4
2010-04-22x86, cacheinfo: Unify AMD L3 cache index disable checkingBorislav Petkov1-7/+10
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-02-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-94/+156
2010-02-18x86, cacheinfo: Enable L3 CID only on AMDBorislav Petkov1-88/+98
2010-02-18x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1Borislav Petkov1-3/+3
2010-01-22x86, cacheinfo: Calculate L3 indicesBorislav Petkov1-4/+31
2010-01-22x86, cacheinfo: Add cache index disable sysfs attrs only to L3 cachesBorislav Petkov1-9/+26
2010-01-22x86, cacheinfo: Fix disabling of L3 cache indicesBorislav Petkov1-13/+21
2010-01-13x86: Macroise x86 cache descriptorsDave Jones1-41/+43
2009-12-14Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+7
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-27/+27
2009-12-10x86, AMD: Fix stale cpuid4_info shared_map data in shared_cpu_map cpumasksPrarit Bhargava1-6/+7
2009-12-08Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+4
2009-12-07Merge branch 'linus' into x86/urgentIngo Molnar1-16/+0
2009-11-13x86: Remove the CPU cache size printk'sDave Jones1-16/+0
2009-11-10x86: Fix typo in Intel CPU cache size descriptorDave Jones1-1/+1
2009-11-10x86: Add new Intel CPU cache size descriptorsDave Jones1-0/+3
2009-10-29percpu: make percpu symbols in x86 uniqueTejun Heo1-27/+27
2009-09-14Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+22
2009-09-03x86, cacheinfo: Fixup L3 cache information for AMD multi-node processorsAndreas Herrmann1-10/+22
2009-07-11x86/cpu: Clean up various files a bitAlan Cox1-56/+60
2009-04-10x86: cacheinfo: complete L2/L3 Cache and TLB associativity field definitionsAndreas Herrmann1-4/+12
2009-04-10x86: cacheinfo: disable L3 ECC scrubbing when L3 cache index is disabledMark Langsdorf1-0/+6
2009-04-10x86: cacheinfo: replace sysfs interface for cache_disable featureMark Langsdorf1-45/+45
2009-04-10x86: cacheinfo: use cached K8 NB_MISC devices instead of scanning for itAndreas Herrmann1-34/+3