index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
riscv64
/
include
/
cpu.h
Age
Commit message (
Expand
)
Author
2024-06-11
Enable UVM percpu cache on riscv64
Jeremie Courreges-Anglas
2024-04-29
remove prototypes for removed functions
Jonathan Gray
2024-02-25
clockintr: rename "struct clockintr_queue" to "struct clockqueue"
Scott Soule Cheloha
2024-01-27
On Allwinner D1, the SBI call to schedule timer interrupts doesn't work.
Mark Kettenis
2024-01-24
clockintr: switch from callee- to caller-allocated clockintr structs
Scott Soule Cheloha
2023-09-19
Import the DVFS code from arm64.
Mark Kettenis
2023-08-23
all platforms: separate cpu_initclocks() from cpu_startclock()
Scott Soule Cheloha
2023-08-05
cpu_idle_{enter,leave} are no-ops on riscv64, so just #define
Philip Guenther
2023-07-25
statclock: move profil(2), GPROF code to profclock(), gmonclock()
Scott Soule Cheloha
2022-11-19
riscv64: switch to clockintr
Scott Soule Cheloha
2022-08-29
use ansi volatile keyword, not __volatile
Jonathan Gray
2022-08-09
riscv64: trigger deferred timer interrupts from splx(9)
Scott Soule Cheloha
2022-06-10
Implement CPU_BUSY_CYCLE() with the ZiHintPause extension
Jeremie Courreges-Anglas
2022-01-01
Remove unused function prototype.
Mark Kettenis
2021-07-24
Implement a workaround for the SiFive FU740 CIP-1200 errata.
Mark Kettenis
2021-06-30
Simplify the way we track the FPU state, using powerpc64 as a model.
Mark Kettenis
2021-06-29
SMP support. Mostly works, but occasionally craps out during boot.
Mark Kettenis
2021-06-02
kernel: introduce per-CPU panic(9) message buffers
cheloha
2021-05-12
add OpenBSD rcs ids
Jonathan Gray
2021-05-11
whitespace cleanup
Theo de Raadt
2021-05-09
fpu_valid_opcode() did not correctly handle 16 bit fp instructions
Jonathan Gray
2021-05-04
The clock on RISC-V is architectural, so we really don't need the
Mark Kettenis
2021-04-30
reduce diff to current arm64
Jonathan Gray
2021-04-23
Initial import of OpenBSD/riscv64
Dale Rahn