aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a script to check for clang-formattedness.upstream-devDavid Goldblatt2020-10-021-0/+28
* Add a .clang-format file.David Goldblatt2020-10-021-0/+122
* psset: Add statsDavid Goldblatt2020-09-184-13/+178
* Add psset: a set of pageslabs.David Goldblatt2020-09-189-1/+670
* Flat bitmap: Add longest-range computation.David Goldblatt2020-09-182-0/+66
* Edata: rename "ranged" bit to "pai".David Goldblatt2020-09-186-38/+48
* Avoid a -Wundef warning on LG_SLAB_MAXREGS.David Goldblatt2020-09-173-9/+11
* Remove --with-slab-maxregs options from INSTALL.mdDavid Goldblatt2020-09-171-7/+0
* CI support for PPC64LE architectureezeeyahoo2020-09-172-19/+213
* configure: add --with-lg-slab-maxregs configure option.Hao Liu2020-09-164-2/+27
* Add PROFILING_INTERNALS.mdDavid Goldblatt2020-09-102-0/+129
* Add unit tests for usize in prof recent recordsYinan Zhang2020-09-091-2/+5
* Correct usize in prof last-N recordYinan Zhang2020-09-094-5/+6
* Fix szind computation in profilingYinan Zhang2020-08-271-1/+1
* Do not repeat reentrancy test in profilingYinan Zhang2020-08-251-6/+9
* Do not create size class tables for non-prof buildsYinan Zhang2020-08-244-4/+16
* Move unbias data to prof_dataYinan Zhang2020-08-244-39/+39
* Geom_grow: Don't keep the mutex internal.David Goldblatt2020-08-196-43/+19
* Geom_grow: Don't take tsdn at init.David Goldblatt2020-08-193-3/+3
* Geom_grow: Move in advancing logic.David Goldblatt2020-08-192-15/+34
* Rename ecache_grow -> geom_grow.David Goldblatt2020-08-1910-74/+84
* flat_bitmap unit test: Silence a warning.David Goldblatt2020-08-171-2/+6
* Mallctl stress test: fix a type.David Goldblatt2020-08-171-3/+3
* Benchmarks: Also print ns / iter.David Goldblatt2020-08-131-4/+25
* IO: Support 0-padding for unsigned numbers.David Goldblatt2020-08-132-2/+36
* Add a mallctl speed stress test.David Goldblatt2020-08-132-0/+75
* Makefile: alphabetize stress/analyze utilities.David Goldblatt2020-08-131-6/+7
* Add narenas_ratio.David Goldblatt2020-08-121-1/+8
* Config: safety checks don't imply size checks.David Goldblatt2020-08-121-2/+1
* Add alignment stress test for rallocxYinan Zhang2020-08-111-0/+34
* Fix size miscalculation bug in reallocationYinan Zhang2020-08-111-1/+1
* Add sized-delete size-checking functionality.David Goldblatt2020-08-056-9/+135
* Safety check: Don't directly abort.David Goldblatt2020-08-051-2/+0
* Prof: Add prof_unbias.David Goldblatt2020-08-055-2/+241
* Add a simple utility to detect profiling bias.David Goldblatt2020-08-054-2/+75
* Add a stress test for batch allocationYinan Zhang2020-08-032-1/+90
* Add mallctl for batch allocation APIYinan Zhang2020-07-312-2/+51
* Add batch allocation APIYinan Zhang2020-07-319-2/+329
* Add surplus reading API for thread event lookaheadYinan Zhang2020-07-311-3/+47
* Add zero option to arena batch allocationYinan Zhang2020-07-312-2/+8
* Add batch allocation from fresh slabsYinan Zhang2020-07-312-0/+64
* Add empty test and concat for typed listYinan Zhang2020-07-311-0/+8
* Extract bin shard selection out of bin lockingYinan Zhang2020-07-313-22/+23
* FB: Add range iteration support.David Goldblatt2020-07-302-1/+298
* Add flat_bitmap.David Goldblatt2020-07-303-0/+536
* Nbits: Add a couple more interesting sizes.David Goldblatt2020-07-301-0/+13
* bitset test: Pull NBITS_TAB into its own file.David Goldblatt2020-07-302-91/+99
* bit_util: Add fls_ functions; "find last set".David Goldblatt2020-07-303-133/+292
* bit_util: Change ffs functions indexing.David Goldblatt2020-07-305-24/+86
* CI: Update keyring.David Goldblatt2020-07-271-1/+3