public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v1] x86: Fix missing __wmemcmp def for disable-multiarch build
 2022-04-19 23:39 UTC  (3+ messages)

[PATCH v1 1/3] x86: Optimize memcmp SSE2 in memcmp.S
 2022-04-19 22:56 UTC  (20+ messages)
` [PATCH v1 2/3] x86: Remove memcmp-sse4.S
` [PATCH v1 3/3] x86: Cleanup page cross code in memcmp-avx2-movbe.S
` [PATCH v2 1/3] x86: Optimize memcmp SSE2 in memcmp.S
  ` [PATCH v2 2/3] x86: Remove memcmp-sse4.S
  ` [PATCH v2 3/3] x86: Cleanup page cross code in memcmp-avx2-movbe.S
` [PATCH v3 1/3] x86: Optimize memcmp SSE2 in memcmp.S
  ` [PATCH v3 2/3] x86: Remove memcmp-sse4.S
  ` [PATCH v3 3/3] x86: Cleanup page cross code in memcmp-avx2-movbe.S

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

[PATCH v2] elf: Remove __libc_init_secure
 2022-04-19 21:26 UTC  (2+ messages)

[PATCH v3 00/13] GLIBC LoongArch PATCHES
 2022-04-19 20:06 UTC  (15+ messages)
` [PATCH v3 01/13] LoongArch: Update NEWS and README for the LoongArch port
` [PATCH v3 02/13] LoongArch: Add LoongArch entries to config.h.in
` [PATCH v3 03/13] LoongArch: Add relocations and ELF flags to elf.h
` [PATCH v3 04/13] LoongArch: ABI Implementation
` [PATCH v3 05/13] LoongArch: Thread-Local Storage Support
` [PATCH v3 06/13] LoongArch: Generic <math.h> and soft-fp Routines
` [PATCH v3 07/13] LoongArch: Atomic and Locking Routines
` [PATCH v3 08/13] LoongArch: Linux Syscall Interface
` [PATCH v3 09/13] LoongArch: Linux ABI
` [PATCH v3 10/13] LoongArch: Add ABI Lists
` [PATCH v3 11/13] LoongArch: Build Infastructure
` [PATCH v3 12/13] LoongArch: Hard Float Support
` [PATCH v3 13/13] LoongArch: Update build-many-glibcs.py for the LoongArch Port

[PATCH 0/2] localedata: Add locale for syr_SY [BZ #27063]
 2022-04-19 19:42 UTC  (8+ messages)

[PATCH v2] nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
 2022-04-19 13:12 UTC  (9+ messages)

Why -static-libgcc? (Or: Do we need a build-time libc.so linker script?)
 2022-04-19 11:57 UTC  (5+ messages)

[PATCH v13 0/2] arm64: Enable BTI for the executable as well as the interpreter
 2022-04-19 10:51 UTC  (3+ messages)
` [PATCH v13 1/2] elf: Allow architectures to parse properties on the main executable
` [PATCH v13 2/2] arm64: Enable BTI for main executable as well as the interpreter

[PATCH] elf: Remove __libc_init_secure
 2022-04-19  9:25 UTC  (2+ messages)

[PATCH] elf: Remove __libc_enable_secure_decided
 2022-04-18 23:49 UTC  (3+ messages)

[COMMITTED 2.34, 2.35] mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)
 2022-04-18 16:18 UTC 

[PATCH v2 0/8] Add arc4random support
 2022-04-18 15:58 UTC  (11+ messages)
` [PATCH v2 1/8] stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
` [PATCH v2 2/8] stdlib: Add arc4random tests
` [PATCH v2 3/8] benchtests: Add arc4random benchtest
` [PATCH v2 4/8] aarch64: Add optimized chacha20
` [PATCH v2 5/8] x86: Add SSE2 "
` [PATCH v2 6/8] x86: Add AVX2 "
` [PATCH v2 7/8] powerpc64: Add "
` [PATCH v2 8/8] s390x: "

Monday Patch Queue Review update (2022-04-11)
 2022-04-18 11:47 UTC 

Monday Patch Queue Review - No meeting
 2022-04-18 11:44 UTC 

[PATCH] elf: Move elf_dynamic_do_Rel RTLD_BOOTSTRAP branches outside
 2022-04-18  7:37 UTC 

[PATCH] misc: Fix rare fortify crash on wchar funcs. [BZ 29030]
 2022-04-18  5:15 UTC  (3+ messages)

[PATCH] Change fno-unit-at-a-time to fno-toplevel-reorder
 2022-04-16 18:36 UTC 

[PATCH] [Bug 215844] scanf.3: Clarify ll and L modifiers
 2022-04-16 18:19 UTC 

[PATCH v5 0/7] Refactor syslog implementation
 2022-04-15 14:00 UTC  (3+ messages)

[COMMITTED] stdio: Split __get_errname definition from errlist.c
 2022-04-15 12:38 UTC 

[PATCH 0/7] Add arc4random support
 2022-04-15 10:22 UTC  (31+ messages)
` [PATCH 2/7] stdlib: Add arc4random tests
` [PATCH 3/7] benchtests: Add arc4random benchtest
` [PATCH 4/7] x86: Add SSSE3 optimized chacha20
` [PATCH 5/7] x86: Add AVX2 "

[PATCH v5] elf: fixes compile error when both enable -Werror and -DNDEBUG
 2022-04-15  9:25 UTC 

[PATCH v5 6/6] x86: Reduce code size of mem{move|pcpy|cpy}-ssse3
 2022-04-15  5:03 UTC  (2+ messages)

[PATCH v2 00/14] GLIBC LoongArch PATCHES
 2022-04-15  1:28 UTC  (34+ messages)
` [PATCH v2 01/14] LoongArch: Update NEWS and README for the LoongArch port
` [PATCH v2 04/14] LoongArch: ABI Implementation
` [PATCH v2 05/14] LoongArch: Thread-Local Storage Support
` [PATCH v2 07/14] LoongArch: Atomic and Locking Routines
` [PATCH v2 08/14] LoongArch: Linux Syscall Interface
` [PATCH v2 09/14] LoongArch: Linux ABI
` [PATCH v2 10/14] LoongArch: Linux Startup and Dynamic Loading Code
` [PATCH v2 11/14] LoongArch: Add ABI Lists
` [PATCH v2 13/14] LoongArch: Hard Float Support

[v2] posix/glob.c: update from gnulib
 2022-04-14 23:40 UTC  (2+ messages)
` [v3] "

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

[PATCH v1 1/2] stdlib: Refactor {u}int_fast defs in stdint
 2022-04-14 22:44 UTC  (5+ messages)
` [PATCH v1 2/2] x86_64: Add {u}int_fast defs ideal for x86_64

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

[PATCH v1 2/6] x86: Remove str{n}{case}cmp-ssse3
 2022-04-14 18:13 UTC  (12+ messages)
` [PATCH v5 1/6] x86: Remove {w}memcmp-ssse3
  ` [PATCH v5 2/6] x86: Remove str{n}{case}cmp-ssse3
  ` [PATCH v5 3/6] x86: Remove str{n}cat-ssse3
  ` [PATCH v5 4/6] x86: Remove str{p}{n}cpy-ssse3
  ` [PATCH v5 5/6] x86: Remove mem{move|cpy}-ssse3-back
  ` [PATCH v5 6/6] x86: Reduce code size of mem{move|pcpy|cpy}-ssse3

[PowerPC64] Use medium model toc accesses throughout
 2022-04-14 17:55 UTC  (14+ messages)
` [PATCH v2 0/4] PowerPC64 static-pie
  ` [PATCH v2 4/4] powerpc64: Enable static-pie
          ` DT_RELR without libc.so dependency

[PATCH] nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
 2022-04-14 15:55 UTC  (4+ messages)

[PATCH v2] manual: Document the dlinfo function
 2022-04-14 15:43 UTC 

[PATCH 0/4] Move libio lock single-thread optimization to generic libc-lock
 2022-04-14 15:28 UTC  (4+ messages)

[PATCH] manual: Document the dlinfo function
 2022-04-14 15:27 UTC  (2+ messages)

[PATCH v1 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
 2022-04-14 14:56 UTC  (14+ messages)
` [PATCH v1 2/6] elf: Add tests for the hash functions in dl-hash.h
` [PATCH v1 3/6] nss: Add tests for the nss_hash in nss_hash.h
` [PATCH v1 4/6] benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hash
` [PATCH v1 5/6] nss: Optimize nss_hash in nss_hash.c
` [PATCH v1 6/6] elf: Optimize __dl_new_hash in dl-hash.h
` [PATCH v2 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
  ` [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 v2 4/6] benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hash
  ` [PATCH v2 5/6] nss: Optimize nss_hash in nss_hash.c
  ` [PATCH v2 6/6] elf: Optimize _dl_new_hash in dl-new-hash.h

[PATCH] S390: Add new s390 platform z16
 2022-04-14  8:39 UTC  (3+ messages)

[PATCH v1] Replace {u}int_fast{16|32} with {u}int32_t
 2022-04-14  3:21 UTC  (12+ messages)
` [PATCH v5] "
` [PATCH v6] "

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