created | 2020-04-04T17:38:03Z |
---|---|
begin | 2020-03-31T00:00:00Z |
end | 2020-04-01T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2020-03-31T06:54:05Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/kern/vfs_vops.c | log | diff | annotate |
message |
Revert previous, syzkaller found a way to trigger the KASSERT(). Let's fix this before we put them back :o) |
date | 2020-03-31T07:23:23Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwm.c | log | diff | annotate |
message |
When using a fixed Tx MCS in iwm(4) enable SGI if the peer supports it. This fix is needed for benchmarking MiRa against a fixed Tx rate, since MiRA will also use SGI if available. |
date | 2020-03-31T07:27:30Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwx.c | log | diff | annotate |
message |
When using a fixed Tx MCS in iwx(4) enable SGI if the peer supports it. This fix is needed for benchmarking MiRa against a fixed Tx rate, since MiRA will also use SGI if available. |
date | 2020-03-31T09:34:19Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/kern/kern_synch.c | log | diff | annotate |
message |
Move sleep_finish_all() down to where sleep_finish() and all other sleep_setup/finish related functions are. OK kettenis@ |
date | 2020-03-31T10:33:10Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/armv7/omap/am335x.c | log | diff | annotate |
src/sys/arch/armv7/omap/Attic/am335x_cm_padconf.c | log | diff | annotate | |
src/sys/arch/armv7/omap/files.omap | log | diff | annotate | |
src/sys/arch/armv7/omap/omap3.c | log | diff | annotate | |
src/sys/arch/armv7/omap/Attic/sitara_cm.c | log | diff | annotate | |
src/sys/arch/armv7/omap/Attic/sitara_cm.h | log | diff | annotate | |
src/sys/arch/armv7/omap/Attic/sitara_cmreg.h | log | diff | annotate | |
message |
Remove unused code. The padconf code has been replaced with the generic pinctrl(4) driver and intc(4) now attaches using the device tree. ok jsg@ |
date | 2020-03-31T11:32:43Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwm.c | log | diff | annotate |
message |
Fix MIMO rates with firmware-based rate scaling in iwm(4). This is the corresponding entry in Intel's non-existent firmware changelog: - Firmware now requires MIMO support to be enabled via ADD_STA_CMD flags. ok tobhe tracey testing by benno |
date | 2020-03-31T11:54:07Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/armv7/omap/if_cpsw.c | log | diff | annotate |
message |
Newer device trees no longer put the full physical address in the "reg" property; it contains on offset in the parent's address space instead. Since the driver needs the address of the CPPI RAM to program the descriptors, use bus_space_vaddr(9) and pmap_extract(9) to get it. ok jsg@ |
date | 2020-03-31T13:00:27Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/armv7/omap/if_cpsw.c | log | diff | annotate |
message | Remove leftover that should have been removed in the previous commit. |