aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/smpboot.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-16RISC-V: Support nr_cpus command line option.Atish Patra
2019-04-30RISC-V: Implement nosmp commandline option.Atish Patra
2019-03-04RISC-V: Compare cpuid with NR_CPUS before mapping.Atish Patra
2019-03-04RISC-V: Do not wait indefinitely in __cpu_upAtish Patra
2019-02-11riscv: use for_each_of_cpu_node iteratorJohan Hovold
2019-01-23RISC-V: fix bad use of of_node_putAndreas Schwab
2018-12-21RISC-V: Fix of_node_* refcountAtish Patra
2018-10-22RISC-V: Use Linux logical CPU number instead of hartidAtish Patra
2018-10-22RISC-V: Use WRITE_ONCE instead of direct accessAtish Patra
2018-10-22RISC-V: Use mmgrab()Palmer Dabbelt
2018-10-22RISC-V: Rename im_okay_therefore_i_am to found_boot_cpuPalmer Dabbelt
2018-10-22RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartidPalmer Dabbelt
2018-10-22RISC-V: Disable preemption before enabling interruptsAtish Patra
2018-10-22RISC-V: Comment on the TLB flush in smp_callin()Palmer Dabbelt
2018-08-13clocksource: new RISC-V SBI timer driverPalmer Dabbelt
2017-09-26RISC-V: Init and Halt CodePalmer Dabbelt