| Commit message (Expand) | Author | Age | Files | Lines |
* | Put in place the infrastructure for improved UP and SMP TLB management. | alc | 1999-04-02 | 1 | -5/+2 |
* | Increased kernel virtual address space to 1GB. NOTE: You MUST have fixed | dg | 1999-03-11 | 1 | -4/+4 |
* | Correct casts in vtophys and avtophys to be vm_offset_t. | dg | 1999-03-02 | 1 | -3/+3 |
* | Move the declaration of PPro_vmtrr from the header file to pmap.c, | eivind | 1998-11-24 | 1 | -3/+4 |
* | Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c. | mckay | 1998-06-21 | 1 | -3/+1 |
* | Attempt to set write combining mode for graphics devices. | dyson | 1998-05-11 | 1 | -1/+15 |
* | Moved some extern declarations to header files (unused ones to /dev/null). | bde | 1997-11-20 | 1 | -1/+4 |
* | Remove the PMAP_PVLIST conditionals in pmap.*, and another unneeded define. | dyson | 1997-08-05 | 1 | -3/+1 |
* | Add support for 4MB pages. This includes the .text, .data, .data parts | dyson | 1997-07-17 | 1 | -6/+20 |
* | Preliminary support for per-cpu data pages. | peter | 1997-06-22 | 1 | -8/+8 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | peter | 1997-04-26 | 1 | -1/+12 |
* | Use UPAGES_HOLE instead of UPAGES in case it's changed some time. | peter | 1997-04-07 | 1 | -3/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Pmap_resident_count was mistakenly removed from pmap.h, thereby | dyson | 1996-10-13 | 1 | -0/+2 |
* | Performance optimizations. One of which was meant to go in before the | dyson | 1996-10-12 | 1 | -1/+3 |
* | Cleaned up: | bde | 1996-10-12 | 1 | -15/+3 |
* | Improve the scalability of certain pmap operations. | dyson | 1996-09-08 | 1 | -6/+24 |
* | Backed out the recent changes/enhancements to the VM code. The | dyson | 1996-07-30 | 1 | -19/+6 |
* | This commit is meant to solve a couple of VM system problems or | dyson | 1996-07-27 | 1 | -6/+19 |
* | Removed unnecessary forward declarations of incomplete structs. | bde | 1996-06-08 | 1 | -3/+1 |
* | This set of commits to the VM system does the following, and contain | dyson | 1996-05-18 | 1 | -8/+7 |
* | Move atdevbase out of locore.s and into machdep.c | phk | 1996-05-02 | 1 | -26/+32 |
* | removed: | phk | 1996-05-02 | 1 | -19/+38 |
* | pte.h: Add the VADDR(pdi,pti) macro to construct virtual address from | phk | 1996-04-30 | 1 | -4/+2 |
* | Fixed a problem that the UPAGES of a process were being run down | dyson | 1996-04-03 | 1 | -3/+3 |
* | Fix a problem with tracking the modified bit. Eliminate the | dyson | 1996-02-25 | 1 | -3/+4 |
* | Rewrote cpu_fork so that it doesn't use pmap_activate, and removed | dg | 1996-02-04 | 1 | -16/+1 |
* | Fix a bunch of spelling errors in the comment fields of | mpp | 1996-01-30 | 1 | -2/+2 |
* | Cleaned up prototypes in pmap headers: removed ones for nonexistent | bde | 1995-12-17 | 1 | -6/+4 |
* | Staticize and cleanup. | phk | 1995-12-10 | 1 | -2/+1 |
* | __purified pmap_pte(). This seems to make no difference. | bde | 1995-12-03 | 1 | -2/+2 |
* | Rewrote memory sizing code to generally deal with holes in extended memory. | dg | 1995-07-19 | 1 | -2/+2 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -2/+1 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 |
* | Removed declaration of pmap_changebit()...it is no longer exported. | dg | 1995-03-26 | 1 | -2/+1 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -2/+9 |
* | Whoops! back out last commit partly. | phk | 1995-02-14 | 1 | -3/+1 |
* | YFfix. | phk | 1995-02-14 | 1 | -2/+9 |
* | Moved various pmap 'bit' test/set functions back into real functions; gcc | dg | 1995-01-24 | 1 | -38/+1 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 1 | -1/+43 |
* | Add two more page table pages to keep 64MB machines happy. | dg | 1994-12-18 | 1 | -2/+2 |
* | Declare inline functions as __inline and with new-style parameter lists | bde | 1994-11-14 | 1 | -12/+13 |
* | Added prototypes. | phk | 1994-10-08 | 1 | -1/+3 |
* | Corrected some comments regarding ptes/pdes. | dg | 1994-08-23 | 1 | -3/+3 |
* | Fix up some sloppy coding practices: | wollman | 1994-08-18 | 1 | -15/+1 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -70/+2 |
* | ifdef KERNEL the pmap_kextract inline function; ps is unhappy otherwise. | dg | 1994-03-25 | 1 | -1/+3 |
* | From John Dyson: performance improvements to the new bounce buffer | dg | 1994-03-24 | 1 | -1/+16 |
* | 1) "Pre-faulting" in of pages into process address space | dg | 1994-03-07 | 1 | -11/+13 |