created | 2024-02-20T20:04:38Z |
---|---|
begin | 2024-02-19T00:00:00Z |
end | 2024-02-20T00:00:00Z |
path | src/sys |
commits | 10 |
date | 2024-02-19T01:48:23Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gvt/handlers.c | log | diff | annotate |
message |
drm/i915/gvt: Fix uninitialized variable in handle_mmio() From Dan Carpenter 41d5340cb01e1b076ae4d58cb91da9552bac64c4 in linux-6.6.y/6.6.17 47caa96478b99d6d1199b89467cc3e5a6cc754ee in mainline linux |
date | 2024-02-19T01:50:11Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/dcn21/dcn21_hwseq.c | log | diff | annotate |
message |
drm/amd/display: Fix 'panel_cntl' could be null in 'dcn21_set_backlight_level()' From Srinivasan Shanmugam 2e150ccea13129eb048679114808eb9770443e4d in linux-6.6.y/6.6.17 e96fddb32931d007db12b1fce9b5e8e4c080401b in mainline linux |
date | 2024-02-19T01:52:20Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/dcn21/dcn21_hwseq.c | log | diff | annotate |
message |
drm/amd/display: Add NULL test for 'timing generator' in 'dcn21_set_pipe()' From Srinivasan Shanmugam 3f3c237a706580326d3b7a1b97697e5031ca4667 in linux-6.6.y/6.6.17 66951d98d9bf45ba25acf37fe0747253fafdf298 in mainline linux |
date | 2024-02-19T01:54:46Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_resource.c | log | diff | annotate |
message |
drm/amd/display: Implement bounds check for stream encoder creation in DCN301 From Srinivasan Shanmugam cd9bd10c59e3c1446680514fd3097c5b00d3712d in linux-6.6.y/6.6.17 58fca355ad37dcb5f785d9095db5f748b79c5dc2 in mainline linux |
date | 2024-02-19T03:00:37Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message | add Realtek 802.11ax ids |
date | 2024-02-19T03:02:15Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2024-02-19T05:36:17Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message |
add more Intel device ids more Raptor Lake host ids from: 13th Generation Intel Core and Intel Core 14th Generation Processors Datasheet, Volume 1 of 2, Doc. No.: 743844, Rev.: 008 700 Series eSPI ids, from: Intel 700 Series Chipset Family Platform Controller Hub Datasheet, Volume 1 of 2, Doc. No.: 743835, Rev.: 003 C740 Series (Emmitsburg) PCH ids. No public docs could be found, so based on dmesg of a Sapphire Rapids machine and EmmitsburgSystem.inf |
date | 2024-02-19T05:36:55Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2024-02-19T09:59:29Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/arch/sparc64/sparc64/vm_machdep.c | log | diff | annotate |
message |
In cpu_fork() do not copy the register windows stashed in the u_pcb if the new proc has its own stack. In that case the new thread starts with a fresh stack and there are no register windows to spill back. This fixes the pthread issues that kurt@ was struggling with for a long time. Depending on the scheduler a thread would stomp over another threads stack which caused strange crashes. Improved diff provided by miod@ OK miod@ mpi@ kurt@ |
date | 2024-02-19T21:23:02Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/ic/bwfm.c | log | diff | annotate |
message |
Make bwfm(4) work with MAC addresses set via ifconfig lladdr. Patch by Todd Carson Tests by Todd Carson and naddy@ ok tobhe@ |