| Commit message (Expand) | Author | Age | Files | Lines |
* | This is a cleanup patch to Peter's new OBJT_PHYS VM object type | dillon | 2000-05-29 | 1 | -6/+10 |
* | Fix bug in vm_pageout_page_stats() that always resulted in a full | dillon | 2000-05-29 | 1 | -0/+2 |
* | Checkpoint of a new physical memory backed object type, that does not | peter | 2000-05-21 | 1 | -1/+1 |
* | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | peter | 2000-05-21 | 1 | -8/+8 |
* | Add necessary spl protection for swapper. The problem was located by | dillon | 2000-03-27 | 1 | -0/+4 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -1/+1 |
* | Spelling | charnier | 2000-03-26 | 1 | -4/+4 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 1 | -1/+1 |
* | The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) to | alc | 1999-10-30 | 1 | -29/+29 |
* | 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 | -92/+95 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Remove two unused variable declarations. | alc | 1999-08-22 | 1 | -3/+1 |
* | vm_pageout_clean: | alc | 1999-08-17 | 1 | -27/+1 |
* | The buffer queue mechanism has been reformulated. Instead of having | mckusick | 1999-07-04 | 1 | -11/+9 |
* | Slight reorganization of kernel thread/process creation. Instead of using | peter | 1999-07-01 | 1 | -3/+4 |
* | There isn't much point waking up a daemon that hasn't existed since | peter | 1999-06-26 | 1 | -6/+2 |
* | Make pmap_collect() an official pmap interface. | dt | 1999-04-23 | 1 | -2/+1 |
* | Don't forcibly kill processes that are locked in-core via PHOLD - it was | peter | 1999-04-06 | 1 | -2/+3 |
* | Stop the mfs from trying to swap out crucial bits of the mfs | julian | 1999-03-12 | 1 | -2/+2 |
* | Eliminate a possible numerical overflow. | luoqi | 1999-02-19 | 1 | -7/+7 |
* | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | luoqi | 1999-02-19 | 1 | -6/+6 |
* | Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in with | dillon | 1999-02-08 | 1 | -2/+2 |
* | Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to | dillon | 1999-02-07 | 1 | -3/+3 |
* | Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALL | dillon | 1999-01-24 | 1 | -2/+2 |
* | Added warning printf ( needs INVARIANTS ) when busy cache page is found | dillon | 1999-01-24 | 1 | -1/+4 |
* | It is possible for a page in the cache to be busy. vm_pageout.c was not | dillon | 1999-01-24 | 1 | -1/+5 |
* | Reorganized some of the low memory testing code to make it more useful. | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -71/+198 |
* | Add John Dyson's SYSCTL descriptions, and an export of more stats to | peter | 1998-10-31 | 1 | -11/+11 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -3/+1 |
* | Make #define NO_SWAPPING a normal kernel config option. | abial | 1998-09-29 | 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 | -10/+10 |
* | Protect all modifications to paging_in_progress with splvm(). The i386 | dfr | 1998-08-06 | 1 | -2/+2 |
* | Removed unnecessary test from if/else construct. | alex | 1998-07-10 | 1 | -2/+2 |
* | Correct sleep priority. | dyson | 1998-06-02 | 1 | -2/+2 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -3/+3 |
* | Some VM improvements, including elimination of alot of Sig-11 | dyson | 1998-03-16 | 1 | -20/+11 |
* | Quell unneeded pageout daemon activity. | dyson | 1998-03-08 | 1 | -2/+2 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -25/+19 |
* | 1) Use a more consistent page wait methodology. | dyson | 1998-03-01 | 1 | -4/+5 |
* | Correct some severe VM tuning problems for small systems (<=16MB), and | dyson | 1998-02-24 | 1 | -7/+10 |
* | Significantly improve the efficiency of the swap pager, which appears to | dyson | 1998-02-23 | 1 | -9/+7 |
* | Staticize. | eivind | 1998-02-09 | 1 | -11/+11 |
* | 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 | -5/+6 |
* | 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 | -7/+7 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -9/+7 |