public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
malloc: performance improvements and bugfixes
 2016-01-27 13:20 UTC  (9+ messages)
` [PATCH] malloc: kill mprotect

[PATCH v2 1/2] posix: execvpe cleanup
 2016-01-27 12:32 UTC  (2+ messages)
` [PATCH 2/2] posix: New Linux posix_spawn{p} implementation

Removal of unexec support from glibc malloc
 2016-01-27  9:04 UTC  (13+ messages)

malloc: performance improvements and bugfixes
 2016-01-27  3:16 UTC  (112+ messages)
` [PATCH] malloc: use MAP_HUGETLB when possible
` [PATCH] malloc: kill mprotect
` [PATCH] malloc: unifdef -m -Ulibc_hidden_def
` [PATCH] malloc: Lindent new_heap
` [PATCH] malloc: push down the memset for huge pages
` [PATCH] malloc: turn arena_get() into a function
` [PATCH] malloc: remove dead code
` [PATCH] malloc: unobfuscate an assert
` [PATCH] malloc: remove emacs style guards
` [PATCH] malloc: only free half the objects on tcache_gc
` [PATCH] malloc: fix local_next handling
` [PATCH] malloc: limit free_atomic_list() latency
` [PATCH] malloc: always free objects locklessly
` [PATCH] malloc: fix perturb_byte handling for tcache
` [PATCH] malloc: hide THREAD_STATS
` [PATCH] malloc: remove mstate typedef
` [PATCH] malloc: unifdef -m -UPER_THREAD -U_LIBC
` [PATCH] malloc: avoid main_arena
` [PATCH] malloc: simplify and fix calloc
` [PATCH] malloc: use atomic free list
` [PATCH] malloc: unifdef -m -DUSE_ARENAS -DHAVE_MMAP
` [PATCH] malloc: initial numa support
` [PATCH] malloc: make numa_node_count more robust
` [PATCH] malloc: Lindent users of arena_get2
` [PATCH] malloc: fix startup races
` [PATCH] malloc: tune thread cache
` [PATCH] malloc: unifdef -D__STD_C
` [PATCH] malloc: introduce get_backup_arena()
` [PATCH] malloc: use tsd_getspecific for arena_get
` [PATCH] malloc: add locking to thread cache
` [PATCH] malloc: unifdef -m -UATOMIC_FASTBINS
` [PATCH] malloc: Lindent before functional changes
` [PATCH] malloc: destroy thread cache on thread exit
` [PATCH] malloc: create a useful assert
` [PATCH] malloc: document and fix linked list handling
` [PATCH] malloc: add documentation
` [PATCH] malloc: s/max_node/num_nodes/
` [PATCH] malloc: Lindent public_fREe()
` [PATCH] malloc: prefetch for tcache_malloc
` [PATCH] malloc: Revert glibc 1d05c2fb9c6f
` [PATCH] malloc: fix hard-coded constant
` [PATCH] malloc: remove __builtin_expect
` [PATCH] malloc: better inline documentation
` [PATCH] malloc: use mbind()
` [PATCH] malloc: quenche last compiler warnings
` [PATCH] malloc: plug thread-cache memory leak
` [PATCH] malloc: remove atfork hooks
` [PATCH] malloc: fix mbind on old kernels
` [PATCH] malloc: move out perturb_byte conditionals
` [PATCH] malloc: fix calculation of aligned heaps
` [PATCH] malloc: rename *.ch to *.h
` [PATCH] malloc: remove stale condition
` [PATCH] malloc: remove hooks from malloc() and free()
` [PATCH] malloc: use bitmap to conserve hot bins
` [PATCH] malloc: allow recursion from ptmalloc_init to malloc
` [PATCH] malloc: remove all remaining hooks
` [PATCH] malloc: brain-dead thread cache
` [PATCH] malloc: create aliases for malloc, free,
` [PATCH] malloc: remove get_backup_arena() from tcache_malloc()
` [PATCH] malloc: remove tcache prefetching
` [PATCH] malloc: define __libc_memalign
` [PATCH] malloc: Don't call tsd_setspecific before tsd_key_create
` [PATCH] malloc: speed up mmap

[PATCH COMMITTED] Update localplt.data for 32-bit sparc
 2016-01-27  0:17 UTC 

[COMMITTED] Change for locale fr_CH and it_CH for monday as fisrt day of the week
 2016-01-26 20:15 UTC  (5+ messages)
      `  "

[PATCH] Remove unused variables
 2016-01-26 17:57 UTC  (3+ messages)

[ANNOUNCE] The Linux Test Project has been released for JANUARY 2016
 2016-01-26 13:04 UTC 

[COMMITTED PATCH] Fix missing __sqrtl_finite symbol in libm on sparc 32-bit
 2016-01-26  9:12 UTC  (11+ messages)

[RFC] [MIPS] Enable non-executable PT_GNU_STACK support
 2016-01-26  0:37 UTC  (4+ messages)
    ` [RFC] [MIPS] Enable non-executable PT_GNU_STACK support v2

[COMMITTED PATCH] Define __sqrtl_finite on sparc 32-bit with correct symbol version
 2016-01-26  0:08 UTC 

[PATCH] Improve check against integer wraparound in hcreate_r [BZ #18240]
 2016-01-26  0:06 UTC  (4+ messages)

glibc 2.23 -- Hard freeze follow ups
 2016-01-25 20:39 UTC  (3+ messages)

increasing default timeout significantly
 2016-01-25 20:03 UTC  (4+ messages)

[PATCH COMMITTED] Adjust sparc 32-bit __sqrtl_finite version tag
 2016-01-25 19:26 UTC  (5+ messages)

[COMMITTED] Update Alpha libm-test-ulps
 2016-01-25 18:45 UTC 

[PATCH] powerpc: Fix dl-procinfo HWCAP
 2016-01-25 18:15 UTC  (4+ messages)

[PATCH] tst-malloc-thread-exit: run less aggressively
 2016-01-25 18:10 UTC  (7+ messages)

[PATCH 1/2] posix: execvpe cleanup
 2016-01-25 17:19 UTC  (6+ messages)
` [PATCH 2/2] posix: New Linux posix_spawn{p} implementation

[PATCH][BZ #19490] Add unwind descriptors to pthread_spin_init, etc. on i386
 2016-01-25 13:06 UTC  (2+ messages)

[PATCH][BZ #19329] Fix race between tls allocation at thread creation and dlopen
 2016-01-25 13:03 UTC  (15+ messages)

[PATCH] Cleanup ppc bits/ipc.h
 2016-01-25 12:39 UTC  (4+ messages)

[COMMITTED PATCH] Update sparc ULPS
 2016-01-25  5:15 UTC 

[PATCH v2 1/2] Add framework for tunables
 2016-01-25  3:25 UTC  (2+ messages)

[PATCH] MIPS: Set the required Linux kernel version to 4.5.0 for 2008 NaN
 2016-01-25  0:41 UTC  (3+ messages)

[PATCH] intl: reintroduce unintentionally disabled optimization
 2016-01-24 18:13 UTC  (3+ messages)
  ` [PATCH v2] "

[patch] Increase timeout in nss/bug17079.c test
 2016-01-24  7:41 UTC  (3+ messages)

[PATCH][BZ #19490] Add unwind descriptors for x86_64 _mcount and __fentry__
 2016-01-23 22:52 UTC 

[PATCH] pthread_mutex_unlock: fix wrong assertion with lock elision (bug#19515)
 2016-01-23 22:31 UTC  (4+ messages)

[PATCH] Don't do lock elision on an error checking mutex (bug 17514)
 2016-01-23 21:59 UTC  (4+ messages)

The semantics of strlcpy and strlcat
 2016-01-23 21:07 UTC  (4+ messages)
        ` Fwd: "

S390: Fix build failure in test string/tst-endian.c with gcc 6
 2016-01-22 19:55 UTC  (6+ messages)
  ` [PATCHv2] "
      ` [PATCHv3] "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).