created | 2024-05-09T19:19:58Z |
---|---|
begin | 2024-05-06T00:00:00Z |
end | 2024-05-07T00:00:00Z |
path | src/sys |
commits | 14 |
date | 2024-05-06T01:42:05Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/mmzone.h | log | diff | annotate |
message | add NR_PAGE_ORDERS for 6.6.30 drm |
date | 2024-05-06T01:46:20Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/drm/drm_gem.h | log | diff | annotate |
message |
drm: add drm_gem_object_is_shared_for_memory_stats() helper From Alex Deucher a4ae24cd04a8e2c1f61586a2e129b1cbd44a78db in linux-6.6.y/6.6.30 b31f5eba32ae8cc28e7cfa5a55ec8670d8c718e2 in mainline linux |
date | 2024-05-06T01:50:15Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_fdinfo.c | log | diff | annotate |
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c | log | diff | annotate | |
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_object.h | log | diff | annotate | |
message |
drm/amdgpu: add shared fdinfo stats From Alex Deucher f85a55fb87c2ee58e957b9c828aa70306a759d8d in linux-6.6.y/6.6.30 ba1a58d5b907bdf1814f8f57434aebc86233430f in mainline linux |
date | 2024-05-06T01:53:26Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_cs.c | log | diff | annotate |
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c | log | diff | annotate | |
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_object.h | log | diff | annotate | |
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c | log | diff | annotate | |
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.h | log | diff | annotate | |
message |
drm/amdgpu: fix visible VRAM handling during faults From Christian Koenig 4c5eaf0cad27a66c4788e0603b9f7a68df83a947 in linux-6.6.y/6.6.30 a6ff969fe9cbf369e3cd0ac54261fec1122682ec in mainline linux |
date | 2024-05-06T01:59:03Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/drm/ttm/ttm_pool.h | log | diff | annotate |
src/sys/dev/pci/drm/ttm/ttm_pool.c | log | diff | annotate | |
src/sys/dev/pci/drm/ttm/tests/ttm_device_test.c | log | diff | annotate | |
message |
mm, treewide: introduce NR_PAGE_ORDERS From Kirill A. Shutemov ded1ffea52132e58eaaa7d4ea39477f911796a40 in linux-6.6.y/6.6.30 fd37721803c6e73619108f76ad2e12a9aa5fafaf in mainline linux |
date | 2024-05-06T02:05:30Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/ttm/ttm_pool.c | log | diff | annotate |
message |
drm/ttm: stop pooling cached NUMA pages v2 From Christian Koenig ab65b0cf0324b6dae89cfc9c7d9625e591b24e43 in linux-6.6.y/6.6.30 b6976f323a8687cc0d55bc92c2086fd934324ed5 in mainline linux |
date | 2024-05-06T02:07:15Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/sdma_v5_2.c | log | diff | annotate |
message |
drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 From Alex Deucher b33d7aaa2d3d1bef20fd5d9ab0d1776376fc98b6 in linux-6.6.y/6.6.30 9792b7cc18aaa0c2acae6af5d0acf249bcb1ab0d in mainline linux |
date | 2024-05-06T02:09:51Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/sdma_v4_4_2.c | log | diff | annotate |
message |
drm/amdgpu: Assign correct bits for SDMA HDP flush From Lijo Lazar 65356a1cc49657b2fc833489d226053fa601334a in linux-6.6.y/6.6.30 aebd3eb9d3ae017e6260043f6bcace2f5ef60694 in mainline linux |
date | 2024-05-06T02:12:36Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | log | diff | annotate |
message |
drm/amdgpu: Fix leak when GPU memory allocation fails From Mukul Joshi d7d7284c2a7c67ea5f07eb28d8c2ea0f3ee4b86b in linux-6.6.y/6.6.30 25e9227c6afd200bed6774c866980b8e36d033af in mainline linux |
date | 2024-05-06T04:25:52Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/pci/if_igc.c | log | diff | annotate |
src/sys/dev/pci/if_igc.h | log | diff | annotate | |
src/sys/dev/pci/igc_regs.h | log | diff | annotate | |
message |
expose hardware counters as kstats. igc(4) counters are read to clear like em(4) counters, so this code looks very much like em(4) but with less quirks so far. ok bluhm@ bket@ |
date | 2024-05-06T05:00:19Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/usb/usbdevs | log | diff | annotate |
message | another Realtek RTL8192EU id; from Kyle Markley |
date | 2024-05-06T05:00:52Z | |||
---|---|---|---|---|
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 | 2024-05-06T05:02:25Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/usb/if_urtwn.c | log | diff | annotate |
message | match new Realtek RTL8192EU id; from Kyle Markley |
date | 2024-05-06T09:54:38Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/ic/dwqe.c | log | diff | annotate |
src/sys/dev/ic/dwqereg.h | log | diff | annotate | |
message |
Add support for Tx checksum offloading to dwqe(4). Also improve our macros documenting Tx descriptor formats. Tested: RK3568: kettenis, jmatthew Elkhart Lake: stsp ok kettenis@, jmatthew@ |