summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-28RISC-V: Fix /proc/cpuinfo cpumask warningAndrew Jones1-0/+3
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+51
2022-10-14RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputPalmer Dabbelt1-0/+51
2022-10-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2022-10-07RISC-V: Print SSTC in canonical orderPalmer Dabbelt1-1/+1
2022-10-04RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputAnup Patel1-0/+51
2022-10-02RISC-V: Probe Svinval extension form ISA stringMayuresh Chitale1-0/+1
2022-08-12RISC-V: Add Sstc extension supportPalmer Dabbelt1-0/+1
2022-08-12RISC-V: Enable sstc extension parsing from DTAtish Patra1-0/+1
2022-08-11arch/riscv: add Zihintpause supportDao Lu1-0/+1
2022-08-11riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt1-0/+1
2022-07-29riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner1-0/+1
2022-07-20riscv: cpu: Add 64bit hartid support on RV64Sunil V L1-11/+15
2022-05-21riscv: Don't output a bogus mmu-type on a no MMU kernelNiklas Cassel1-0/+4
2022-05-12riscv: add RISC-V Svpbmt extension supportHeiko Stuebner1-0/+1
2022-04-01riscv: cpu.c: don't use kernel-doc markers for commentsRandy Dunlap1-2/+2
2022-03-31RISC-V: Fix a comment typo in riscv_of_parent_hartid()Atish Patra1-1/+1
2022-03-22perf: RISC-V: Add support for SBI PMU and SscofpmfPalmer Dabbelt1-0/+1
2022-03-22RISC-V: Add sscofpmf extension supportAtish Patra1-0/+1
2022-03-18RISC-V: Provide a fraemework for RISC-V ISA extensionsPalmer Dabbelt1-2/+63
2022-03-17RISC-V: Improve /proc/cpuinfo output for ISA extensionsAtish Patra1-2/+63
2022-02-15riscv: mm: Set sv57 on defaultlyQinglin Pan1-1/+3
2022-01-20riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfoAlexandre Ghiti1-11/+12
2021-10-20riscv: Use of_get_cpu_hwid()Rob Herring1-1/+2
2020-06-10RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel1-0/+16
2019-10-28RISC-V: Remove unsupported isa string info printAtish Patra1-42/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2019-04-30RISC-V: Add RISC-V specific arch_match_cpu_phys_idAtish Patra1-2/+1
2019-03-04RISC-V: Remove NR_CPUs check during hartid search from DTAtish Patra1-4/+0
2019-02-12riscv: treat cpu devicetree nodes without status as enabledJohan Hovold1-7/+3
2019-02-12riscv: fix riscv_of_processor_hartid() commentJohan Hovold1-9/+9
2019-02-12riscv: add missing newlines to printk messagesJohan Hovold1-1/+1
2018-12-21RISC-V: Fix of_node_* refcountAtish Patra1-0/+1
2018-11-20RISC-V: recognize S/U mode bits in print_isaPatrick Stählin1-3/+6
2018-10-23RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfoAnup Patel1-4/+6
2018-10-23RISC-V: Use Linux logical CPU number instead of hartidAtish Patra1-3/+5
2018-10-23RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartidPalmer Dabbelt1-2/+5
2018-10-23RISC-V: Filter ISA and MMU values in cpuinfoPalmer Dabbelt1-7/+61
2017-09-27RISC-V: Init and Halt CodePalmer Dabbelt1-0/+108