created | 2025-02-23T02:17:00Z |
---|---|
begin | 2025-02-19T00:00:00Z |
end | 2025-02-20T00:00:00Z |
path | src/sys |
commits | 12 |
date | 2025-02-19T02:15:33Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h | log | diff | annotate | |
message |
add AMD "Strix Halo" APU device id, and another Navi 31 1586 rev c1 is Radeon 8060S 1586 rev c2 is Radeon 8050S 1586 rev d1 is Radeon 8060S 1586 rev d2 is Radeon 8050S found in Asus ROG Flow Z13 (2025) graphics driver 7449 rev 00 is Radeon Pro W7800 48GB found in AMD Software: Adrenalin Edition 25.2.1 |
date | 2025-02-19T02:16:24Z | |||
---|---|---|---|---|
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 | 2025-02-19T08:44:56Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/usb/usbdevs | log | diff | annotate |
message | sort |
date | 2025-02-19T08:45:27Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
src/sys/dev/usb/usbdevs_data.h | log | diff | annotate | |
message | regen |
date | 2025-02-19T10:38:14Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h | log | diff | annotate | |
message |
add AMD "Krackan Point" APU device id 1114 rev c2 is Radeon 860M 1114 rev c3 is Radeon 840M 1114 rev d2 is Radeon 860M 1114 rev d3 is Radeon 840M found in Asus Vivobook S16 (M5606KA) graphics driver |
date | 2025-02-19T10:38:56Z | |||
---|---|---|---|---|
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 | 2025-02-19T11:07:47Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/uvm/uvm_page.h | log | diff | annotate |
message | Document vm_page locking. |
date | 2025-02-19T11:10:54Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/uvm/uvm_object.c | log | diff | annotate |
src/sys/uvm/uvm_page.c | log | diff | annotate | |
src/sys/uvm/uvm_pmemrange.c | log | diff | annotate | |
message |
Nullify `uanon' and `uobject' pointer while holding the corresponding lock. Stop modifying these pointers inside the pmemrange allocator. Assert instead that physical page descriptors are no longer associated to objects when they are given back to the allocator. ok miod@ |
date | 2025-02-19T12:13:33Z | |||
---|---|---|---|---|
author | tb | |||
files | src/sys/lib/libz/zlib.h | log | diff | annotate |
message | sync with base |
date | 2025-02-19T12:15:09Z | |||
---|---|---|---|---|
author | tb | |||
files | src/sys/lib/libz/zconf.h | log | diff | annotate |
message |
sync with upstream This replaces two #ifdef FOO with #if FOO-0 for unistd.h and stdarg.h, which is mostly a noop. Base carries local patches to replace these with #if 1, so it won't have this. I should revisit this at some point. |
date | 2025-02-19T18:25:03Z | |||
---|---|---|---|---|
author | jca | |||
files | src/sys/arch/powerpc/include/elf.h | log | diff | annotate |
src/sys/arch/powerpc64/include/elf.h | log | diff | annotate | |
message |
Add some more PPC_FEATURES2 defines From FreeBSD via Brad, ok kettenis@ |
date | 2025-02-19T21:33:10Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/amd64/conf/RAMDISK_CD | log | diff | annotate |
message |
Add efi(4) such that we can use installboot -c in the installer. ok deraadt@, kn@ |