aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid left shift by negative values.Qi Wang2017-09-251-2/+2
* Add "falls through" comment explicitly.Qi Wang2017-09-251-14/+14
* Add missing field in initializer for rtree cache.Qi Wang2017-09-211-1/+1
* Relax constraints on reentrancy for extent hooks.Qi Wang2017-08-311-0/+1
* Add stats for metadata_thp.Qi Wang2017-08-304-1/+5
* Change opt.metadata_thp to [disabled,auto,always].Qi Wang2017-08-303-2/+22
* Document the ialloc function abbreviations.David Goldblatt2017-08-162-1/+19
* Make arena stats collection go through cache bins.David Goldblatt2017-08-163-13/+71
* Pull out caching for a bin into its own file.David Goldblatt2017-08-169-117/+126
* Add support for m68k, nios2, SH3 architecturesFaidon Liambotis2017-08-111-1/+8
* Fix test/unit/pages.Qi Wang2017-08-111-0/+7
* Implement opt.metadata_thpQi Wang2017-08-114-0/+13
* Remove external linkage for spin_adaptiveRyan Libby2017-08-081-7/+1
* Logging: log using the log var names directly.David Goldblatt2017-07-241-2/+3
* Logging: allow logging with empty varargs.David Goldblatt2017-07-223-6/+41
* Add entry and exit logging to all core functions.David T. Goldblatt2017-07-201-0/+6
* Add a logging facility.David T. Goldblatt2017-07-203-0/+106
* Add extent_grow_mtx in pre_ / post_fork handlers.Qi Wang2017-06-291-0/+1
* Switch ctl to explicitly use tsd instead of tsdn.Qi Wang2017-06-231-2/+1
* Check arena in current context in pre_reentrancy.Qi Wang2017-06-231-1/+4
* Set reentrancy when invoking customized extent hooks.Qi Wang2017-06-231-1/+1
* Add thread name for background threads.Qi Wang2017-06-231-0/+3
* Avoid inactivity_check within background threads.Qi Wang2017-06-221-2/+3
* Mask signals during background thread creation.Jason Evans2017-06-201-0/+1
* Add minimal initialized TSD.Qi Wang2017-06-151-8/+22
* Pass tsd to tcache_flush().Qi Wang2017-06-151-1/+1
* Only abort on dlsym when necessary.Qi Wang2017-06-141-0/+1
* Combine background_thread started / paused into state.Qi Wang2017-06-121-4/+8
* Move background thread creation to background_thread_0.Qi Wang2017-06-122-2/+2
* Normalize background thread configuration.Jason Evans2017-06-082-6/+5
* Remove redundant typedefs.Jason Evans2017-06-081-2/+0
* Add internal tsd for background_thread.Qi Wang2017-06-081-5/+10
* Drop high rank locks when creating threads.Qi Wang2017-06-081-0/+1
* Make tsd no-cleanup during tsd reincarnation.Qi Wang2017-06-071-1/+1
* Take background thread lock when setting extent hooks.Qi Wang2017-06-051-1/+2
* Set isthreaded when enabling background_thread.Qi Wang2017-06-011-0/+1
* Refactor/fix background_thread/percpu_arena bootstrapping.Jason Evans2017-06-016-25/+41
* Header refactoring: Pull size helpers out of jemalloc module.David Goldblatt2017-05-3112-310/+340
* Header refactoring: unify and de-catchall mutex_pool.David Goldblatt2017-05-315-26/+13
* Header refactoring: unify and de-catchall extent_mmap module.David Goldblatt2017-05-312-4/+3
* Header refactoring: unify and de-catchall extent_dss.David Goldblatt2017-05-317-37/+28
* Header refactoring: unify and de-catchall rtree module.David Goldblatt2017-05-3110-170/+155
* Add the --disable-thp option to support cross compiling.Jason Evans2017-05-302-9/+9
* Fix extent_grow_next management.Jason Evans2017-05-292-9/+11
* Add opt.stats_print_opts.Qi Wang2017-05-291-1/+20
* Added opt_abort_conf: abort on invalid config options.Qi Wang2017-05-261-14/+15
* Cleanup smoothstep.sh / .h.Qi Wang2017-05-252-205/+203
* Header refactoring: unify and de-catchall mutex moduleDavid Goldblatt2017-05-2422-287/+280
* Header refactoring: unify and de-catchall witness code.David Goldblatt2017-05-2411-374/+424
* Disable percpu_arena by default.Jason Evans2017-05-231-5/+0