aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Correct several problems in the network stack, including aColin Percival2006-08-281-2/+1
* Don't scan pages that are above the passed in high value. This is a partialScott Long2006-04-251-1/+4
* MFCAlan Cox2006-03-162-0/+74
* MFC Rev 1.226Jeff Roberson2006-03-131-14/+6
* MFC Revs 1.357, 1.355Jeff Roberson2006-03-131-6/+8
* MFC: Eliminate a deadlock when creating snapshots. BlockingTor Egge2006-03-093-2/+6
* MFC: Hold extra reference to vm object while cleaning pages.Tor Egge2006-03-091-0/+6
* MFC: Expand scope of marker to reduce the number of page queue scan restarts.Tor Egge2006-03-091-12/+19
* MFC: Check return value from nonblocking call to vn_start_write().Tor Egge2006-03-091-2/+8
* MFC: Don't access fs->first_object after dropping reference to it.Tor Egge2006-03-081-1/+3
* Work around the shortness of the size argument toYaroslav Tykhiy2006-02-201-2/+23
* Merge uma_core.c:1.136 from HEAD to RELENG_6:Robert Watson2006-02-141-0/+2
* MFC:Paul Saab2005-12-281-3/+8
* MFC changes from 2005.10.26:Diomidis Spinellis2005-12-261-0/+2
* MFCAlan Cox2005-11-133-4/+5
* MFCAlan Cox2005-11-133-11/+16
* MFC revisions 1.307 and 1.308Alan Cox2005-11-131-0/+3
* MFC revision 1.130Alan Cox2005-11-131-22/+9
* Merge kern_malloc.c:1.148, uma_core.c:1.133 from HEAD to RELENG_6:Robert Watson2005-11-071-1/+1
* Merge uma_core.c:1.132 from HEAD to RELENG_6:Robert Watson2005-11-071-0/+36
* MFC (by alc) changesets that addresses several race conditions that canXin LI2005-10-261-4/+12
* MFC (by jhb):Xin LI2005-10-091-1/+0
* MFC (by alc)Xin LI2005-10-091-1/+1
* MFC (by alc)Xin LI2005-10-091-1/+1
* MFC (by peter)Xin LI2005-10-091-2/+1
* Merge uma_dbg.c:1.21, uma_dbg.h:1.9 from HEAD to RELENG_6:Robert Watson2005-08-202-8/+6
* MFCAlan Cox2005-08-201-2/+0
* MFC: Check for marker pages when scanning active and inactive page queues.Tor Egge2005-08-151-0/+5
* MFC: Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable.Alexander Kabaev2005-08-152-9/+1
* Merge vm_page.h:1.137 from HEAD to RELENG_6:Robert Watson2005-08-151-1/+1
* Merge uma_int.h:1.37 from HEAD to RELENG_6:Robert Watson2005-08-151-0/+2
* MFC rev 1.222:Suleiman Souhlal2005-08-151-2/+4
* MFC: Don't allow pagedaemon to skip pages while scanning active andTor Egge2005-08-122-5/+75
* Merge uma.h:1.27, uma_core.c:1.129 from HEAD to RELENG_6:Robert Watson2005-07-282-5/+14
* Merge uma_core.c:1.128 from HEAD to RELENG_6:Robert Watson2005-07-231-14/+27
* Merge uma_core.c:1.127 from HEAD to RELENG_6:Robert Watson2005-07-231-3/+3
* Merge uma.h:1.26, uma_int.h:1.36, uma_core.c:1.126 from HEAD toRobert Watson2005-07-233-12/+9
* Merge uma_core.c:1.125 from HEAD to RELENG_5:Robert Watson2005-07-231-5/+9
* Merge uma.h:1.25, uma_int.h:1.35, uma_core.c:1.124 from HEAD toRobert Watson2005-07-233-12/+12
* Merge uma.h:1.24, uma_int.h:1.34, uma_core.c:1.123 from HEAD toRobert Watson2005-07-233-18/+35
* Merge uma.h:1.23, uma_int.h:1.33, uma_core.c:1.122 from HEAD toRobert Watson2005-07-233-17/+240
* Merge uma_int.h:1.32, uma_core.c:1.121 from HEAD to RELENG_6:Robert Watson2005-07-232-0/+7
* Merge uma_core.c:1.20 from HEAD to RELENG_6:Robert Watson2005-07-231-1/+2
* MFC: Fix instant panics when booting with debug.mpsafevm=0 by fixing upJohn Baldwin2005-07-181-1/+1
* Change the panic in trash_ctor into just a printf for now. Once the reportsMike Silbersack2005-06-261-2/+4
* Increase UMA_BOOT_PAGES to prevent a crash during initialization. SeeAlan Cox2005-06-161-1/+1
* The new contigmalloc(9) has a bad degenerate case where there wereBrian Feldman2005-06-111-11/+23
* Add a comment to the effect that fictitious pages do not require theAlan Cox2005-06-101-0/+4
* Introduce a procedure, pmap_page_init(), that initializes theAlan Cox2005-06-102-0/+2
* Update some comments to reflect the change from spl-based to lock-basedAlan Cox2005-05-281-4/+3