aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* Add pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and implement it on amd64.Konstantin Belousov2020-09-091-0/+1
* Remove page locking from pmap_mincore().Mark Johnston2019-10-161-2/+1
* correct pmap_ts_referenced return typeEd Maste2019-07-031-1/+1
* Add pmap_is_valid_memattr(9).Konstantin Belousov2018-08-011-0/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add support for pmap_enter(..., psind=1) to the amd64 pmap. In other words,Alan Cox2017-07-231-2/+4
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Various changes to pmap_ts_referenced()Alan Cox2016-09-101-0/+10
* Remove support for idle page zeroing.Mark Johnston2016-09-031-1/+0
* Properly sort the function declarations added in r286296Jason A. Harmening2015-08-051-2/+2
* Add two new pmap functions:Jason A. Harmening2015-08-041-0/+2
* Change pmap_enter(9) interface to take flags parameter and superpageKonstantin Belousov2014-08-081-2/+9
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.Alan Cox2014-08-031-1/+0
* Introduce pmap_unwire(). It will replace pmap_change_wiring(). There areAlan Cox2014-07-061-0/+1
* The pmap function pmap_clear_reference() is no longer used. Remove it.Alan Cox2013-09-201-1/+0
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,Alan Cox2013-08-291-0/+2
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-3/+0
* Add pmap function pmap_copy_pages(), which copies the content of theKonstantin Belousov2013-03-141-0/+2
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapAlan Cox2012-06-161-1/+2
* Sort function prototypes.Alan Cox2011-01-161-4/+4
* Roughly half of a typical pmap_mincore() implementation is machine-Alan Cox2010-05-241-1/+2
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,Alan Cox2010-04-241-0/+1
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches theJuli Mallett2010-04-181-0/+3
* o Introduce vm_sync_icache() for making the I-cache coherent withMarcel Moolenaar2009-10-211-0/+1
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-121-1/+7
* Retire pmap_addr_hint(). It is no longer used.Alan Cox2008-05-181-1/+0
* Introduce pmap_align_superpage(). It increases the starting virtualAlan Cox2008-05-091-0/+2
* Add an access type parameter to pmap_enter(). It will be used to implementAlan Cox2008-01-031-2/+2
* Correct a style error that was introduced in revision 1.77.Alan Cox2008-01-011-1/+1
* Prevent the leakage of wired pages in the following circumstances:Alan Cox2007-11-171-0/+1
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-051-1/+1
* Complete the transition from pmap_page_protect() to pmap_remove_write().Alan Cox2006-08-011-2/+1
* Add pmap_clear_write() to the interface between the virtual memoryAlan Cox2006-07-201-0/+1
* Remove mpte optimization from pmap_enter_quick().Stephan Uphoff2006-06-151-2/+2
* Introduce the function pmap_enter_object(). It maps a sequence of residentAlan Cox2006-06-051-0/+2
* Remove the unused sva and eva arguments from pmap_remove_pages().Peter Wemm2006-04-031-1/+1
* Eliminate pmap_init2(). It's no longer used.Alan Cox2005-11-201-1/+0
* Reimplement the reclamation of PV entries. Specifically, performAlan Cox2005-11-091-2/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determineAlan Cox2005-09-031-1/+1
* Introduce a procedure, pmap_page_init(), that initializes theAlan Cox2005-06-101-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,Alan Cox2004-04-101-1/+0
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-061-4/+0
* Remove unused arguments from pmap_init().Alan Cox2004-04-051-1/+1
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,Alan Cox2004-03-071-1/+0
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.Bruce M Simpson2003-10-061-0/+4
* Migrate pmap_prefault() into the machine-independent virtual memory layer.Alan Cox2003-10-031-1/+1
* Add a new parameter to pmap_extract_and_hold() that is needed to eliminateAlan Cox2003-09-121-1/+2
* Introduce a new pmap function, pmap_extract_and_hold(). This functionAlan Cox2003-09-081-0/+1
* Background: pmap_object_init_pt() premaps the pages of a object inAlan Cox2003-07-031-2/+1