| Age | Commit message (Expand) | Author |
| 2025-06-20 | pmap_growkernel(): do not panic immediately, optionally return the error | Konstantin Belousov |
| 2024-06-06 | pmap: move the smp_targeted_tlb_shutdown pointer stuff to amd64 pmap.h | Konstantin Belousov |
| 2024-06-05 | amd64: add a func pointer to tlb shootdown function | Souradeep Chakrabarti |
| 2024-01-31 | pmap: Convert boolean_t to bool. | John Baldwin |
| 2023-11-26 | sys: Remove ancient SCCS tags. | Warner Losh |
| 2023-08-23 | add pmap_active_cpus() | Konstantin Belousov |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2020-09-09 | Add pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and implement it on amd64. | Konstantin Belousov |
| 2019-10-16 | Remove page locking from pmap_mincore(). | Mark Johnston |
| 2019-07-03 | correct pmap_ts_referenced return type | Ed Maste |
| 2018-08-01 | Add pmap_is_valid_memattr(9). | Konstantin Belousov |
| 2017-11-20 | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-07-23 | Add support for pmap_enter(..., psind=1) to the amd64 pmap. In other words, | Alan Cox |
| 2017-02-28 | Renumber copyright clause 4 | Warner Losh |
| 2016-09-10 | Various changes to pmap_ts_referenced() | Alan Cox |
| 2016-09-03 | Remove support for idle page zeroing. | Mark Johnston |
| 2015-08-05 | Properly sort the function declarations added in r286296 | Jason A. Harmening |
| 2015-08-04 | Add two new pmap functions: | Jason A. Harmening |
| 2014-08-08 | Change pmap_enter(9) interface to take flags parameter and superpage | Konstantin Belousov |
| 2014-08-03 | Retire pmap_change_wiring(). We have never used it to wire virtual pages. | Alan Cox |
| 2014-07-06 | Introduce pmap_unwire(). It will replace pmap_change_wiring(). There are | Alan Cox |
| 2013-09-20 | The pmap function pmap_clear_reference() is no longer used. Remove it. | Alan Cox |
| 2013-08-29 | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | Alan Cox |
| 2013-08-07 | Replace kernel virtual address space allocation with vmem. This provides | Jeff Roberson |
| 2013-03-14 | Add pmap function pmap_copy_pages(), which copies the content of the | Konstantin Belousov |
| 2012-06-16 | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | Alan Cox |
| 2011-01-16 | Sort function prototypes. | Alan Cox |
| 2010-05-24 | Roughly half of a typical pmap_mincore() implementation is machine- | Alan Cox |
| 2010-04-24 | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | Alan Cox |
| 2010-04-18 | o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches the | Juli Mallett |
| 2009-10-21 | o Introduce vm_sync_icache() for making the I-cache coherent with | Marcel Moolenaar |
| 2009-07-12 | Add support to the virtual memory system for configuring machine- | Alan Cox |
| 2008-05-18 | Retire pmap_addr_hint(). It is no longer used. | Alan Cox |
| 2008-05-09 | Introduce pmap_align_superpage(). It increases the starting virtual | Alan Cox |
| 2008-01-03 | Add an access type parameter to pmap_enter(). It will be used to implement | Alan Cox |
| 2008-01-01 | Correct a style error that was introduced in revision 1.77. | Alan Cox |
| 2007-11-17 | Prevent the leakage of wired pages in the following circumstances: | Alan Cox |
| 2007-11-05 | Fix for the panic("vm_thread_new: kstack allocation failed") and | Konstantin Belousov |
| 2006-08-01 | Complete the transition from pmap_page_protect() to pmap_remove_write(). | Alan Cox |
| 2006-07-20 | Add pmap_clear_write() to the interface between the virtual memory | Alan Cox |
| 2006-06-15 | Remove mpte optimization from pmap_enter_quick(). | Stephan Uphoff |
| 2006-06-05 | Introduce the function pmap_enter_object(). It maps a sequence of resident | Alan Cox |
| 2006-04-03 | Remove the unused sva and eva arguments from pmap_remove_pages(). | Peter Wemm |
| 2005-11-20 | Eliminate pmap_init2(). It's no longer used. | Alan Cox |
| 2005-11-09 | Reimplement the reclamation of PV entries. Specifically, perform | Alan Cox |
| 2005-09-03 | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | Alan Cox |
| 2005-06-10 | Introduce a procedure, pmap_page_init(), that initializes the | Alan Cox |
| 2005-01-07 | /* -> /*- for license, minor formatting changes | Warner Losh |
| 2004-04-10 | - pmap_kenter_temporary() is unused by machine-independent code. Therefore, | Alan Cox |
| 2004-04-06 | Remove advertising clause from University of California Regent's license, | Warner Losh |