| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Significantly simplify the fault clustering code. After some analysis by | dyson | 1995-09-24 | 1 | -114/+56 |
* | Fixed a typo in vm_fault_additional_pages. | dyson | 1995-09-14 | 1 | -2/+2 |
* | Code cleanup and minor performance improvement in the faultin cluster | dyson | 1995-09-11 | 1 | -33/+29 |
* | Minor performance improvements, additional prototype for additional | dyson | 1995-09-06 | 1 | -4/+5 |
* | Allow the fault code to use additional clustering info from both | dyson | 1995-09-04 | 1 | -6/+25 |
* | Machine independent changes to support pre-zeroed free pages. This | dyson | 1995-09-03 | 1 | -5/+6 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -254/+36 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -13/+13 |
* | Accessing pages beyond the end of a mapped file results in internal | dg | 1995-05-18 | 1 | -1/+5 |
* | Removed obsolete/unused variable declarations. Killed externs and included | dg | 1995-04-16 | 1 | -2/+1 |
* | Changes from John Dyson and myself: | dg | 1995-04-09 | 1 | -3/+20 |
* | Explicitly set page dirty if this is a write fault - reduces calls to | dg | 1995-03-27 | 1 | -2/+11 |
* | Various changes from John and myself that do the following: | dg | 1995-03-01 | 1 | -67/+30 |
* | Only do object paging_in_progress wakeups if someone is waiting on this | dg | 1995-02-22 | 1 | -7/+25 |
* | swap_pager.c: | dg | 1995-02-02 | 1 | -10/+6 |
* | Use the VM_PAGE_BITS_ALL in a place it can be used. | dg | 1995-01-26 | 1 | -4/+4 |
* | Added ability to detect sequential faults and DTRT. (swap_pager.c) | dg | 1995-01-24 | 1 | -5/+12 |
* | Fixed some formatting weirdness that I overlooked in the previous commit. | dg | 1995-01-10 | 1 | -2/+2 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 1 | -438/+358 |
* | Fixed bug where a read-behind to a negative offset would occur if the | dg | 1994-11-13 | 1 | -12/+16 |
* | Fixed return status from pagers. Ahem...the previous method would manufacture | dg | 1994-11-06 | 1 | -4/+12 |
* | Changed a thread_sleep into an spl protected tsleep. A deadlock can occur | dg | 1994-10-23 | 1 | -7/+9 |
* | Various changes to allow operation without any swapspace configured. Note | dg | 1994-10-22 | 1 | -3/+5 |
* | 1) Some of the counters in the vmmeter struct don't fit well into the Mach VM | dg | 1994-10-15 | 1 | -3/+2 |
* | Count vm faults as v_vm_fault, not v_fault. | dg | 1994-10-15 | 1 | -2/+2 |