| Age | Commit message (Expand) | Author |
| 2023-07-05 | Revert "jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc." | riastradh |
| 2023-07-04 | jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc. | riastradh |
| 2023-07-01 | jemalloc: enable lint again, it is no longer broken | rillig |
| 2023-06-26 | jemalloc: reduce CONSTCOND diff to upstream | rillig |
| 2023-06-26 | jemalloc: remove redundant CONSTCOND comments | rillig |
| 2021-08-15 | jemalloc: suppress two irrelevant lint warnings | rillig |
| 2021-07-06 | Remove -O0 hack for alpha; root cause has been addressed. | thorpej |
| 2020-12-16 | For alpha, apply -O0 hack again to rtree.c for GCC9. | rin |
| 2020-12-16 | Correct and extend comments on VA for alpha. No binary changes. | rin |
| 2020-11-17 | Support aarch64eb in */config.guess. | rin |
| 2020-10-07 | PR port-alpha/54307 | rin |
| 2020-09-06 | Appease gcc-9 | christos |
| 2020-06-04 | If _malloc_thread_cleanup is implement, call it from libpthread. | joerg |
| 2020-05-15 | Hook up proper fork lock handling for malloc: | joerg |
| 2020-05-15 | When using default mutex types, don't setup attributes for init. | joerg |
| 2020-04-21 | Drop obsolete special case for clang/ppc. | joerg |
| 2020-02-15 | jemalloc: Avoid variable length array with length 0 | kamil |
| 2020-02-14 | Fix undefined behavior in hash.h (jemalloc) | kamil |
| 2020-01-06 | set that NetBSD overcommits (from maya) | christos |
| 2019-11-01 | Workaround for random crash of userland binaries, as reported in | rin |
| 2019-10-03 | realloc(ptr, 0) != { free(ptr); return NULL; } | christos |
| 2019-08-09 | PR/54307: Rin Okuyama: Lots of jemalloc assertions in latest -current | christos |
| 2019-07-27 | Ensure that percpu_arena_update is really dead if it shouldn't work and | joerg |
| 2019-07-23 | Disable JEMALLOC_DEBUG, it served us well, but now we want performance | martin |
| 2019-05-14 | Hack around clang powerpc tls_model("initial-exec") pic issue; this is gross. | christos |
| 2019-05-05 | PR/54133: Sevan Janiyan: Binaries fail to execute | christos |
| 2019-04-26 | Enforce alignment also if the compiled in PAGE_SIZE is bigger than | christos |
| 2019-04-26 | Back to using MAX_PAGE_SHIFT | christos |
| 2019-04-26 | Undo previous, it is moving us in the wrong direction. | christos |
| 2019-04-24 | Allow os_page sizes greater than the built-in page size. This can happen | christos |
| 2019-04-18 | no tls for sun2 either. | christos |
| 2019-04-15 | Ignore atomic alignment error for clang | christos |
| 2019-04-14 | Declare the tls model in external declarations. Pointed out by joerg. | christos |
| 2019-04-09 | Use MIN_PAGE_SHIFT if PAGE_SHIFT is not available instead of MAX_PAGE_SHIFT. | christos |
| 2019-04-02 | Vax ain't having any of that newfangled TLS crap (yet). | christos |
| 2019-03-29 | Move all jemalloc symbols to the private namespace. We can't use visibility | christos |
| 2019-03-29 | there is no elifdef | christos |
| 2019-03-29 | Change strategy: instead of always defining PAGE_SHIFT in vmparam.h, fail | christos |
| 2019-03-28 | Add 2K page size tables (sun2) | christos |
| 2019-03-27 | alignment for sh3 | christos |
| 2019-03-27 | add tables for 16K page sizes | christos |
| 2019-03-27 | vaxinate! | christos |
| 2019-03-27 | Handle vax optimizer | christos |
| 2019-03-27 | LG_QUANTUM is 4 for both sparc and sparc64 | martin |
| 2019-03-21 | Add size variants for architectures with PGSHIFT = 13 | martin |
| 2019-03-16 | we have MAP_ALIGNED, so use it (although it does not do anything by default) | christos |
| 2019-03-16 | PR/54062: Fix the "snprintf_float" test failing after the jemalloc import | christos |
| 2019-03-14 | revert previous sshd hack (from Rin Okuyama) | christos |
| 2019-03-14 | Grr, disable the "time goes backwards" test here since this breaks too | christos |
| 2019-03-14 | Sync with installed versions. | christos |