created | 2023-10-22T07:45:45Z |
---|---|
begin | 2023-10-18T00:00:00Z |
end | 2023-10-19T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2023-10-18T01:47:42Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c | log | diff | annotate |
message |
drm/amd/display: Adjust the MST resume flow From Wayne Lin 71472872932b11ca2591104eb73255fecaae9d33 in linux-6.1.y/6.1.57 ec5fa9fcdeca69edf7dab5ca3b2e0ceb1c08fe9a in mainline linux |
date | 2023-10-18T01:49:45Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c | log | diff | annotate |
message |
drm/amd: Fix detection of _PR3 on the PCIe root port From Mario Limonciello c8bd3e12b3291e632ae189619169914743ba77d1 in linux-6.1.y/6.1.57 134b8c5d8674e7cde380f82e9aedfd46dcdd16f7 in mainline linux |
date | 2023-10-18T01:52:20Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | log | diff | annotate |
message |
drm/amd: Fix logic error in sienna_cichlid_update_pcie_parameters() From Mario Limonciello d2894c4f473ab71cd68ef0f9b086148bb2c02132 in linux-6.1.y/6.1.57 2a1fe39a5be785e962e387146aed34fa9a829f3f in mainline linux |
date | 2023-10-18T14:24:29Z | |||
---|---|---|---|---|
author | jan | |||
files | src/sys/arch/sparc64/dev/iommu.c | log | diff | annotate |
message |
Avoid segments greater than maxsegsz during map merging Found with hints from kettenis@ Tested on Sun-Fire-V215. Also tested on U2 and UltraBook IIe by miod@ ok miod@ |
date | 2023-10-18T22:44:42Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/stand/rdboot/disk.c | log | diff | annotate |
message |
Avoid forcible mounting a dirty filessystem. Mount such filesystems read-only instead. This means that writing to the filesystem will fail. As a consequence chmod'ing of files in the bootloader will fail, but that will fix itself on the next clean boot. ok kn@ |