summaryrefslogtreecommitdiffstats
path: root/sys/vm/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a leak of the wired pages when unwiring of the PROT_NONE-mappedkib2014-09-011-1/+1
* Merge the changes to pmap_enter(9) for sleep-less operation (requestedkib2014-08-241-2/+9
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-1/+0
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-291-0/+2
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-3/+0
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-141-0/+2
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapalc2012-06-161-1/+2
* Sort function prototypes.alc2011-01-161-4/+4
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-1/+2
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-241-0/+1
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches thejmallett2010-04-181-0/+3
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-0/+1
* Add support to the virtual memory system for configuring machine-alc2009-07-121-1/+7
* Retire pmap_addr_hint(). It is no longer used.alc2008-05-181-1/+0
* Introduce pmap_align_superpage(). It increases the starting virtualalc2008-05-091-0/+2
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-031-2/+2
* Correct a style error that was introduced in revision 1.77.alc2008-01-011-1/+1
* Prevent the leakage of wired pages in the following circumstances:alc2007-11-171-0/+1
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+1
* Complete the transition from pmap_page_protect() to pmap_remove_write().alc2006-08-011-2/+1
* Add pmap_clear_write() to the interface between the virtual memoryalc2006-07-201-0/+1
* Remove mpte optimization from pmap_enter_quick().ups2006-06-151-2/+2
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-051-0/+2
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-031-1/+1
* Eliminate pmap_init2(). It's no longer used.alc2005-11-201-1/+0
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-2/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-031-1/+1
* Introduce a procedure, pmap_page_init(), that initializes thealc2005-06-101-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,alc2004-04-101-1/+0
* Remove advertising clause from University of California Regent's license,imp2004-04-061-4/+0
* Remove unused arguments from pmap_init().alc2004-04-051-1/+1
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,alc2004-03-071-1/+0
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-0/+4
* Migrate pmap_prefault() into the machine-independent virtual memory layer.alc2003-10-031-1/+1
* Add a new parameter to pmap_extract_and_hold() that is needed to eliminatealc2003-09-121-1/+2
* Introduce a new pmap function, pmap_extract_and_hold(). This functionalc2003-09-081-0/+1
* Background: pmap_object_init_pt() premaps the pages of a object inalc2003-07-031-2/+1
* - Export pmap_enter_quick() to the MI VM. This will permit thealc2003-06-291-1/+3
* Migrate the thread stack management functions from the machine-dependentalc2003-06-141-4/+0
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-141-2/+0
* - Kill the pv_flags member of the alpha mdpage since it stop being usedjhb2003-04-101-3/+0
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-3/+3
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-2/+0
* Cleanup of the d_mmap_t interface.mux2003-02-251-1/+0
* Move kernel_vm_end's declaration to pmap.h; add a comment regarding thealc2003-02-151-0/+5
* Move pmap_collect() out of the machine-dependent code, rename italc2002-11-131-1/+2
* - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()alc2002-11-111-0/+1
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+3
* o Retire pmap_pageable(). It's an advisory routine that nonealc2002-08-251-1/+0
OpenPOWER on IntegriCloud