created | 2018-11-30T02:31:50Z |
---|---|
begin | 2018-08-23T00:00:00Z |
end | 2018-08-24T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2018-08-23T00:22:53Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_bnxt.c | log | diff | annotate |
message |
set interrupt aggregation parameters so we get around 10000 interrupts per second, which makes a pretty sizable improvement to rx performance. |
date | 2018-08-23T01:06:06Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_bnxt.c | log | diff | annotate |
message |
rearrange txeof so it processes slots up to the index given in the completion event, and only request completion events for the last packet we place on the ring in bnxt_start, which doesn't do anything now but will make tx faster when we get tx mitigation working. |
date | 2018-08-23T01:40:26Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_bnxt.c | log | diff | annotate |
message |
remove hwrm interface code for nvram reads and writes, firmware updates, and wol filters, none of which we're going to use. |
date | 2018-08-23T14:47:52Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/i386/conf/files.i386 | log | diff | annotate |
src/sys/arch/i386/i386/acpi_machdep.c | log | diff | annotate | |
src/sys/arch/i386/i386/bios.c | log | diff | annotate | |
src/sys/arch/i386/i386/cpu.c | log | diff | annotate | |
src/sys/arch/i386/i386/machdep.c | log | diff | annotate | |
src/sys/arch/i386/i386/ucode.c | log | diff | annotate | |
src/sys/arch/i386/include/biosvar.h | log | diff | annotate | |
src/sys/arch/i386/include/cpufunc.h | log | diff | annotate | |
src/sys/arch/i386/include/specialreg.h | log | diff | annotate | |
src/sys/arch/i386/stand/boot/conf.c | log | diff | annotate | |
src/sys/arch/i386/stand/cdboot/conf.c | log | diff | annotate | |
src/sys/arch/i386/stand/libsa/exec_i386.c | log | diff | annotate | |
src/sys/arch/i386/stand/pxeboot/conf.c | log | diff | annotate | |
message |
port the amd64 code for loading intel microcode on boot to i386 ok deraadt@ mlarkin@ |
date | 2018-08-23T15:31:12Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/stand/efiboot/efiboot.c | log | diff | annotate |
src/sys/arch/armv7/stand/efiboot/efiboot.c | log | diff | annotate | |
message |
Set the pointer to the EFI Runtime Services, otherwise we call into nowhere. ok kettenis@ |