created | 2020-03-28T21:28:55Z |
---|---|
begin | 2020-03-26T00:00:00Z |
end | 2020-03-27T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2020-03-26T05:48:33Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/i915_drv.c | log | diff | annotate |
message |
print platform name and gen in early inteldrm attach ok kettenis@ ok matthieu@ on an earlier diff |
date | 2020-03-26T06:05:06Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | log | diff | annotate |
message |
drm/amd/display: Clear link settings on MST disable connector From Bhawanpreet Lakha f258014432a705707d78ccbcc24ff0df815eb983 in linux 4.19.y/4.19.113 5ac7fd2f597b88ee81f4748ee50cab06192a8dc3 in mainline linux |
date | 2020-03-26T06:09:29Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_hubbub.c | log | diff | annotate |
message |
drm/amd/display: fix dcc swath size calculations on dcn1 From Josip Pavic 345acf45a0cef1effd58d42ed8e767a6219ae4b6 in linux 4.19.y/4.19.113 a0275dfc82c9034eefbeffd556cca6dd239d7925 in mainline linux |
date | 2020-03-26T06:12:34Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_debugfs.c | log | diff | annotate |
message |
drm/amd/amdgpu: Fix GPR read from debugfs (v2) From Tom St Denis 053a9862f0202cdcda9c56778dd98396a7cb3513 in linux 4.19.y/4.19.113 5bbc6604a62814511c32f2e39bc9ffb2c1b92cbe in mainline linux |
date | 2020-03-26T08:03:50Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/kern/kern_synch.c | log | diff | annotate |
message |
Revert Rev 1.164. Setting sls_sig to 0 uncovered a bunch of issues when it comes to setting a process into single thread mode. It is still worng but first the interaction with single_thread_set() must be corrected. |
date | 2020-03-26T11:28:23Z | |||
---|---|---|---|---|
author | tobhe | |||
files | src/sys/dev/softraid_raid5.c | log | diff | annotate |
message |
Prevent NULL dereference in passing result of dma_alloc() with NO_WAIT to memcpy(). CID 1453215 ok stsp@, feedback from kettenis@ |
date | 2020-03-26T12:58:18Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/amlpciephy.c | log | diff | annotate |
message |
Fix register definition. Fixes USB3 support when USB has not been initialized by U-Boot. |
date | 2020-03-26T16:50:46Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/if_pppx.c | log | diff | annotate |
src/sys/net/pipex.c | log | diff | annotate | |
message |
Unify #ifdef guarding code to remove PPTP and L2TP sessions. This makes a pattern emerge that should help when starting to protect the global `session' list with something else than the KERNEL_LOCK(). from Vitaliy Makkoveev. |