public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v1] sysdeps: Add 'get_fast_jitter' interace in fast-jitter.h
 2022-04-27 16:25 UTC  (2+ messages)

[PATCH v1 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
 2022-04-27 16:25 UTC  (41+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/6] elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
  ` [PATCH v2 3/6] nss: Add tests for the nss_hash in nss_hash.h
` [PATCH v3 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
  ` [PATCH v3 2/6] elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
  ` [PATCH v3 3/6] nss: Add tests for the nss_hash in nss_hash.h
  ` [PATCH v3 4/6] benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hash
  ` [PATCH v3 5/6] nss: Optimize nss_hash in nss_hash.c
  ` [PATCH v3 6/6] elf: Optimize _dl_new_hash in dl-new-hash.h
` [PATCH v4 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
  ` [PATCH v4 2/6] elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
  ` [PATCH v4 3/6] nss: Add tests for the nss_hash in nss_hash.h
  ` [PATCH v4 4/6] benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hash
  ` [PATCH v4 5/6] nss: Optimize nss_hash in nss_hash.c
  ` [PATCH v4 6/6] elf: Optimize _dl_new_hash in dl-new-hash.h

[PATCH v2 0/4] Move libio lock single-thread optimization to generic libc-lock
 2022-04-27 16:15 UTC  (9+ messages)
` [PATCH v2 1/4] libio: Assume _IO_MTSAFE_IO
` [PATCH v2 2/4] Consolidate stdio-lock.h
` [PATCH v2 3/4] Move libio lock single-thread optimization to generic libc-lock (BZ #27842)
` [PATCH v2 4/4] Assume _LIBC and libc module for libc-lock.h

Use __ehdr_start rather than _begin in _dl_start_final
 2022-04-27 16:08 UTC  (2+ messages)

Question regarding gcc 12 Werror=stringop-overflow in iconv/loop.c
 2022-04-27 15:24 UTC  (2+ messages)

[PATCH v2] Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose
 2022-04-27 13:46 UTC 

[PATCH v6] elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libraries (BZ #28868)
 2022-04-27  4:04 UTC  (2+ messages)

RFP is open for the Toolchains and Kernel Track at LPC 2022
 2022-04-26 19:51 UTC 

[PATCH v5] elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libraries (BZ #28868)
 2022-04-26 19:29 UTC  (3+ messages)

[PATCH 0/2] Optimize struct pthread size
 2022-04-26 18:07 UTC  (3+ messages)
` [PATCH 1/2] nptl: Remove unused members from struct pthread
` [PATCH 2/2] Refactor internal-signals.h

[COMMITTED] posix: Remove unused definition on _Fork
 2022-04-26 17:23 UTC 

[PATCH v11 0/7] Support DT_RELR relative relocation format
 2022-04-26 15:39 UTC  (15+ messages)
` [PATCH v11 1/7] elf: Define DT_RELR related macros and types
` [PATCH v11 2/7] Add GLIBC_ABI_DT_RELR for DT_RELR support
` [PATCH v11 3/7] elf: Support DT_RELR relative relocation format [BZ #27924]
` [PATCH v11 4/7] elf: Properly handle zero DT_RELA/DT_REL values
` [PATCH v11 5/7] elf: Add more DT_RELR tests
` [PATCH v11 6/7] Add --disable-default-dt-relr
` [PATCH v11 7/7] NEWS: Mention DT_RELR support

[COMMITTED] i386: Regenerate ulps
 2022-04-26 15:01 UTC 

[PATCH] scripts/glibcelf.py: Mark as UNSUPPORTED on Python 3.5 and earlier
 2022-04-26 13:19 UTC  (5+ messages)

[PATCH v2] nptl: Add backoff mechanism to spinlock loop
 2022-04-26 12:42 UTC  (11+ messages)

[PATCH v4 0/9] Add arc4random support
 2022-04-26 12:36 UTC  (12+ messages)
` [PATCH v4 1/9] stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
` [PATCH v4 2/9] stdlib: Add arc4random tests
` [PATCH v4 3/9] benchtests: Add arc4random benchtest
` [PATCH v4 4/9] aarch64: Add optimized chacha20
` [PATCH v4 5/9] x86: Add SSE2 "
` [PATCH v4 6/9] x86: Add AVX2 "
` [PATCH v4 7/9] powerpc64: Add "
` [PATCH v4 8/9] s390x: "
` [PATCH v4 9/9] stdlib: Add TLS optimization to arc4random

[PATCH v2] elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOC
 2022-04-26 11:46 UTC  (3+ messages)

Monday Patch Queue Review update (2022-04-25)
 2022-04-25 22:02 UTC 

[PATCH] INSTALL: Rephrase -with-default-link documentation
 2022-04-25 21:58 UTC  (2+ messages)

[PATCH] elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOC
 2022-04-25 17:53 UTC  (3+ messages)

[PATCH] dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)
 2022-04-25 17:12 UTC  (2+ messages)

[PATCH] elf: Move post-relocation code of _dl_start into _dl_start_final
 2022-04-25 15:14 UTC  (2+ messages)

[PATCH v3 0/9] Add arc4random support
 2022-04-25 12:36 UTC  (14+ messages)
` [PATCH v3 1/9] stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
` [PATCH v3 7/9] powerpc64: Add optimized chacha20
` [PATCH v3 9/9] stdlib: Add TLS optimization to arc4random

[PATCH] misc: Fix rare fortify crash on wchar funcs. [BZ 29030]
 2022-04-25 12:04 UTC  (2+ messages)
` [committed] "

[PATCH] Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose
 2022-04-25  9:05 UTC  (3+ messages)

[PATCH] elf: Remove unused enum allowmask
 2022-04-25  7:06 UTC  (2+ messages)

[PATCH] benchtests: Add pthread-mutex-locks bench
 2022-04-24  3:04 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] elf: Move elf_dynamic_do_Rel RTLD_BOOTSTRAP branches outside
 2022-04-24  1:49 UTC  (3+ messages)

[PATCH v1 1/5] benchtests: Improve bench-strrchr
 2022-04-23  1:53 UTC  (29+ messages)
` [PATCH v1 2/5] x86: Optimize {str|wcs}rchr-sse2
` [PATCH v2 1/4] benchtests: Improve bench-strrchr
  ` [PATCH v2 2/4] x86: Optimize {str|wcs}rchr-sse2
  ` [PATCH v2 3/4] x86: Optimize {str|wcs}rchr-avx2
  ` [PATCH v2 4/4] x86: Optimize {str|wcs}rchr-evex
` [PATCH v3 1/4] benchtests: Improve bench-strrchr
  ` [PATCH v3 2/4] x86: Optimize {str|wcs}rchr-sse2
  ` [PATCH v3 3/4] x86: Optimize {str|wcs}rchr-avx2
  ` [PATCH v3 4/4] x86: Optimize {str|wcs}rchr-evex
` [PATCH v4 1/4] benchtests: Improve bench-strrchr

[PATCH v1 1/2] x86: Optimize L(less_vec) case in memcmp-evex-movbe.S
 2022-04-23  1:53 UTC  (4+ messages)

[PATCH] x86: Don't set Prefer_No_AVX512 for processors with AVX512 and AVX-VNNI
 2022-04-23  1:51 UTC  (11+ messages)

[PATCH] x86-64: Use notl in EVEX strcmp [BZ #28646]
 2022-04-23  1:49 UTC  (3+ messages)

[PATCH v1] x86: Shrink memcmp-sse4.S code size
 2022-04-23  1:44 UTC  (4+ messages)

[PATCH v1 1/5] string: Make tests birdirectional test-memcpy.c
 2022-04-23  1:42 UTC  (8+ messages)
` [PATCH v4 "
  ` [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] x86-64: Replace movzx with movzbl
 2022-04-23  1:36 UTC  (4+ messages)

[PATCH 0/2] Enable EVEX strcmp
 2022-04-23  1:34 UTC  (5+ messages)
` [PATCH 1/2] x86-64: Improve EVEX strcmp with masked load
` [PATCH 2/2] x86-64: Remove Prefer_AVX2_STRCMP

[PATCH v1] x86: Replace sse2 instructions with avx in memcmp-evex-movbe.S
 2022-04-23  1:22 UTC  (3+ messages)

[PATCH v1 1/3] benchtests: Add medium cases and increase iters in bench-memset.c
 2022-04-23  1:19 UTC  (9+ messages)
` [PATCH v1 2/3] x86: Modify ENTRY in sysdep.h so that p2align can be specified
` [PATCH v1 3/3] x86: Optimize memset-vec-unaligned-erms.S

[PATCH v1 1/2] x86: Modify ENTRY in sysdep.h so that p2align can be specified
 2022-04-23  1:17 UTC  (5+ messages)
` [PATCH v1 2/2] x86: Optimize memcmp-evex-movbe.S for frontend behavior and size

[PATCH] x86-64: Optimize load of all bits set into ZMM register [BZ #28252]
 2022-04-22 21:42 UTC  (3+ messages)

[PATCH v10 0/7] Support DT_RELR relative relocation format
 2022-04-22 18:47 UTC  (11+ messages)
` [PATCH v10 3/7] elf: Support DT_RELR relative relocation format [BZ #27924]
` [PATCH v10 5/7] elf: Add more DT_RELR tests
` [PATCH v10 6/7] Add --disable-default-dt-relr

[PATCH] x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32
 2022-04-22 18:06 UTC  (2+ messages)

[PATCH v4] scripts: Add glibcelf.py module
 2022-04-22 17:25 UTC  (5+ messages)

[PATCH v3 1/2] scripts: Add glibcelf.py module
 2022-04-22  8:56 UTC  (12+ messages)
` [PATCH v3 2/2] Default to --with-default-link=no (bug 25812)

[PATCH v13 0/2] arm64: Enable BTI for the executable as well as the interpreter
 2022-04-21 17:58 UTC  (9+ messages)

[PATCH 0/2] localedata: Add locale for syr_SY [BZ #27063]
 2022-04-21 16:17 UTC  (10+ messages)

[PATCH] libio: Remove _IO_adjust_column, _IO_adjust_wcolumn, column tracking
 2022-04-21 10:00 UTC  (2+ 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).