created | 2020-09-06T08:04:21Z |
---|---|
begin | 2020-09-04T00:00:00Z |
end | 2020-09-05T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2020-09-04T01:10:29Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/fdt/rkgrf.c | log | diff | annotate |
message |
Add RK3308 GRF ok kettenis@ |
date | 2020-09-04T01:11:16Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/fdt/rkpinctrl.c | log | diff | annotate |
message |
Add RK3308 pinctrl support ok kettenis@ |
date | 2020-09-04T01:33:06Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_kms.c | log | diff | annotate |
message |
drm/amdgpu: Fix buffer overflow in INFO ioctl From Alex Deucher b5b97cab55eb71daba3283c8b1d2cce456d511a1 in mainline linux |
date | 2020-09-04T13:10:16Z | |||
---|---|---|---|---|
author | bket | |||
files | src/sys/dev/pv/viomb.c | log | diff | annotate |
message |
Replace TAILQ concatenation loop with TAILQ_CONCAT OK millert@, florian@ |
date | 2020-09-04T15:18:05Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/cn30xxgmx.c | log | diff | annotate |
src/sys/arch/octeon/dev/cn30xxgmxvar.h | log | diff | annotate | |
src/sys/arch/octeon/dev/cn30xxpip.c | log | diff | annotate | |
src/sys/arch/octeon/dev/cn30xxpipreg.h | log | diff | annotate | |
src/sys/arch/octeon/dev/cn30xxpipvar.h | log | diff | annotate | |
src/sys/arch/octeon/dev/if_cnmac.c | log | diff | annotate | |
src/sys/arch/octeon/dev/if_cnmacvar.h | log | diff | annotate | |
src/sys/arch/octeon/include/octeonvar.h | log | diff | annotate | |
message |
Add kstat to cnmac(4) This makes various receive and transmit event counters readable. This additionally replaces the old, and somewhat unusual, way of updating error counters in ifp. Most of the hardware counters are 32 bits wide. Hence the code polls them periodically and adds the values to 64-bit software counters. The hardware counters are cleared when read. |
date | 2020-09-04T17:27:42Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/powerpc64/pmap.c | log | diff | annotate |
message |
Restrict the size of the page table to 2G such that it never occupies more than 8 SLB entries. |
date | 2020-09-04T17:28:17Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/include/vmparam.h | log | diff | annotate |
message | Make the kernel address space a bit bigger. |
date | 2020-09-04T17:57:52Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/include/pte.h | log | diff | annotate |
message |
Restrict the size of the page table to 2G such that it never occupies more than 8 SLB entries. |