created | 2019-02-01T12:16:17Z |
---|---|
begin | 2018-02-23T00:00:00Z |
end | 2018-02-24T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2018-02-23T07:04:57Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message | masanobu saitoh pointed out i had the wrong id for XXV710 SFP28 devs |
date | 2018-02-23T07:05:39Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/pci/pcidevs_data.h | log | diff | annotate |
message | regen |
date | 2018-02-23T15:41:08Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/amd64/amd64/aesni.c | log | diff | annotate |
message |
branches: 1.43.2; Drop redundant bzero() calls. ses_ghash is allocated with M_ZERO, so it is unnecessary to zero the struct's fields right after allocation. OK mikeb@ |
date | 2018-02-23T19:08:56Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm/arm/cpu.c | log | diff | annotate |
src/sys/arch/arm64/arm64/cpu.c | log | diff | annotate | |
src/sys/dev/fdt/psci.c | log | diff | annotate | |
src/sys/dev/fdt/pscivar.h | log | diff | annotate | |
message |
Get rid of the cpu_on_fn hook and call the psci(4) functions directly instead like we already do in the code that flushes the BTB. ok jsg@ |
date | 2018-02-23T21:47:08Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/bcm2836_intr.c | log | diff | annotate |
message |
Disable mailbox interrupts on all cores upon attach instead of enabling the mailbox 0 interrupt on all cores. Seems to make GENERIC.MP work on the rpi3. |