| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFS of Rev. 1.187.2.29, adding sysctl "vm.old_msync" to allow users to | Ken Smith | 2004-05-22 | 1 | -1/+7 |
| * | MFS of rev 1.187.2.27: Change vm_map_clean(... MS_INVALIDATE) to not | Ken Smith | 2004-05-14 | 1 | -1/+1 |
| * | MFS of rev. 1.187.2.26 | Ken Smith | 2004-05-05 | 1 | -1/+2 |
| * | Merging Alan Cox's fixes to mmap(2) into the 4.10 release. RELENG_4 | Ken Smith | 2004-04-30 | 2 | -4/+5 |
| * | MFC: part of vm_map.h rev 1.68 and vm_map.c 1.212. This is actually | Peter Wemm | 2004-03-12 | 2 | -2/+3 |
| * | MFC rev. 1.259: Don't put held pages onto a cache queue. | Tor Egge | 2003-10-31 | 1 | -1/+2 |
| * | Add an include I forgot in the previous commit. Eeek. | Mike Silbersack | 2003-10-02 | 1 | -0/+1 |
| * | MFC rev 1.309 ; increase the # of kmap entries allowed. | Mike Silbersack | 2003-10-01 | 1 | -1/+2 |
| * | Fix a bug which was introduced in version 1.187.2.16 of | Andrew Gallatin | 2003-10-01 | 1 | -0/+1 |
| * | MFC BUS_DMA_ZERO support for busdma memory allocations, and M_ZERO | Mike Silbersack | 2003-09-25 | 1 | -1/+5 |
| * | MFC rev 1.302: | Tor Egge | 2003-08-10 | 1 | -1/+2 |
| * | MFC: PAE support, based on Jake Burkholder's work in current. Jake's | Luoqi Chen | 2003-08-09 | 9 | -40/+40 |
| * | MFC | Alan Cox | 2003-05-27 | 1 | -1/+2 |
| * | MFC | Alan Cox | 2003-05-26 | 3 | -28/+16 |
| * | primarily MFC vm_map.c 1.275. Also pull-in vm_waitproc() and | Matthew Dillon | 2003-01-13 | 4 | -16/+57 |
| * | MFC improved VM object flushing code, allowing the syncer to cluster | Matthew Dillon | 2002-12-31 | 3 | -8/+22 |
| * | MFC use correct flag name in call to vm_pager_put_pages(). It just happened | Matthew Dillon | 2002-12-29 | 1 | -1/+1 |
| * | MFC ELF coredump handling fixes. Do not skip read-only pages unrelated | Matthew Dillon | 2002-12-28 | 1 | -0/+1 |
| * | stable-only commit (does not apply to -current). Allow a zone to be tagged | Matthew Dillon | 2002-10-10 | 2 | -4/+14 |
| * | MFC fix vm_map_entry collisions and buffer_map collisions that can occur | Matthew Dillon | 2002-10-10 | 3 | -297/+541 |
| * | MFC: 1.268 | Matthew N. Dodd | 2002-09-26 | 1 | -7/+10 |
| * | Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB. | Matthew Dillon | 2002-08-31 | 1 | -2/+2 |
| * | Unconditionally initialise z->znext, and remove the zone from the | Ian Dowse | 2002-08-12 | 1 | -7/+5 |
| * | MFC RLIMIT_VMEM resource Stage I - limit the total virtual memory use for | Matthew Dillon | 2002-07-02 | 3 | -0/+23 |
| * | MFC 1.201 - add a sequential iteration optimization to vm_object_page_clean(). | Matthew Dillon | 2002-06-18 | 1 | -75/+194 |
| * | MFC: r1.75 - don't deadlock if the system is low on physical memory and | Tor Egge | 2002-03-12 | 1 | -0/+12 |
| * | MFC: [vm/vm_contig.c rev 1.5] Call vm_page_unqueue_nowakeup() | Alan Cox | 2002-03-10 | 1 | -5/+1 |
| * | MFC 1.213, fix mmap/msync bug which can panic the kernel | Matthew Dillon | 2002-03-08 | 1 | -1/+4 |
| * | MFC of the vm_daemon speedup when many shared pages and processes are present. | Mike Silbersack | 2002-03-06 | 2 | -2/+2 |
| * | MFC __P() macro cleanup, register keyword removal in preparation for | Matthew Dillon | 2002-03-06 | 2 | -148/+98 |
| * | add a missing vmspace_free() that can occur when idle-process swapping | Matthew Dillon | 2002-03-06 | 1 | -0/+5 |
| * | MFC: [Revision 1.94] Add a new page queue, PQ_HOLD. | Alan Cox | 2002-03-03 | 2 | -20/+20 |
| * | MFC rev 1.177 | Mike Silbersack | 2002-02-26 | 1 | -0/+3 |
| * | MFC OOM killer changes: | Mike Silbersack | 2002-02-26 | 4 | -4/+28 |
| * | MFC remove P_BUFEXHAUST scraps | Matthew Dillon | 2002-01-31 | 1 | -1/+0 |
| * | MFC the following: | Matthew Dillon | 2001-12-25 | 1 | -4/+12 |
| * | MFC NFS and VM bug fixes (see my commit 2001/12/13 17:16:57 PST, | Matthew Dillon | 2001-12-20 | 2 | -2/+41 |
| * | MFC: r1.49; do not contstrain zone_interrupt objects to a page boundary. | Jonathan Lemon | 2001-12-14 | 1 | -2/+4 |
| * | MFC B_NOWDRAIN. This required moving B_AUTOCHAINDONE from flags to xflags | Matthew Dillon | 2001-11-18 | 1 | -3/+3 |
| * | MFC 1.127 - fix a deadlock that can occur in certain situations when a | Matthew Dillon | 2001-11-17 | 1 | -1/+5 |
| * | MFC: move the code for calculating the system load average into | Ian Dowse | 2001-11-14 | 2 | -46/+0 |
| * | MFC: 1.59; Remove the SSLEEP case from the load average computation, | Ian Dowse | 2001-11-14 | 1 | -4/+0 |
| * | MFC: Don't remove all mappings of a swapped out process if the vm map | Tor Egge | 2001-11-10 | 1 | -1/+5 |
| * | MFC: Fix locking violations during page wiring. | Tor Egge | 2001-11-10 | 1 | -3/+32 |
| * | MFC 1.139 - fix vnode_pager_input_smlfs() to not attempt to BMAP | Matthew Dillon | 2001-11-09 | 1 | -2/+7 |
| * | MFC implement kern.maxvnodes (primarily kern/vfs_subr.c 1.326), sync, | Matthew Dillon | 2001-11-03 | 4 | -5/+50 |
| * | MFC: | Paul Saab | 2001-11-03 | 4 | -11/+15 |
| * | MFC don't let pmap_object_init_pt() exhaust all available free | Matthew Dillon | 2001-11-03 | 2 | -1/+2 |
| * | MFC syntax cleanup and documentation, no operational changes. | Matthew Dillon | 2001-10-23 | 1 | -5/+9 |
| * | MFC vm_contig.c 1.4, properly track vm_page_zero_count in contigmalloc1() | Matthew Dillon | 2001-10-17 | 1 | -0/+2 |