| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort function prototypes. | alc | 2011-01-16 | 1 | -4/+4 |
* | Roughly half of a typical pmap_mincore() implementation is machine- | alc | 2010-05-24 | 1 | -1/+2 |
* | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | alc | 2010-04-24 | 1 | -0/+1 |
* | o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches the | jmallett | 2010-04-18 | 1 | -0/+3 |
* | o Introduce vm_sync_icache() for making the I-cache coherent with | marcel | 2009-10-21 | 1 | -0/+1 |
* | Add support to the virtual memory system for configuring machine- | alc | 2009-07-12 | 1 | -1/+7 |
* | Retire pmap_addr_hint(). It is no longer used. | alc | 2008-05-18 | 1 | -1/+0 |
* | Introduce pmap_align_superpage(). It increases the starting virtual | alc | 2008-05-09 | 1 | -0/+2 |
* | Add an access type parameter to pmap_enter(). It will be used to implement | alc | 2008-01-03 | 1 | -2/+2 |
* | Correct a style error that was introduced in revision 1.77. | alc | 2008-01-01 | 1 | -1/+1 |
* | Prevent the leakage of wired pages in the following circumstances: | alc | 2007-11-17 | 1 | -0/+1 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -1/+1 |
* | Complete the transition from pmap_page_protect() to pmap_remove_write(). | alc | 2006-08-01 | 1 | -2/+1 |
* | Add pmap_clear_write() to the interface between the virtual memory | alc | 2006-07-20 | 1 | -0/+1 |
* | Remove mpte optimization from pmap_enter_quick(). | ups | 2006-06-15 | 1 | -2/+2 |
* | Introduce the function pmap_enter_object(). It maps a sequence of resident | alc | 2006-06-05 | 1 | -0/+2 |
* | Remove the unused sva and eva arguments from pmap_remove_pages(). | peter | 2006-04-03 | 1 | -1/+1 |
* | Eliminate pmap_init2(). It's no longer used. | alc | 2005-11-20 | 1 | -1/+0 |
* | Reimplement the reclamation of PV entries. Specifically, perform | alc | 2005-11-09 | 1 | -2/+0 |
* | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | alc | 2005-09-03 | 1 | -1/+1 |
* | Introduce a procedure, pmap_page_init(), that initializes the | alc | 2005-06-10 | 1 | -0/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | - pmap_kenter_temporary() is unused by machine-independent code. Therefore, | alc | 2004-04-10 | 1 | -1/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Remove unused arguments from pmap_init(). | alc | 2004-04-05 | 1 | -1/+1 |
* | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | alc | 2004-03-07 | 1 | -1/+0 |
* | Move pmap_resident_count() from the MD pmap.h to the MI pmap.h. | bms | 2003-10-06 | 1 | -0/+4 |
* | Migrate pmap_prefault() into the machine-independent virtual memory layer. | alc | 2003-10-03 | 1 | -1/+1 |
* | Add a new parameter to pmap_extract_and_hold() that is needed to eliminate | alc | 2003-09-12 | 1 | -1/+2 |
* | Introduce a new pmap function, pmap_extract_and_hold(). This function | alc | 2003-09-08 | 1 | -0/+1 |
* | Background: pmap_object_init_pt() premaps the pages of a object in | alc | 2003-07-03 | 1 | -2/+1 |
* | - Export pmap_enter_quick() to the MI VM. This will permit the | alc | 2003-06-29 | 1 | -1/+3 |
* | Migrate the thread stack management functions from the machine-dependent | alc | 2003-06-14 | 1 | -4/+0 |
* | Move the *_new_altkstack() and *_dispose_altkstack() functions out of the | alc | 2003-06-14 | 1 | -2/+0 |
* | - Kill the pv_flags member of the alpha mdpage since it stop being used | jhb | 2003-04-10 | 1 | -3/+0 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 1 | -3/+3 |
* | Made the prototypes for pmap_kenter and pmap_kremove MD. These functions | jake | 2003-03-16 | 1 | -2/+0 |
* | Cleanup of the d_mmap_t interface. | mux | 2003-02-25 | 1 | -1/+0 |
* | Move kernel_vm_end's declaration to pmap.h; add a comment regarding the | alc | 2003-02-15 | 1 | -0/+5 |
* | Move pmap_collect() out of the machine-dependent code, rename it | alc | 2002-11-13 | 1 | -1/+2 |
* | - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit() | alc | 2002-11-11 | 1 | -0/+1 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 1 | -1/+3 |
* | o Retire pmap_pageable(). It's an advisory routine that none | alc | 2002-08-25 | 1 | -1/+0 |
* | Add a special page zero entry point intended to be called via the single | peter | 2002-07-08 | 1 | -0/+1 |
* | Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/ | peter | 2002-07-07 | 1 | -4/+0 |
* | Tidy up some loose ends. | peter | 2002-04-29 | 1 | -2/+0 |
* | Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]() | peter | 2002-04-15 | 1 | -3/+3 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -53/+50 |
* | - Remove a number of extra newlines that do not belong here according to | eivind | 2002-03-10 | 1 | -4/+0 |
* | Fix a horribly suboptimal algorithm in the vm_daemon. | silby | 2002-02-27 | 1 | -1/+1 |