summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not assume dss never decreases.stable-4Uwe L. Korn2017-09-111-36/+35
* Use openat syscall if availableJim Chen2017-05-123-0/+11
* Fix decommit-related run fragmentation.Jason Evans2017-04-182-39/+71
* Merge branch 'rc-4.5.0'4.5.0Jason Evans2017-02-2883-515/+2388
|\
| * Update ChangeLog for 4.5.0.rc-4.5.0Jason Evans2017-02-281-0/+35
| * Add casts to CONF_HANDLE_T_U().Jason Evans2017-02-281-6/+6
| * Alphabetize private symbol names.Jason Evans2017-02-281-1/+1
| * Fix/enhance THP integration.Jason Evans2017-02-2813-21/+177
| * restructure *CFLAGS configuration.Jason Evans2017-02-283-111/+141
| * Handle race in stats_arena_bins_printQi Wang2017-02-271-3/+13
| * Fix lg_chunk clamping for config_cache_oblivious.Jason Evans2017-02-272-16/+12
| * Add some missing explicit casts.Jason Evans2017-02-271-3/+4
| * Fix huge-aligned allocation.Jason Evans2017-02-276-11/+141
| * Silence harmless warnings discovered via run_tests.sh.Jason Evans2017-02-261-2/+7
| * Test JSON output of malloc_stats_print() and fix bugs.Jason Evans2017-02-263-27/+1035
| * Fix JSON-mode output for !config_stats and/or !config_prof cases.Jason Evans2017-02-261-9/+10
| * Fix chunk_alloc_dss() regression.Jason Evans2017-02-261-18/+27
| * Relax witness assertions related to prof_gdump().Jason Evans2017-02-233-6/+19
| * Add witness_assert_depth[_to_rank]().Jason Evans2017-02-237-107/+141
| * Enable mutex witnesses even when !isthreaded.Jason Evans2017-02-231-7/+5
| * CI: Run --enable-debug builds on windowsDavid Goldblatt2017-02-231-1/+15
| * Use MALLOC_CONF rather than malloc_conf for tests.Jason Evans2017-02-2338-87/+129
| * Fix/refactor tcaches synchronization.Jason Evans2017-02-236-38/+110
| * Repair file permissions.Jason Evans2017-02-2223-0/+0
| * Beef up travis CI integration testingDavid Goldblatt2017-02-212-11/+162
| * Avoid redeclaring glibc's secure_getenvTamir Duberstein2017-01-251-5/+6
| * Fix lock order reversal during gdump.Jason Evans2017-01-244-30/+61
| * Convert witness_assert_lockless() to witness_assert_lock_depth().Jason Evans2017-01-245-81/+102
| * Add dummy implementations for most remaining OSX zone allocator functionsMike Hommey2017-01-171-10/+108
| * Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitionsMike Hommey2017-01-174-69/+86
| * Use better pre-processor defines for sparc64John Paul Adrian Glaubitz2017-01-131-1/+1
|/
* Merge branch 'rc-4.4.0'4.4.0Jason Evans2016-12-0355-705/+1396
|\
| * Update ChangeLog for 4.4.0.Jason Evans2016-12-031-0/+27
| * Add --disable-syscall.rc-4.4.0Jason Evans2016-12-035-15/+33
| * Update configure cache file example.Jason Evans2016-12-031-12/+6
| * Fix pages_purge() when using MADV_DONTNEED.Jason Evans2016-12-031-1/+1
| * Implement a more reliable detection scheme for os_unfair_lock.John Szakmeister2016-11-281-0/+5
| * Mark partially purged arena chunks as non-hugepage.Jason Evans2016-11-249-5/+110
| * Enable overriding JEMALLOC_{ALLOC,FREE}_JUNK.Jason Evans2016-11-221-2/+6
| * Add pthread_atfork(3) feature test.Jason Evans2016-11-173-2/+14
| * Refactor madvise(2) configuration.Jason Evans2016-11-173-30/+39
| * Remove a residual comment.Jason Evans2016-11-161-1/+0
| * Avoid gcc tautological-compare warnings.Jason Evans2016-11-162-12/+26
| * Avoid gcc type-limits warnings.Jason Evans2016-11-161-14/+32
| * Document how to use --cache configure option.Jason Evans2016-11-161-0/+15
| * Revert "Add JE_RUNNABLE() and use it for os_unfair_lock_*() test."Jason Evans2016-11-161-16/+1
| * Fix an MSVC compiler warning.Jason Evans2016-11-151-1/+1
| * Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-11-1527-362/+397
| * Explicitly cast negative constants meant for use as unsigned.Jason Evans2016-11-151-3/+5
| * Add cast to silence (harmless) conversion warning.Jason Evans2016-11-151-1/+1