summaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* MFC r208159Alan Cox2010-05-231-1/+2
* MFC r207306Alan Cox2010-05-201-10/+6
* MFC r206814 (by alc):Konstantin Belousov2010-05-131-2/+0
* MFC elimination of several settings of PG_REFERENCED bit, that eitherKonstantin Belousov2010-05-132-11/+10
* MFC r207365:Konstantin Belousov2010-05-131-11/+25
* MFC r206545 (by alc):Konstantin Belousov2010-05-131-4/+2
* MFC r207364:Konstantin Belousov2010-05-131-3/+11
* MFC r207580:Konstantin Belousov2010-05-101-4/+4
* MFC r206264:Konstantin Belousov2010-05-042-8/+17
* MFC r206409Alan Cox2010-04-142-19/+100
* MFC 205536:John Baldwin2010-04-141-2/+1
* MFC r206174Alan Cox2010-04-091-0/+1
* MFC rev 198341 and 198342:Marcel Moolenaar2010-03-313-0/+9
* MFC r204415:Konstantin Belousov2010-03-021-1/+6
* MFC r204205:Konstantin Belousov2010-02-251-3/+0
* MFC r202529:Konstantin Belousov2010-02-072-1/+8
* MFC r203175:Konstantin Belousov2010-02-011-1/+1
* MFC r201145 to stable/8:Antoine Brodin2010-01-301-2/+2
* MFC r200770:Konstantin Belousov2010-01-112-22/+6
* MFC r200129 to stable/8:Antoine Brodin2010-01-071-2/+2
* MFC r198505:Konstantin Belousov2009-11-172-20/+56
* MFC r198476 (by alc):Konstantin Belousov2009-11-171-13/+12
* MFC r198472Alan Cox2009-10-311-2/+2
* MFC 196615:John Baldwin2009-10-292-11/+21
* MFC r198201:Konstantin Belousov2009-10-211-6/+4
* MFC r197661:Konstantin Belousov2009-10-041-16/+16
* MFC r197348:Konstantin Belousov2009-09-231-1/+3
* MFC r196730:Konstantin Belousov2009-09-082-45/+95
* MFC 196637:John Baldwin2009-09-011-0/+1
* Remove debugging that crept in with previous commit.John Baldwin2009-07-241-5/+1
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-2411-11/+293
* Change the handling of fictitious pages by pmap_page_set_memattr() onAlan Cox2009-07-191-12/+4
* An addendum to r195649, "Add support to the virtual memory system forAlan Cox2009-07-181-1/+3
* - Change mmap() to fail requests with EINVAL that pass a length of 0. ThisJohn Baldwin2009-07-141-1/+1
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-1210-43/+125
* When VM_MAP_WIRE_HOLESOK is not specified and vm_map_wire(9) encountersKonstantin Belousov2009-07-121-1/+1
* When forking a vm space that has wired map entries, do not forget toKonstantin Belousov2009-07-033-12/+16
* Eliminiate code duplication by calling vm_object_destroy()Konstantin Belousov2009-06-281-18/+4
* This change is the next step in implementing the cache control functionalityAlan Cox2009-06-265-6/+16
* Change the type of uio_resid member of struct uio from int to ssize_t.Konstantin Belousov2009-06-251-1/+1
* Initialize the uip to silence gcc warning that seems to sneak in in someKonstantin Belousov2009-06-241-0/+1
* The bits set in a page's dirty mask are a subset of the bits set in itsAlan Cox2009-06-242-10/+8
* Implement global and per-uid accounting of the anonymous memory. AddKonstantin Belousov2009-06-2316-61/+575
* Validate the page in one place, dev_pager_getpages(), rather than doing itAlan Cox2009-06-221-7/+6
* Implement a mechanism within vm_phys_alloc_contig() to defer all necessaryAlan Cox2009-06-211-9/+20
* Strive for greater consistency among the places that implement real,Alan Cox2009-06-213-13/+18
* Track the kernel mapping of a physical page by a new entry in vm_pageAndrew Thompson2009-06-181-2/+1
* Add support for UMA_SLAB_KERNEL to page_free(). (While I'm here remove anAlan Cox2009-06-181-2/+4
* Eliminate unnecessary forward declarations.Alan Cox2009-06-171-3/+0
* Refactor contigmalloc() into two functions: a simple front-end that dealsAlan Cox2009-06-172-8/+22