summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/cacheinfo.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-16riscv: cacheinfo: Add back init_cache_level() functionSteffen Persvold1-0/+5
2024-07-24riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTTYunhui Cui1-0/+22
2024-07-24riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()Yunhui Cui1-7/+6
2023-04-29Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-51/+15
2023-04-14riscv: cacheinfo: Adjust includes to remove of_device.hRob Herring1-1/+0
2023-04-12Revert "riscv: Set more data to cacheinfo"Song Shuai1-51/+15
2023-01-18arch_topology: Build cacheinfo from primary CPUPierre Gondois1-5/+0
2023-01-18cacheinfo: Use RISC-V's init_cache_level() as generic OF implementationPierre Gondois1-38/+1
2021-09-01drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner1-5/+2
2021-01-13riscv: cacheinfo: Fix using smp_processor_id() in preemptibleKefeng Wang1-1/+10
2020-09-16riscv: Add cache information in AUX vectorZong Li1-1/+31
2020-09-16riscv: Set more data to cacheinfoZong Li1-15/+51
2020-05-21riscv: cacheinfo: Implement cache_get_priv_group with a generic ops structureYash Shah1-0/+17
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2018-12-21RISC-V: Fix of_node_* refcountAtish Patra1-0/+11
2018-10-23RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}Palmer Dabbelt1-7/+0
2018-05-17drivers: base: cacheinfo: setup DT cache properties earlyJeremy Linton1-1/+0
2017-09-27RISC-V: Init and Halt CodePalmer Dabbelt1-0/+105