| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: pmap interface optimizations, optionally physically backed SYSVSHM. | Peter Wemm | 2000-08-04 | 1 | -3/+3 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -5/+5 |
* | Reclaim UPAGES_HOLE (8k) that was chopped out of process address space. | Peter Wemm | 1999-12-11 | 1 | -1/+1 |
* | Make pmap_mapdev() deal with non-page-aligned requests. | Peter Wemm | 1999-09-11 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Do not setup 4M pdir until all APs are up. | Luoqi Chen | 1999-06-23 | 1 | -8/+4 |
* | Put in place the infrastructure for improved UP and SMP TLB management. | Alan Cox | 1999-04-02 | 1 | -5/+2 |
* | Increased kernel virtual address space to 1GB. NOTE: You MUST have fixed | David Greenman | 1999-03-11 | 1 | -4/+4 |
* | Correct casts in vtophys and avtophys to be vm_offset_t. | David Greenman | 1999-03-02 | 1 | -3/+3 |
* | Move the declaration of PPro_vmtrr from the header file to pmap.c, | Eivind Eklund | 1998-11-24 | 1 | -3/+4 |
* | Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c. | Stephen McKay | 1998-06-21 | 1 | -3/+1 |
* | Attempt to set write combining mode for graphics devices. | John Dyson | 1998-05-11 | 1 | -1/+15 |
* | Moved some extern declarations to header files (unused ones to /dev/null). | Bruce Evans | 1997-11-20 | 1 | -1/+4 |
* | Remove the PMAP_PVLIST conditionals in pmap.*, and another unneeded define. | John Dyson | 1997-08-05 | 1 | -3/+1 |
* | Add support for 4MB pages. This includes the .text, .data, .data parts | John Dyson | 1997-07-17 | 1 | -6/+20 |
* | Preliminary support for per-cpu data pages. | Peter Wemm | 1997-06-22 | 1 | -8/+8 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | Peter Wemm | 1997-04-26 | 1 | -1/+12 |
* | Use UPAGES_HOLE instead of UPAGES in case it's changed some time. | Peter Wemm | 1997-04-07 | 1 | -3/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Pmap_resident_count was mistakenly removed from pmap.h, thereby | John Dyson | 1996-10-13 | 1 | -0/+2 |
* | Performance optimizations. One of which was meant to go in before the | John Dyson | 1996-10-12 | 1 | -1/+3 |
* | Cleaned up: | Bruce Evans | 1996-10-12 | 1 | -15/+3 |
* | Improve the scalability of certain pmap operations. | John Dyson | 1996-09-08 | 1 | -6/+24 |
* | Backed out the recent changes/enhancements to the VM code. The | John Dyson | 1996-07-30 | 1 | -19/+6 |
* | This commit is meant to solve a couple of VM system problems or | John Dyson | 1996-07-27 | 1 | -6/+19 |
* | Removed unnecessary forward declarations of incomplete structs. | Bruce Evans | 1996-06-08 | 1 | -3/+1 |
* | This set of commits to the VM system does the following, and contain | John Dyson | 1996-05-18 | 1 | -8/+7 |
* | Move atdevbase out of locore.s and into machdep.c | Poul-Henning Kamp | 1996-05-02 | 1 | -26/+32 |
* | removed: | Poul-Henning Kamp | 1996-05-02 | 1 | -19/+38 |
* | pte.h: Add the VADDR(pdi,pti) macro to construct virtual address from | Poul-Henning Kamp | 1996-04-30 | 1 | -4/+2 |
* | Fixed a problem that the UPAGES of a process were being run down | John Dyson | 1996-04-03 | 1 | -3/+3 |
* | Fix a problem with tracking the modified bit. Eliminate the | John Dyson | 1996-02-25 | 1 | -3/+4 |
* | Rewrote cpu_fork so that it doesn't use pmap_activate, and removed | David Greenman | 1996-02-04 | 1 | -16/+1 |
* | Fix a bunch of spelling errors in the comment fields of | Mike Pritchard | 1996-01-30 | 1 | -2/+2 |
* | Cleaned up prototypes in pmap headers: removed ones for nonexistent | Bruce Evans | 1995-12-17 | 1 | -6/+4 |
* | Staticize and cleanup. | Poul-Henning Kamp | 1995-12-10 | 1 | -2/+1 |
* | __purified pmap_pte(). This seems to make no difference. | Bruce Evans | 1995-12-03 | 1 | -2/+2 |
* | Rewrote memory sizing code to generally deal with holes in extended memory. | David Greenman | 1995-07-19 | 1 | -2/+2 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | David Greenman | 1995-07-13 | 1 | -2/+1 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -4/+4 |
* | Removed declaration of pmap_changebit()...it is no longer exported. | David Greenman | 1995-03-26 | 1 | -2/+1 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-16 | 1 | -2/+9 |
* | Whoops! back out last commit partly. | Poul-Henning Kamp | 1995-02-14 | 1 | -3/+1 |
* | YFfix. | Poul-Henning Kamp | 1995-02-14 | 1 | -2/+9 |
* | Moved various pmap 'bit' test/set functions back into real functions; gcc | David Greenman | 1995-01-24 | 1 | -38/+1 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | David Greenman | 1995-01-09 | 1 | -1/+43 |
* | Add two more page table pages to keep 64MB machines happy. | David Greenman | 1994-12-18 | 1 | -2/+2 |
* | Declare inline functions as __inline and with new-style parameter lists | Bruce Evans | 1994-11-14 | 1 | -12/+13 |
* | Added prototypes. | Poul-Henning Kamp | 1994-10-08 | 1 | -1/+3 |