created | 2024-11-04T19:03:16Z |
---|---|
begin | 2024-10-30T00:00:00Z |
end | 2024-10-31T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2024-10-30T06:16:27Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/arm64/dev/apm.c | log | diff | annotate |
src/sys/conf/swapgeneric.c | log | diff | annotate | |
src/sys/dev/acpi/acpi_apm.c | log | diff | annotate | |
src/sys/kern/subr_disk.c | log | diff | annotate | |
src/sys/kern/subr_hibernate.c | log | diff | annotate | |
src/sys/nfs/nfs_vfsops.c | log | diff | annotate | |
src/sys/sys/conf.h | log | diff | annotate | |
src/sys/uvm/uvm_swap.c | log | diff | annotate | |
message |
directly use dev_t for swdevt[], remove struct swdevt ok mpi@ miod@ |
date | 2024-10-30T07:28:17Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/conf/swapgeneric.c | log | diff | annotate |
message | remove unneeded conf.h include |
date | 2024-10-30T15:00:12Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/sys/disk.h | log | diff | annotate |
message | nope, gcc does not like the change |
date | 2024-10-30T17:51:12Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/dev/ic/psp.c | log | diff | annotate |
src/sys/dev/ic/pspvar.h | log | diff | annotate | |
message |
For AMD SEV implement psp(4) download firmware command. Implement the command to load new firmware onto the chip. Will be used for automatic firmware loading. from hshoexer@; OK mlarkin@ |
date | 2024-10-30T18:02:45Z | |||
---|---|---|---|---|
author | jan | |||
files | src/sys/dev/pci/if_ixl.c | log | diff | annotate |
message |
readd IFCAP_VLAN_MTU and NVLAN checks ok bluhm@ |
date | 2024-10-30T18:33:26Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/dev/ic/psp.c | log | diff | annotate |
message |
For AMD SEV automatically load psp(4) firmware during vmd(4) startup. When opening /dev/psp for the first time, load the SEV firmware located in /etc/firmware/amdsev/ optained via fw_update(8). The relevant file is determined by CPU family and model. If firmware files are not installed or the correct file could not be determined, PSP will be initialized using the on-chip firmware. Alternatively a BIOS upgrade could install a newer version. from hshoexer@; OK mlarkin@ |