summaryrefslogtreecommitdiff
path: root/sys/riscv/include/pcpu.h
AgeCommit message (Expand)Author
2025-01-10riscv: enable cpufreq_dt driverMitchell Horne
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-07-27pcpu: Remove unused definitions of ALT_STACK_SIZEMark Johnston
2022-07-05riscv: implement db_show_mdpcpu()Mitchell Horne
2021-03-20Remove PCPU_INCJason A. Harmening
2020-08-12Correct padding length for RISC-V PCPU data.John Baldwin
2020-02-12Store offset into zpcpu allocations in the per-cpu area.Mateusz Guzik
2019-06-09Fix global pointer relaxations in the RISC-V kernelMitchell Horne
2019-05-12Add support for HiFive Unleashed -- the board with a multi-core RISC-V SoCRuslan Bukin
2019-04-07RISC-V: initialize pcpu slightly earlierMitchell Horne
2019-02-13Implement per-CPU pmap activation tracking for RISC-V.Mark Johnston
2017-04-19Follow r317061 "Remove struct vmmeter from struct pcpu"Ruslan Bukin
2016-08-10o Remove operation in machine mode.Ruslan Bukin
2016-04-25o Implement shared pagetables and switch from 4 to 3 levels pageRuslan Bukin
2016-02-24Add support for symmetric multiprocessing (SMP).Ruslan Bukin
2016-02-04Reuse gp register for pcpu pointer.Ruslan Bukin
2015-12-17Import RISC-V machine headers. This is a minimal set required to compileRuslan Bukin