aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/cacheinfo.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers1-0/+6
2023-10-25cacheinfo: calculate size of per-CPU data cache sliceHuang Ying1-0/+1
2023-04-14cacheinfo: Add use_arch[|_cache]_info field/functionPierre Gondois1-0/+6
2023-04-13cacheinfo: Add arch specific early level initializerRadu Rendec1-0/+2
2023-01-31cacheinfo: Make default acpi_get_cache_info() return an errorPierre Gondois1-1/+1
2023-01-18arch_topology: Build cacheinfo from primary CPUPierre Gondois1-0/+1
2023-01-18ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()Pierre Gondois1-3/+6
2023-01-17cacheinfo: Use RISC-V's init_cache_level() as generic OF implementationPierre Gondois1-0/+1
2022-07-04cacheinfo: Allow early detection and population of cache attributesSudeep Holla1-0/+1
2022-07-04cacheinfo: Add support to check if last level cache(LLC) is valid or sharedSudeep Holla1-0/+2
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-1/+0
2021-09-01drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner1-18/+0
2020-08-19cacheinfo: Move resctrl's get_cache_id() to the cacheinfo header fileJames Morse1-0/+21
2019-06-04drivers: base: cacheinfo: Add variable to record max cache line sizeShaokun Zhang1-0/+2
2018-06-05ACPI / PPTT: fix build when CONFIG_ACPI_PPTT is not enabledSudeep Holla1-1/+1
2018-05-17drivers: base cacheinfo: Add support for ACPI based firmware tablesJeremy Linton1-0/+17
2018-05-17cacheinfo: rename of_node to fw_tokenJeremy Linton1-5/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-22Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2016-11-10drivers: base: cacheinfo: fix x86 with CONFIG_OF enabledSudeep Holla1-0/+1
2016-10-26cacheinfo: Introduce cache idFenghua Yu1-0/+3
2015-05-24drivers/base: cacheinfo: fix annoying typo when DT nodes are absentWill Deacon1-1/+1
2014-11-07drivers: base: support cpu cache information interface to userspace via sysfsSudeep Holla1-0/+100