aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* Addition of page coloring support. Various levels of coloring are afforded.John Dyson1996-09-081-5/+99
* Even though this looks like it, this is not a complex code change.John Dyson1996-08-211-4/+10
* Backed out the recent changes/enhancements to the VM code. TheJohn Dyson1996-07-301-4/+3
* This commit is meant to solve a couple of VM system problems orJohn Dyson1996-07-271-3/+4
* Various bugfixes/cleanups from me and others:John Dyson1996-06-161-41/+11
* This commit is dual-purpose, to fix more of the pageout daemonJohn Dyson1996-05-311-2/+3
* Eliminate inefficient check for dirty pages for pages in the PQ_CACHEJohn Dyson1996-05-241-1/+14
* Initial support for MADV_FREE, support for pages that we don't careJohn Dyson1996-05-231-56/+12
* After reviewing the previous commit to vm_object, the page protectionJohn Dyson1996-05-211-3/+1
* Don't protect non-managed pages off during object rundown. This fixesJohn Dyson1996-05-211-2/+3
* Initial support for mincore and madvise. Both are almost fullyJohn Dyson1996-05-191-1/+66
* This set of commits to the VM system does the following, and containJohn Dyson1996-05-181-36/+49
* This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K).John Dyson1996-04-241-6/+9
* Revert to previous calculation of vm_object_cache_max: it simply worksDavid Greenman1996-03-291-2/+2
* VM performance improvements, and reorder some operations in VM faultJohn Dyson1996-03-281-2/+5
* For Lite2: proc LIST changes.Jeffrey Hsu1996-03-111-2/+2
* 1) Eliminate unnecessary bzero of UPAGES.John Dyson1996-03-021-9/+22
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-57/+109
* Convert DDB to new-style option.Garrett Wollman1996-01-041-1/+2
* Increased vm_object_cache_max by about 50% to yield better utilization ofDavid Greenman1996-01-041-2/+2
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-16/+24
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-97/+72
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+9
* Completed function declarations and/or added prototypes.Bruce Evans1995-12-031-5/+17
* Remove unused vars & funcs, make things static, protoize a little bit.Poul-Henning Kamp1995-11-201-15/+6
* Greatly simplify the msync code. Eliminate complications in vm_pageoutJohn Dyson1995-11-051-110/+61
* First phase of removing the PG_COPYONWRITE flag, and an architecturalJohn Dyson1995-10-231-10/+1
* Change vm_object_print() to have the correct number and type of argsBruce Evans1995-08-261-3/+6
* Make everything except the unsupported network sources compile cleanlyBruce Evans1995-08-161-3/+1
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-4/+8
* 1) Merged swpager structure into vm_object.David Greenman1995-07-161-8/+13
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-569/+177
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-19/+19
* Changes to fix the following bugs:David Greenman1995-05-211-1/+2
* Changed object hash list to be a list rather than a tailq. This savesDavid Greenman1995-05-021-26/+19
* Fixed a problem in _vm_object_page_clean that could cause anJohn Dyson1995-04-211-4/+6
* Moved some zero-initialized variables into .bss. Made code intended to beDavid Greenman1995-04-161-6/+7
* Fixed a few bugs in vm_object_page_clean, mostly related to not syncingDavid Greenman1995-04-161-11/+21
* Changes from John Dyson and myself:David Greenman1995-04-091-74/+159
* Removed (almost) meaningless "object cache lookups/hits" statistic. InDavid Greenman1995-03-251-3/+1
* Removed cnt.v_nzfod: In our current scheme of things it is not possibleDavid Greenman1995-03-251-2/+1
* Fixed warning caused by returning a value in a void function (introducedDavid Greenman1995-03-231-3/+3
* Removed unused fifth argument to vm_object_page_clean(). Fixed bug withDavid Greenman1995-03-221-25/+28
* Fixed potential sleep/wakeup race conditional with splhigh().David Greenman1995-03-221-2/+6
* Added a new boolean argument to vm_object_page_clean that causes it toDavid Greenman1995-03-211-3/+14
* Don't gain/lose an object reference in vnode_pager_setsize(). It willDavid Greenman1995-03-201-3/+9
* Removed an unnecessary call to vinvalbuf after the page clean.David Greenman1995-03-201-13/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* Fixed obsolete comment.David Greenman1995-03-121-2/+2