| Commit message (Expand) | Author | Age | Files | Lines |
* | Syntax cleanup and documentation, no operational changes. | dillon | 2001-10-21 | 1 | -5/+9 |
* | Don't remove all mappings of a swapped out process if the vm map contained | tegge | 2001-10-14 | 1 | -1/+5 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -9/+12 |
* | Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). | dillon | 2001-07-04 | 1 | -51/+14 |
* | whitespace / register cleanup | dillon | 2001-07-04 | 1 | -3/+3 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -35/+11 |
* | Don't lock around swap_pager_swap_init() that is only called once during | jhb | 2001-06-20 | 1 | -0/+2 |
* | Put the scheduler, vmdaemon, and pagedaemon kthreads back under Giant for | jhb | 2001-06-20 | 1 | -16/+1 |
* | Two fixes to the out-of-swap process termination code. First, start killing | dillon | 2001-06-09 | 1 | -3/+8 |
* | - Add in several asserts of vm_mtx. | jhb | 2001-05-23 | 1 | -5/+42 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -5/+14 |
* | During the code to pick a process to kill when memory is exhausted, keep | jhb | 2001-05-17 | 1 | -3/+18 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+2 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 1 | -4/+5 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -10/+10 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -1/+1 |
* | - Catch up to proc flag changes. | jhb | 2001-01-24 | 1 | -3/+8 |
* | This implements a better launder limiting solution. There was a solution | dillon | 2000-12-26 | 1 | -111/+117 |
* | - If swap metadata does not fit into the KVM, reduce the number of | tanimura | 2000-12-13 | 1 | -0/+1 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -4/+4 |
* | Be less conservative with a recently added KASSERT. Certain edge | dillon | 2000-12-11 | 1 | -1/+4 |
* | Protect p_stat with sched_lock. | jhb | 2000-12-02 | 1 | -0/+6 |
* | Protect the following with a lockmgr lock: | jake | 2000-11-22 | 1 | -0/+4 |
* | Implement a low-memory deadlock solution. | dillon | 2000-11-18 | 1 | -72/+96 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -0/+8 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -1/+11 |
* | 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 |