created | 2020-11-23T00:12:32Z |
---|---|
begin | 2020-07-23T00:00:00Z |
end | 2020-07-24T00:00:00Z |
path | src/sys |
commits | 22 |
date | 2020-07-23T00:08:10Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/arch/luna88k/dev/mb89352var.h | log | diff | annotate |
message |
Nuke unused struct scsi_link member of spc_softc. luna88k compile test by aoyama@ |
date | 2020-07-23T01:24:53Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_mcx.c | log | diff | annotate |
message |
Increase the event queue size. When polling for admin command completion, we don't wait for the event to be posted to the queue, we just look at the command itself, which means we can build up a backlog of events to be posted. Newer firmware for ConnectX-4 seems to get upset if the backlog grows beyond some fraction of the event queue size, causing an interrupt storm. This was reported by patrick@ and Hrvoje Popovski (at least) while testing support for multiple tx/rx queues. With the new event queue size, we can safely create 8 queues. |
date | 2020-07-23T07:45:28Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/powerpc64/trap.c | log | diff | annotate |
message |
Handle the case where we can sleep (and therefore switch CPUs) while handling kernel traps. |
date | 2020-07-23T09:17:03Z | |||
---|---|---|---|---|
author | tim | |||
files | src/sys/dev/rasops/rasops.c | log | diff | annotate |
message | Fix comments to match code; OK fcambus@ |
date | 2020-07-23T09:21:51Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/acpi/dwiic_acpi.c | log | diff | annotate |
message |
match on AMDI0010 Makes imt(4) and ims(4) attach and touchpad work on jmc@'s Inspiron 5505. "pms0: Elantech Clickpad, version 4, firmware 0x5f1001" also probes but by itself did not result in a functional touchpad. ok kettenis@ |
date | 2020-07-23T09:49:33Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/powerpc64/trap.c | log | diff | annotate |
message | Fix typo in previous commit such that the code is actually compiled in. |
date | 2020-07-23T10:10:15Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/if_mvpp.c | log | diff | annotate |
message | Even more whitespace fixup. |
date | 2020-07-23T10:40:17Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/powerplay/renoir_ppt.c | log | diff | annotate |
message |
drm/amdgpu/powerplay: Modify SMC message name for setting power profile mode From chen gong b22a2501543e9ebe88b8375652ad41715f1e765d in linux 5.7.y/5.7.10 98a34cf931e848f8489d3fb15a8f5fc03802ad65 in mainline linux |
date | 2020-07-23T10:43:10Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/sdma_v5_0.c | log | diff | annotate |
message |
drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr() From Xiaojie Yuan 7c7df36732772d4f68e0ed50667ced18440bb2ad in linux 5.7.y/5.7.10 05051496b2622e4d12e2036b35165969aa502f89 in mainline linux |
date | 2020-07-23T10:46:17Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/core/dc_stream.c | log | diff | annotate |
message |
drm/amd/display: handle failed allocation during stream construction From Josip Pavic adfe5ec9ac3ff13e9dabe42216fb34a9e9c19738 in linux 5.7.y/5.7.10 be73e608ae2711dc8a1ab8b9549d9e348061b2ee in mainline linux |
date | 2020-07-23T10:49:23Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c | log | diff | annotate |
message |
drm/amd/display: OLED panel backlight adjust not work with external display connected From hersen wu 702e13f8d26c6d18389c299347580783fef02bcd in linux 5.7.y/5.7.10 b448d30b0c303d5454ea572b772d1ffae96bc6e7 in mainline linux |
date | 2020-07-23T10:54:50Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c | log | diff | annotate |
message |
drm/amdgpu/display: create fake mst encoders ahead of time (v4) From Alex Deucher 4c76a5a3db25f24accb12acf4a6f3707ee283761 in linux 5.7.y/5.7.10 3168470142e0a82b5732c04ed4c031a9322ae170 in mainline linux |
date | 2020-07-23T10:54:51Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.h | log | diff | annotate |
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | log | diff | annotate | |
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.h | log | diff | annotate | |
message |
drm/amdgpu/display: create fake mst encoders ahead of time (v4) From Alex Deucher 4c76a5a3db25f24accb12acf4a6f3707ee283761 in linux 5.7.y/5.7.10 3168470142e0a82b5732c04ed4c031a9322ae170 in mainline linux |
date | 2020-07-23T10:57:50Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/display/intel_hdmi.c | log | diff | annotate |
message |
drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2. From Maarten Lankhorst bc4727542c394ac99e1826e35d708d83088591d3 in linux 5.7.y/5.7.10 6647e6cdba753e71170be7da2acfead7154f56d8 in mainline linux |
date | 2020-07-23T11:00:13Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gt/intel_lrc.c | log | diff | annotate |
message |
drm/i915/gt: Ignore irq enabling on the virtual engines From Chris Wilson efce4c5bf8873329a578b70c4b5b0df0fee73e2d in linux 5.7.y/5.7.10 858f1299fd6f7518ddef19ddd304c8398ac79fa5 in mainline linux |
date | 2020-07-23T11:03:14Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gt/intel_lrc.c | log | diff | annotate |
message |
drm/i915/gt: Only swap to a random sibling once upon creation From Chris Wilson b99382de1233866a7eea4a016029d417bdcc0fe7 in linux 5.7.y/5.7.10 110f9efa858f584c6bed177cd48d0c0f526940e1 in mainline linux |
date | 2020-07-23T11:05:52Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gvt/handlers.c | log | diff | annotate |
message |
drm/i915/gvt: Fix two CFL MMIO handling caused by regression. From Colin Xu 7924e77bf17003aad76f31126d27afe17439876d in linux 5.7.y/5.7.10 fccd0f7cf4d532674d727c7f204f038456675dee in mainline linux |
date | 2020-07-23T11:09:13Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/i915_perf.c | log | diff | annotate |
message |
drm/i915/perf: Use GTT when saving/restoring engine GPR From Umesh Nerlige Ramappa b3944d5248c6be0f2dc95a231822c6c67d6f6fd9 in linux 5.7.y/5.7.10 aee62e02c48bd62b9b07f5e297ecfc9aaa964937 in mainline linux |
date | 2020-07-23T15:09:09Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/include/pmap.h | log | diff | annotate |
src/sys/arch/powerpc64/powerpc64/pmap.c | log | diff | annotate | |
src/sys/arch/powerpc64/powerpc64/trap.c | log | diff | annotate | |
message | Use per-pmap lock to protect userland SLB handling. |
date | 2020-07-23T16:01:08Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/powerpc64/trap.c | log | diff | annotate |
message |
Enter DDB directly when we encounter an unhandled trap such that we can inspect the state corresponding to that trap. |
date | 2020-07-23T16:21:44Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/include/cpu.h | log | diff | annotate |
message |
Bump MAXCPUS (for MULTIPROCESSOR kernels) to 48, which seems to be the maximum numbers of cores available in any POWER9 system. |
date | 2020-07-23T18:51:24Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/powerpc64/pmap.c | log | diff | annotate |
message | Free SLB descriptors when we destroy a pmap. |