| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug with reversed trunc/round_page() in madvise...start must be | dg | 1996-09-19 | 1 | -3/+3 |
* | Removed iprintf(). It was copied to db_iprintf() in ddb. | bde | 1996-09-15 | 2 | -40/+2 |
* | Attached vm ddb commands `show map', `show vmochk', `show object', | bde | 1996-09-14 | 4 | -105/+113 |
* | The whole issue of not support VOP_LOCK for VBLK devices should be | dyson | 1996-09-10 | 1 | -3/+10 |
* | Fixed the use of the wrong variable in vm_map_madvise. | dyson | 1996-09-08 | 1 | -4/+4 |
* | Addition of page coloring support. Various levels of coloring are afforded. | dyson | 1996-09-08 | 10 | -109/+441 |
* | Improve the scalability of certain pmap operations. | dyson | 1996-09-08 | 1 | -2/+1 |
* | Even though this looks like it, this is not a complex code change. | dyson | 1996-08-21 | 3 | -7/+14 |
* | Backed out the recent changes/enhancements to the VM code. The | dyson | 1996-07-30 | 11 | -362/+207 |
* | Slight performance tweak for previous commit. | dg | 1996-07-28 | 1 | -2/+3 |
* | Undo part of the scalability commit. Many of the changes | dyson | 1996-07-28 | 1 | -29/+15 |
* | Allow sequentially created mmap'ed anonymous regions to coalesce. There | dyson | 1996-07-27 | 1 | -23/+33 |
* | Clean up some lint. | dyson | 1996-07-27 | 1 | -3/+3 |
* | Remove experimental header file. My test-build must have picked it | dyson | 1996-07-27 | 1 | -1/+3 |
* | Missing (prototype) change from the previous commit. | dyson | 1996-07-27 | 1 | -2/+2 |
* | This commit is meant to solve a couple of VM system problems or | dyson | 1996-07-27 | 10 | -209/+365 |
* | Don't use NULL in non-pointer contexts. | bde | 1996-07-12 | 1 | -2/+2 |
* | Back-off on the previous commit, specifically remove the look-ahead | dyson | 1996-07-08 | 1 | -11/+3 |
* | Fix a problem with the pageout daemon RSS limiting, where it degrades | dyson | 1996-07-08 | 1 | -21/+27 |
* | In all special cases for spl or page_alloc where kmem_map is check for, | dg | 1996-07-07 | 1 | -8/+8 |
* | Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potential | dyson | 1996-07-02 | 3 | -6/+7 |
* | Make -current consistant with -stable regarding time that a process | dyson | 1996-06-30 | 1 | -2/+2 |
* | Make sure we have an object in the map entry before trying to trim pages | dg | 1996-06-29 | 1 | -2/+3 |
* | This commit does a couple of things: | dyson | 1996-06-26 | 4 | -136/+183 |
* | Fix some serious problems with limits checking in the sbrk(2)/brk(2) | dyson | 1996-06-25 | 1 | -13/+25 |
* | Remove RSS limiting until I rewrite the code to be non-recursive. The | dyson | 1996-06-24 | 1 | -9/+5 |
* | Improve algorithm for page hash queue. It was previously about | dyson | 1996-06-21 | 1 | -2/+2 |
* | Several bugfixes/improvements: | dyson | 1996-06-17 | 3 | -37/+52 |
* | Various bugfixes/cleanups from me and others: | dyson | 1996-06-16 | 6 | -90/+66 |
* | Move a case of PG_MAPPED being set before a pmap_enter(). This will likely | dg | 1996-06-14 | 1 | -2/+2 |
* | Fix a very significant cnt.v_wire_count leak in vm_page.c, and some | dyson | 1996-06-12 | 1 | -1/+2 |
* | Fix some serious errors in vm_map_simplify_entries. | dyson | 1996-06-12 | 1 | -6/+7 |
* | Mostly superficial code improvements, add a diagnostic. The | dyson | 1996-06-10 | 1 | -18/+23 |
* | 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 | 3 | -9/+8 |
* | Keep page-table pages from ever being sensed as dirty. This should fix | dyson | 1996-06-05 | 2 | -72/+139 |
* | 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 | 8 | -58/+101 |
* | Correct some unfortunately chosen constants, otherwise, not enough | dyson | 1996-05-29 | 1 | -4/+3 |
* | After careful review by David Greenman and myself, David had found a | dyson | 1996-05-29 | 1 | -59/+94 |
* | Make sure that pageout deadlocks cannot occur. There is a problem | dyson | 1996-05-29 | 2 | -9/+33 |
* | Fix a couple of problems in the pageout_scan routine. First, there is | dyson | 1996-05-26 | 1 | -3/+17 |
* | I think this covers (fixes) the last batch of freeing active/held/busy page | dyson | 1996-05-26 | 1 | -1/+3 |
* | Add an assert to vm_page_cache. We should never cache a dirty page. | dyson | 1996-05-24 | 1 | -1/+4 |
* | Add apparently needed splvm protection to the active queue, and eliminate | dyson | 1996-05-24 | 1 | -2/+9 |
* | Eliminate inefficient check for dirty pages for pages in the PQ_CACHE | dyson | 1996-05-24 | 1 | -1/+14 |
* | Make the conversion from the default pager to swap pager more robust | dyson | 1996-05-24 | 1 | -5/+7 |
* | Eliminate a vm_page_free, busy panic, in kern_malloc. | dyson | 1996-05-23 | 1 | -1/+2 |
* | Initial support for MADV_FREE, support for pages that we don't care | dyson | 1996-05-23 | 4 | -59/+43 |
* | After reviewing the previous commit to vm_object, the page protection | dyson | 1996-05-21 | 1 | -3/+1 |