aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/include/pcpu.h
Commit message (Expand)AuthorAgeFilesLines
* Remove PCPU_INCJason A. Harmening2021-03-211-1/+0
* Correct padding length for RISC-V PCPU data.John Baldwin2020-08-121-1/+1
* Store offset into zpcpu allocations in the per-cpu area.Mateusz Guzik2020-02-121-1/+1
* Fix global pointer relaxations in the RISC-V kernelMitchell Horne2019-06-091-2/+2
* Add support for HiFive Unleashed -- the board with a multi-core RISC-V SoCRuslan Bukin2019-05-121-1/+2
* RISC-V: initialize pcpu slightly earlierMitchell Horne2019-04-071-1/+0
* Implement per-CPU pmap activation tracking for RISC-V.Mark Johnston2019-02-131-0/+1
* Follow r317061 "Remove struct vmmeter from struct pcpu"Ruslan Bukin2017-04-191-1/+1
* o Remove operation in machine mode.Ruslan Bukin2016-08-101-2/+1
* o Implement shared pagetables and switch from 4 to 3 levels pageRuslan Bukin2016-04-251-2/+1
* Add support for symmetric multiprocessing (SMP).Ruslan Bukin2016-02-241-1/+13
* Reuse gp register for pcpu pointer.Ruslan Bukin2016-02-041-2/+5
* Import RISC-V machine headers. This is a minimal set required to compileRuslan Bukin2015-12-171-0/+74