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
/
kern
/
kern_smr.c
Age
Commit message (
Expand
)
Author
2022-08-14
remove unneeded includes in sys/kern
Jonathan Gray
2021-11-24
Fix type of count.
Visa Hankala
2021-11-24
Simplify arithmetics on the main path.
Visa Hankala
2021-11-24
Add a few dt(4) TRACEPOINTS to SMR. Should help to better understand what
Claudio Jeker
2021-07-06
Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent
Mark Kettenis
2021-06-29
Didn't intend to commit the CPU_IS_RUNNING() changes just yet, so revert
Mark Kettenis
2021-06-29
SMP support. Mostly works, but occasionally craps out during boot.
Mark Kettenis
2020-12-25
Small smr_grace_wait() optimization
Visa Hankala
2020-04-03
Adjust SMR_ASSERT_CRITICAL() and SMR_ASSERT_NONCRITICAL() so that the
Visa Hankala
2020-02-25
Start the SMR thread when all CPUs are ready for scheduling. This
Visa Hankala
2019-12-30
convert infinite msleep(9) to msleep_nsec(9)
Jonathan Gray
2019-07-03
Add tsleep_nsec(9), msleep_nsec(9), and rwsleep_nsec(9).
cheloha
2019-05-17
Add SMR_ASSERT_NONCRITICAL() in assertwaitok(). This eases debugging
Visa Hankala
2019-05-16
Remove incorrect optimization. The current logic for skipping idle CPUs
Visa Hankala
2019-05-14
Add lock order checking for smr_barrier(9). This is similar to the
Visa Hankala
2019-02-26
Introduce safe memory reclamation, a mechanism for reclaiming shared
Visa Hankala