/tools/perf/scripts/python/Perf-Trace-Util/

ody>
summaryrefslogtreecommitdiff
path: root/drivers/base/cacheinfo.c
AgeCommit message (Expand)Author
2023-03-29cacheinfo: Fix LLC is not exported through sysfsYicong Yang
2023-01-31cacheinfo: Initialize variables in fetch_cache_info()Pierre Gondois
2023-01-18cacheinfo: Fix shared_cpu_map to handle shared caches at different levelsYong-Xuan Wang
2023-01-18arch_topology: Build cacheinfo from primary CPUPierre Gondois
2023-01-18cacheinfo: Check 'cache-unified' property to count cache leavesPierre Gondois
2023-01-17cacheinfo: Return error code in init_of_cache_level()Pierre Gondois
2023-01-17cacheinfo: Use RISC-V's init_cache_level() as generic OF implementationPierre Gondois
2022-11-23cacheinfo: Remove of_node_put() for fw_tokenPierre Gondois
2022-11-10cacheinfo: Decrement refcount in cache_setup_of_node()Pierre Gondois
2022-07-22cacheinfo: Use atomic allocation for percpu cache attributesSudeep Holla
2022-07-04cacheinfo: Align checks in cache_shared_cpu_map_{setup,remove} for readabilitySudeep Holla
2022-07-04cacheinfo: Use cache identifiers to check if the caches are shared if availableSudeep Holla
2022-07-04cacheinfo: Allow early detection and population of cache attributesSudeep Holla
2022-07-04cacheinfo: Add support to check if last level cache(LLC) is valid or sharedSudeep Holla
2022-07-04cacheinfo: Move cache_leaves_are_shared out of CONFIG_OFSudeep Holla
2022-07-04cacheinfo: Add helper to access any cache index for a given CPUSudeep Holla
2022-07-04cacheinfo: Use of_cpu_device_node_get instead cpu_dev->of_nodeSudeep Holla
2021-07-21cacheinfo: clear cache_leaves(cpu) in free_cache_attributes()Xiongfeng Wang