aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* MFS of Rev. 1.187.2.29, adding sysctl "vm.old_msync" to allow users toKen Smith2004-05-221-1/+7
* MFS of rev 1.187.2.27: Change vm_map_clean(... MS_INVALIDATE) to notKen Smith2004-05-141-1/+1
* MFS of rev. 1.187.2.26Ken Smith2004-05-051-1/+2
* Merging Alan Cox's fixes to mmap(2) into the 4.10 release. RELENG_4Ken Smith2004-04-302-4/+5
* MFC: part of vm_map.h rev 1.68 and vm_map.c 1.212. This is actuallyPeter Wemm2004-03-122-2/+3
* MFC rev. 1.259: Don't put held pages onto a cache queue.Tor Egge2003-10-311-1/+2
* Add an include I forgot in the previous commit. Eeek.Mike Silbersack2003-10-021-0/+1
* MFC rev 1.309 ; increase the # of kmap entries allowed.Mike Silbersack2003-10-011-1/+2
* Fix a bug which was introduced in version 1.187.2.16 ofAndrew Gallatin2003-10-011-0/+1
* MFC BUS_DMA_ZERO support for busdma memory allocations, and M_ZEROMike Silbersack2003-09-251-1/+5
* MFC rev 1.302:Tor Egge2003-08-101-1/+2
* MFC: PAE support, based on Jake Burkholder's work in current. Jake'sLuoqi Chen2003-08-099-40/+40
* MFCAlan Cox2003-05-271-1/+2
* MFCAlan Cox2003-05-263-28/+16
* primarily MFC vm_map.c 1.275. Also pull-in vm_waitproc() andMatthew Dillon2003-01-134-16/+57
* MFC improved VM object flushing code, allowing the syncer to clusterMatthew Dillon2002-12-313-8/+22
* MFC use correct flag name in call to vm_pager_put_pages(). It just happenedMatthew Dillon2002-12-291-1/+1
* MFC ELF coredump handling fixes. Do not skip read-only pages unrelatedMatthew Dillon2002-12-281-0/+1
* stable-only commit (does not apply to -current). Allow a zone to be taggedMatthew Dillon2002-10-102-4/+14
* MFC fix vm_map_entry collisions and buffer_map collisions that can occurMatthew Dillon2002-10-103-297/+541
* MFC: 1.268Matthew N. Dodd2002-09-261-7/+10
* Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB.Matthew Dillon2002-08-311-2/+2
* Unconditionally initialise z->znext, and remove the zone from theIan Dowse2002-08-121-7/+5
* 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-75/+194
* 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