created | 2021-09-13T16:23:05Z |
---|---|
begin | 2021-09-06T00:00:00Z |
end | 2021-09-07T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2021-09-06T12:59:59Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/arch/amd64/amd64/pmap.c | log | diff | annotate |
src/sys/arch/i386/i386/pmap.c | log | diff | annotate | |
src/sys/arch/i386/i386/pmapae.c | log | diff | annotate | |
message |
Serialize access to the global list of pmaps with a mutex. This prevents possible corruption due to a concurrent access between pmap_growkernel() & pmap_create/pmap_destroy(). Discussed with and ok kettenis@ |
date | 2021-09-06T19:55:27Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/dev/apldart.c | log | diff | annotate |
src/sys/dev/fdt/axppmic.c | log | diff | annotate | |
src/sys/dev/fdt/mvsw.c | log | diff | annotate | |
message |
Accompany some functions wich are marked inline with the static keyword to make the arm64 kernel link when compiled with -fno-inline. ok kettenis@ mpi@ |