summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
...
| * | MFCattilio2013-02-151-0/+1
| |\ \ | | |/
| | * Make VM_NDOMAIN a kernel option so that it can be enabled from a kerneljhb2013-02-141-0/+1
* | | On arches with VM_PHYSSEG_DENSE the vm_page_array is larger thanattilio2013-02-151-2/+4
* | | Remove unused headers.attilio2013-02-151-6/+0
* | | Fix comment.attilio2013-02-151-1/+1
* | | Move the radix node zone destructor definition closer toattilio2013-02-151-16/+16
* | | - When panicing for "too small boot cache" reason, print the actualattilio2013-02-151-1/+5
* | | Improve dynamic branch prediction and i-cache utilization:attilio2013-02-151-7/+17
* | | - Fix style in vm_page_lookup(): there is no whiteline betweenattilio2013-02-151-1/+16
* | | Remove an unuseful check on resident_page_count.attilio2013-02-141-3/+1
* | | Fix style.attilio2013-02-141-4/+4
* | | The radix preallocation pages can overfow the biggestone segment, soattilio2013-02-146-55/+60
* | | Grammar.attilio2013-02-131-1/+1
* | | Implement a new algorithm for managing the radix trie which alsoattilio2013-02-135-543/+542
* | | Fix style.attilio2013-02-101-1/+1
* | | Fix wrong object reference.attilio2013-02-101-1/+1
* | | Remove implementation specific comments from a public interface.attilio2013-02-071-3/+2
* | | Correctly complete r246474.attilio2013-02-071-3/+3
* | | Strengten checks.attilio2013-02-071-2/+2
* | | Style.attilio2013-02-071-1/+1
* | | Reduce differences with HEAD.attilio2013-02-071-1/+1
* | | Reformat comments to follow original version and re-add correctattilio2013-02-061-2/+2
* | | Do not assume the lock to be held so that this can be used also inattilio2013-02-061-2/+0
* | | Tweak comment to remove splay tree references.attilio2013-02-061-2/+2
* | | Make vm_object_cache_is_empty() inline.attilio2013-02-062-8/+9
* | | Cleanup vm_radix KPI:attilio2013-02-063-48/+44
* | | Fixup r246423 by adding vm_radix.h includes where it is not presentattilio2013-02-062-0/+2
* | | Avoid a namespace pollution in vm_object.h by defining separately theattilio2013-02-063-8/+42
* | | Enrich comments on newly added assertions.attilio2013-02-061-2/+4
* | | - Move the vm_object_cache_is_empty() prototype to be sortedattilio2013-02-062-2/+2
* | | Fix mismerge.attilio2013-02-061-8/+0
* | | Reduce diffs against HEAD.attilio2013-02-061-2/+1
* | | Now that vm_page_cache_free() and vm_page_cache_transfer() areattilio2013-02-062-5/+7
* | | Reduce diffs against HEAD:attilio2013-02-064-133/+55
* | | Reduce diffs against HEAD:attilio2013-02-053-26/+39
* | | Merge from vmcontentionattilio2013-02-041-0/+11
|\ \ \ | |/ /
| * | MFCattilio2013-02-041-0/+11
| |\ \ | | |/
| | * Try to improve r242655 take III: move these SYSCTLs describing the kernelmarius2013-02-041-0/+11
* | | Reduce differences with HEAD.attilio2013-02-043-15/+12
* | | Merge from vmcontentionattilio2013-02-0427-1138/+1227
|\ \ \ | |/ /
| * | MFCattilio2013-02-0310-65/+70
| |\ \ | | |/
| | * Fix typo in debug printf.glebius2013-01-291-1/+1
| | * - Add system wide page faults requiring I/O counter.zont2013-01-282-2/+4
| | * - Add sysctls to show number of stats scans.zont2013-01-281-2/+12
| | * - Style.zont2013-01-281-15/+16
| | * - Get rid of unused function vmspace_wired_count().zont2013-01-142-7/+0
| | * - Improve readability of sys_obreak().zont2013-01-111-22/+21
| | * - Reduce kernel size by removing unnecessary pointer indirections.zont2013-01-103-19/+17
| | * Fix a bug in the device pager code that can trigger an assertionken2013-01-092-1/+3
| * | MFCattilio2012-12-265-19/+107
| |\ \ | | |/
OpenPOWER on IntegriCloud