| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r281543. It causes a panic/hang early in boot for a number of | scottl | 2015-04-24 | 1 | -1/+1 |
* | MFC r281162, r281451: | dchagin | 2015-04-15 | 1 | -1/+1 |
* | MFC r258336: | mav | 2014-01-04 | 1 | -1/+2 |
* | PG_SLAB no longer serves a useful purpose, since m->object is no | kib | 2013-09-17 | 1 | -8/+1 |
* | Different consumers of the struct vm_page abuse pageq member to keep | kib | 2013-08-10 | 1 | -12/+2 |
* | Since r251709 a slab no longer use 8-bit indicies to manage items, | glebius | 2013-07-24 | 1 | -8/+0 |
* | - Resolve bucket recursion issues by passing a cookie with zone flags | jeff | 2013-06-26 | 1 | -2/+4 |
* | - Add a per-zone lock for zones without kegs. | jeff | 2013-06-20 | 1 | -8/+23 |
* | Refine UMA bucket allocation to reduce space consumption and improve | jeff | 2013-06-18 | 1 | -7/+3 |
* | - Add a new UMA API: uma_zcache_create(). This makes a zone without any | jeff | 2013-06-17 | 1 | -4/+14 |
* | - Convert the slab free item list from a linked array of indices to a | jeff | 2013-06-13 | 1 | -49/+24 |
* | Convert UMA code to C99 uintXX_t types. | glebius | 2013-04-09 | 1 | -32/+32 |
* | Swap us_freecount and us_flags, achieving same structure size | glebius | 2013-04-09 | 1 | -2/+2 |
* | Since now we support 256 items per slab, we need more bits | glebius | 2013-04-09 | 1 | -1/+1 |
* | Merge from projects/counters: UMA_ZONE_PCPU zones. | glebius | 2013-04-08 | 1 | -5/+7 |
* | Merge from vmc-playground branch: | attilio | 2013-02-26 | 1 | -2/+2 |
* | Comment fix: there is no ub_ptr, instead explain meaning of uz_count | glebius | 2012-12-21 | 1 | -1/+1 |
* | Implemented uma_zone_set_warning(9) function that sets a warning, which | pjd | 2012-12-07 | 1 | -0/+4 |
* | Const-ify the zone name argument to uma_zcreate(9). | mdf | 2012-10-26 | 1 | -2/+2 |
* | 1. Prior to r214782, UMA did not support multipage allocations before | alc | 2011-05-21 | 1 | -1/+1 |
* | Fix spelling errors. | alc | 2011-05-20 | 1 | -3/+3 |
* | Add a new column to the output of vmstat -z to indicate the number | sbruno | 2010-06-15 | 1 | -0/+1 |
* | - enable alignment on amd64 only | kmacy | 2010-03-22 | 1 | -2/+6 |
* | turn 205266 in to a no-op until the problem can be properly diagnosed | kmacy | 2010-03-18 | 1 | -1/+1 |
* | Cache line align various structures and move volatile counters to | kmacy | 2010-03-17 | 1 | -6/+14 |
* | Remove trailing ";" in UMA_HASH_INSERT and UMA_HASH_REMOVE macros. | antoine | 2009-12-05 | 1 | -2/+2 |
* | - Make the keg abstraction more complete. Permit a zone to have multiple | jeff | 2009-01-25 | 1 | -10/+30 |
* | Update stale comment on protecting UMA per-CPU caches: we now use | rwatson | 2007-05-09 | 1 | -7/+7 |
* | Wrap inlines in uma_int.h in #ifdef _KERNEL so that uma_int.h can be | rwatson | 2005-08-04 | 1 | -0/+2 |
* | Improve canonicalization of copyrights. Order copyrights by order of | rwatson | 2005-07-16 | 1 | -4/+3 |
* | Increase the flags field for kegs from a 16 to a 32 bit value; | silby | 2005-07-16 | 1 | -5/+5 |
* | Track UMA(9) allocation failures by zone, and export via sysctl. | rwatson | 2005-07-15 | 1 | -0/+1 |
* | Introduce a new sysctl, vm.zone_stats, which exports UMA(9) allocator | rwatson | 2005-07-14 | 1 | -1/+1 |
* | In addition to tracking allocs in the zone, also track frees. Add | rwatson | 2005-07-14 | 1 | -0/+2 |
* | Increase UMA_BOOT_PAGES to prevent a crash during initialization. See | alc | 2005-06-16 | 1 | -1/+1 |
* | Modify UMA to use critical sections to protect per-CPU caches, rather than | rwatson | 2005-04-29 | 1 | -10/+0 |
* | Well, it seems that I pre-maturely removed the "All rights reserved" | bmilekic | 2005-02-16 | 1 | -2/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Add my copyright and update Jeff's copyright on UMA source files, | bmilekic | 2004-12-26 | 1 | -2/+4 |
* | Remove useless casts. | cognet | 2004-11-26 | 1 | -2/+2 |
* | Rework the way slab header storage space is calculated in UMA. | bmilekic | 2004-07-29 | 1 | -0/+10 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 1 | -56/+119 |
* | Increase UMA_BOOT_PAGES because of changes to pv entry initialization in | alc | 2004-01-18 | 1 | -1/+1 |
* | - Significantly reduce the number of preallocated pv entries in | alc | 2003-12-22 | 1 | -1/+1 |
* | - Remove the working-set algorithm. Instead, use the per cpu buckets as the | jeff | 2003-09-19 | 1 | -6/+1 |
* | - Remove the cache colorization code. We can't use it due to all of the | jeff | 2003-09-19 | 1 | -4/+0 |
* | - Fix the silly flag situation in UMA. Remove redundant ZFLAG/ZONE flags | jeff | 2003-09-19 | 1 | -11/+7 |
* | - Initialize a pool of bucket zones so that we waste less space on zones that | jeff | 2003-09-19 | 1 | -10/+3 |
* | - When deciding whether to init the zone with small_init or large_init, | bmilekic | 2003-08-11 | 1 | -1/+1 |
* | - Get rid of the ill-conceived uz_cachefree member of uma_zone. | jeff | 2003-07-30 | 1 | -1/+0 |