public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v1 1/5] string: Make tests birdirectional test-memcpy.c
 2021-11-06 18:33 UTC  (31+ messages)
` [PATCH v1 2/5] benchtests: Add additional cases to bench-memcpy.c and bench-memmove.c
` [PATCH v1 3/5] benchtests: Add partial overlap case in bench-memmove-walk.c
` [PATCH v1 4/5] x86: Optimize memmove-vec-unaligned-erms.S
` [PATCH v1 5/5] x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.h
` [PATCH v2 1/5] string: Make tests birdirectional test-memcpy.c
  ` [PATCH v2 2/5] benchtests: Add additional cases to bench-memcpy.c and bench-memmove.c
  ` [PATCH v2 3/5] benchtests: Add partial overlap case in bench-memmove-walk.c
  ` [PATCH v2 4/5] x86: Optimize memmove-vec-unaligned-erms.S
  ` [PATCH v2 5/5] x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.h
` [PATCH v3 1/5] string: Make tests birdirectional test-memcpy.c
  ` [PATCH v3 2/5] benchtests: Add additional cases to bench-memcpy.c and bench-memmove.c
  ` [PATCH v3 3/5] benchtests: Add partial overlap case in bench-memmove-walk.c
  ` [PATCH v3 4/5] x86: Optimize memmove-vec-unaligned-erms.S
  ` [PATCH v3 5/5] x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.h
` [PATCH v4 1/5] string: Make tests birdirectional test-memcpy.c
  ` [PATCH v4 2/5] benchtests: Add additional cases to bench-memcpy.c and bench-memmove.c
  ` [PATCH v4 3/5] benchtests: Add partial overlap case in bench-memmove-walk.c
  ` [PATCH v4 4/5] x86: Optimize memmove-vec-unaligned-erms.S
  ` [PATCH v4 5/5] x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.h

[PATCH] hurd: Implement close_range and closefrom
 2021-11-06 15:35 UTC 

[PATCH] Remove the unnecessary +make-deps
 2021-11-06 13:50 UTC 

[COMMITTED][PATCH] Remove the last trace of generate-md5 [BZ #28554]
 2021-11-06 13:36 UTC  (2+ messages)

glibc strerrorname_np
 2021-11-06 12:51 UTC  (8+ messages)

[PATCH] Add missing math functions to benchtests
 2021-11-05 22:20 UTC  (4+ messages)
` [PATCH v2] benchtests: Add acosf to bench-math

[PATCH] Configure GCC with --enable-initfini-array [BZ #27945]
 2021-11-05 22:09 UTC  (8+ messages)

[PATCH 0/3] Improve lld support and current status
 2021-11-05 19:50 UTC  (11+ messages)
      ` lld status with powerpc64

[PATCH v8 1/2] elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)
 2021-11-05 19:06 UTC  (7+ messages)

[PATCH v2] elf: Earlier missing dynamic segment check in _dl_map_object_from_fd
 2021-11-05 18:30 UTC  (2+ messages)

[PATCH] elf: Earlier missing dynamic segment check in _dl_map_object_from_fd
 2021-11-05 18:25 UTC  (3+ messages)

[PATCH 0/2] Avoid some crashes when loading separate debuginfo
 2021-11-05 15:50 UTC  (13+ messages)
` [PATCH 1/2] Use sysdeps/posix/dl-fileid.h as the generic and only implementation
` [PATCH 2/2] elf: Detect PT_LOAD segments that extend beyond EOF and refuse loading

[PATCH] ctime.3: mktime() may modify tm_hour due to tm_isdst
 2021-11-05  0:47 UTC  (8+ messages)
` [PATCH v2 2/2] timegm.3: Remove recommendation against use of timegm()

[PATCH] powerpc64[le]: Fix CFI for assembly templated syscalls [BZ #28532]
 2021-11-04 22:36 UTC  (4+ messages)

Update syscall lists for Linux 5.15
 2021-11-04 20:39 UTC 

[PATCH] gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)
 2021-11-04 19:34 UTC  (6+ messages)

[PATCH] powerpc: Use the correct flag for 32-bit known libraries
 2021-11-04 18:10 UTC  (2+ messages)
` [PATCH] powerpc: Use FLAG_ELF_LIBC6 "

Fix memmove call in vfprintf-internal.c:group_number
 2021-11-04 18:02 UTC 

[PATCH v3] x86: Optimize atomic_compare_and_exchange_[val|bool]_acq [BZ #28537]
 2021-11-04 16:14 UTC 

Invalid -Wstringop-overread warning for valid POSIX constructs
 2021-11-04 15:51 UTC  (3+ messages)

[PATCH v2] locale: Fix localedata/sort-test undefined behavior
 2021-11-04 15:51 UTC  (2+ messages)

[PATCH] x86: Optimize atomic_compare_and_exchange_[val|bool]_acq [BZ #28537]
 2021-11-04 14:59 UTC  (23+ messages)

[PATCH v2] elf: Use the minimal malloc on tunables_strdup
 2021-11-04 13:11 UTC 

[PATCH v2] benchtests: Add acosf to bench-math
 2021-11-04  8:16 UTC  (33+ messages)
` [PATCH 00/12] benchtests: Add float version of math functions "
  ` [PATCH 01/12] benchtests: Add acoshf function "
  ` [PATCH 02/12] benchtests: Add asinf "
  ` [PATCH 03/12] benchtests: Add asinhf "
  ` [PATCH 04/12] benchtests: Add atanf "
  ` [PATCH 05/12] benchtests: Add atanhf "
  ` [PATCH 06/12] benchtests: Add cbrtf "
  ` [PATCH 07/12] benchtests: Add coshf "
  ` [PATCH 08/12] benchtests: Add erfcf "
  ` [PATCH 09/12] benchtests: Add erff "
  ` [PATCH 10/12] benchtests: Add log10f "
  ` [PATCH 11/12] benchtests: Add sinhf "
  ` [PATCH 12/12] benchtests: Add tanhf "
` [PATCH 0/4] benchtests: Add atan2f, expm1f, log1pf and tanf "
  ` [PATCH 1/4] benchtests: Add atan2f function "
  ` [PATCH 2/4] benchtests: Add expm1f "
  ` [PATCH 3/4] benchtests: Add log1pf "

[PATCH] elf: Use the minimal malloc on tunables_strdup
 2021-11-04  1:33 UTC  (2+ messages)

[PATCH] locale: Fix localedata/sort-test undefined behavior
 2021-11-03 21:19 UTC  (3+ messages)

[PATCH v2] tst-tzset: output reason when creating 4GiB file fails
 2021-11-03 20:30 UTC  (4+ messages)

[PATCH] nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c
 2021-11-03 19:53 UTC  (7+ messages)

[PATCH v2] x86: Optimize atomic_compare_and_exchange_[val|bool]_acq [BZ #28537]
 2021-11-03 19:11 UTC 

[PATCH v1] Benchtest: Fix MEMCMP definition for __memcmpeq
 2021-11-03 19:06 UTC 

[PATCH v2 2/6] Benchtests: Add benchtests for __memcmpeq
 2021-11-03 17:17 UTC  (5+ messages)

[PATCH 0/4] Use _dl_find_eh_frame to locate DWARF EH data in the unwinder
 2021-11-03 16:28 UTC  (5+ messages)
` [PATCH 1/4] libgcc: Remove tbase member from struct unw_eh_callback_data
` [PATCH 2/4] libgcc: Remove dbase member from struct unw_eh_callback_data if NULL
` [PATCH 3/4] libgcc: Split FDE search code from PT_GNU_EH_FRAME lookup
` [PATCH 4/4] libgcc: Use _dl_find_eh_frame in _Unwind_Find_FDE

[PATCH 0/3] Add _dl_find_eh_frame function for unwinder optimization
 2021-11-03 16:28 UTC  (4+ messages)
` [PATCH 1/3] nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c
` [PATCH 2/3] elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeres
` [PATCH 3/3] elf: Add _dl_find_eh_frame function

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up call (Nov 4, 2021)
 2021-11-03 15:37 UTC 

[COMMITTED] elf: Do not run DSO sorting if tunables is not enabled
 2021-11-03 12:38 UTC 

sbrk() failure while processing tunables
 2021-11-03  3:25 UTC  (6+ messages)

[PATCH] x86-64: Replace movzx with movzbl
 2021-11-03  1:15 UTC  (3+ messages)

[PATCH] riscv: Build with -mno-relax if linker does not support R_RISCV_ALIGN
 2021-11-02 20:29 UTC  (3+ messages)

[PATCH] riscv: Build with -mno-relax when lld is used
 2021-11-02 19:06 UTC  (3+ messages)

localedata/sort-test on powerpc
 2021-11-02 18:30 UTC  (4+ messages)

ASH - American Society of Hematology Annual Meeting and Exposition, 11-14 Dec, 2021
 2021-11-02 16:47 UTC 

Monday Patch Queue Review update (2021-11-01)
 2021-11-02 16:31 UTC  (4+ messages)

[PATCH v2] regex: Unnest nested functions in regcomp.c
 2021-11-02 16:21 UTC  (3+ messages)

[Bug 214871] New: Man(3) system outdated
 2021-11-02 11:37 UTC  (4+ messages)

[PATCH] i386: Explain why __HAVE_64B_ATOMICS has to be 0
 2021-11-02 11:26 UTC  (2+ messages)

Use Linux 5.15 in build-many-glibcs.py
 2021-11-02 11:25 UTC  (2+ messages)

[PATCH] [pInG 10] localedata: add new locale ab_GE
 2021-11-02  7:47 UTC 

Upstreaming OpenRISC with GCC mainline
 2021-11-02  4:18 UTC  (11+ messages)

[PATCH] regex: Unnest nested functions in regcomp.c
 2021-11-02  2:40 UTC  (2+ messages)

[PATCH v2] Remove upper limit on tunable MALLOC_MMAP_THRESHOLD
 2021-11-02  0:27 UTC  (2+ messages)

[PATCH] malloc_stats(): Fix `unsigned int` overflow
 2021-10-30  6:55 UTC  (3+ messages)

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).