Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -1/+1 |
* | - Introduce the new M_NOVM option which tells uma to only check the currently | jeff | 2002-06-17 | 1 | -0/+1 |
* | Add a new zone flag UMA_ZONE_MTXCLASS. This puts the zone in it's own | jeff | 2002-04-29 | 1 | -6/+21 |
* | Fix the calculation that determines uz_maxpages. It was off for large zones. | jeff | 2002-04-14 | 1 | -0/+2 |
* | Quiet witness warnings about acquiring several zone locks. In the case that | jeff | 2002-04-08 | 1 | -1/+2 |
* | Rework most of the bucket allocation and free code so that per cpu locks are | jeff | 2002-04-08 | 1 | -1/+2 |
* | Spelling correction; s/seperate/separate/g | jeff | 2002-04-07 | 1 | -1/+1 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -2/+4 |
* | Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locks | jeff | 2002-03-27 | 1 | -1/+1 |
* | This is the first part of the new kernel memory allocator. This replaces | jeff | 2002-03-19 | 1 | -0/+328 |