created | 2025-03-29T17:15:41Z |
---|---|
begin | 2025-03-23T00:00:00Z |
end | 2025-03-24T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2025-03-23T17:22:04Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/uvm/uvm_fault.c | log | diff | annotate |
message |
Revert 1.129 now that vslock(9) no longer call uvm_fault_unwire() directly. uvm_map_pageable() only calls uvm_fault_unwire_locked() for mapped entries whose wired refcount drops to 0. So there is no longer the need to deal with missing entries in a given address range at a deeper level. Tested by and ok bluhm@, ok kettenis@ |
date | 2025-03-23T22:39:27Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/ic/dwhdmi.c | log | diff | annotate |
message |
Provide no-op bus acquire and release functions for the builtin i2c adapter. The DRM code calls these unconditionally on systems where the HDMI DDC bus is not connected to an external i2c bus. ok kettenis@ |