| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 1 | -1/+0 |
* | Handle busy status of the page in a way expected for pager_getpage(). | Konstantin Belousov | 2010-05-03 | 1 | -4/+4 |
* | Implement global and per-uid accounting of the anonymous memory. Add | Konstantin Belousov | 2009-06-23 | 1 | -1/+1 |
* | Eliminate an unnecessary clearing of a page's dirty bits in | Alan Cox | 2009-06-13 | 1 | -1/+2 |
* | Correct a copy and paste'o in phys_pager.c, we are talking about phys here | Remko Lodder | 2007-10-30 | 1 | -1/+1 |
* | Fix the phys_pager in the way similar to the rev. 1.83 of the | Konstantin Belousov | 2007-08-18 | 1 | -22/+25 |
* | Consider a scenario in which one processor, call it Pt, is performing | Alan Cox | 2007-08-05 | 1 | -4/+0 |
* | Minor typo fix, noticed while I was going through *_pager.c files. | Giorgos Keramidas | 2007-04-10 | 1 | -1/+1 |
* | Change the way that unmanaged pages are created. Specifically, | Alan Cox | 2007-02-25 | 1 | -6/+0 |
* | Replace PG_BUSY with VPO_BUSY. In other words, changes to the page's | Alan Cox | 2006-10-22 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Zero the physical page only if it is invalid and not prezeroed. | Alan Cox | 2004-04-25 | 1 | -7/+9 |
* | Add a VM_OBJECT_LOCK_ASSERT() call. Remove splvm() and splx() calls. Move | Alan Cox | 2004-04-24 | 1 | -7/+5 |
* | Simplify the various pager allocation routines by computing the desired | Alan Cox | 2004-01-04 | 1 | -7/+6 |
* | Use sparse struct initializations for struct pagerops. | Poul-Henning Kamp | 2003-08-05 | 1 | -7/+6 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
* | Increase the scope of the page queues lock in phys_pager_getpages(). | Alan Cox | 2002-12-27 | 1 | -4/+7 |
* | Hold the page queues lock when performing vm_page_flag_set(). | Alan Cox | 2002-12-17 | 1 | -1/+1 |
* | o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since | Alan Cox | 2002-08-25 | 1 | -1/+1 |
* | o Lock page queue accesses by vm_page_unmanage(). | Alan Cox | 2002-07-13 | 1 | -0/+2 |
* | o Remove GIANT_REQUIRED from phys_pager_alloc(). If handle isn't NULL, | Alan Cox | 2002-06-22 | 1 | -3/+8 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -1/+0 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -1/+4 |
* | Set the phys_pager_alloc_lock to 1 when it is acquired so that it is | John Baldwin | 2001-05-23 | 1 | -1/+2 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -6/+10 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -0/+2 |
* | Protect pager object creation with sx locks. | Alfred Perlstein | 2001-04-18 | 1 | -12/+16 |
* | Really fix phys_pager: | Alfred Perlstein | 2000-12-06 | 1 | -31/+36 |
* | need to adjust allocation size to properly deal with non PAGE_SIZE | Alfred Perlstein | 2000-12-05 | 1 | -1/+1 |
* | Minor cleanups: | Peter Wemm | 2000-07-28 | 1 | -44/+19 |
* | This is a cleanup patch to Peter's new OBJT_PHYS VM object type | Matthew Dillon | 2000-05-29 | 1 | -18/+3 |
* | Checkpoint of a new physical memory backed object type, that does not | Peter Wemm | 2000-05-21 | 1 | -0/+222 |