| Commit message (Expand) | Author | Age | Files | Lines |
* | Make vm_fault much cleaner by removing the evil macro inlines, and | dyson | 1998-03-07 | 1 | -220/+208 |
* | 1) Use a more consistent page wait methodology. | dyson | 1998-03-01 | 1 | -6/+7 |
* | Staticize. | eivind | 1998-02-09 | 1 | -3/+4 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 1 | -14/+5 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -170/+89 |
* | Tie up some loose ends in vnode/object management. Remove an unneeded | dyson | 1998-01-17 | 1 | -40/+52 |
* | Fix some vnode management problems, and better mgmt of vnode free list. | dyson | 1998-01-12 | 1 | -1/+3 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 1 | -11/+10 |
* | Some performance improvements, and code cleanups (including changing our | dyson | 1997-12-19 | 1 | -2/+7 |
* | Removed unused #includes. | bde | 1997-09-01 | 1 | -5/+1 |
* | Fixed type mismatches for functions with args of type vm_prot_t and/or | bde | 1997-08-25 | 1 | -6/+2 |
* | Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff | dfr | 1997-05-19 | 1 | -2/+2 |
* | Commit a typo fix that's been sitting in my tree for ages, quite forgotten. | peter | 1997-04-06 | 1 | -2/+2 |
* | Fix the gdb executable modify problem. Thanks to the detective work | dyson | 1997-04-06 | 1 | -9/+11 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -2/+3 |
* | Change the map entry flags from bitfields to bitmasks. Allows | dyson | 1997-01-16 | 1 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Undo the collapse breakage (swap space usage problem.) | dyson | 1997-01-03 | 1 | -3/+1 |
* | Guess what? We left alot of the old collapse code that is not needed | dyson | 1997-01-01 | 1 | -1/+3 |
* | Superficial cleanup of comment. | dyson | 1996-12-29 | 1 | -2/+2 |
* | Implement closer-to POSIX mlock semantics. The major difference is | dyson | 1996-12-14 | 1 | -2/+69 |
* | Implement a new totally dynamic (up to MAXPHYS) buffer kva allocation | dyson | 1996-11-30 | 1 | -8/+7 |
* | Addition of page coloring support. Various levels of coloring are afforded. | dyson | 1996-09-08 | 1 | -2/+2 |
* | Backed out the recent changes/enhancements to the VM code. The | dyson | 1996-07-30 | 1 | -6/+13 |
* | Undo part of the scalability commit. Many of the changes | dyson | 1996-07-28 | 1 | -29/+15 |
* | This commit is meant to solve a couple of VM system problems or | dyson | 1996-07-27 | 1 | -27/+34 |
* | Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potential | dyson | 1996-07-02 | 1 | -2/+2 |
* | Various bugfixes/cleanups from me and others: | dyson | 1996-06-16 | 1 | -13/+19 |
* | Move a case of PG_MAPPED being set before a pmap_enter(). This will likely | dg | 1996-06-14 | 1 | -2/+2 |
* | Keep the vm_fault/vm_pageout from getting into an "infinite paging loop", by | dyson | 1996-06-10 | 1 | -3/+7 |
* | Adjust the threshold for blocking on movement of pages from the cache | dyson | 1996-06-08 | 1 | -5/+4 |
* | Disable madvise optimizations for device pager objects (some of the | dyson | 1996-06-01 | 1 | -6/+9 |
* | This commit is dual-purpose, to fix more of the pageout daemon | dyson | 1996-05-31 | 1 | -1/+12 |
* | I think this covers (fixes) the last batch of freeing active/held/busy page | dyson | 1996-05-26 | 1 | -1/+3 |
* | Initial support for mincore and madvise. Both are almost fully | dyson | 1996-05-19 | 1 | -3/+43 |
* | This set of commits to the VM system does the following, and contain | dyson | 1996-05-18 | 1 | -12/+12 |
* | VM performance improvements, and reorder some operations in VM fault | dyson | 1996-03-28 | 1 | -5/+5 |
* | Set the page valid bits in fewer places, as opposed to being scattered | dyson | 1996-03-09 | 1 | -5/+3 |
* | 1) Eliminate unnecessary bzero of UPAGES. | dyson | 1996-03-02 | 1 | -43/+128 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -11/+9 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -46/+49 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+9 |
* | Remove unused vars & funcs, make things static, protoize a little bit. | phk | 1995-11-20 | 1 | -3/+1 |
* | Greatly simplify the msync code. Eliminate complications in vm_pageout | dyson | 1995-11-05 | 1 | -2/+2 |
* | Move page fixups (pmap_clear_modify, etc) that happen after paging input | dg | 1995-11-02 | 1 | -4/+1 |
* | First phase of removing the PG_COPYONWRITE flag, and an architectural | dyson | 1995-10-23 | 1 | -9/+1 |
* | Fix argument passing to the "freeer" routine. Added some prototypes. (bde) | dg | 1995-10-07 | 1 | -2/+2 |