created | 2024-11-04T11:06:51Z |
---|---|
begin | 2024-10-27T00:00:00Z |
end | 2024-10-28T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2024-10-27T04:44:41Z | |||
---|---|---|---|---|
author | yasuoka | |||
files | src/sys/dev/pci/ixgbe.c | log | diff | annotate |
src/sys/dev/pci/ixgbe.h | log | diff | annotate | |
src/sys/dev/pci/ixgbe_type.h | log | diff | annotate | |
message |
To prepare to add ixv(4), update the mailbox functionalities of ixbge to ixv driver version 1.5.32 from Intel. This change will not affect the existing usage of ix(4), since the change is only about the mailbox, and the mailbox is used only when the primary/virtual function is used. The diff from Yuichiro NAITO, naito.yuichiro at gmail.com. ok jmatthew jan |
date | 2024-10-27T15:42:48Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/kern/sys_pipe.c | log | diff | annotate |
message |
Remove KERNEL_LOCK() dance around km_alloc(9) & km_free(9). Allocating VAs is done via uvm_map(9) which is safe to call without KERNEL_LOCK() since mmap(2) & friends have been marked NOLOCK. ok mvs@ |
date | 2024-10-27T22:08:25Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/sys/msg.h | log | diff | annotate |
message | remove unused MSQID defines; ok mpi@ miod@ |