| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -4/+5 |
* | Removed unused includes. | bde | 1998-06-21 | 1 | -2/+1 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Cleanup and remove some dead code from the initialization. | dyson | 1998-06-02 | 1 | -15/+5 |
* | Seatbelts for vm_page_bits() in case a file offset is passed in rather than | peter | 1998-05-02 | 1 | -2/+3 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 1 | -4/+4 |
* | Some VM improvements, including elimination of alot of Sig-11 | dyson | 1998-03-16 | 1 | -1/+7 |
* | Some cruft left over from my megacommit. A page rotation optimization | dyson | 1998-03-08 | 1 | -7/+2 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -14/+41 |
* | 1) Use a more consistent page wait methodology. | dyson | 1998-03-01 | 1 | -10/+24 |
* | Staticize. | eivind | 1998-02-09 | 1 | -4/+4 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | 1) Start using a cleaner and more consistant page allocator instead | dyson | 1998-02-05 | 1 | -19/+94 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | contigalloc doesn't place the allocated page(s) into an object, and | dyson | 1998-01-31 | 1 | -3/+5 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 1 | -41/+82 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -7/+15 |