created | 2020-04-11T18:10:17Z |
---|---|
begin | 2020-04-10T00:00:00Z |
end | 2020-04-11T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2020-04-10T07:23:21Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/arch/powerpc/ddb/db_trace.c | log | diff | annotate |
message |
Implement stacktrace_save_at() required for upcoming WITNESS. ok gkoehler@ |
date | 2020-04-10T07:36:52Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/if_pppx.c | log | diff | annotate |
message |
Place the 64bit key on the stack instead of malloc(9)in' it in pppx_if_find(). Removing a malloc(9) with M_WAITOK reduces possible context switches which helps when dealing with parallelism issues. From Vitaliy Makkoveev. |
date | 2020-04-10T08:46:21Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/route.c | log | diff | annotate |
message | Typo in comment. |
date | 2020-04-10T21:25:00Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/xhci_acpi.c | log | diff | annotate |
message |
The Raspberry Pi4 (suing UEFI firmware in ACPI mode) uses QWord() resource descriptors. Add support for this. ok deraadt@ |
date | 2020-04-10T22:02:45Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/armv7/conf/GENERIC | log | diff | annotate |
src/sys/arch/armv7/conf/RAMDISK | log | diff | annotate | |
src/sys/arch/armv7/omap/files.omap | log | diff | annotate | |
src/sys/arch/armv7/omap/omclock.c | log | diff | annotate | |
src/sys/arch/armv7/omap/omcm.c | log | diff | annotate | |
src/sys/arch/armv7/omap/omgpio.c | log | diff | annotate | |
src/sys/arch/armv7/omap/ommmc.c | log | diff | annotate | |
src/sys/arch/armv7/omap/omsysc.c | log | diff | annotate | |
src/sys/arch/armv7/omap/ti_iic.c | log | diff | annotate | |
message |
Add omcm(4), omclock(4) and omsysc(4) drivers that support the new bus structure that is used in current mainline Linux device trees. ok jsg@ |