Show patches with: none      |   28183 patches
« 1 2 ... 239 240 241281 282 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
malloc: always free objects locklessly - - - - --- 2016-01-26 Jörn Engel New
malloc: fix local_next handling - - - - --- 2016-01-26 Jörn Engel New
malloc: add documentation - - - - --- 2016-01-26 Jörn Engel New
malloc: avoid main_arena - - - - --- 2016-01-26 Jörn Engel New
malloc: tune thread cache - - - - --- 2016-01-26 Jörn Engel New
malloc: use atomic free list - - - - --- 2016-01-26 Jörn Engel New
malloc: use bitmap to conserve hot bins - - - - --- 2016-01-26 Jörn Engel New
malloc: prefetch for tcache_malloc - - - - --- 2016-01-26 Jörn Engel New
malloc: brain-dead thread cache - - - - --- 2016-01-26 Jörn Engel New
malloc: fix mbind on old kernels - - - - --- 2016-01-26 Jörn Engel New
malloc: create a useful assert - - - - --- 2016-01-26 Jörn Engel New
malloc: Lindent public_fREe() - - - - --- 2016-01-26 Jörn Engel New
malloc: unifdef -m -UATOMIC_FASTBINS - - - - --- 2016-01-26 Jörn Engel New
malloc: hide THREAD_STATS - - - - --- 2016-01-26 Jörn Engel New
malloc: use tsd_getspecific for arena_get - - - - --- 2016-01-26 Jörn Engel New
malloc: Revert glibc 1d05c2fb9c6f - - - - --- 2016-01-26 Jörn Engel New
malloc: remove __builtin_expect - - - - --- 2016-01-26 Jörn Engel New
malloc: unobfuscate an assert - - - - --- 2016-01-26 Jörn Engel New
malloc: use mbind() - - - - --- 2016-01-26 Jörn Engel New
malloc: turn arena_get() into a function - - - - --- 2016-01-26 Jörn Engel New
malloc: remove emacs style guards - - - - --- 2016-01-26 Jörn Engel New
malloc: initial numa support - - - - --- 2016-01-26 Jörn Engel New
malloc: unifdef -m -UPER_THREAD -U_LIBC - - - - --- 2016-01-26 Jörn Engel New
malloc: Lindent before functional changes - - - - --- 2016-01-26 Jörn Engel New
malloc: introduce get_backup_arena() - - - - --- 2016-01-26 Jörn Engel New
malloc: Lindent users of arena_get2 - - - - --- 2016-01-26 Jörn Engel New
malloc: unifdef -m -Ulibc_hidden_def - - - - --- 2016-01-26 Jörn Engel New
malloc: unifdef -m -DUSE_ARENAS -DHAVE_MMAP - - - - --- 2016-01-26 Jörn Engel New
malloc: remove dead code - - - - --- 2016-01-26 Jörn Engel New
malloc: rename *.ch to *.h - - - - --- 2016-01-26 Jörn Engel New
malloc: remove mstate typedef - - - - --- 2016-01-26 Jörn Engel New
malloc: unifdef -D__STD_C - - - - --- 2016-01-26 Jörn Engel New
malloc: push down the memset for huge pages - - - - --- 2016-01-26 Jörn Engel New
malloc: Lindent new_heap - - - - --- 2016-01-26 Jörn Engel New
malloc: use MAP_HUGETLB when possible - - - - --- 2016-01-26 Jörn Engel New
malloc: kill mprotect - - - - --- 2016-01-26 Jörn Engel New
malloc: kill mprotect - - - - --- 2016-01-26 Jörn Engel New
[COMMITTED] Define __sqrtl_finite on sparc 32-bit with correct symbol version. - - - - --- 2016-01-26 David Miller New
Improve check against integer wraparound in hcreate_r [BZ #18240] - - - - --- 2016-01-26 Paul Eggert New
Improve check against integer wraparound in hcreate_r [BZ #18240] - - - - --- 2016-01-25 Florian Weimer New
[COMMITTED] Adjust sparc 32-bit __sqrtl_finite version tag. - - - - --- 2016-01-25 David Miller New
[COMMITTED] Adjust sparc 32-bit __sqrtl_finite version tag. - - - - --- 2016-01-25 David Miller New
[COMMITTED] Update Alpha libm-test-ulps - - - - --- 2016-01-25 Richard Henderson New
[COMMITTED] Adjust sparc 32-bit __sqrtl_finite version tag. - - - - --- 2016-01-25 David Miller New
[2/2] posix: New Linux posix_spawn{p} implementation - - - - --- 2016-01-25 Adhemerval Zanella Netto New
[1/2] posix: execvpe cleanup - - - - --- 2016-01-25 Adhemerval Zanella Netto New
[COMMITTED] Fix missing __sqrtl_finite symbol in libm on sparc 32-bit. - - - - --- 2016-01-25 David Miller New
[COMMITTED] Update sparc ULPS. - - - - --- 2016-01-25 David Miller New
[v2] intl: reintroduce unintentionally disabled optimization - - - - --- 2016-01-24 Dmitry V. Levin New
Improve check against integer wraparound in hcreate_r [BZ #18240] - - - - --- 2016-01-24 Paul Eggert New
[BZ,#19490] Add unwind descriptors to pthread_spin_init, etc. on i386 - - - - --- 2016-01-24 Paul Pluzhnikov New
intl: reintroduce unintentionally disabled optimization - - - - --- 2016-01-24 Dmitry V. Levin New
[BZ,#19490] Add unwind descriptors for x86_64 _mcount and __fentry__ - - - - --- 2016-01-23 Paul Pluzhnikov New
pthread_mutex_unlock: fix wrong assertion with lock elision (bug#19515) - - - - --- 2016-01-23 Aurelien Jarno New
tst-malloc-thread-exit: run less aggressively - - - - --- 2016-01-22 Florian Weimer New
[PATCHv3] S390: Fix build failure in test string/tst-endian.c with gcc 6. - - - - --- 2016-01-22 Stefan Liebler New
Improve check against integer wraparound in hcreate_r [BZ #18240] - - - - --- 2016-01-22 Florian Weimer New
Increase timeout in nss/bug17079.c test - - - - --- 2016-01-22 Chung-Lin Tang New
[nios2,committed] Nios II maintenance patch for 2.23, ULPs and localplt.data - - - - --- 2016-01-22 Chung-Lin Tang New
[RFC,MIPS] Enable non-executable PT_GNU_STACK support - - - - --- 2016-01-21 Faraz Shahbazker New
Fix MIPS64 memcpy regression - - - - --- 2016-01-21 Joseph Myers New
[PATCHv2] S390: Fix build failure in test string/tst-endian.c with gcc 6. - - - - --- 2016-01-21 Stefan Liebler New
S390: Fix build failure in test string/tst-endian.c with gcc 6. - - - - --- 2016-01-21 Stefan Liebler New
[COMMITTED] NaCl: Fix unused variable errors in lowlevellock-futex.h macros. - - - - --- 2016-01-20 Roland McGrath New
Silence some false positive warnings for gcc 4.7 - - - - --- 2016-01-20 Chris Metcalf New
Add security bugs to NEWS - - - - --- 2016-01-20 Florian Weimer New
Fix __finitel libm compat symbol version [committed] - - - - --- 2016-01-20 Joseph Myers New
Update localplt.data for powerpc-nofpu [committed] - - - - --- 2016-01-20 Joseph Myers New
Fix ppc macro usage of htm builtins - - - - --- 2016-01-20 Paul E. Murphy New
Fix nptl/tst-setuid3.c - - - - --- 2016-01-19 Paul E. Murphy New
Fix ulps regeneration for *-finite tests [committed] - - - - --- 2016-01-19 Joseph Myers New
increasing default timeout significantly - - - - --- 2016-01-19 Mike Frysinger New
Fix nptl/tst-setuid3.c - - - - --- 2016-01-19 Paul E. Murphy New
Fix nptl/tst-setuid3.c - - - - --- 2016-01-19 Paul E. Murphy New
tst-malloc-thread-exit: run less aggressively - - - - --- 2016-01-19 Chris Metcalf New
[BZ,#19329] Fix race between tls allocation at thread creation and dlopen - - - - --- 2016-01-19 Szabolcs Nagy New
Cleanup ppc bits/ipc.h - - - - --- 2016-01-19 Paul E. Murphy New
S390: Fix build error in iconvdata/bug-iconv11.c - - - - --- 2016-01-19 Stefan Liebler New
[PATCHv2,2/2] Initialize tunable list with the GLIBC_TUNABLES environment variable - - - - --- 2016-01-19 Siddhesh Poyarekar New
[COMMITTED] Change for locale fr_CH and it_CH for monday as fisrt day of the week - - - - --- 2016-01-19 Arnaud New
Use ENTRY/END in sysdeps/x86_64/nptl/pthread_spin*.S - - - - --- 2016-01-18 Paul Pluzhnikov New
Regenerate MIPS libm-test-ulps [committed] - - - - --- 2016-01-18 Joseph Myers New
Regenerate powerpc-nofpu libm-test-ulps [committed] - - - - --- 2016-01-18 Joseph Myers New
x86_64: memcpy/memmove family optimized with AVX512 - - - - --- 2016-01-18 Paul Pluzhnikov New
Regenerate ARM libm-test-ulps [committed] - - - - --- 2016-01-18 Joseph Myers New
Use ENTRY/END in sysdeps/x86_64/nptl/pthread_spin*.S - - - - --- 2016-01-18 Paul Pluzhnikov New
Fix "make check" failure to build on Ubuntu 14.04 LTS - - - - --- 2016-01-18 Paul Pluzhnikov New
powerpc: Fix dl-procinfo HWCAP - - - - --- 2016-01-18 cseo New
powerpc: Automatically guess --with-cpu value - - - - --- 2016-01-18 cseo New
S390: Regenerate ULPs - - - - --- 2016-01-18 Stefan Liebler New
localedata: ar_SY: fix May/June localization [BZ #17225] - - - - --- 2016-01-17 Mike Frysinger New
[PATCHv2,2/2] Initialize tunable list with the GLIBC_TUNABLES environment variable - - - - --- 2016-01-16 Siddhesh Poyarekar New
[v2,1/2] Add framework for tunables - - - - --- 2016-01-16 Siddhesh Poyarekar New
x86_64: memcpy/memmove family optimized with AVX512 - - - - --- 2016-01-16 Andrew Senkevich New
sparc: mman.h: fix bad comment insertion [committed] - - - - --- 2016-01-16 Mike Frysinger New
configure: make the unsupported error message less hostile - - - - --- 2016-01-16 Mike Frysinger New
[committed] nptl: Add first-line description for barrier tests. - - - - --- 2016-01-15 Torvald Riegel New
[committed] Fix pthread_barrier_init typo. - - - - --- 2016-01-15 Torvald Riegel New
Add _STRING_INLINE_unaligned - - - - --- 2016-01-15 H.J. Lu New
[AArch64] Fix libc internal asm profiling code - - - - --- 2016-01-15 Szabolcs Nagy New
« 1 2 ... 239 240 241281 282 »