created | 2024-10-27T00:07:06Z |
---|---|
begin | 2024-10-23T00:00:00Z |
end | 2024-10-24T00:00:00Z |
path | src/sys |
commits | 12 |
date | 2024-10-23T00:53:28Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/esareg.h | log | diff | annotate |
message | remove duplicate ESA_MINISRC_OUT_BUFFER_SIZE define |
date | 2024-10-23T01:35:43Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/if_etreg.h | log | diff | annotate |
message | remove duplicate ET_MAC_HDX_REXMIT_MAX define |
date | 2024-10-23T01:47:47Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/if_mcx.c | log | diff | annotate |
message | remove duplicate MCX_CAP_DEVICE_DRAIN_SIGERR define |
date | 2024-10-23T02:16:40Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/if_iwxreg.h | log | diff | annotate |
message | remove duplicate IWX_NVM_GET_INFO define |
date | 2024-10-23T04:07:37Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/radeon/radeon_encoders.c | log | diff | annotate |
message |
drm/radeon: Fix encoder->possible_clones From Ville Syrjala 1a235af0216411a32ab4db54f7bd19020b46c86d in linux-6.6.y/6.6.58 28127dba64d8ae1a0b737b973d6d029908599611 in mainline linux |
date | 2024-10-23T04:10:16Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c | log | diff | annotate |
message |
drm/amdgpu/swsmu: Only force workload setup on init From Alex Deucher db0978d3ed8b1f69b6e09c3ccb66897fd2a9f6d7 in linux-6.6.y/6.6.58 cb07c8338fc2b9d5f949a19d4a07ee4d5ecf8793 in mainline linux |
date | 2024-10-23T04:16:05Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_cs.c | log | diff | annotate |
message |
drm/amdgpu: prevent BO_HANDLES error from being overwritten From Mohammed Anees 64cf93b87fe34e72557de294718019c0ad2931b4 in linux-6.6.y/6.6.58 c0ec082f10b7a1fd25e8c1e2a686440da913b7a3 in mainline linux |
date | 2024-10-23T07:18:44Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/uvm/uvm_vnode.c | log | diff | annotate |
message |
Decrement uobj reference count without KERNEL_LOCK(). Reduce KERNEL_LOCK() contention when tearing down file-backed regions. Here it is safe to interleave the KERNEL_LOCK() and a rwlock because the former is released if the latter is contented. Contention analysed by and ok claudio@, ok kettenis@ |
date | 2024-10-23T07:40:20Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/arch/mips64/include/cpu.h | log | diff | annotate |
src/sys/arch/mips64/mips64/interrupt.c | log | diff | annotate | |
message |
Rename `ci_intrdepth' to `ci_idepth'. ok jsg@, visa@ |
date | 2024-10-23T07:41:44Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/arch/m88k/include/cpu.h | log | diff | annotate |
src/sys/arch/m88k/m88k/db_interface.c | log | diff | annotate | |
src/sys/arch/m88k/m88k/trap.c | log | diff | annotate | |
message |
Rename `ci_intrdepth' to `ci_idepth'. ok jsg@, aoyama@ |
date | 2024-10-23T07:52:55Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/arch/hppa/hppa/intr.c | log | diff | annotate |
src/sys/arch/hppa/include/cpu.h | log | diff | annotate | |
message |
Rename `ci_in_intr' to `ci_idepth'. ok miod@ |
date | 2024-10-23T18:45:34Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/arch/hppa/include/cpu.h | log | diff | annotate |
src/sys/arch/hppa/include/trap.h | log | diff | annotate | |
message | Remove not-used-in-the-last-20-years-or-so defines. |