summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* MFC r208159alc2010-05-231-1/+2
* MFC r207306alc2010-05-201-10/+6
* MFC r206814 (by alc):kib2010-05-131-2/+0
* MFC elimination of several settings of PG_REFERENCED bit, that eitherkib2010-05-132-11/+10
* MFC r207365:kib2010-05-131-11/+25
* MFC r206545 (by alc):kib2010-05-131-4/+2
* MFC r207364:kib2010-05-131-3/+11
* MFC r207580:kib2010-05-101-4/+4
* MFC r206264:kib2010-05-042-8/+17
* MFC r206409alc2010-04-142-19/+100
* MFC 205536:jhb2010-04-141-2/+1
* MFC r206174alc2010-04-091-0/+1
* MFC rev 198341 and 198342:marcel2010-03-313-0/+9
* MFC r204415:kib2010-03-021-1/+6
* MFC r204205:kib2010-02-251-3/+0
* MFC r202529:kib2010-02-072-1/+8
* MFC r203175:kib2010-02-011-1/+1
* MFC r201145 to stable/8:antoine2010-01-301-2/+2
* MFC r200770:kib2010-01-112-22/+6
* MFC r200129 to stable/8:antoine2010-01-071-2/+2
* MFC r198505:kib2009-11-172-20/+56
* MFC r198476 (by alc):kib2009-11-171-13/+12
* MFC r198472alc2009-10-311-2/+2
* MFC 196615:jhb2009-10-292-11/+21
* MFC r198201:kib2009-10-211-6/+4
* MFC r197661:kib2009-10-041-16/+16
* MFC r197348:kib2009-09-231-1/+3
* MFC r196730:kib2009-09-082-45/+95
* MFC 196637:jhb2009-09-011-0/+1
* Remove debugging that crept in with previous commit.jhb2009-07-241-5/+1
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-2411-11/+293
* Change the handling of fictitious pages by pmap_page_set_memattr() onalc2009-07-191-12/+4
* An addendum to r195649, "Add support to the virtual memory system foralc2009-07-181-1/+3
* - Change mmap() to fail requests with EINVAL that pass a length of 0. Thisjhb2009-07-141-1/+1
* Add support to the virtual memory system for configuring machine-alc2009-07-1210-43/+125
* When VM_MAP_WIRE_HOLESOK is not specified and vm_map_wire(9) encounterskib2009-07-121-1/+1
* When forking a vm space that has wired map entries, do not forget tokib2009-07-033-12/+16
* Eliminiate code duplication by calling vm_object_destroy()kib2009-06-281-18/+4
* This change is the next step in implementing the cache control functionalityalc2009-06-265-6/+16
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-251-1/+1
* Initialize the uip to silence gcc warning that seems to sneak in in somekib2009-06-241-0/+1
* The bits set in a page's dirty mask are a subset of the bits set in itsalc2009-06-242-10/+8
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-2316-61/+575
* Validate the page in one place, dev_pager_getpages(), rather than doing italc2009-06-221-7/+6
* Implement a mechanism within vm_phys_alloc_contig() to defer all necessaryalc2009-06-211-9/+20
* Strive for greater consistency among the places that implement real,alc2009-06-213-13/+18
* Track the kernel mapping of a physical page by a new entry in vm_pagethompsa2009-06-181-2/+1
* Add support for UMA_SLAB_KERNEL to page_free(). (While I'm here remove analc2009-06-181-2/+4
* Eliminate unnecessary forward declarations.alc2009-06-171-3/+0
* Refactor contigmalloc() into two functions: a simple front-end that dealsalc2009-06-172-8/+22
OpenPOWER on IntegriCloud