summaryrefslogtreecommitdiff
path: root/sys/kern/subr_cpu.c
AgeCommit message (Expand)Author
2023-07-08curcpu_stable(9): New function for asserting curcpu() is stable.riastradh
2022-01-24remove double "with" in comments and usage text. Also fix one typo.andvar
2021-10-04remove duplicate the article in comments.andvar
2020-09-23Don't dump the CPU topology in the uninspiring case of a single CPU.simonb
2020-06-11Counter tweaks:ad
2020-03-26Don't overwrite ci_is_slow if it has explicitly been set. Changed forad
2020-02-15Remove the 'slow' argument from cpu_topology_set and create a newskrll
2020-02-09Trailing whitespaceskrll
2020-01-13Fix some more bugs in the topo stuff, that prevented it from workingad
2020-01-13more diag for cpu topology debug kernels:mrg
2020-01-13Fix a loltastic typo.ad
2020-01-12cpu topology:ad
2020-01-12provide 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 muchad
2020-01-05mi_cpu_init(): provide fake topology info for early boot.ad
2020-01-02mi_cpu_init: set ci_smt_primary early.ad
2019-12-21Fix build break (ci->ci_dev is not available on every port).ad
2019-12-21Fix build failure.ad
2019-12-20Split subr_cpu.c out of kern_cpu.c, to contain routines shared with rump.ad