aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-034-218/+76
* MFC RLIMIT_VMEM resource Stage I - limit the total virtual memory use forMatthew Dillon2002-07-023-0/+23
* MFC 1.201 - add a sequential iteration optimization to vm_object_page_clean().Matthew Dillon2002-06-181-76/+195
* MFC: r1.75 - don't deadlock if the system is low on physical memory andTor Egge2002-03-121-0/+12
* MFC: [vm/vm_contig.c rev 1.5] Call vm_page_unqueue_nowakeup()Alan Cox2002-03-101-5/+1
* MFC 1.213, fix mmap/msync bug which can panic the kernelMatthew Dillon2002-03-081-1/+4
* MFC of the vm_daemon speedup when many shared pages and processes are present.Mike Silbersack2002-03-062-2/+2
* MFC __P() macro cleanup, register keyword removal in preparation forMatthew Dillon2002-03-062-148/+98
* add a missing vmspace_free() that can occur when idle-process swappingMatthew Dillon2002-03-061-0/+5
* MFC: [Revision 1.94] Add a new page queue, PQ_HOLD.Alan Cox2002-03-032-20/+20
* MFC rev 1.177Mike Silbersack2002-02-261-0/+3
* MFC OOM killer changes:Mike Silbersack2002-02-264-4/+28
* MFC remove P_BUFEXHAUST scrapsMatthew Dillon2002-01-311-1/+0
* MFC the following:Matthew Dillon2001-12-251-4/+12
* MFC NFS and VM bug fixes (see my commit 2001/12/13 17:16:57 PST,Matthew Dillon2001-12-202-2/+41
* MFC: r1.49; do not contstrain zone_interrupt objects to a page boundary.Jonathan Lemon2001-12-141-2/+4
* MFC B_NOWDRAIN. This required moving B_AUTOCHAINDONE from flags to xflagsMatthew Dillon2001-11-181-3/+3
* MFC 1.127 - fix a deadlock that can occur in certain situations when aMatthew Dillon2001-11-171-1/+5
* MFC: move the code for calculating the system load average intoIan Dowse2001-11-142-46/+0
* MFC: 1.59; Remove the SSLEEP case from the load average computation,Ian Dowse2001-11-141-4/+0
* MFC: Don't remove all mappings of a swapped out process if the vm mapTor Egge2001-11-101-1/+5
* MFC: Fix locking violations during page wiring.Tor Egge2001-11-101-3/+32
* MFC 1.139 - fix vnode_pager_input_smlfs() to not attempt to BMAPMatthew Dillon2001-11-091-2/+7
* MFC implement kern.maxvnodes (primarily kern/vfs_subr.c 1.326), sync,Matthew Dillon2001-11-034-5/+50
* MFC:Paul Saab2001-11-034-11/+15
* MFC don't let pmap_object_init_pt() exhaust all available freeMatthew Dillon2001-11-032-1/+2
* MFC syntax cleanup and documentation, no operational changes.Matthew Dillon2001-10-231-5/+9
* MFC vm_contig.c 1.4, properly track vm_page_zero_count in contigmalloc1()Matthew Dillon2001-10-171-0/+2
* MFC kern/vfs_subr.c 1.263, sys/vnode.h 1.118, vm/vm_page.c 1.153. ThisMatthew Dillon2001-10-161-6/+2
* MFC 1.138 fix VM bug related to dirty VM pages backed by a filesystemMatthew Dillon2001-10-151-3/+21
* MFC vm_contig.c 1.3. note: contigmalloc in -4.x is in vm_page.c. FixMatthew Dillon2001-10-151-4/+12
* MFC: 1.110; permit direct swapping to NFS regular files usingIan Dowse2001-10-141-3/+10
* MFC 1.150, 1.162 - reduce the size of the swap zone if we run out of KVM.Matthew Dillon2001-10-031-9/+22
* MFC assert if vm_page_t->wire_count overflowsMatthew Dillon2001-10-011-0/+3
* MFC VM_SWZONE_SIZE_MAX and VM_BCACHE_SIZE_MAX features for i386. OtherMatthew Dillon2001-09-151-2/+4
* Cut the size of the (really over zealous) swap-meta allocation in half toMatthew Dillon2001-08-241-1/+1
* MFC the two out-of-swap fixes (kill the correct process and start blastingMatthew Dillon2001-06-133-3/+44
* MFC Tor's O_DIRECT patch with some modifications. As with the commit toMatthew Dillon2001-06-032-0/+26
* MFC: introduce VOP_CREATEVOBJECT(), VOP_GETVOBJECT and VOP_DESTROYVOBJECT()Boris Popov2001-05-181-0/+9
* Check return value from zinit.David Malone2001-03-241-0/+2
* MFC lock reversal fix related to threaded programs.Matthew Dillon2001-03-143-0/+10
* MFC 1.196 - undo a small piece of 1.194 to temporarily work aroundMatthew Dillon2001-03-141-0/+7
* MFC: 1.195 Fix panic that occurs when mmap(2) is used with MAP_INHERIT.Ian Dowse2001-03-091-0/+4
* MFC: Make zalloc and zfree non-inline functions. This avoids having toAssar Westerlund2001-03-042-78/+77
* MFC: 1.157 - move vm_page_array and vm_page_buckets to the end of theAndrew Gallatin2001-03-031-18/+16
* MFC 1.116 - VM fault resulting in writable page sets PG_NOSYNC properly,Matthew Dillon2001-03-021-6/+6
* MFC: Add mibs to hold the number of forks since boot. New mibs are:Hajimu UMEMOTO2001-02-181-0/+16
* MFC Tor's buffer cache fixes. This turns buffer_map into a system map,Matthew Dillon2001-02-091-10/+31
* MFC: 1.27 Allow overallocated programs to lower their memory usage.David Malone2001-02-021-3/+7
* MFC 1.113 - protect vm_pager_page_unswapped().Matthew Dillon2001-01-271-0/+3