| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify and rationalise the management of the vnode free list | mckusick | 2000-07-04 | 1 | -6/+2 |
* | This is a cleanup patch to Peter's new OBJT_PHYS VM object type | dillon | 2000-05-29 | 1 | -7/+56 |
* | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | peter | 2000-05-21 | 1 | -14/+28 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -1/+1 |
* | Spelling | charnier | 2000-03-26 | 1 | -6/+6 |
* | Eliminate the undocumented, experimental, non-delivering and highly | phk | 2000-03-16 | 1 | -16/+0 |
* | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | dillon | 1999-12-12 | 1 | -3/+7 |
* | Two changes: (1) Use vm_page_unqueue_nowakeup in vm_page_alloc | alc | 1999-11-10 | 1 | -11/+2 |
* | The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) to | alc | 1999-10-30 | 1 | -33/+20 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com> | dillon | 1999-09-17 | 1 | -11/+85 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | vm_page_alloc and contigmalloc1: | alc | 1999-08-20 | 1 | -3/+3 |
* | vm_page_free_toq: | alc | 1999-08-17 | 1 | -10/+2 |
* | vm_page_free_toq: | alc | 1999-08-17 | 1 | -1/+2 |
* | contigmalloc1: | alc | 1999-08-11 | 1 | -7/+5 |
* | Add a contigfree() as a corollary to contigmalloc() as it's not clear | peter | 1999-08-10 | 1 | -1/+10 |
* | Change the type of vpgqueues::lcnt from "int *" to "int". The indirection | alc | 1999-07-31 | 1 | -18/+16 |
* | vm_page_queue_init: | alc | 1999-07-31 | 1 | -9/+4 |
* | Fix some int/long printf problems for the Alpha | peter | 1999-07-01 | 1 | -4/+5 |
* | Remove (1) "extern" declarations for variables that were previously | alc | 1999-06-22 | 1 | -14/+3 |
* | Remove vm_object::cache_count and vm_object::wired_count. They are | alc | 1999-06-20 | 1 | -26/+1 |
* | Set cnt.v_page_size to PAGE_SIZE rather than DEFAULT_PAGE_SIZE so that | alc | 1999-06-20 | 1 | -2/+2 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 1 | -11/+40 |
* | Catch a case spotted by Tor where files mmapped could leave garbage in the | julian | 1999-04-05 | 1 | -25/+131 |
* | Construct the free queue(s) in descending order (by physical | alc | 1999-03-19 | 1 | -2/+8 |
* | Remove unnecessary page protects on map_split and collapse operations. | dillon | 1999-02-24 | 1 | -1/+8 |
* | Minor reorganization of vm_page_alloc(). No functional changes have | dillon | 1999-02-15 | 1 | -112/+82 |
* | Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in with | dillon | 1999-02-08 | 1 | -91/+34 |
* | Remove L1 cache coloring optimization ( leave L2 cache coloring opt ). | dillon | 1999-02-07 | 1 | -188/+75 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -16/+16 |
* | Undo last commit - not a bug, just duplicate code. PG_MAPPED and | dillon | 1999-01-24 | 1 | -2/+1 |
* | vm_map_split() used to dirty the page manually after calling | dillon | 1999-01-24 | 1 | -4/+13 |
* | Clear PG_MAPPED as well as PG_WRITEABLE when a page is moved to the | dillon | 1999-01-24 | 1 | -3/+3 |
* | Clear PG_WRITEABLE in vm_page_cache(). This may or may not be a bug, | dillon | 1999-01-24 | 1 | -2/+7 |
* | The hash table used to be a table of doubly-link list headers ( two | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -148/+288 |
* | KNFize, by bde. | eivind | 1999-01-10 | 1 | -5/+5 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -22/+7 |
* | Update comments to routines in vm_page.c, most especially whether a | dillon | 1998-12-23 | 1 | -19/+106 |
* | Closed a small race condition between wiring/unwiring pages that involved | dg | 1998-11-11 | 1 | -4/+4 |
* | Fixed wrong comments in and about vm_page_deactivate(). | dg | 1998-10-28 | 1 | -13/+3 |
* | Added a second argument, "activate" to the vm_page_unwire() call so that | dg | 1998-10-28 | 1 | -6/+14 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -5/+1 |
* | Nuked PG_TABLED flag. Replaced with m->object != NULL. | dg | 1998-10-21 | 1 | -8/+4 |
* | Add a diagnostic printf for freeing a wired page. This will eventually | dg | 1998-10-21 | 1 | -1/+2 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 1 | -11/+11 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -11/+11 |
* | Notify pmap when a page is freed on the alpha to allow it to clean up | dfr | 1998-07-26 | 1 | -1/+5 |
* | Cast pointers to [u]intptr_t instead of to [unsigned] long. | bde | 1998-07-15 | 1 | -2/+2 |