| Commit message (Expand) | Author | Age | Files | Lines |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -1/+1 |
* | Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). | dillon | 2001-07-04 | 1 | -1/+1 |
* | whitespace / register cleanup | dillon | 2001-07-04 | 1 | -6/+6 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -38/+11 |
* | Take a more conservative approach and still lock Giant around VM faults | jhb | 2001-05-23 | 1 | -8/+6 |
* | Sort includes. | jhb | 2001-05-22 | 1 | -3/+3 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -4/+61 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+2 |
* | Fix a lock reversal problem in the VM subsystem related to threaded | dillon | 2001-03-14 | 1 | -0/+6 |
* | If we intend to make the page writable without requiring another fault, | dillon | 2001-02-28 | 1 | -6/+6 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -2/+2 |
* | - Catch up to proc flag changes. | jhb | 2001-01-24 | 1 | -1/+3 |
* | Add the splvm()'s suggested in PR 20609 to protect vm_pager_page_unswapped(). | dillon | 2000-11-18 | 1 | -0/+3 |
* | This is a cleanup patch to Peter's new OBJT_PHYS VM object type | dillon | 2000-05-29 | 1 | -1/+1 |
* | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | peter | 2000-05-21 | 1 | -3/+2 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -2/+2 |
* | Spelling | charnier | 2000-03-26 | 1 | -4/+4 |
* | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | dillon | 1999-12-12 | 1 | -2/+16 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Final commit to remove vnode->v_lastr. vm_fault now handles read | dillon | 1999-09-21 | 1 | -36/+43 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Move the memory access behavior information provided by madvise | alc | 1999-08-01 | 1 | -3/+4 |
* | Convert a "page not busy" warning to an assertion. | alc | 1999-07-20 | 1 | -7/+3 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 1 | -5/+25 |
* | Reviewed by: Matthew Dillon <dillon@apollo.backplane.com> | alc | 1999-02-25 | 1 | -2/+3 |
* | Submitted by: Luoqi Chen <luoqi@watermarkgroup.com> | dillon | 1999-02-17 | 1 | -1/+12 |
* | Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to | dillon | 1999-02-07 | 1 | -4/+3 |
* | Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALL | dillon | 1999-01-24 | 1 | -2/+2 |
* | Get rid of unused old_m in vm_fault. Add INVARIANTS to test whether | dillon | 1999-01-24 | 1 | -4/+13 |
* | Reenable John Dyson's low-memory VM_WAIT code for page reactivations out | dillon | 1999-01-23 | 1 | -7/+13 |
* | Mainly cleanup. Removed some inappropriate low-memory handling code | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -37/+84 |
* | KNFize, by bde. | eivind | 1999-01-10 | 1 | -2/+1 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -5/+3 |
* | Add missing splvm protection around unqueue call. Without this, the page | dg | 1998-11-25 | 1 | -4/+4 |
* | Added a second argument, "activate" to the vm_page_unwire() call so that | dg | 1998-10-28 | 1 | -3/+3 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -2/+1 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 1 | -12/+12 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -10/+11 |
* | Protect all modifications to paging_in_progress with splvm(). The i386 | dfr | 1998-08-06 | 1 | -3/+3 |
* | Improved pager input failure message. | dg | 1998-07-22 | 1 | -3/+3 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -2/+2 |
* | Work around some VM bugs, the worst being an overly aggressive | dyson | 1998-05-04 | 1 | -2/+3 |
* | Make vm_fault much cleaner by removing the evil macro inlines, and | dyson | 1998-03-07 | 1 | -220/+208 |
* | 1) Use a more consistent page wait methodology. | dyson | 1998-03-01 | 1 | -6/+7 |
* | Staticize. | eivind | 1998-02-09 | 1 | -3/+4 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | 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 | -14/+5 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -170/+89 |