public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v1 1/3] x86: Optimize memcmp SSE2 in memcmp.S
 2022-04-15 17:33 UTC  (15+ 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 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  (34+ messages)
` [PATCH 1/7] stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
` [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 6/7] aarch64: Add "
` [PATCH 7/7] powerpc64: "

[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 v3 00/13] GLIBC LoongArch PATCHES
 2022-04-15  1:31 UTC  (14+ 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 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 v2] nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
 2022-04-14 18:26 UTC  (2+ messages)

[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  (17+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
` [PATCH v6] "

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

[COMMITTED] stdlib: Reflow and sort most variable assignments
 2022-04-13 20:04 UTC 

[PATCH v7 0/6] Support DT_RELR relative relocation format
 2022-04-13 16:54 UTC  (7+ messages)
` [PATCH v7 2/6] Add GLIBC_ABI_DT_RELR for DT_RELR support
` [PATCH v7 3/6] elf: Support DT_RELR relative relocation format [BZ #27924]

[PATCH] elf: Fix memory leak in _dl_find_object_update (bug 29062)
 2022-04-13 13:11 UTC  (2+ messages)

[PATCH v3 0/2] Args adjustment with ./ld.so exe [BZ #23293]
 2022-04-13 13:00 UTC  (3+ messages)
` [PATCH v3 1/2] aarch64: Use generic argv adjustment in ld.so "
` [PATCH v3 2/2] aarch64: Move ld.so _start to separate file and drop _dl_skip_args

[PATCH v4] elf: fixes compile error when both enable -Werror and -DNDEBUG
 2022-04-13 12:46 UTC  (3+ messages)

[PATCH v2 0/2] Args adjustment with ./ld.so exe [BZ #23293]
 2022-04-13 11:49 UTC  (4+ messages)
` [PATCH v2 1/2] aarch64: Use generic argv adjustment in ld.so "
` [PATCH v2 2/2] aarch64: Move ld.so _start to separate file

[PATCH 0/3] Args adjustment with ./ld.so exe [BZ #23293]
 2022-04-13  8:09 UTC  (10+ messages)
` [PATCH 1/3] Remove _dl_skip_args_internal declaration
` [PATCH 2/3] aarch64: Use generic argv adjustment in ld.so [BZ #23293]
` [PATCH 3/3] aarch64: Move ld.so _start to separate file

[COMMITTED] NEWS: Move PLT tracking slowdown to glibc 2.35
 2022-04-12 21:50 UTC  (2+ messages)

[PATCH,hurd] Fix arbitrary error code
 2022-04-12 20:45 UTC  (6+ messages)

[hurd,commited] hurd: Define ELIBEXEC
 2022-04-12 20:17 UTC 

[hurd,commited] hurd: Fix arbitrary error code
 2022-04-12 20:16 UTC 

[PATCH v2] nptl: Add backoff mechanism to spinlock loop
 2022-04-12 11:53 UTC  (5+ 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).