Home
last modified time | relevance | path

Searched hist:a81c400e753c30a7e50e7b5b878d0248696b8b23 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_vmem.cdiff a81c400e753c30a7e50e7b5b878d0248696b8b23 Thu Jan 16 06:01:21 CET 2020 Jeff Roberson <jeff@FreeBSD.org> Simplify VM and UMA startup by eliminating boot pages. Instead use careful
ordering to allocate early pages in the same way boot pages were but only
as needed. After the KVA allocator has started up we allocate the KVA that
we consumed during boot. This also makes the boot pages freeable since they
have vm_page structures allocated with the rest of memory.

Parts of this patch were written and tested by markj.

Reviewed by: glebius, markj
Differential Revision: https://reviews.freebsd.org/D23102
/freebsd/sys/vm/
H A Dvm_init.cdiff a81c400e753c30a7e50e7b5b878d0248696b8b23 Thu Jan 16 06:01:21 CET 2020 Jeff Roberson <jeff@FreeBSD.org> Simplify VM and UMA startup by eliminating boot pages. Instead use careful
ordering to allocate early pages in the same way boot pages were but only
as needed. After the KVA allocator has started up we allocate the KVA that
we consumed during boot. This also makes the boot pages freeable since they
have vm_page structures allocated with the rest of memory.

Parts of this patch were written and tested by markj.

Reviewed by: glebius, markj
Differential Revision: https://reviews.freebsd.org/D23102
H A Dvm_kern.cdiff a81c400e753c30a7e50e7b5b878d0248696b8b23 Thu Jan 16 06:01:21 CET 2020 Jeff Roberson <jeff@FreeBSD.org> Simplify VM and UMA startup by eliminating boot pages. Instead use careful
ordering to allocate early pages in the same way boot pages were but only
as needed. After the KVA allocator has started up we allocate the KVA that
we consumed during boot. This also makes the boot pages freeable since they
have vm_page structures allocated with the rest of memory.

Parts of this patch were written and tested by markj.

Reviewed by: glebius, markj
Differential Revision: https://reviews.freebsd.org/D23102
H A Duma_core.cdiff a81c400e753c30a7e50e7b5b878d0248696b8b23 Thu Jan 16 06:01:21 CET 2020 Jeff Roberson <jeff@FreeBSD.org> Simplify VM and UMA startup by eliminating boot pages. Instead use careful
ordering to allocate early pages in the same way boot pages were but only
as needed. After the KVA allocator has started up we allocate the KVA that
we consumed during boot. This also makes the boot pages freeable since they
have vm_page structures allocated with the rest of memory.

Parts of this patch were written and tested by markj.

Reviewed by: glebius, markj
Differential Revision: https://reviews.freebsd.org/D23102
H A Dvm_page.cdiff a81c400e753c30a7e50e7b5b878d0248696b8b23 Thu Jan 16 06:01:21 CET 2020 Jeff Roberson <jeff@FreeBSD.org> Simplify VM and UMA startup by eliminating boot pages. Instead use careful
ordering to allocate early pages in the same way boot pages were but only
as needed. After the KVA allocator has started up we allocate the KVA that
we consumed during boot. This also makes the boot pages freeable since they
have vm_page structures allocated with the rest of memory.

Parts of this patch were written and tested by markj.

Reviewed by: glebius, markj
Differential Revision: https://reviews.freebsd.org/D23102