summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate inefficient check for dirty pages for pages in the PQ_CACHEdyson1996-05-241-1/+14
* Initial support for MADV_FREE, support for pages that we don't caredyson1996-05-231-56/+12
* After reviewing the previous commit to vm_object, the page protectiondyson1996-05-211-3/+1
* Don't protect non-managed pages off during object rundown. This fixesdyson1996-05-211-2/+3
* Initial support for mincore and madvise. Both are almost fullydyson1996-05-191-1/+66
* This set of commits to the VM system does the following, and containdyson1996-05-181-36/+49
* This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K).dyson1996-04-241-6/+9
* Revert to previous calculation of vm_object_cache_max: it simply worksdg1996-03-291-2/+2
* VM performance improvements, and reorder some operations in VM faultdyson1996-03-281-2/+5
* For Lite2: proc LIST changes.hsu1996-03-111-2/+2
* 1) Eliminate unnecessary bzero of UPAGES.dyson1996-03-021-9/+22
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-57/+109
* Convert DDB to new-style option.wollman1996-01-041-1/+2
* Increased vm_object_cache_max by about 50% to yield better utilization ofdg1996-01-041-2/+2
* Another mega commit to staticize things.phk1995-12-141-16/+24
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-97/+72
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+9
* Completed function declarations and/or added prototypes.bde1995-12-031-5/+17
* Remove unused vars & funcs, make things static, protoize a little bit.phk1995-11-201-15/+6
* Greatly simplify the msync code. Eliminate complications in vm_pageoutdyson1995-11-051-110/+61
* First phase of removing the PG_COPYONWRITE flag, and an architecturaldyson1995-10-231-10/+1
* Change vm_object_print() to have the correct number and type of argsbde1995-08-261-3/+6
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-3/+1
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-4/+8
* 1) Merged swpager structure into vm_object.dg1995-07-161-8/+13
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-569/+177
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-19/+19
* Changes to fix the following bugs:dg1995-05-211-1/+2
* Changed object hash list to be a list rather than a tailq. This savesdg1995-05-021-26/+19
* Fixed a problem in _vm_object_page_clean that could cause andyson1995-04-211-4/+6
* Moved some zero-initialized variables into .bss. Made code intended to bedg1995-04-161-6/+7
* Fixed a few bugs in vm_object_page_clean, mostly related to not syncingdg1995-04-161-11/+21
* Changes from John Dyson and myself:dg1995-04-091-74/+159
* Removed (almost) meaningless "object cache lookups/hits" statistic. Indg1995-03-251-3/+1
* Removed cnt.v_nzfod: In our current scheme of things it is not possibledg1995-03-251-2/+1
* Fixed warning caused by returning a value in a void function (introduceddg1995-03-231-3/+3
* Removed unused fifth argument to vm_object_page_clean(). Fixed bug withdg1995-03-221-25/+28
* Fixed potential sleep/wakeup race conditional with splhigh().dg1995-03-221-2/+6
* Added a new boolean argument to vm_object_page_clean that causes it todg1995-03-211-3/+14
* Don't gain/lose an object reference in vnode_pager_setsize(). It willdg1995-03-201-3/+9
* Removed an unnecessary call to vinvalbuf after the page clean.dg1995-03-201-13/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
* Fixed obsolete comment.dg1995-03-121-2/+2
* Deleted vm_object_setpager().dg1995-03-121-22/+1
* Don't attempt to reverse collapse non OBJ_INTERNAL objects.dg1995-03-071-6/+19
* Various changes from John and myself that do the following:dg1995-03-011-76/+38
* Removed bogus copy object collapse check (the idea is right, but thedg1995-02-221-145/+1
* Only do object paging_in_progress wakeups if someone is waiting on thisdg1995-02-221-8/+26
* Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_dg1995-02-211-2/+1
OpenPOWER on IntegriCloud