created | 2022-05-01T22:48:13Z |
---|---|
begin | 2022-04-26T00:00:00Z |
end | 2022-04-27T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2022-04-26T08:35:30Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/arch/amd64/amd64/cpu.c | log | diff | annotate |
src/sys/arch/amd64/amd64/identcpu.c | log | diff | annotate | |
src/sys/arch/amd64/include/cpu.h | log | diff | annotate | |
src/sys/arch/amd64/include/specialreg.h | log | diff | annotate | |
message |
On CPUs that have MPERF/APERF support use that information to install a cpu frequency sensor for each core. This works on many "modern" Intel and AMD cpus (probably anything that has some kind of turbo mode). OK kettenis@ |
date | 2022-04-26T10:48:20Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/arch/amd64/amd64/identcpu.c | log | diff | annotate |
message | No need for line wrap here. |
date | 2022-04-26T15:31:14Z | |||
---|---|---|---|---|
author | dv | |||
files | src/sys/kern/kern_lock.c | log | diff | annotate |
message |
Bump __mp_lock_spinout to INT_MAX. The previous value set years ago was causing amd64 kernels to spin out when run with MP_LOCKDEBUG during boot. ok kettenis@ |