summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge from vmc-playground:attilio2013-03-093-12/+22
| | * | | | Move the callout subsystem initialization to its own SYSINIT()andre2013-03-081-7/+0
| | | |_|/ | | |/| |
| * | | | MFCattilio2013-03-041-3/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge from vmcontention:attilio2013-03-041-4/+5
* | | | | Improve comments.attilio2013-03-071-9/+9
* | | | | Evaluations on the likelyhood of empty object cache cannot be made inattilio2013-03-043-7/+8
* | | | | Fix a typo.alc2013-03-041-1/+1
* | | | | A Boolean is more appropriate than an int here. Use what I think is aalc2013-03-041-5/+4
* | | | | Make a pass over most of the comments.alc2013-03-041-26/+25
* | | | | Simplify Boolean expressions.alc2013-03-041-6/+6
* | | | | Fix spelling.alc2013-03-041-1/+1
* | | | | Remove the boot-time cache support and rely on UMA boot-time slab cacheattilio2013-03-043-54/+35
* | | | | We don't need to reinitialize the root of the page cache trie on everyalc2013-03-031-1/+1
* | | | | Two out of three times that vm_page_find_least() is called, it's going toalc2013-03-031-1/+4
* | | | | 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
| | | |/ | | |/|
* | | | 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-03-021-3/+3
|\ \ \ \ | |/ / /
| * | | MFCattilio2013-03-021-3/+3
| |\ \ \ | | |/ /
| | * | Merge Capsicum overhaul:pjd2013-03-021-3/+3
| | * | Merge from vmobj-rwlock:attilio2013-02-271-1/+0
| | * | Merge from vmc-playground branch:attilio2013-02-267-72/+73
| | * | Remove white spaces.attilio2013-02-262-4/+4
| * | | MFCattilio2013-02-271-1/+0
| * | | MFCattilio2013-02-267-72/+73
| * | | MFCattilio2013-02-262-3/+3
* | | | Merge from vmcontentionattilio2013-02-271-1/+0
* | | | Merge from vmcontentionattilio2013-02-261-2/+2
* | | | Merge from vmcontentionattilio2013-02-262-3/+3
* | | | Revert the moving of vm_object objects initialization:attilio2013-02-261-9/+8
* | | | Merge from vmcontentionattilio2013-02-265-12/+12
|\ \ \ \ | |/ / /
| * | | MFCattilio2013-02-265-13/+12
| |\ \ \ | | |/ /
| | * | Wrap the sleeps synchronized by the vm_object lock into the specificattilio2013-02-265-12/+12
| | |/
* | | Update a comment: noobj_alloc() has replaced obj_alloc(), but it doesn'talc2013-02-261-1/+1
* | | Revert wrongly added asserts: lookup and remove from the collectionattilio2013-02-261-8/+2
* | | Revise the comment describing uma_zone_reserve_kva().alc2013-02-261-5/+7
* | | Missing semicolon.attilio2013-02-241-1/+1
* | | Simplify return logic.attilio2013-02-241-6/+2
* | | Merge from vmcontentionattilio2013-02-241-1/+1
|\ \ \ | |/ /
| * | MFCattilio2013-02-241-1/+1
| |\ \ | | |/
| | * On arm, like sparc64, the end of the kernel map varies from one type ofalc2013-02-181-1/+1
* | | Retire the old UMA primitive uma_zone_set_obj() and replace it with theattilio2013-02-248-80/+78
* | | Do not call vm_radix_lookup_ge() in the reservation system unlessattilio2013-02-241-4/+6
* | | Fix an inverted check that was reporting indexes wrongly detectedattilio2013-02-241-1/+1
* | | Correctly assert that no page already exists at the offset within thealc2013-02-231-4/+4
* | | Remove an unuseful check as looking up into an empty trie should beattilio2013-02-151-3/+1
* | | Remove whitespace.attilio2013-02-151-1/+1
* | | Merge from vmcontentionattilio2013-02-151-0/+1
|\ \ \ | |/ /
OpenPOWER on IntegriCloud