| Commit message (Expand) | Author | Age | Files | Lines |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 1 | -1/+1 |
| * | MFC: Set cnt.v_page_size to PAGE_SIZE rather than DEFAULT_PAGE_SIZE so that | Alan Cox | 1999-08-18 | 1 | -2/+2 |
| * | MFC: Shrink vm_object's by (1) removing cache_count and wired_count and | Alan Cox | 1999-07-29 | 1 | -26/+1 |
| * | MFC: 1.128 | Alan Cox | 1999-03-23 | 1 | -2/+8 |
| * | KNFize, by bde. | Eivind Eklund | 1999-01-10 | 1 | -5/+5 |
| * | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | Eivind Eklund | 1999-01-08 | 1 | -22/+7 |
| * | Update comments to routines in vm_page.c, most especially whether a | Matthew Dillon | 1998-12-23 | 1 | -19/+106 |
| * | Closed a small race condition between wiring/unwiring pages that involved | David Greenman | 1998-11-11 | 1 | -4/+4 |
| * | Fixed wrong comments in and about vm_page_deactivate(). | David Greenman | 1998-10-28 | 1 | -13/+3 |
| * | Added a second argument, "activate" to the vm_page_unwire() call so that | David Greenman | 1998-10-28 | 1 | -6/+14 |
| * | Nitpicking and dusting performed on a train. Removes trivial warnings | Poul-Henning Kamp | 1998-10-25 | 1 | -5/+1 |
| * | Nuked PG_TABLED flag. Replaced with m->object != NULL. | David Greenman | 1998-10-21 | 1 | -8/+4 |
| * | Add a diagnostic printf for freeing a wired page. This will eventually | David Greenman | 1998-10-21 | 1 | -1/+2 |
| * | Cosmetic changes to the PAGE_XXX macros to make them consistent with | Doug Rabson | 1998-09-04 | 1 | -11/+11 |
| * | Change various syscalls to use size_t arguments instead of u_int. | Doug Rabson | 1998-08-24 | 1 | -11/+11 |
| * | Notify pmap when a page is freed on the alpha to allow it to clean up | Doug Rabson | 1998-07-26 | 1 | -1/+5 |
| * | Cast pointers to [u]intptr_t instead of to [unsigned] long. | Bruce Evans | 1998-07-15 | 1 | -2/+2 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-11 | 1 | -4/+5 |
| * | Removed unused includes. | Bruce Evans | 1998-06-21 | 1 | -2/+1 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+2 |
| * | Cleanup and remove some dead code from the initialization. | John Dyson | 1998-06-02 | 1 | -15/+5 |
| * | Seatbelts for vm_page_bits() in case a file offset is passed in rather than | Peter Wemm | 1998-05-02 | 1 | -2/+3 |
| * | Support compiling with `gcc -ansi'. | Bruce Evans | 1998-04-15 | 1 | -4/+4 |
| * | Some VM improvements, including elimination of alot of Sig-11 | John Dyson | 1998-03-16 | 1 | -1/+7 |
| * | Some cruft left over from my megacommit. A page rotation optimization | John Dyson | 1998-03-08 | 1 | -7/+2 |
| * | This mega-commit is meant to fix numerous interrelated problems. There | John Dyson | 1998-03-07 | 1 | -14/+41 |
| * | 1) Use a more consistent page wait methodology. | John Dyson | 1998-03-01 | 1 | -10/+24 |
| * | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -4/+4 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -3/+1 |
| * | 1) Start using a cleaner and more consistant page allocator instead | John Dyson | 1998-02-05 | 1 | -19/+94 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+3 |
| * | contigalloc doesn't place the allocated page(s) into an object, and | John Dyson | 1998-01-31 | 1 | -3/+5 |
| * | Change the busy page mgmt, so that when pages are freed, they | John Dyson | 1998-01-31 | 1 | -41/+82 |
| * | VM level code cleanups. | John Dyson | 1998-01-22 | 1 | -7/+15 |
| * | Tie up some loose ends in vnode/object management. Remove an unneeded | John Dyson | 1998-01-17 | 1 | -9/+29 |
| * | Fix some vnode management problems, and better mgmt of vnode free list. | John Dyson | 1998-01-12 | 1 | -1/+19 |
| * | Lots of improvements, including restructring the caching and management | John Dyson | 1997-12-29 | 1 | -3/+8 |
| * | Fix the "missing page" problem. Also, improve the performance of page | John Dyson | 1997-11-06 | 1 | -33/+74 |
| * | Fix contigmalloc() and contigmalloc1() arguments. | Poul-Henning Kamp | 1997-10-10 | 1 | -3/+3 |
| * | Print correct function name in panics | Peter Wemm | 1997-09-13 | 1 | -4/+4 |
| * | Removed unused #includes. | Bruce Evans | 1997-09-01 | 1 | -2/+1 |
| * | Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu of | John Dyson | 1997-08-05 | 1 | -23/+1 |
| * | Check the correct queue for waking up the pageout daemon. Specifically, | John Dyson | 1997-05-01 | 1 | -2/+2 |
| * | Fix a significant error in the accounting for pre-zeroed pages. This | John Dyson | 1997-03-23 | 1 | -5/+6 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Provide an alternative interface to contigmalloc() which allows a specific | Garrett Wollman | 1997-02-13 | 1 | -4/+19 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Make the kernel smaller with at worst a neutral effect on perf by | John Dyson | 1996-11-28 | 1 | -1/+21 |
| * | Improve the locality of reference for variables in vm_page and | John Dyson | 1996-11-17 | 1 | -13/+13 |