created | 2018-11-29T22:55:06Z |
---|---|
begin | 2018-06-30T00:00:00Z |
end | 2018-07-01T00:00:00Z |
path | src/sys |
commits | 10 |
date | 2018-06-30T10:16:35Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/amd64/include/cpufunc.h | log | diff | annotate |
src/sys/arch/i386/include/cpufunc.h | log | diff | annotate | |
src/sys/dev/acpi/acpi.c | log | diff | annotate | |
message |
Add intr_enable() function, intended for MI use to amd64 and i386 and use this in the acpi(4) suspend/resume code paths. ok deraadt@ |
date | 2018-06-30T10:20:21Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/include/cpu.h | log | diff | annotate |
message | Add intr_enable() here as well. |
date | 2018-06-30T14:43:36Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/kern/kern_sched.c | log | diff | annotate |
message |
Don't steal processes from other CPUs if we're not scheduling processes on a CPU. ok deraadt@ |
date | 2018-06-30T15:23:35Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/arm/arm/db_disasm.c | log | diff | annotate |
src/sys/arch/arm/arm/disassem.c | log | diff | annotate | |
src/sys/arch/arm/arm/locore.S | log | diff | annotate | |
src/sys/arch/arm/arm/setstack.S | log | diff | annotate | |
src/sys/arch/arm/arm/stubs.c | log | diff | annotate | |
src/sys/arch/arm/arm/sys_machdep.c | log | diff | annotate | |
src/sys/arch/arm/arm/vm_machdep.c | log | diff | annotate | |
message | Remove strange /* End of file */ style. |
date | 2018-06-30T15:23:36Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/arm/include/cpu.h | log | diff | annotate |
src/sys/arch/arm/include/cpufunc.h | log | diff | annotate | |
message | Remove strange /* End of file */ style. |
date | 2018-06-30T15:23:37Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/arm/include/fp.h | log | diff | annotate |
src/sys/arch/arm/include/frame.h | log | diff | annotate | |
src/sys/arch/arm/include/trap.h | log | diff | annotate | |
src/sys/arch/arm/include/undefined.h | log | diff | annotate | |
src/sys/arch/arm64/conf/GENERIC.MP | log | diff | annotate | |
src/sys/arch/arm64/include/frame.h | log | diff | annotate | |
message | Remove strange /* End of file */ style. |
date | 2018-06-30T18:15:12Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/arch/amd64/conf/GENERIC | log | diff | annotate |
src/sys/dev/acpi/acpisurface.c | log | diff | annotate | |
src/sys/dev/acpi/files.acpi | log | diff | annotate | |
message |
acpisurface(4): driver for Surface Pro 4 and Surface Book hardware buttons. ok phessler, deraadt, kettenis |
date | 2018-06-30T18:19:30Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/dev/acpi/files.acpi | log | diff | annotate |
message |
Typo in comment in previous file which I said I'd address in the original commit and forgot to do. (Sufrace -> Surface) |
date | 2018-06-30T19:20:28Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/stand/efiboot/efiacpi.c | log | diff | annotate |
message | Some tweaks such that ACPI 5.1 tables are recognized as well. |
date | 2018-06-30T19:24:07Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/amd64/vmm.c | log | diff | annotate |
message |
Don't try to set XCR0_X87 when XSAVE isn't supported at all. Fixes vmm on CPUs without XSAVE. Problem reported by Ax0n (ax0n (at) h-i-r.net) ok mlarkin@ deraadt@ |