aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/smp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-19riscv: smp: Add 64bit hartid support on RV64Sunil V L1-2/+2
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra1-2/+0
2022-01-09RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nSean Christopherson1-8/+2
2022-01-09riscv: remove cpu_stop()Jisheng Zhang1-2/+0
2021-04-26riscv: Constify sbi_ipi_opsJisheng Zhang1-2/+2
2020-08-20RISC-V: Add mechanism to provide custom IPI operationsAnup Patel1-0/+19
2020-08-04RISC-V: Fix build warning for smpboot.cAtish Patra1-0/+3
2020-06-09RISC-V: self-contained IPI handling routineAnup Patel1-0/+3
2020-03-31RISC-V: Support cpu hotplugAtish Patra1-0/+17
2020-03-31RISC-V: Implement new SBI v0.2 extensionsAtish Patra1-0/+7
2019-09-05riscv: cleanup riscv_cpuid_to_hartid_maskChristoph Hellwig1-6/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2019-03-04RISC-V: Move cpuid to hartid mapping to SMP.Atish Patra1-5/+13
2018-10-22RISC-V: Show IPI statsAnup Patel1-0/+9
2018-10-22RISC-V: Add logical CPU indexing for RISC-VAtish Patra1-1/+23
2018-10-22RISC-V: Provide a cleaner raw_smp_processor_id()Palmer Dabbelt1-10/+4
2018-08-13clocksource: new RISC-V SBI timer driverPalmer Dabbelt1-3/+0
2018-08-13RISC-V: simplify software interrupt / IPI codeChristoph Hellwig1-3/+0
2017-09-26RISC-V: Init and Halt CodePalmer Dabbelt1-0/+52