| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 1 | -0/+23 |
* | Sort includes. | jhb | 2001-05-22 | 1 | -1/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -62/+61 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+1 |
* | Unrevert the pmap_map() changes. They weren't broken on x86. | jhb | 2001-03-07 | 1 | -16/+9 |
* | Back out the pmap_map() change for now, it isn't completely stable on the | jhb | 2001-03-07 | 1 | -9/+16 |
* | - Rework pmap_map() to take advantage of direct-mapped segments on | jhb | 2001-03-06 | 1 | -16/+9 |
* | Allocate vm_page_array and vm_page_buckets from the end of the biggest chunk | gallatin | 2001-03-01 | 1 | -18/+16 |
* | This implements a better launder limiting solution. There was a solution | dillon | 2000-12-26 | 1 | -0/+2 |
* | Fix floppy drives on machines with lots of RAM. | phk | 2000-12-18 | 1 | -1/+1 |
* | Implement a low-memory deadlock solution. | dillon | 2000-11-18 | 1 | -6/+29 |
* | 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 |