aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/cacheinfo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-17x86/cacheinfo: move shared cache map definitionsSander Vanheule1-0/+6
2021-10-15sched: Add cluster scheduler level for x86Tim Chen1-0/+1
2021-09-01drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner1-5/+2
2021-04-07x86/cacheinfo: Remove unneeded dead-store initializationYang Li1-1/+1
2020-11-19x86/CPU/AMD: Remove amd_get_nb_id()Yazen Ghannam1-1/+1
2020-11-19x86/CPU/AMD: Save AMD NodeId as cpu_die_idYazen Ghannam1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-06-19x86/cacheinfo: Fix a -Wtype-limits warningQian Cai1-2/+1
2019-01-26x86/kernel: Mark expected switch-case fall-throughsGustavo A. R. Silva1-0/+1
2018-12-08x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov1-0/+1
2018-09-27x86/cpu: Get cache info and setup cache cpumap for Hygon DhyanaPu Wen1-2/+29
2018-06-22x86/CPU/AMD: Fix LLC ID bit-shift calculationSuravee Suthikulpanit1-1/+1
2018-05-13x86/CPU: Move cpu_detect_cache_sizes() into init_intel_cacheinfo()David Wang1-2/+3
2018-05-13x86/CPU: Move cpu local function declarations to local headerThomas Gleixner1-0/+2
2018-05-06x86/CPU/AMD: Calculate last level cache ID from number of sharing threadsSuravee Suthikulpanit1-0/+39
2018-05-06x86/CPU: Rename intel_cacheinfo.c to cacheinfo.cBorislav Petkov1-0/+968