summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/cpu.c
AgeCommit message (Expand)Author
2020-06-09RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel
2019-10-28RISC-V: Remove unsupported isa string info printAtish Patra
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2019-04-30RISC-V: Add RISC-V specific arch_match_cpu_phys_idAtish Patra
2019-03-04RISC-V: Remove NR_CPUs check during hartid search from DTAtish Patra
2019-02-11riscv: treat cpu devicetree nodes without status as enabledJohan Hovold
2019-02-11riscv: fix riscv_of_processor_hartid() commentJohan Hovold
2019-02-11riscv: add missing newlines to printk messagesJohan Hovold
2018-12-21RISC-V: Fix of_node_* refcountAtish Patra
2018-11-20RISC-V: recognize S/U mode bits in print_isaPatrick Stählin
2018-10-22RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfoAnup Patel
2018-10-22RISC-V: Use Linux logical CPU number instead of hartidAtish Patra
2018-10-22RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartidPalmer Dabbelt
2018-10-22RISC-V: Filter ISA and MMU values in cpuinfoPalmer Dabbelt
2017-09-26RISC-V: Init and Halt CodePalmer Dabbelt