unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2022-06-04 20:51:39 to 2022-06-09 00:10:03 UTC [more...]

[PATCH v1 1/7] x86: Improve svml_s_atanhf16_core_avx512.S
 2022-06-09  0:05 UTC  (15+ messages)
` [PATCH v1 2/7] x86: Improvement svml_s_atanhf8_core_avx2.S
` [PATCH v1 3/7] x86: Improve svml_s_atanhf4_core_sse4.S
` [PATCH v1 4/7] x86: Optimize svml_s_tanhf16_core_avx512.S
` [PATCH v1 5/7] x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4
` [PATCH v1 6/7] x86: Optimize svml_s_tanhf8_core_avx2.S
` [PATCH v1 7/7] x86: Optimize svml_s_tanhf4_core_sse4.S
` [PATCH v2 1/7] x86: Improve svml_s_atanhf16_core_avx512.S
  ` [PATCH v2 2/7] x86: Improvement svml_s_atanhf8_core_avx2.S
  ` [PATCH v2 3/7] x86: Improve svml_s_atanhf4_core_sse4.S
  ` [PATCH v2 4/7] x86: Optimize svml_s_tanhf16_core_avx512.S
  ` [PATCH v2 5/7] x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4
  ` [PATCH v2 6/7] x86: Optimize svml_s_tanhf8_core_avx2.S

[PATCH v1] x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]
 2022-06-08 22:40 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH] elf: Refine direct extern access diagnostics to protected symbol
 2022-06-08 20:21 UTC  (9+ messages)

glibc: the x86 mem[r]chr changes cause random segfaults
 2022-06-08 20:14 UTC  (7+ messages)

[PATCH 0/4] Simplify internal single-threaded usage
 2022-06-08 19:41 UTC  (10+ messages)
` [PATCH 1/4] misc: Optimize internal usage of __libc_single_threaded
` [PATCH 2/4] Replace __libc_multiple_threads with __libc_single_threaded
` [PATCH 3/4] Remove usage of TLS_MULTIPLE_THREADS_IN_TCB
` [PATCH 4/4] Remove single-thread.h

[PATCH v2] elf: Refine direct extern access diagnostics to protected symbol
 2022-06-08 19:37 UTC 

[PATCH v2] nptl_db: disable DT_RELR on libthread_db.so
 2022-06-08 18:58 UTC  (3+ messages)

[PATCH v2] elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
 2022-06-08 17:16 UTC  (14+ messages)
` [PATCH v3] "

[PATCH v4] elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
 2022-06-08 17:10 UTC 

[PATCH] Add bounds check to __libc_ifunc_impl_list
 2022-06-08 17:10 UTC  (2+ messages)

[PATCH v2] Avoid RMW of flags2 outside lock (BZ #27842)
 2022-06-08 16:53 UTC  (2+ messages)

[PATCH] Improve performance of IO locks
 2022-06-08 16:32 UTC 

[PATCH v5 00/13] GLIBC LoongArch PATCHES
 2022-06-08 13:16 UTC  (12+ messages)
` [PATCH v5 04/13] LoongArch: ABI Implementation
` [PATCH v5 09/13] LoongArch: Linux ABI
` [PATCH v5 11/13] LoongArch: Build Infastructure

[PATCH v4 0/3] Linux: Fix posix_spawn when user with time namespaces
 2022-06-08  8:35 UTC  (8+ messages)

[PATCH v2 1/2] support: Change non-address output format of support_format_dns_packet
 2022-06-07 20:30 UTC  (2+ messages)
` [PATCH v2 2/2] resolv: Implement no-aaaa stub resolver option

Out of the office for the Monday June 13th patch review meeting
 2022-06-07 19:00 UTC 

[PATCH] powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197]
 2022-06-07 18:45 UTC  (8+ messages)

[PATCH v1 2/8] x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`
 2022-06-07 18:21 UTC  (44+ messages)
` [PATCH v3 1/8] x86: Create header for VEC classes in x86 strings library
  ` [PATCH v3 2/8] x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`
` [PATCH v4 1/8] x86: Create header for VEC classes in x86 strings library
  ` [PATCH v4 2/8] x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`
  ` [PATCH v4 3/8] Benchtests: Improve memrchr benchmarks
  ` [PATCH v4 4/8] x86: Optimize memrchr-sse2.S
  ` [PATCH v4 5/8] x86: Optimize memrchr-evex.S
  ` [PATCH v4 6/8] x86: Optimize memrchr-avx2.S
  ` [PATCH v4 7/8] x86: Shrink code size of memchr-avx2.S
  ` [PATCH v4 8/8] x86: Shrink code size of memchr-evex.S
` [PATCH v5 1/8] x86: Create header for VEC classes in x86 strings library
  ` [PATCH v5 2/8] x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`
  ` [PATCH v5 3/8] Benchtests: Improve memrchr benchmarks
  ` [PATCH v5 4/8] x86: Optimize memrchr-sse2.S
  ` [PATCH v5 5/8] x86: Optimize memrchr-evex.S
  ` [PATCH v5 6/8] x86: Optimize memrchr-avx2.S
  ` [PATCH v5 7/8] x86: Shrink code size of memchr-avx2.S
  ` [PATCH v5 8/8] x86: Shrink code size of memchr-evex.S
` [PATCH v6 1/8] x86: Create header for VEC classes in x86 strings library
  ` [PATCH v6 2/8] x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`
  ` [PATCH v6 3/8] Benchtests: Improve memrchr benchmarks
  ` [PATCH v6 4/8] x86: Optimize memrchr-sse2.S
  ` [PATCH v6 5/8] x86: Optimize memrchr-evex.S
  ` [PATCH v6 6/8] x86: Optimize memrchr-avx2.S
  ` [PATCH v6 7/8] x86: Shrink code size of memchr-avx2.S
  ` [PATCH v6 8/8] x86: Shrink code size of memchr-evex.S

[PATCH v5 0/8] linux: Add new syscalls
 2022-06-07 18:10 UTC  (14+ messages)
` [PATCH v5 1/8] linux: Add fsopen
` [PATCH v5 2/8] linux: Add fsmount
` [PATCH v5 3/8] linux: Add move_mount
` [PATCH v5 4/8] linux: Add fsconfig
` [PATCH v5 5/8] linux: Add fspick
` [PATCH v5 6/8] linux: Add open_tree
` [PATCH v5 7/8] linux: Add tst-mount to check for Linux new mount API
` [PATCH v5 8/8] linux: Add mount_setattr

[PATCH v2 00/14] vfprintf rework to remove vtables
 2022-06-07 17:41 UTC  (10+ messages)
` [PATCH v2 05/14] stdio-common: Introduce buffers for implementing printf

[PATCH v3 00/11] vfprintf refactor
 2022-06-07 16:50 UTC  (12+ messages)
` [PATCH v3 01/11] locale: Implement struct grouping_iterator
` [PATCH v3 02/11] stdio-common: Introduce buffers for implementing printf
` [PATCH v3 03/11] stdio-common: Add __printf_function_invoke
` [PATCH v3 04/11] stdio-common: Add __translated_number_width
` [PATCH v3 05/11] stdio-common: Convert vfprintf and related functions to buffers
` [PATCH v3 06/11] stdio-common: Add lock optimization to vfprintf and vfwprintf
` [PATCH v3 07/11] libio: Convert __vsprintf_internal to buffers
` [PATCH v3 08/11] libio: Convert __vasprintf_internal "
` [PATCH v3 09/11] libio: Convert __vdprintf_internal "
` [PATCH v3 10/11] libio: Convert __obstack_vprintf_internal to buffers (bug 27124)
` [PATCH v3 11/11] libio: Convert __vswprintf_internal to buffers (bug 27857)

[PATCH v2] nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)
 2022-06-07 16:06 UTC  (3+ messages)

[PATCH] AArch64: Add SVE memcpy
 2022-06-07 13:55 UTC  (4+ messages)

[PATCH] nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)
 2022-06-07 12:47 UTC  (4+ messages)

Monday Patch Queue Review update (2022-06-06)
 2022-06-07  8:14 UTC  (2+ messages)

[PATCH] x86_64: Add strstr function with 512-bit EVEX
 2022-06-06 21:39 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v1] x86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no transactions
 2022-06-06 21:27 UTC  (2+ messages)

[PATCH] scripts/glibcelf.py: Add PT_AARCH64_MEMTAG_MTE constant
 2022-06-06 18:54 UTC  (2+ messages)

[PATCH 2/2] nss: handle stat failure in check_reload_and_get (BZ #28752)
 2022-06-06 16:14 UTC  (9+ messages)

[COMMITTED 2.35] socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225)
 2022-06-06 15:55 UTC 

[COMMITTED 2.34] socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225)
 2022-06-06 15:54 UTC 

[PATCH] socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225)
 2022-06-06 15:53 UTC 

[PATCH] riscv: Change the relocations handled for RTLD_BOOTSTRAP
 2022-06-06  5:02 UTC 

[PATCH] aarch64: Handle fewer relocations for RTLD_BOOTSTRAP
 2022-06-06  4:37 UTC 

[PATCH 0/1] Replace obsolete grep aliases
 2022-06-05 19:04 UTC  (7+ messages)
` [PATCH 1/1] */*: egrep -> grep -E, fgrep -> grep -F

[PATCH v4 1/2] nss: add assert to DB_LOOKUP_FCT (BZ #28752)
 2022-06-05  3:57 UTC  (2+ messages)
` [PATCH v4 2/2] nss: handle stat failure in check_reload_and_get "


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