/freebsd/share/man/man9/ |
H A D | pmap_zero_page.9 | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
H A D | pmap.9 | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
H A D | Makefile | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
/freebsd/sys/powerpc/powerpc/ |
H A D | pmap_dispatch.c | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
/freebsd/sys/vm/ |
H A D | vm_phys.h | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
H A D | vm_phys.c | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
H A D | pmap.h | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
H A D | vm_meter.c | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
H A D | vm_page.h | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
H A D | vm_page.c | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
/freebsd/sys/riscv/riscv/ |
H A D | pmap.c | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
/freebsd/sys/arm/arm/ |
H A D | pmap-v6.c | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
/freebsd/sys/powerpc/booke/ |
H A D | pmap.c | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_oea64.c | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
H A D | mmu_oea.c | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
/freebsd/sys/arm64/arm64/ |
H A D | pmap.c | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
/freebsd/sys/i386/include/ |
H A D | pmap.h | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
/freebsd/sys/i386/i386/ |
H A D | pmap.c | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|
/freebsd/sys/conf/ |
H A D | files | diff dbbaf04f1e3ff8e00eb536769e9531203f6e3631 Sat Sep 03 22:38:13 CEST 2016 Mark Johnston <markj@FreeBSD.org> Remove support for idle page zeroing.
Idle page zeroing has been disabled by default on all architectures since r170816 and has some bugs that make it seemingly unusable. Specifically, the idle-priority pagezero thread exacerbates contention for the free page lock, and yields the CPU without releasing it in non-preemptive kernels. The pagezero thread also does not behave correctly when superpage reservations are enabled: its target is a function of v_free_count, which includes reserved-but-free pages, but it is only able to zero pages belonging to the physical memory allocator.
Reviewed by: alc, imp, kib Differential Revision: https://reviews.freebsd.org/D7714
|