| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the "missing page" problem. Also, improve the performance of page | dyson | 1997-11-06 | 1 | -33/+74 |
* | Fix contigmalloc() and contigmalloc1() arguments. | phk | 1997-10-10 | 1 | -3/+3 |
* | Print correct function name in panics | peter | 1997-09-13 | 1 | -4/+4 |
* | Removed unused #includes. | bde | 1997-09-01 | 1 | -2/+1 |
* | Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu of | dyson | 1997-08-05 | 1 | -23/+1 |
* | Check the correct queue for waking up the pageout daemon. Specifically, | dyson | 1997-05-01 | 1 | -2/+2 |
* | Fix a significant error in the accounting for pre-zeroed pages. This | dyson | 1997-03-23 | 1 | -5/+6 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Provide an alternative interface to contigmalloc() which allows a specific | wollman | 1997-02-13 | 1 | -4/+19 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Make the kernel smaller with at worst a neutral effect on perf by | dyson | 1996-11-28 | 1 | -1/+21 |
* | Improve the locality of reference for variables in vm_page and | dyson | 1996-11-17 | 1 | -13/+13 |
* | Vastly improved contigmalloc routine. It does not solve the | dyson | 1996-11-05 | 1 | -63/+153 |
* | Move much of the machine dependent code from vm_glue.c into | dyson | 1996-10-15 | 1 | -4/+1 |
* | Removed __pure's and __pure2's. __pure is a no-op for recent versions | bde | 1996-10-12 | 1 | -3/+2 |
* | Fix a problem with the page coloring code that the system will not always | dyson | 1996-10-06 | 1 | -3/+7 |
* | Fixed undeclared variables for the !(PQ_L2_SIZE > 1) case. | bde | 1996-09-28 | 1 | -4/+3 |
* | Reviewed by: | dyson | 1996-09-28 | 1 | -78/+103 |
* | Attached vm ddb commands `show map', `show vmochk', `show object', | bde | 1996-09-14 | 1 | -38/+38 |
* | Addition of page coloring support. Various levels of coloring are afforded. | dyson | 1996-09-08 | 1 | -75/+250 |
* | Backed out the recent changes/enhancements to the VM code. The | dyson | 1996-07-30 | 1 | -16/+33 |
* | This commit is meant to solve a couple of VM system problems or | dyson | 1996-07-27 | 1 | -33/+16 |
* | This commit does a couple of things: | dyson | 1996-06-26 | 1 | -1/+4 |
* | Improve algorithm for page hash queue. It was previously about | dyson | 1996-06-21 | 1 | -2/+2 |
* | Several bugfixes/improvements: | dyson | 1996-06-17 | 1 | -3/+4 |
* | Various bugfixes/cleanups from me and others: | dyson | 1996-06-16 | 1 | -13/+6 |
* | Fix a very significant cnt.v_wire_count leak in vm_page.c, and some | dyson | 1996-06-12 | 1 | -1/+2 |
* | Adjust the threshold for blocking on movement of pages from the cache | dyson | 1996-06-08 | 1 | -3/+2 |
* | Keep page-table pages from ever being sensed as dirty. This should fix | dyson | 1996-06-05 | 1 | -71/+137 |
* | This commit is dual-purpose, to fix more of the pageout daemon | dyson | 1996-05-31 | 1 | -9/+16 |
* | Add an assert to vm_page_cache. We should never cache a dirty page. | dyson | 1996-05-24 | 1 | -1/+4 |
* | This set of commits to the VM system does the following, and contain | dyson | 1996-05-18 | 1 | -197/+172 |
* | VM performance improvements, and reorder some operations in VM fault | dyson | 1996-03-28 | 1 | -2/+4 |
* | Modify a threshold for waking up the pageout daemon. Also, add a consistancy | dyson | 1996-03-09 | 1 | -3/+7 |
* | 1) Eliminate unnecessary bzero of UPAGES. | dyson | 1996-03-02 | 1 | -5/+1 |
* | Added a `boundary' arg to vm_alloc_page_contig(). Previously the only | bde | 1996-01-27 | 1 | -10/+42 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -182/+169 |
* | Convert DDB to new-style option. | wollman | 1996-01-04 | 1 | -1/+2 |
* | Fixed 1TB filesize changes. Some pindexes had bogus names and types | bde | 1995-12-17 | 1 | -2/+2 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -14/+9 |
* | Some DIAGNOSTIC code was enabled all of the time in error. The | dyson | 1995-12-11 | 1 | -3/+3 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -32/+33 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+8 |
* | Completed function declarations and/or added prototypes. | bde | 1995-12-03 | 1 | -4/+10 |
* | Remove unused vars & funcs, make things static, protoize a little bit. | phk | 1995-11-20 | 1 | -74/+7 |
* | Get rid of machine-dependent NBPG and replace with PAGE_SIZE. | dyson | 1995-10-23 | 1 | -2/+2 |
* | Machine independent changes to support pre-zeroed free pages. This | dyson | 1995-09-03 | 1 | -11/+60 |
* | New subroutine "vm_page_set_validclean" for a vfs_bio improvement. | dyson | 1995-09-03 | 1 | -1/+17 |
* | #if 0'd one of the DIAGNOSTIC checks in vm_page_alloc(). It was too | dg | 1995-07-20 | 1 | -1/+3 |