| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Vastly improved contigmalloc routine. It does not solve the | John Dyson | 1996-11-05 | 1 | -63/+153 |
| * | Move much of the machine dependent code from vm_glue.c into | John Dyson | 1996-10-15 | 1 | -4/+1 |
| * | Removed __pure's and __pure2's. __pure is a no-op for recent versions | Bruce Evans | 1996-10-12 | 1 | -3/+2 |
| * | Fix a problem with the page coloring code that the system will not always | John Dyson | 1996-10-06 | 1 | -3/+7 |
| * | Fixed undeclared variables for the !(PQ_L2_SIZE > 1) case. | Bruce Evans | 1996-09-28 | 1 | -4/+3 |
| * | Reviewed by: | John Dyson | 1996-09-28 | 1 | -78/+103 |
| * | Attached vm ddb commands `show map', `show vmochk', `show object', | Bruce Evans | 1996-09-14 | 1 | -38/+38 |
| * | Addition of page coloring support. Various levels of coloring are afforded. | John Dyson | 1996-09-08 | 1 | -75/+250 |
| * | Backed out the recent changes/enhancements to the VM code. The | John Dyson | 1996-07-30 | 1 | -16/+33 |
| * | This commit is meant to solve a couple of VM system problems or | John Dyson | 1996-07-27 | 1 | -33/+16 |
| * | This commit does a couple of things: | John Dyson | 1996-06-26 | 1 | -1/+4 |
| * | Improve algorithm for page hash queue. It was previously about | John Dyson | 1996-06-21 | 1 | -2/+2 |
| * | Several bugfixes/improvements: | John Dyson | 1996-06-17 | 1 | -3/+4 |
| * | Various bugfixes/cleanups from me and others: | John Dyson | 1996-06-16 | 1 | -13/+6 |
| * | Fix a very significant cnt.v_wire_count leak in vm_page.c, and some | John Dyson | 1996-06-12 | 1 | -1/+2 |