#
bc1eea0c |
| 09-Jan-2024 |
Robert Wing <rew@FreeBSD.org> |
pmap_init(9): sweep references to pmap_init2()
gone since 2005
|
#
55e2a7d3 |
| 09-Jan-2024 |
Robert Wing <rew@FreeBSD.org> |
pmap_pinit(9): sweep references to pmap_pinit2()
gone since 2004
|
Revision tags: release/14.0.0 |
|
#
74e4a8d2 |
| 23-Aug-2023 |
Mina Galić <freebsd@igalic.co> |
pmap: add pmap_kextract(9) man page
Add a man page for pmap_kextract(9), with alias to vtophys(9). This man page is based on pmap_extract(9).
Add it as cross reference in pmap(9), and add comments
pmap: add pmap_kextract(9) man page
Add a man page for pmap_kextract(9), with alias to vtophys(9). This man page is based on pmap_extract(9).
Add it as cross reference in pmap(9), and add comments above the function implementations.
Co-authored-by: Graham Perrin <grahamperrin@gmail.com> Co-authored-by: mhorne Sponsored by: The FreeBSD Foundation Pull Request: https://github.com/freebsd/freebsd-src/pull/827
show more ...
|
#
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0 |
|
#
3d6d3da4 |
| 04-Sep-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r305361 through r305389.
|
#
dbbaf04f |
| 03-Sep-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-prio
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
show more ...
|
#
16e36754 |
| 09-Jun-2016 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Fix a bunch of "xref refers to *this* page" igor(1) warnings.
MFC after: 1 month
|
Revision tags: release/10.3.0 |
|
#
11d38a57 |
| 28-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
Sponsored by: Gandi.net
|
#
f94594b3 |
| 12-Sep-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Finish merging from head, messed up in previous attempt
|
#
ab875b71 |
| 14-Aug-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with head, primarily for the 1.14.4.0 firmware.
|
Revision tags: release/10.2.0 |
|
#
1347814c |
| 07-Aug-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r285924 through r286421.
|
#
cbaa6a0e |
| 07-Aug-2015 |
Jason A. Harmening <jah@FreeBSD.org> |
Create man page for pmap_quick_enter_page(9) and pmap_quick_remove_page(9)
Reviewed by: kib, brueffer, wblock Approved by: kib (mentor) Differential Revision: https://reviews.freebsd.org/D3312
|
#
9268022b |
| 19-Nov-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head@274682
|
Revision tags: release/10.1.0 |
|
#
246e7a2b |
| 02-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r269962
Submitted by: Anish Gupta (akgupt3@gmail.com)
|
#
ee7b0571 |
| 19-Aug-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head from 7/28
|
#
1b833d53 |
| 13-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r269943.
|
#
a695d9b2 |
| 03-Aug-2014 |
Alan Cox <alc@FreeBSD.org> |
Retire pmap_change_wiring(). We have never used it to wire virtual pages. We continue to use pmap_enter() for that. For unwiring virtual pages, we now use pmap_unwire(), which unwires a range of vi
Retire pmap_change_wiring(). We have never used it to wire virtual pages. We continue to use pmap_enter() for that. For unwiring virtual pages, we now use pmap_unwire(), which unwires a range of virtual addresses instead of a single virtual page.
Sponsored by: EMC / Isilon Storage Division
show more ...
|
#
311cacb4 |
| 18-Jul-2014 |
Alan Cox <alc@FreeBSD.org> |
Remove an obsolete man page.
|
#
ce5bed4b |
| 17-Jul-2014 |
Alan Cox <alc@FreeBSD.org> |
Add a man page for the new function pmap_unwire().
|
#
53cc33f6 |
| 17-Jul-2014 |
Alan Cox <alc@FreeBSD.org> |
Remove the man page for a pmap function that no longer exists.
|
#
cd81b88d |
| 17-Jul-2014 |
Alan Cox <alc@FreeBSD.org> |
Correct the name of the man page for pmap_ts_referenced().
Sponsored by: EMC / Isilon Storage Division
|
Revision tags: release/9.3.0 |
|
#
8a7314fc |
| 26-Jun-2014 |
Baptiste Daroussin <bapt@FreeBSD.org> |
use .Mt to mark up email addresses consistently (part6)
PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
|
Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0 |
|
#
72e70f4e |
| 22-May-2008 |
Alan Cox <alc@FreeBSD.org> |
The function pmap_addr_hint no longer exists. Remove its man page.
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
#
d3f9f754 |
| 15-Jun-2005 |
Hiten Pandya <hmp@FreeBSD.org> |
Add a cross-reference to the pmap_page_init(9) manual page.
Approved by: re
|
Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
#
b4ca3754 |
| 06-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fixed the .Os call (missing or wrong).
|