index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_cpu.c
Age
Commit message (
Expand
)
Author
2023-07-08
curcpu_stable(9): New function for asserting curcpu() is stable.
riastradh
2022-01-24
remove double "with" in comments and usage text. Also fix one typo.
andvar
2021-10-04
remove duplicate the article in comments.
andvar
2020-09-23
Don't dump the CPU topology in the uninspiring case of a single CPU.
simonb
2020-06-11
Counter tweaks:
ad
2020-03-26
Don't overwrite ci_is_slow if it has explicitly been set. Changed for
ad
2020-02-15
Remove the 'slow' argument from cpu_topology_set and create a new
skrll
2020-02-09
Trailing whitespace
skrll
2020-01-13
Fix some more bugs in the topo stuff, that prevented it from working
ad
2020-01-13
more diag for cpu topology debug kernels:
mrg
2020-01-13
Fix a loltastic typo.
ad
2020-01-12
cpu topology:
ad
2020-01-12
provide some semblance of valid cpu topology for big.little systems.
mrg
2020-01-09
- Many small tweaks to the SMT awareness in the scheduler. It does a much
ad
2020-01-05
mi_cpu_init(): provide fake topology info for early boot.
ad
2020-01-02
mi_cpu_init: set ci_smt_primary early.
ad
2019-12-21
Fix build break (ci->ci_dev is not available on every port).
ad
2019-12-21
Fix build failure.
ad
2019-12-20
Split subr_cpu.c out of kern_cpu.c, to contain routines shared with rump.
ad