aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/intel_cacheinfo.c
Commit message (Expand)AuthorAgeFilesLines
* x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann2012-02-291-8/+36
* x86, AMD, cacheinfo: Fix L3 cache index disable checksFrank Arnold2011-05-161-15/+4
* x86, AMD, cacheinfo: Fix fallout caused by max3 conversionBorislav Petkov2011-05-161-1/+0
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-151-15/+61
|\
| * x86, amd: Support L3 Cache Partitioning on AMD family 0x15 CPUsHans Rosenfeld2011-02-071-15/+61
* | x86: Move llc_shared_map out of cpu_infoYinghai Lu2011-01-261-2/+2
|/
* x86: Update CPU cache attributes table descriptorsDave Jones2011-01-201-0/+3
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-2/+2
|\
| * x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo2010-12-301-2/+2
* | x86, cacheinfo: Cleanup L3 cache index disable supportHans Rosenfeld2010-11-181-84/+63
* | x86, amd-nb: Cleanup AMD northbridge caching codeHans Rosenfeld2010-11-181-3/+3
* | x86, amd-nb: Complete the rename of AMD NB and related codeHans Rosenfeld2010-11-181-3/+3
|/
* replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer2010-10-261-0/+1
* x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NBAndreas Herrmann2010-09-201-5/+5
* x86, k8-gart: Decouple handling of garts and northbridgesAndreas Herrmann2010-09-171-2/+2
* x86, cacheinfo: Fix dependency of AMD L3 CIDAndreas Herrmann2010-09-171-4/+4
* x86, cacheinfo: Carve out L3 cache slot accessorsBorislav Petkov2010-06-091-26/+82
* x86, cacheinfo: Disable index in all four subcachesBorislav Petkov2010-04-221-17/+43
* x86, cacheinfo: Make L3 cache info per nodeBorislav Petkov2010-04-221-14/+45
* x86, cacheinfo: Reorganize AMD L3 cache structureBorislav Petkov2010-04-221-21/+32
* x86, cacheinfo: Turn off L3 cache index disable feature in virtualized enviro...Frank Arnold2010-04-221-0/+4
* x86, cacheinfo: Unify AMD L3 cache index disable checkingBorislav Petkov2010-04-221-7/+10
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-281-94/+156
|\
| * x86, cacheinfo: Enable L3 CID only on AMDBorislav Petkov2010-02-181-88/+98
| * x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1Borislav Petkov2010-02-181-3/+3
| * x86, cacheinfo: Calculate L3 indicesBorislav Petkov2010-01-221-4/+31
| * x86, cacheinfo: Add cache index disable sysfs attrs only to L3 cachesBorislav Petkov2010-01-221-9/+26
| * x86, cacheinfo: Fix disabling of L3 cache indicesBorislav Petkov2010-01-221-13/+21
* | x86: Macroise x86 cache descriptorsDave Jones2010-01-131-41/+43
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-141-6/+7
|\
| * x86, AMD: Fix stale cpuid4_info shared_map data in shared_cpu_map cpumasksPrarit Bhargava2009-12-101-6/+7
| * Merge branch 'linus' into x86/urgentIngo Molnar2009-12-071-16/+0
| |\
* | \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-27/+27
|\ \ \
| * | | percpu: make percpu symbols in x86 uniqueTejun Heo2009-10-291-27/+27
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-081-1/+4
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | x86: Fix typo in Intel CPU cache size descriptorDave Jones2009-11-101-1/+1
| * | x86: Add new Intel CPU cache size descriptorsDave Jones2009-11-101-0/+3
| |/
* | x86: Remove the CPU cache size printk'sDave Jones2009-11-131-16/+0
|/
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-141-10/+22
|\
| * x86, cacheinfo: Fixup L3 cache information for AMD multi-node processorsAndreas Herrmann2009-09-031-10/+22
* | x86/cpu: Clean up various files a bitAlan Cox2009-07-111-56/+60
|/
* x86: cacheinfo: complete L2/L3 Cache and TLB associativity field definitionsAndreas Herrmann2009-04-101-4/+12
* x86: cacheinfo: disable L3 ECC scrubbing when L3 cache index is disabledMark Langsdorf2009-04-101-0/+6
* x86: cacheinfo: replace sysfs interface for cache_disable featureMark Langsdorf2009-04-101-45/+45
* x86: cacheinfo: use cached K8 NB_MISC devices instead of scanning for itAndreas Herrmann2009-04-101-34/+3
* x86: cacheinfo: correct return value when cache_disable feature is not activeAndreas Herrmann2009-04-101-1/+1
* x86: cacheinfo: use L3 cache index disable feature only for CPUs that support itAndreas Herrmann2009-04-101-0/+8
* Merge branch 'linus' into cpumask-for-linusIngo Molnar2009-03-301-4/+4
|\
| * x86: move various CPU initialization objects into .cpuinit.rodataJan Beulich2009-03-121-4/+4