| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup redundant parenthesis from existing howmany()/roundup() macro uses. | pfg | 2016-04-22 | 1 | -1/+1 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -1/+1 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -1/+1 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -1/+1 |
* | Rename global cnt to vm_cnt to avoid shadowing. | bdrewery | 2014-03-22 | 1 | -1/+1 |
* | Eliminate a redundant parameter to vm_radix_replace(). | alc | 2013-12-08 | 1 | -7/+5 |
* | Addendum to r254141: The call to vm_radix_insert() in vm_page_cache() can | alc | 2013-08-23 | 1 | -0/+15 |
* | On all the architectures, avoid to preallocate the physical memory | attilio | 2013-08-09 | 1 | -48/+126 |
* | To reduce the amount of arithmetic performed in the various radix tree | alc | 2013-05-11 | 1 | -13/+12 |
* | Remove a redundant call to panic() from vm_radix_keydiff(). The assertion | alc | 2013-05-07 | 1 | -4/+2 |
* | Optimize vm_radix_lookup_ge() and vm_radix_lookup_le(). Specifically, | alc | 2013-05-04 | 1 | -103/+75 |
* | Eliminate an unneeded call to vm_radix_trimkey() from vm_radix_lookup_le(). | alc | 2013-04-28 | 1 | -1/+0 |
* | Avoid some lookup restarts in vm_radix_lookup_{ge,le}(). | alc | 2013-04-27 | 1 | -22/+24 |
* | Simplify vm_radix_{add,dec}lev(). | alc | 2013-04-22 | 1 | -8/+13 |
* | When calculating the number of reserved nodes, discount the pages that will | alc | 2013-04-18 | 1 | -2/+9 |
* | Although we perform path compression to reduce the height of the trie and | alc | 2013-04-15 | 1 | -26/+32 |
* | Although we perform path compression to reduce the height of the trie and | alc | 2013-04-12 | 1 | -20/+33 |
* | Micro-optimize the order of struct vm_radix_node's fields. Specifically, | alc | 2013-04-07 | 1 | -2/+2 |
* | Simplify vm_radix_keybarr(). | alc | 2013-04-06 | 1 | -3/+1 |
* | Simplify vm_radix_insert(). | alc | 2013-04-06 | 1 | -29/+8 |
* | Replace the remaining uses of vm_radix_node_page() by vm_radix_isleaf() and | alc | 2013-04-03 | 1 | -65/+67 |
* | Introduce vm_radix_isleaf() and use it in a couple places. As compared to | alc | 2013-03-26 | 1 | -2/+12 |
* | Micro-optimize the control flow in a few places. Eliminate a panic call | alc | 2013-03-24 | 1 | -8/+6 |
* | Commit new file FreeBSD tags. | attilio | 2013-03-17 | 1 | -0/+1 |
* | Fix a couple typos. | alc | 2013-03-17 | 1 | -2/+2 |
* | The M_ZERO can be eliminated from the uma_zalloc() call in | alc | 2013-03-17 | 1 | -3/+22 |
* | Simplify the interface to vm_radix_insert() by eliminating the parameter | alc | 2013-03-17 | 1 | -4/+3 |
* | Expand ambiguous comments some more. | attilio | 2013-03-17 | 1 | -5/+11 |
* | Fix compilation. | attilio | 2013-03-13 | 1 | -1/+2 |
* | Add a further safety belt to prevent inconsistencies. | attilio | 2013-03-13 | 1 | -0/+2 |
* | For uniformity, use the user provided index. | attilio | 2013-03-13 | 1 | -1/+1 |
* | Improve comments. | attilio | 2013-03-07 | 1 | -9/+9 |
* | Fix a typo. | alc | 2013-03-04 | 1 | -1/+1 |
* | Make a pass over most of the comments. | alc | 2013-03-04 | 1 | -26/+25 |
* | Simplify Boolean expressions. | alc | 2013-03-04 | 1 | -6/+6 |
* | Fix spelling. | alc | 2013-03-04 | 1 | -1/+1 |
* | Remove the boot-time cache support and rely on UMA boot-time slab cache | attilio | 2013-03-04 | 1 | -54/+32 |
* | Missing semicolon. | attilio | 2013-02-24 | 1 | -1/+1 |
* | Simplify return logic. | attilio | 2013-02-24 | 1 | -6/+2 |
* | Retire the old UMA primitive uma_zone_set_obj() and replace it with the | attilio | 2013-02-24 | 1 | -6/+4 |
* | Fix an inverted check that was reporting indexes wrongly detected | attilio | 2013-02-24 | 1 | -1/+1 |
* | On arches with VM_PHYSSEG_DENSE the vm_page_array is larger than | attilio | 2013-02-15 | 1 | -2/+4 |
* | Remove unused headers. | attilio | 2013-02-15 | 1 | -6/+0 |
* | Fix comment. | attilio | 2013-02-15 | 1 | -1/+1 |
* | Move the radix node zone destructor definition closer to | attilio | 2013-02-15 | 1 | -16/+16 |
* | - When panicing for "too small boot cache" reason, print the actual | attilio | 2013-02-15 | 1 | -1/+5 |
* | Improve dynamic branch prediction and i-cache utilization: | attilio | 2013-02-15 | 1 | -7/+17 |
* | Fix style. | attilio | 2013-02-14 | 1 | -4/+4 |
* | The radix preallocation pages can overfow the biggestone segment, so | attilio | 2013-02-14 | 1 | -28/+41 |
* | Grammar. | attilio | 2013-02-13 | 1 | -1/+1 |