created | 2022-02-05T21:18:24Z |
---|---|
begin | 2022-02-02T00:00:00Z |
end | 2022-02-03T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2022-02-02T02:51:53Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_atomic.c | log | diff | annotate |
message |
drm/atomic: Add the crtc to affected crtc only if uapi.enable = true From Manasi Navare 73740f948252e424a01465155d8737bceae23653 in linux 5.15.y/5.15.19 5ec1cebd59300ddd26dbaa96c17c508764eef911 in mainline linux |
date | 2022-02-02T02:56:36Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_resource.c | log | diff | annotate |
message |
drm/amd/display: Fix FP start/end for dcn30_internal_validate_bw. From Bas Nieuwenhuizen 548f20b39ec91fdd97194a84a0d9b2f68715762a in linux 5.15.y/5.15.19 72a8d87b87270bff0c0b2fed4d59c48d0dd840d7 in mainline linux |
date | 2022-02-02T03:48:48Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pccbb.c | log | diff | annotate |
message | unifdef __NetBSD_Version__ |
date | 2022-02-02T03:55:29Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/sv.c | log | diff | annotate |
message | unifdef __OpenBSD__ |
date | 2022-02-02T04:05:16Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/dev/acpi/acpi.c | log | diff | annotate |
message |
acpi_addtask() calls malloc() w/ M_NOWAIT (because some calls come from interrupt context), this however means occasional resource shortage will result in callbacks registration failing, and unknown consequences for the task-submitting caller. Changing this to use pools with a low water mark, decreases the odds of that problem occuring. ok kettenis |
date | 2022-02-02T17:11:36Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/arch/macppc/pci/mpcpcibus.c | log | diff | annotate |
message |
Get the pci bus number from the bus-range property when available, rather than assuming it will always be zero. ok kettenis@ |
date | 2022-02-02T22:55:57Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/files.arm64 | log | diff | annotate |
src/sys/arch/arm64/dev/apldma.c | log | diff | annotate | |
src/sys/arch/arm64/dev/apldma.h | log | diff | annotate | |
message |
Add apldma(4), a driver for the DMA controller found on Apple SoCs. This driver implements an interface for using DMA for audio output. ok ratchov@ |