| Commit message (Expand) | Author | Age | Files | Lines |
| * | Autotune the number of pages set aside for UMA startup based on the number | Colin Percival | 2016-07-07 | 1 | -0/+2 |
| * | sys/vm: minor spelling fixes in comments. | Pedro F. Giffuni | 2016-05-02 | 1 | -1/+1 |
| * | Remove UMA_ZONE_REFCNT feature, now unused. | Gleb Smirnoff | 2016-03-01 | 1 | -10/+0 |
| * | Include sys/_task.h into uma_int.h, so that taskqueue.h isn't a | Gleb Smirnoff | 2016-02-09 | 1 | -0/+2 |
| * | Redo r292484. Embed task(9) into zone, so that uz_maxaction is called | Gleb Smirnoff | 2016-02-03 | 1 | -1/+1 |
| * | Add a safety net to reclaim mbufs when one of the mbuf zones become | Jonathan T. Looney | 2015-12-20 | 1 | -1/+3 |
| * | Revert r281451. It causes a panic/hang early in boot for a number of | Scott Long | 2015-04-24 | 1 | -1/+1 |
| * | Rework r281162. Indeed, the flexible array member is preferable here. | Dmitry Chagin | 2015-04-12 | 1 | -1/+1 |
| * | Fix integer truncation bug in malloc(9) | Ryan Stone | 2015-04-01 | 1 | -3/+4 |
| * | Implement soft pressure on UMA cache bucket sizes. | Alexander Motin | 2013-11-19 | 1 | -1/+2 |
| * | PG_SLAB no longer serves a useful purpose, since m->object is no | Konstantin Belousov | 2013-09-17 | 1 | -8/+1 |
| * | Different consumers of the struct vm_page abuse pageq member to keep | Konstantin Belousov | 2013-08-10 | 1 | -12/+2 |
| * | Since r251709 a slab no longer use 8-bit indicies to manage items, | Gleb Smirnoff | 2013-07-24 | 1 | -8/+0 |
| * | - Resolve bucket recursion issues by passing a cookie with zone flags | Jeff Roberson | 2013-06-26 | 1 | -2/+4 |
| * | - Add a per-zone lock for zones without kegs. | Jeff Roberson | 2013-06-20 | 1 | -8/+23 |
| * | Refine UMA bucket allocation to reduce space consumption and improve | Jeff Roberson | 2013-06-18 | 1 | -7/+3 |
| * | - Add a new UMA API: uma_zcache_create(). This makes a zone without any | Jeff Roberson | 2013-06-17 | 1 | -4/+14 |
| * | - Convert the slab free item list from a linked array of indices to a | Jeff Roberson | 2013-06-13 | 1 | -49/+24 |
| * | Convert UMA code to C99 uintXX_t types. | Gleb Smirnoff | 2013-04-09 | 1 | -32/+32 |
| * | Swap us_freecount and us_flags, achieving same structure size | Gleb Smirnoff | 2013-04-09 | 1 | -2/+2 |
| * | Since now we support 256 items per slab, we need more bits | Gleb Smirnoff | 2013-04-09 | 1 | -1/+1 |
| * | Merge from projects/counters: UMA_ZONE_PCPU zones. | Gleb Smirnoff | 2013-04-08 | 1 | -5/+7 |
| * | Merge from vmc-playground branch: | Attilio Rao | 2013-02-26 | 1 | -2/+2 |
| * | Comment fix: there is no ub_ptr, instead explain meaning of uz_count | Gleb Smirnoff | 2012-12-21 | 1 | -1/+1 |
| * | Implemented uma_zone_set_warning(9) function that sets a warning, which | Pawel Jakub Dawidek | 2012-12-07 | 1 | -0/+4 |
| * | Const-ify the zone name argument to uma_zcreate(9). | Matthew D Fleming | 2012-10-26 | 1 | -2/+2 |
| * | 1. Prior to r214782, UMA did not support multipage allocations before | Alan Cox | 2011-05-21 | 1 | -1/+1 |
| * | Fix spelling errors. | Alan Cox | 2011-05-20 | 1 | -3/+3 |
| * | Add a new column to the output of vmstat -z to indicate the number | Sean Bruno | 2010-06-15 | 1 | -0/+1 |
| * | - enable alignment on amd64 only | Kip Macy | 2010-03-22 | 1 | -2/+6 |
| * | turn 205266 in to a no-op until the problem can be properly diagnosed | Kip Macy | 2010-03-18 | 1 | -1/+1 |
| * | Cache line align various structures and move volatile counters to | Kip Macy | 2010-03-17 | 1 | -6/+14 |
| * | Remove trailing ";" in UMA_HASH_INSERT and UMA_HASH_REMOVE macros. | Antoine Brodin | 2009-12-05 | 1 | -2/+2 |
| * | - Make the keg abstraction more complete. Permit a zone to have multiple | Jeff Roberson | 2009-01-25 | 1 | -10/+30 |
| * | Update stale comment on protecting UMA per-CPU caches: we now use | Robert Watson | 2007-05-09 | 1 | -7/+7 |
| * | Wrap inlines in uma_int.h in #ifdef _KERNEL so that uma_int.h can be | Robert Watson | 2005-08-04 | 1 | -0/+2 |
| * | Improve canonicalization of copyrights. Order copyrights by order of | Robert Watson | 2005-07-16 | 1 | -4/+3 |
| * | Increase the flags field for kegs from a 16 to a 32 bit value; | Mike Silbersack | 2005-07-16 | 1 | -5/+5 |
| * | Track UMA(9) allocation failures by zone, and export via sysctl. | Robert Watson | 2005-07-15 | 1 | -0/+1 |
| * | Introduce a new sysctl, vm.zone_stats, which exports UMA(9) allocator | Robert Watson | 2005-07-14 | 1 | -1/+1 |
| * | In addition to tracking allocs in the zone, also track frees. Add | Robert Watson | 2005-07-14 | 1 | -0/+2 |
| * | Increase UMA_BOOT_PAGES to prevent a crash during initialization. See | Alan Cox | 2005-06-16 | 1 | -1/+1 |
| * | Modify UMA to use critical sections to protect per-CPU caches, rather than | Robert Watson | 2005-04-29 | 1 | -10/+0 |
| * | Well, it seems that I pre-maturely removed the "All rights reserved" | Bosko Milekic | 2005-02-16 | 1 | -2/+2 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Add my copyright and update Jeff's copyright on UMA source files, | Bosko Milekic | 2004-12-26 | 1 | -2/+4 |
| * | Remove useless casts. | Olivier Houchard | 2004-11-26 | 1 | -2/+2 |
| * | Rework the way slab header storage space is calculated in UMA. | Bosko Milekic | 2004-07-29 | 1 | -0/+10 |
| * | Bring in mbuma to replace mballoc. | Bosko Milekic | 2004-05-31 | 1 | -55/+118 |
| * | Increase UMA_BOOT_PAGES because of changes to pv entry initialization in | Alan Cox | 2004-01-18 | 1 | -1/+1 |