created | 2022-10-10T07:53:03Z |
---|---|
begin | 2022-10-04T00:00:00Z |
end | 2022-10-05T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2022-10-04T19:36:20Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/include/armreg.h | log | diff | annotate |
message |
Add a few more PSTATE bits. ok deraadt@ |
date | 2022-10-04T19:38:20Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/usb/ukbd.c | log | diff | annotate |
message |
Repair Apple-specific translation support broken by mistake in 1.88; reported by Leonardo Moreno |
date | 2022-10-04T19:41:21Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/cpu.c | log | diff | annotate |
src/sys/arch/arm64/arm64/machdep.c | log | diff | annotate | |
message |
On CPUs that support the Data Independent Timing feature, enable this feature by default in both the kernel and userland. At this point, this feature has only been seen on Apple's CPU cores, where turning it on has no measurable impact on performance. Turning this feature on should help to mitigate timing side-channel attacks. ok deraadt@, beck@ |