created | 2020-12-02T15:11:41Z |
---|---|
begin | 2020-11-24T00:00:00Z |
end | 2020-11-25T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2020-11-24T13:49:09Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/uvm/uvm.h | log | diff | annotate |
src/sys/uvm/uvm_anon.c | log | diff | annotate | |
src/sys/uvm/uvm_object.c | log | diff | annotate | |
src/sys/uvm/uvm_page.c | log | diff | annotate | |
src/sys/uvm/uvm_pdaemon.c | log | diff | annotate | |
message |
Grab the `pageqlock' before calling uvm_pageclean() as intended. Document which global data structures require this lock and add some asserts where the lock should be held. Some code paths are still incorrect and should be revisited. ok jmatthew@ |
date | 2020-11-24T13:52:40Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/arch/amd64/amd64/cpu.c | log | diff | annotate |
src/sys/arch/luna88k/luna88k/isr.c | log | diff | annotate | |
message |
Remove commented-out code messing with uvmexp. ok jca@ |
date | 2020-11-24T13:54:58Z | |||
---|---|---|---|---|
author | gerhard | |||
files | src/sys/dev/pci/if_ix.c | log | diff | annotate |
message |
fter ixgbe_stop() there will be no more link-state-change interrupts. Hence, update the link state manually. Tested and ok bluhm@ |