aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-0339-39/+39
* MFRELENG_6 (by alc) changesets that addresses several race conditions thatXin 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
* Use low level constructs borrowed from interrupt threads to wait forStephan Uphoff2005-05-231-1/+36
* Swap in can occur safely without Giant. Release Giant on entry toAlan Cox2005-05-221-3/+2
* Remove GIANT_REQUIRED from swapout_procs().Alan Cox2005-05-221-2/+0
* Reduce the number of times that we acquire and release locks inAlan Cox2005-05-201-8/+6
* Remove calls to spl*().Alan Cox2005-05-191-43/+0
* Remove a stale comment concerning spl* usage.Alan Cox2005-05-191-2/+0
* Update some comments to reflect the change from spl-based to lock-basedAlan Cox2005-05-181-2/+3
* Remove calls to spl*().Alan Cox2005-05-181-11/+0
* Revert revision 1.270: swp_pager_async_iodone() need not performAlan Cox2005-05-181-2/+0
* Correct 32 vs 64 bit signedness issues.Bjoern A. Zeeb2005-05-181-8/+9
* The final test in unlock_and_deallocate() to determine if GIANT needs to bePeter Grehan2005-05-121-1/+1
* Enable debug_mpsafevm on ia64 due to the severe functional regressionMarcel Moolenaar2005-05-081-1/+1
* - We need to inhert the OBJ_NEEDGIANT flag from the original object inJeff Roberson2005-05-041-0/+1
* - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if theJeff Roberson2005-05-034-4/+14
* Remove GIANT_REQUIRED from vmspace_exec().Alan Cox2005-05-021-1/+0
* - VM_LOCK_GIANT in the swap pager's iodone routine as VFS will soon call itJeff Roberson2005-04-301-0/+2
* Modify UMA to use critical sections to protect per-CPU caches, rather thanRobert Watson2005-04-292-113/+120
* - Pass the ISOPEN flag to namei so filesystems will know we're about toJeff Roberson2005-04-271-1/+1
* Add the vm.exec_map_entries tunable and read-only sysctl, which controlsKris Kennaway2005-04-251-1/+7