summaryrefslogtreecommitdiffstats
path: root/sys/vm/pmap.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add a special page zero entry point intended to be called via the singlepeter2002-07-081-0/+1
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-071-4/+0
* Tidy up some loose ends.peter2002-04-291-2/+0
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()peter2002-04-151-3/+3
* Remove __P.alfred2002-03-191-53/+50
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-4/+0
* Fix a horribly suboptimal algorithm in the vm_daemon.silby2002-02-271-1/+1
* KSE Milestone 2julian2001-09-121-1/+6
* Unrevert the pmap_map() changes. They weren't broken on x86.jhb2001-03-071-1/+1
* Back out the pmap_map() change for now, it isn't completely stable on thejhb2001-03-071-1/+1
* - Rework pmap_map() to take advantage of direct-mapped segments onjhb2001-03-061-1/+1
* Implement write combining for crashdumps. This is useful whenps2000-10-171-1/+1
* Brucify the pmap_enter_temporary() changes.dfr2000-05-291-1/+1
* Add a new pmap entry point, pmap_enter_temporary() to be used duringdfr2000-05-281-0/+1
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-10/+10
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix the following problem:alc1999-07-211-1/+2
* Make pmap_collect() an official pmap interface.dt1999-04-231-1/+2
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-1/+2
* Notify pmap when a page is freed on the alpha to allow it to clean updfr1998-07-261-1/+4
* Forward declare more structs that are used in prototypes here - don'tbde1998-02-011-1/+4
* VM level code cleanups.dyson1998-01-221-3/+2
* After one of my analysis passes to evaluate methods for SMP TLB mgmt, Idyson1997-12-141-1/+2
* Fixed the commit botch that was causing crashes soon after systemdyson1997-08-051-1/+2
* Fix some bugs, document vm_zone better. Add copyright to vm_zone.h. Usedyson1997-08-051-2/+1
* Modify pmap to use our new memory allocator. Also, change the vm_map_entrydyson1997-08-051-1/+2
* Add support for 4MB pages. This includes the .text, .data, .data partsdyson1997-07-171-1/+2
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Prepare better for multi-platform by eliminating another requireddyson1997-01-111-2/+1
* Move much of the machine dependent code from vm_glue.c intodyson1996-10-151-1/+5
* Addition of page coloring support. Various levels of coloring are afforded.dyson1996-09-081-1/+2
* Backed out the recent changes/enhancements to the VM code. Thedyson1996-07-301-5/+5
* Clean up some lint.dyson1996-07-271-3/+3
* Missing (prototype) change from the previous commit.dyson1996-07-271-2/+2
* Several bugfixes/improvements:dyson1996-06-171-1/+2
* Initial support for mincore and madvise. Both are almost fullydyson1996-05-191-2/+5
* Add a function prototype for pmap_prefault.dyson1996-03-281-1/+3
* Cleaned up prototypes in pmap headers: removed ones for nonexistentbde1995-12-171-41/+36
* Fixed 1TB filesize changes. Some pindexes had bogus names and typesbde1995-12-171-1/+3
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-41/+44
* pmap.h:bde1994-11-141-1/+3
* Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().dg1994-09-021-2/+1
* Fixed various prototype problems with the pmap functions and the subsequentdg1994-08-061-31/+31
* Added $Id$dg1994-08-021-1/+3
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+122
OpenPOWER on IntegriCloud