summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/intel_cacheinfo.c
AgeCommit message (Expand)Author
2009-12-18x86: Fix typo in Intel CPU cache size descriptorDave Jones
2009-12-18x86: Add new Intel CPU cache size descriptorsDave Jones
2009-09-14Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-09-03x86, cacheinfo: Fixup L3 cache information for AMD multi-node processorsAndreas Herrmann
2009-07-11x86/cpu: Clean up various files a bitAlan Cox
2009-04-10x86: cacheinfo: complete L2/L3 Cache and TLB associativity field definitionsAndreas Herrmann
2009-04-10x86: cacheinfo: disable L3 ECC scrubbing when L3 cache index is disabledMark Langsdorf
2009-04-10x86: cacheinfo: replace sysfs interface for cache_disable featureMark Langsdorf
2009-04-10x86: cacheinfo: use cached K8 NB_MISC devices instead of scanning for itAndreas Herrmann
2009-04-10x86: cacheinfo: correct return value when cache_disable feature is not activeAndreas Herrmann
2009-04-10x86: cacheinfo: use L3 cache index disable feature only for CPUs that support itAndreas Herrmann
2009-03-30Merge branch 'linus' into cpumask-for-linusIngo Molnar
2009-03-12x86: move various CPU initialization objects into .cpuinit.rodataJan Beulich
2009-03-11Merge branch 'x86/core' into cpus4096Ingo Molnar
2009-02-26fix warning in arch/x86/kernel/cpu/intel_cacheinfo.cIngo Molnar
2009-02-05Merge branch 'x86/urgent' into x86/apicIngo Molnar
2009-02-01x86: add cache descriptors for Intel Core i7Dave Jones
2009-01-27x86: intel_cacheinfo: fix compiler warningHiroshi Shimamoto
2009-01-11x86: reduce stack usage in init_intel_cacheinfoMike Travis
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell
2008-12-29x86: mark get_cpu_leaves() with __cpuinit annotationSergio Luis
2008-12-16x86: Remove cpumask games in x86/kernel/cpu/intel_cacheinfo.cMike Travis
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell
2008-11-30x86: intel_cacheinfo, minor show_type cleanupJiri Slaby
2008-08-15Merge branch 'linus' into x86/cpuIngo Molnar
2008-07-28x86: L3 cache index disable for 2.6.26, fix #2Ingo Molnar
2008-07-28Merge branch 'linus' into x86/cpuIngo Molnar
2008-07-28x86 l3 cache index disable for 2 6 26 fixIngo Molnar
2008-07-28x86: L3 cache index disable for 2.6.26Mark Langsdorf
2008-07-28x86: L3 cache index disable for 2.6.26, cleanupsIngo Molnar
2008-07-28x86: L3 cache index disable for 2.6.26Mark Langsdorf
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis
2008-07-18x86, intel_cacheinfo: fix use-after-free cache_kobjectAkinobu Mita
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar
2008-05-23x86: use performance variant for_each_cpu_mask_nrMike Travis
2008-05-12x86: add new cache descriptorDave Jones
2008-04-19x86: modify show_shared_cpu_map in intel_cacheinfoMike Travis
2008-04-19x86: use new set_cpus_allowed_ptr functionMike Travis
2008-04-19x86: reduce memory and stack usage in intel_cacheinfoMike Travis
2008-01-31x86: fix sparse warnings in intel_cacheinfo.cHarvey Harrison
2008-01-24Kobject: convert arch/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman
2008-01-24Kobject: change arch/x86/kernel/cpu/intel_cacheinfo.c to use kobject_init_and...Greg Kroah-Hartman
2007-12-21x86: intel_cacheinfo.c: cpu cache info entry for Intel TolapaiJason Gaston
2007-12-04x86: free_cache_attributes() section fixAdrian Bunk
2007-10-19x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis
2007-10-19x86: convert cpu_llc_id to be a per cpu variableMike Travis
2007-10-18cpu hotplug: intel_cacheinfo: fix cpu hotplug error handlingAkinobu Mita