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