| Commit message (Expand) | Author | Age | Files | Lines |
| * | asm->__asm | Justin T. Gibbs | 1998-07-07 | 1 | -4/+4 |
| * | Fix (finally, I hope) the missing page allocation problem. The mod | John Dyson | 1997-11-06 | 1 | -1/+1 |
| * | Make sure that we check properly for what queue a page was on for | John Dyson | 1997-11-04 | 1 | -2/+2 |
| * | 1. Fix the vm_page_zero_count accounting. This should improve the | John Dyson | 1997-03-25 | 1 | -17/+38 |
| * | Mega-merge from -current | Poul-Henning Kamp | 1996-11-12 | 1 | -49/+49 |
| * | Merge from -current | Poul-Henning Kamp | 1996-11-09 | 1 | -16/+106 |
| * | 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 |
| * | Adjust the threshold for blocking on movement of pages from the cache | John Dyson | 1996-06-08 | 1 | -3/+2 |
| * | Keep page-table pages from ever being sensed as dirty. This should fix | John Dyson | 1996-06-05 | 1 | -70/+136 |
| * | This commit is dual-purpose, to fix more of the pageout daemon | John Dyson | 1996-05-31 | 1 | -9/+16 |
| * | Add an assert to vm_page_cache. We should never cache a dirty page. | John Dyson | 1996-05-24 | 1 | -1/+4 |
| * | This set of commits to the VM system does the following, and contain | John Dyson | 1996-05-18 | 1 | -197/+172 |
| * | VM performance improvements, and reorder some operations in VM fault | John Dyson | 1996-03-28 | 1 | -2/+4 |
| * | Modify a threshold for waking up the pageout daemon. Also, add a consistancy | John Dyson | 1996-03-09 | 1 | -3/+7 |
| * | 1) Eliminate unnecessary bzero of UPAGES. | John Dyson | 1996-03-02 | 1 | -5/+1 |
| * | Added a `boundary' arg to vm_alloc_page_contig(). Previously the only | Bruce Evans | 1996-01-27 | 1 | -10/+42 |
| * | Eliminated many redundant vm_map_lookup operations for vm_mmap. | John Dyson | 1996-01-19 | 1 | -182/+169 |
| * | Convert DDB to new-style option. | Garrett Wollman | 1996-01-04 | 1 | -1/+2 |
| * | Fixed 1TB filesize changes. Some pindexes had bogus names and types | Bruce Evans | 1995-12-17 | 1 | -2/+2 |
| * | Another mega commit to staticize things. | Poul-Henning Kamp | 1995-12-14 | 1 | -14/+9 |
| * | Some DIAGNOSTIC code was enabled all of the time in error. The | John Dyson | 1995-12-11 | 1 | -3/+3 |
| * | Changes to support 1Tb filesizes. Pages are now named by an | John Dyson | 1995-12-11 | 1 | -32/+33 |
| * | Untangled the vm.h include file spaghetti. | David Greenman | 1995-12-07 | 1 | -1/+8 |
| * | Completed function declarations and/or added prototypes. | Bruce Evans | 1995-12-03 | 1 | -4/+10 |
| * | Remove unused vars & funcs, make things static, protoize a little bit. | Poul-Henning Kamp | 1995-11-20 | 1 | -74/+7 |
| * | Get rid of machine-dependent NBPG and replace with PAGE_SIZE. | John Dyson | 1995-10-23 | 1 | -2/+2 |
| * | Machine independent changes to support pre-zeroed free pages. This | John Dyson | 1995-09-03 | 1 | -11/+60 |
| * | New subroutine "vm_page_set_validclean" for a vfs_bio improvement. | John Dyson | 1995-09-03 | 1 | -1/+17 |
| * | #if 0'd one of the DIAGNOSTIC checks in vm_page_alloc(). It was too | David Greenman | 1995-07-20 | 1 | -1/+3 |
| * | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | David Greenman | 1995-07-13 | 1 | -67/+17 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -17/+17 |
| * | Moved some zero-initialized variables into .bss. Made code intended to be | David Greenman | 1995-04-16 | 1 | -2/+2 |
| * | Removed gratuitous m->blah=0 assignments when initializing the vm_page | David Greenman | 1995-04-16 | 1 | -4/+1 |
| * | Make "print_page_info" #ifdef DDB. | David Greenman | 1995-04-16 | 1 | -2/+3 |
| * | Changes from John Dyson and myself: | David Greenman | 1995-04-09 | 1 | -8/+8 |
| * | Implemented cnt.v_reactivated and moved vm_page_activate() routine to | David Greenman | 1995-03-25 | 1 | -39/+41 |
| * | Removed redundant newlines that were in some panic strings. | David Greenman | 1995-03-19 | 1 | -2/+2 |