| Age | Commit message (Expand) | Author |
| 2023-08-16 | Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2021-12-05 | sys/bitset.h: reduce visibility of BIT_* macros | Stefan Eßer |
| 2020-08-28 | memstat_kvm_uma: fix reading of uma_zone_domain structures | Eric van Gyzen |
| 2020-02-19 | Use per-domain locks for the bucket cache. | Jeff Roberson |
| 2020-02-11 | libmemstat: Catch up with r357776. | Mark Johnston |
| 2020-02-04 | Fix libmemstat_uma build after r357485. | Jeff Roberson |
| 2020-01-04 | Use per-domain keg locks. This provides both a lock and separate space | Jeff Roberson |
| 2019-12-25 | Optimize fast path allocations by storing bucket headers in the per-cpu | Jeff Roberson |
| 2019-12-13 | Revert r355706 & r355710 | Ryan Libby |
| 2019-12-13 | libmemstat: unbreak build | Ryan Libby |
| 2019-09-01 | Extend uma_reclaim() to permit different reclamation targets. | Mark Johnston |
| 2019-08-06 | Add two new kernel options to control memory locality on NUMA hardware. | Jeff Roberson |
| 2019-05-29 | The KVM code also needs a fix similar to r344269. | Gleb Smirnoff |
| 2019-02-18 | With r343051 UMA switched from atomic counts to counter(9) and now kernel | Gleb Smirnoff |
| 2019-01-15 | This was missed in r343051: make uz_allocs, uz_frees and uz_fails counter(9). | Gleb Smirnoff |
| 2019-01-15 | o Move zone limit from keg level up to zone level. This means that now | Gleb Smirnoff |
| 2018-01-12 | Implement NUMA support in uma(9) and malloc(9). Allocations from specific | Jeff Roberson |
| 2017-11-26 | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2016-11-20 | Fix buildworld for powerpc. | Justin Hibbits |
| 2016-02-09 | Include sys/_task.h into uma_int.h, so that taskqueue.h isn't a | Gleb Smirnoff |
| 2016-02-04 | Fix build. | Gleb Smirnoff |
| 2014-02-10 | Expose real size of UMA allocations via libmemstat(3). | Gleb Smirnoff |
| 2013-06-18 | Refine UMA bucket allocation to reduce space consumption and improve | Jeff Roberson |
| 2012-10-26 | Const-ify the zone name argument to uma_zcreate(9). | Matthew D Fleming |
| 2011-09-02 | Cosmetic cleanup: remove #define LIBMEMSTAT used to prevent a nested | Sergey Kandaurov |
| 2011-08-01 | Get rid of MAXCPU knowledge used for internal needs only. Switch to | Sergey Kandaurov |
| 2011-05-31 | Revert r222363, as bde@ pointed out the initial solution was far more | Attilio Rao |
| 2011-05-27 | Style fix: cast to size_t rather than u_long when comparing to sizeof() | Attilio Rao |
| 2011-05-08 | Fix a mismerge. | Attilio Rao |
| 2011-05-08 | Revert MAXCPU introduction. In userland it is always 1. | Attilio Rao |
| 2011-05-05 | Commit the support for removing cpumask_t and replacing it directly with | Attilio Rao |
| 2011-05-02 | Remove the redefinition of MEMSTAT_MAXCPU and just use MAXCPU for that. | Attilio Rao |
| 2010-06-15 | Add a new column to the output of vmstat -z to indicate the number | Sean Bruno |
| 2006-02-11 | Update copyright for 2006. | Robert Watson |
| 2006-02-11 | The uma_zone data structure defines the size of its uz_cpu[] array as 1, | Robert Watson |
| 2006-02-11 | When reporting an error reading from UMA per-cpu cache pointers using KVM, | Robert Watson |
| 2006-02-11 | Read all_cpus variable out of kmem, and validate CPUs against the all_cpus | Robert Watson |
| 2006-02-11 | Correct a typo in the extraction of zone information from UMA using kmem: | Robert Watson |
| 2006-01-16 | Remove unnecessary and undesirable 'static' from function-local keg | Robert Watson |
| 2005-08-04 | Define LIBMEMSTAT so that vm_page.h won't perform a nested include of | Robert Watson |
| 2005-08-01 | Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routine | Robert Watson |
| 2005-08-01 | Correct two libmemstat(3) bugs: | Robert Watson |
| 2005-07-25 | If a retrieved UMA zone is a secondary zone, don't report keg free items, | Robert Watson |
| 2005-07-24 | Introduce more formal error handling for libmemstat(3): | Robert Watson |
| 2005-07-23 | Prefix two non-static libmemstat(3) internal functions with '_' symbols, to | Robert Watson |
| 2005-07-20 | UMA supports "secondary" zones, in which a second zone can be layered | Robert Watson |
| 2005-07-15 | Teach libmemstat(3) about UMA(9) failure statistics. | Robert Watson |
| 2005-07-15 | Re-spell wronge less wrongly as wrong. | Robert Watson |
| 2005-07-14 | Properly combine per-CPU UMA cache allocation and free counts with the | Robert Watson |