public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2] x86-64: Optimize bzero
 2022-02-10 13:22 UTC  (10+ messages)

[PATCH v3 1/5] Copy utf-7 module to modified-utf-7
 2022-02-10 13:17 UTC  (6+ messages)
` [PATCH v4 0/4] iconv: Add support for UTF-7-IMAP

[PATCH] realpath: Do not copy result on failure (BZ #28815)
 2022-02-10 12:36 UTC  (2+ messages)

[PATCH v3 0/3] Remove prelink support
 2022-02-10 12:17 UTC  (4+ messages)
` [PATCH v3 1/3] elf: "
` [PATCH v3 2/3] malloc: Remove LD_TRACE_PRELINKING usage from mtrace
` [PATCH v3 3/3] elf: Remove LD_USE_LOAD_BIAS

[PATCH v2 0/5] Linux: Auxiliary vector parsing cleanups
 2022-02-10 11:46 UTC  (18+ messages)
` [PATCH v2 1/5] elf: Merge dl-sysdep.c into the Linux version
` [PATCH v2 2/5] Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZE
` [PATCH v2 3/5] Linux: Remove DL_FIND_ARG_COMPONENTS
` [PATCH v2 4/5] Linux: Assume that NEED_DL_SYSINFO_DSO is always defined
` [PATCH v2 5/5] Linux: Consolidate auxiliary vector parsing

Use binutils 2.38 branch in build-many-glibcs.py
 2022-02-10  9:25 UTC  (2+ messages)

Retrospective on glibc 2.34 and glibc 2.35 release
 2022-02-10  6:33 UTC  (5+ messages)

[PATCH v2 0/3] Remove prelink support
 2022-02-10  6:12 UTC  (5+ messages)
` [PATCH v2 1/3] elf: "
` [PATCH v2 3/3] elf: Remove LD_USE_LOAD_BIAS

[PATCH v1] String: Ensure 'MIN_PAGE_SIZE' is factor of 'getpagesize'
 2022-02-09 20:48 UTC  (9+ messages)
` [PATCH v2] String: Ensure 'MIN_PAGE_SIZE' is multiple "
` [PATCH v3] "

[PATCH v2] string: Add support for __memsetzero on all targets
 2022-02-09 16:14 UTC  (3+ messages)
` [PATCH] elf: Use memset_zero to erase data

[PATCH] string: Add support for __memsetzero on all targets
 2022-02-09 16:11 UTC  (3+ messages)

[PATCH] benchtests: Add benches for zeroing memset
 2022-02-09 15:35 UTC 

[PATCH v2] elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libraries (BZ #28868)
 2022-02-09 13:53 UTC 

[PATCH] elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libraries (BZ #28868)
 2022-02-09 12:15 UTC  (6+ messages)

[RISCV] RISC-V GNU Toolchain Meeting Cancell (Feb 09, 2022)
 2022-02-09 11:42 UTC 

[PATCH v4] hppa: Fix bind-now audit (BZ #28857)
 2022-02-09 11:41 UTC  (3+ messages)

[PATCH] elf: Replace memcmp with __memcmpeq for variable size
 2022-02-09  1:42 UTC  (4+ messages)

[PATCH] linux: fix accuracy of get_nprocs and get_nprocs_conf [BZ #28865]
 2022-02-08 22:58 UTC  (13+ messages)
` [PATCH v2] "

[PATCH] benchtests: Add benches for bzero
 2022-02-08 22:01 UTC  (4+ messages)

Update kernel version to 5.16 in tst-mman-consts.py
 2022-02-08 21:23 UTC 

[PATCH] setlocale: Fail if iconv module for charset is not present [BZ #27996]
 2022-02-08  9:40 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] getaddrinfo: Fix leak with AI_ALL [BZ #28852]
 2022-02-08  8:19 UTC  (3+ messages)

[PATCH 2/2] localedata: Do not generate output if warnings were present
 2022-02-08  3:51 UTC  (2+ messages)

[PATCH 1/2] localedef: Update LC_MONETARY handling (Bug 28845)
 2022-02-08  3:46 UTC  (2+ messages)

[PATCH v3 0/5] Support DT_RELR relative relocation format
 2022-02-07 23:51 UTC  (6+ messages)
` [PATCH v3 1/5] elf: Support DT_RELR relative relocation format [BZ #27924]
` [PATCH v3 2/5] elf: Properly handle zero DT_RELA/DT_REL values
` [PATCH v3 3/5] Add GLIBC_ABI_DT_RELR for DT_RELR support
` [PATCH v3 4/5] Add --disable-default-dt-relr
` [PATCH v3 5/5] NEWS: Mention DT_RELR support

Monday Patch Queue Review update (2022-02-07)
 2022-02-07 23:05 UTC 

[PATCH] x86/configure.ac: Define PI_STATIC_AND_HIDDEN/SUPPORT_STATIC_PIE
 2022-02-07 22:11 UTC 

[PATCH] x86-64: Optimize bzero
 2022-02-07 22:08 UTC 

[PATCH v1] x86: Remove SSE3 instruction for broadcast in memset.S (SSE2 Only)
 2022-02-07 20:56 UTC  (7+ messages)
` [PATCH v2] x86: Remove SSSE3 "

[PATCH] elf: Replace memcmp with __memcmpeq for variable size
 2022-02-07 20:35 UTC  (10+ messages)

[PATCH v2 0/7] Support DT_RELR relative relocation format
 2022-02-07 20:27 UTC  (9+ messages)
` [PATCH v2 1/7] elf: Support DT_RELR relative relocation format [BZ #27924]
` [PATCH v2 2/7] elf: Properly handle zero DT_RELA/DT_REL values
` [PATCH v2 3/7] Add GLIBC_ABI_DT_RELR for DT_RELR support
` [PATCH v2 4/7] x86/configure.ac: Define PI_STATIC_AND_HIDDEN/SUPPORT_STATIC_PIE
` [PATCH v2 5/7] x86: Define SUPPORT_DT_RELR
` [PATCH v2 6/7] Add --disable-default-dt-relr
` [PATCH v2 7/7] NEWS: Mention DT_RELR support

[PATCH v4 1/5] string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp]
 2022-02-07 20:17 UTC  (5+ messages)
` [PATCH v4 2/5] string: Improve coverage in test-strcmp.c and test-strncmp.c

[PATCH v1] x86: Reformat code in svml_s_atanhf16_core_avx512.S
 2022-02-07 19:33 UTC  (5+ messages)

[PATCH v2] benchtests: Add benches for bzero
 2022-02-07 19:14 UTC 

[PATCH v2 00/15] linux: Add new syscalls
 2022-02-07 17:44 UTC  (16+ messages)
` [PATCH v2 01/15] linux: Add pidfd_open
` [PATCH v2 02/15] linux: Add pidfd_getfd
` [PATCH v2 03/15] linux: Add pidfd_send_signal
` [PATCH v2 04/15] linux: Add P_PIDFD
` [PATCH v2 05/15] linux: Add tst-pidfd.c
` [PATCH v2 06/15] linux: Add process_madvise
` [PATCH v2 07/15] linux: Add process_mrelease
` [PATCH v2 08/15] linux: Add fsopen
` [PATCH v2 09/15] linux: Add fsmount
` [PATCH v2 10/15] linux: Add move_mount
` [PATCH v2 11/15] linux: Add fsconfig
` [PATCH v2 12/15] linux: Add fspick
` [PATCH v2 13/15] linux: Add open_tree
` [PATCH v2 14/15] linux: Add tst-mount to check for Linux new mount API
` [PATCH v2 15/15] linux: Add mount_setattr

[PATCH v3] hppa: Fix bind-now audit (BZ #28857)
 2022-02-07 17:13 UTC  (4+ messages)

[PATCH v2] hppa: Fix bind-now audit (BZ #28857)
 2022-02-07 15:14 UTC  (2+ messages)

[PATCH] benchtests: Sort benches in Makefile
 2022-02-07 15:08 UTC  (2+ messages)

Patchwork review workflow: archival rules
 2022-02-07 14:09 UTC  (4+ messages)

[PATCH v13 0/4] Multiple rtld-audit fixes
 2022-02-07 11:03 UTC  (4+ messages)
` [PATCH v13 3/4] elf: Issue la_symbind for bind-now (BZ #23734)
  ` [PATCH] elf: Replace tst-audit24bmod2.so with tst-audit24bmod2

[PATCH v1] x86: Improve vec generation in memset-vec-unaligned-erms.S
 2022-02-07  3:48 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] x86-64: Make bcmp an alias of __memcmpeq
 2022-02-06 20:16 UTC  (4+ messages)

[PATCH 00/20] x86-64: Add vector functions to libmvec microbenchmark
 2022-02-06 16:42 UTC  (41+ messages)
` [PATCH 01/20] x86-64: Add vector atan/atanf "
` [PATCH 02/20] x86-64: Add vector asin/asinf "
` [PATCH 03/20] x86-64: Add vector hypot/hypotf "
` [PATCH 04/20] x86-64: Add vector exp2/exp2f "
` [PATCH 05/20] x86-64: Add vector exp10/exp10f "
` [PATCH 06/20] x86-64: Add vector cosh/coshf "
` [PATCH 07/20] x86-64: Add vector expm1/expm1f "
` [PATCH 08/20] x86-64: Add vector sinh/sinhf "
` [PATCH 09/20] x86-64: Add vector cbrt/cbrtf "
` [PATCH 10/20] x86-64: Add vector atan2/atan2f "
` [PATCH 11/20] x86-64: Add vector log10/log10f "
` [PATCH 12/20] x86-64: Add vector log2/log2f "
` [PATCH 13/20] x86-64: Add vector log1p/log1pf "
` [PATCH 14/20] x86-64: Add vector atanh/atanhf "
` [PATCH 15/20] x86-64: Add vector acosh/acoshf "
` [PATCH 16/20] x86-64: Add vector erf/erff "
` [PATCH 17/20] x86-64: Add vector tanh/tanhf "
` [PATCH 18/20] x86-64: Add vector asinh/asinhf "
` [PATCH 19/20] x86-64: Add vector erfc/erfcf "
` [PATCH 20/20] x86-64: Add vector tan/tanf "

[PATCH v1] Benchtests: Add length zero benchmark for memset in bench-memset.c
 2022-02-06 16:22 UTC  (2+ messages)

[PATCH] x86_64/multiarch: Sort sysdep_routines and put one entry per line
 2022-02-06 14:51 UTC  (2+ messages)

[PATCH] string: Sort headers, routines, tests and tests-translation
 2022-02-06 14:50 UTC  (2+ messages)

[PATCH] x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
 2022-02-06 14:49 UTC  (2+ messages)

[PATCH v1] Benchtests: move 'alloc_bufs' from loop in bench-memset.c
 2022-02-05 22:58 UTC  (3+ messages)

[PATCH 0/7] Support DT_RELR relative relocation format
 2022-02-05 17:24 UTC  (10+ messages)
` [PATCH 3/7] Add GLIBC_ABI_DT_RELR for DT_RELR support

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