summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | We don't need to reinitialize the root of the page cache trie on everyalc2013-03-031-1/+1
* | | | Merge from vmcontentionattilio2013-03-031-1/+0
|\ \ \ \ | |/ / /
| * | | MFCattilio2013-03-031-1/+0
| |\ \ \ | | |/ /
| | * | The value held by the vm object's field pg_color is only consideredalc2013-03-021-1/+0
| | * | Merge from vmc-playground branch:attilio2013-02-261-4/+4
| | * | Remove white spaces.attilio2013-02-261-2/+2
| * | | MFCattilio2013-02-261-4/+4
| * | | MFCattilio2013-02-261-1/+1
* | | | Revert white space change in the previous commit.alc2013-03-021-1/+0
* | | | Assert that the trie is empty when a vm object is destroyed.alc2013-03-021-4/+6
* | | | Merge from vmcontentionattilio2013-02-261-1/+1
* | | | Revert the moving of vm_object objects initialization:attilio2013-02-261-9/+8
* | | | Merge from vmcontentionattilio2013-02-261-7/+5
|\ \ \ \ | |/ / /
| * | | MFCattilio2013-02-261-8/+5
| |\ \ \ | | |/ /
| | * | Wrap the sleeps synchronized by the vm_object lock into the specificattilio2013-02-261-7/+5
| | |/
* | | Retire the old UMA primitive uma_zone_set_obj() and replace it with theattilio2013-02-241-9/+10
* | | Fix wrong object reference.attilio2013-02-101-1/+1
* | | Make vm_object_cache_is_empty() inline.attilio2013-02-061-7/+0
* | | Fixup r246423 by adding vm_radix.h includes where it is not presentattilio2013-02-061-0/+1
* | | - Move the vm_object_cache_is_empty() prototype to be sortedattilio2013-02-061-1/+1
* | | Fix mismerge.attilio2013-02-061-8/+0
* | | Reduce diffs against HEAD:attilio2013-02-061-84/+10
* | | Reduce diffs against HEAD:attilio2013-02-051-13/+4
* | | Reduce differences with HEAD.attilio2013-02-041-7/+5
* | | Merge from vmcontentionattilio2013-02-041-43/+41
|\ \ \ | |/ /
| * | MFCattilio2012-12-111-8/+31
| |\ \ | | |/
| | * In the past four years, we've added two new vm object types. Each time,alc2012-12-091-8/+27
| | * Add support for the (relatively) new object type OBJT_MGTDEVICE toalc2012-11-281-0/+4
| * | MFCattilio2012-10-221-35/+2
| |\ \ | | |/
| | * Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-32/+1
| | * Eliminate the conditional for releasing the page queues lock inalc2012-10-131-2/+0
| | * Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-281-1/+1
| * | MFCattilio2012-09-211-0/+8
| |\ \ | | |/
| | * Plug the accounting leak for the wired pages when msync(MS_INVALIDATE)kib2012-09-201-2/+7
* | | Detect address wrapup without defining the right boundary.attilio2013-02-041-6/+4
* | | Remove vm_radix_lookupn() and its usage in the kernel.attilio2013-01-101-240/+189
* | | Merge from vmcontentionattilio2012-07-121-0/+9
|\ \ \ | |/ /
| * | MFCattilio2012-07-121-0/+3
| |\ \ | | |/
| | * Document the object type movements, related to swp_pager_copy(),attilio2012-07-111-0/+9
* | | - Move VM_RADIX_STACK in vm_object.c because it is the only consumerattilio2012-07-081-31/+28
* | | Merge from vmcontentionattilio2012-07-081-1/+1
|\ \ \ | |/ /
| * | Fix an inverted logic or.attilio2012-06-241-1/+1
| * | Give vm_radix_lookupn() a way to specify that the whole range has beenattilio2012-06-231-9/+20
| * | Restart the scan from the busy page rather than 0.attilio2012-06-231-1/+1
* | | - Split the cached and resident pages tree into 2 distinct ones.attilio2012-07-081-83/+147
* | | Introduce a new tree for dealing with cached pages separately andattilio2012-06-091-0/+2
* | | Revert r231027 and fix the prototype for vm_radix_remove().attilio2012-06-081-0/+4
|/ /
* | The cached_pages_counter is not reset even when shared pages are presentattilio2012-04-031-2/+3
* | MFCattilio2012-03-191-21/+41
|\ \ | |/
| * Fix madvise(MADV_WILLNEED) to properly handle individual mappings largerjhb2012-03-191-3/+3
OpenPOWER on IntegriCloud