| Commit message (Expand) | Author | Age | Files | Lines |
* | Change uma_zone_set_max to return the effective value of "nitems" after | lstewart | 2010-10-16 | 1 | -2/+3 |
* | - Simplify implementation of uma_zone_get_max. | lstewart | 2010-10-16 | 1 | -0/+11 |
* | Add uma_zone_get_max() to obtain the effective limit after a call | andre | 2010-08-16 | 1 | -0/+12 |
* | Add a new column to the output of vmstat -z to indicate the number | sbruno | 2010-06-15 | 1 | -1/+2 |
* | - Make the keg abstraction more complete. Permit a zone to have multiple | jeff | 2009-01-25 | 1 | -0/+27 |
* | Various comment nits, and typos. | keramida | 2008-11-02 | 1 | -32/+32 |
* | Reintroduce UMA_SLAB_KMAP; however, change its spelling to | alc | 2008-04-04 | 1 | -0/+1 |
* | Add uma_set_align() interface, which will be called at most once during | rwatson | 2007-02-11 | 1 | -1/+13 |
* | Fix for problems that occur when all mbuf clusters migrate to the mbuf packet | mohans | 2007-01-25 | 1 | -0/+3 |
* | - Add a new function uma_zone_exhausted() to see if a zone is full. | jhb | 2007-01-05 | 1 | -0/+11 |
* | As alc pointed out to me, vm_page.c 1.305 was incomplete: uma_startup() | des | 2005-10-08 | 1 | -2/+2 |
* | Rename UMA_MAX_NAME to UTH_MAX_NAME, since it's a maximum in the | rwatson | 2005-07-25 | 1 | -4/+4 |
* | 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 | -2/+2 |
* | Track UMA(9) allocation failures by zone, and export via sysctl. | rwatson | 2005-07-15 | 1 | -1/+2 |
* | Introduce a new sysctl, vm.zone_stats, which exports UMA(9) allocator | rwatson | 2005-07-14 | 1 | -0/+47 |
* | Well, it seems that I pre-maturely removed the "All rights reserved" | bmilekic | 2005-02-16 | 1 | -3/+3 |
* | /* -> /*- 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 |
* | * Add a "how" argument to uma_zone constructors and initialization functions | green | 2004-08-02 | 1 | -4/+8 |
* | Fix a comment above uma_zsecond_create(), describing its arguments. | bmilekic | 2004-06-01 | 1 | -3/+3 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 1 | -3/+75 |
* | - Fix the silly flag situation in UMA. Remove redundant ZFLAG/ZONE flags | jeff | 2003-09-19 | 1 | -1/+6 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Fix typo in comments (misspelled "necessary"). | sheldonh | 2002-10-22 | 1 | -2/+2 |
* | - Use my freebsd email alias in the copyright. | jeff | 2002-09-19 | 1 | -2/+1 |
* | - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH. | jeff | 2002-09-18 | 1 | -6/+11 |
* | Void functions cannot return values. | markm | 2002-07-18 | 1 | -1/+1 |
* | - Remove bogus use of kmem_alloc that was inherited from the old zone | jeff | 2002-06-19 | 1 | -1/+0 |
* | - Introduce the new M_NOVM option which tells uma to only check the currently | jeff | 2002-06-17 | 1 | -0/+1 |
* | - Changed the size element of uma_zctor_args to be size_t instead of int. | arr | 2002-05-02 | 1 | -1/+1 |
* | Move the implementation of M_ZERO into UMA so that it can be passed to | jeff | 2002-04-30 | 1 | -6/+5 |
* | Add a new zone flag UMA_ZONE_MTXCLASS. This puts the zone in it's own | jeff | 2002-04-29 | 1 | -0/+1 |
* | Implement uma_zdestroy(). It's prototype changed slightly. I decided that I | jeff | 2002-04-08 | 1 | -7/+2 |
* | Spelling correction; s/seperate/separate/g | jeff | 2002-04-07 | 1 | -1/+1 |
* | Add uma_zone_set_max() to add enforced limits to non vm obj backed zones. | jeff | 2002-03-20 | 1 | -0/+10 |
* | This is the first part of the new kernel memory allocator. This replaces | jeff | 2002-03-19 | 1 | -0/+420 |