summaryrefslogtreecommitdiff
path: root/sys/i386/include/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* MFC: pmap interface optimizations, optionally physically backed SYSVSHM.Peter Wemm2000-08-041-3/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-5/+5
* Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.Peter Wemm1999-12-111-1/+1
* Make pmap_mapdev() deal with non-page-aligned requests.Peter Wemm1999-09-111-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Do not setup 4M pdir until all APs are up.Luoqi Chen1999-06-231-8/+4
* Put in place the infrastructure for improved UP and SMP TLB management.Alan Cox1999-04-021-5/+2
* Increased kernel virtual address space to 1GB. NOTE: You MUST have fixedDavid Greenman1999-03-111-4/+4
* Correct casts in vtophys and avtophys to be vm_offset_t.David Greenman1999-03-021-3/+3
* Move the declaration of PPro_vmtrr from the header file to pmap.c,Eivind Eklund1998-11-241-3/+4
* Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c.Stephen McKay1998-06-211-3/+1
* Attempt to set write combining mode for graphics devices.John Dyson1998-05-111-1/+15
* Moved some extern declarations to header files (unused ones to /dev/null).Bruce Evans1997-11-201-1/+4
* Remove the PMAP_PVLIST conditionals in pmap.*, and another unneeded define.John Dyson1997-08-051-3/+1
* Add support for 4MB pages. This includes the .text, .data, .data partsJohn Dyson1997-07-171-6/+20
* Preliminary support for per-cpu data pages.Peter Wemm1997-06-221-8/+8
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-261-1/+12
* Use UPAGES_HOLE instead of UPAGES in case it's changed some time.Peter Wemm1997-04-071-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Pmap_resident_count was mistakenly removed from pmap.h, therebyJohn Dyson1996-10-131-0/+2
* Performance optimizations. One of which was meant to go in before theJohn Dyson1996-10-121-1/+3
* Cleaned up:Bruce Evans1996-10-121-15/+3
* Improve the scalability of certain pmap operations.John Dyson1996-09-081-6/+24
* Backed out the recent changes/enhancements to the VM code. TheJohn Dyson1996-07-301-19/+6
* This commit is meant to solve a couple of VM system problems orJohn Dyson1996-07-271-6/+19
* Removed unnecessary forward declarations of incomplete structs.Bruce Evans1996-06-081-3/+1
* This set of commits to the VM system does the following, and containJohn Dyson1996-05-181-8/+7
* Move atdevbase out of locore.s and into machdep.cPoul-Henning Kamp1996-05-021-26/+32
* removed:Poul-Henning Kamp1996-05-021-19/+38
* pte.h: Add the VADDR(pdi,pti) macro to construct virtual address fromPoul-Henning Kamp1996-04-301-4/+2
* Fixed a problem that the UPAGES of a process were being run downJohn Dyson1996-04-031-3/+3
* Fix a problem with tracking the modified bit. Eliminate theJohn Dyson1996-02-251-3/+4
* Rewrote cpu_fork so that it doesn't use pmap_activate, and removedDavid Greenman1996-02-041-16/+1
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Cleaned up prototypes in pmap headers: removed ones for nonexistentBruce Evans1995-12-171-6/+4
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-2/+1
* __purified pmap_pte(). This seems to make no difference.Bruce Evans1995-12-031-2/+2
* Rewrote memory sizing code to generally deal with holes in extended memory.David Greenman1995-07-191-2/+2
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-2/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Removed declaration of pmap_changebit()...it is no longer exported.David Greenman1995-03-261-2/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+9
* Whoops! back out last commit partly.Poul-Henning Kamp1995-02-141-3/+1
* YFfix.Poul-Henning Kamp1995-02-141-2/+9
* Moved various pmap 'bit' test/set functions back into real functions; gccDavid Greenman1995-01-241-38/+1
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-1/+43
* Add two more page table pages to keep 64MB machines happy.David Greenman1994-12-181-2/+2
* Declare inline functions as __inline and with new-style parameter listsBruce Evans1994-11-141-12/+13
* Added prototypes.Poul-Henning Kamp1994-10-081-1/+3