public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v5 1/2] x86: Optimize strlen-evex.S
 2021-04-20  1:01 UTC  (3+ messages)
` [PATCH v5 2/2] x86: Optimize strlen-avx2.S

[COMMITTED] [PATCH] Reindent string/test-memmove.c
 2021-04-20  0:48 UTC 

[PATCH liburing] examples/ucontext-cp.c: cope with variable SIGSTKSZ
 2021-04-20  0:05 UTC  (4+ messages)

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-04-19 23:52 UTC  (30+ messages)

[PATCH v4 1/2] x86: Optimize strlen-evex.S
 2021-04-19 23:39 UTC  (6+ messages)
` [PATCH v4 2/2] x86: Optimize strlen-avx2.S

[PATCH v5 1/2] x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.S
 2021-04-19 21:52 UTC  (4+ messages)
` [PATCH v5 2/2] x86: Expand test-memset.c and bench-memset.c

[PATCH v4 1/2] x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.S
 2021-04-19 21:44 UTC  (3+ messages)
` [PATCH v4 2/2] x86: Expand test-memset.c and bench-memset.c

[PATCH v2 1/2] x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.S
 2021-04-19 21:07 UTC  (6+ messages)
` [PATCH v2 2/2] x86: Expand test-memset.c and bench-memset.c

[PATCH v3 1/2] x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.S
 2021-04-19 19:35 UTC  (2+ messages)
` [PATCH v3 2/2] x86: Expand test-memset.c and bench-memset.c

[PATCH] x86-64: Require BMI2 for strchr-avx2.S
 2021-04-19 17:58 UTC  (2+ messages)

[PATCH v1 1/2] x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.S
 2021-04-19 16:30 UTC  (6+ messages)
` [PATCH v1 2/2] x86: Expand test-memset.c and bench-memset.c

[PATCH v3 1/2] x86: Optimize strlen-evex.S
 2021-04-19 16:28 UTC  (2+ messages)
` [PATCH v3 2/2] x86: Optimize strlen-avx2.S

[PATCH v2 1/2] x86: Optimize strlen-evex.S
 2021-04-19 16:28 UTC  (6+ messages)
` [PATCH v2 2/2] x86: Optimize strlen-avx2.S

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-04-19 14:57 UTC  (7+ messages)

[PATCH] x86-64: Require BMI2 for __strlen_evex and __strnlen_evex
 2021-04-19 14:53 UTC  (3+ messages)

[PATCH] Add an internal wrapper for clone, clone2 and clone3
 2021-04-19 12:56 UTC  (8+ messages)
    ` [PATCH v2] "
          ` [PATCH v3] "
            ` PING^1 "

[PATCH] Run $(objpfx)iconvconfig as an installed program
 2021-04-19 12:55 UTC  (2+ messages)
` PING^1 "

[PATCH v2] nptl_db: Support different libpthread/ld.so load orders (bug 27744)
 2021-04-19 10:57 UTC  (3+ messages)

[PATCH v3] nptl_db: Support different libpthread/ld.so load orders (bug 27744)
 2021-04-19 10:40 UTC 

Reminder: Patchwork review meeting 2021-04-19 @ 1300 UTC
 2021-04-19 10:14 UTC 

[PATCH glibc] nptl_db: different libpthread/ld.so load orders (bug 27744)
 2021-04-19  9:06 UTC  (17+ messages)

[PATCH] stdlib: Fix data race in __run_exit_handlers
 2021-04-19  2:57 UTC  (12+ messages)

[committed 1/2] benchtests: Fix pthread-locks test to produce valid json
 2021-04-18  7:34 UTC  (2+ messages)
` [committed 2/2] benchtests: Fix name of exp10f benchmark variant

RFC: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX
 2021-04-17 19:05 UTC  (6+ messages)

[PATCH v1 1/2] x86: Optimize strlen-evex.S
 2021-04-17 18:56 UTC  (4+ messages)
` [PATCH v1 2/2] x86: Optimize strlen-avx2.S

[PATCH] powerpc: Add optimized strlen for POWER10
 2021-04-16 21:24 UTC 

[PATCH v8 1/2] x86: Update large memcpy case in memmove-vec-unaligned-erms.S
 2021-04-16 19:09 UTC  (7+ messages)
` [PATCH v8 2/2] x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c

[PATCH v8 1/3] arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
 2021-04-16 16:20 UTC  (3+ messages)

[PATCH v5] Set the retain attribute on _elf_set_element if CC supports [BZ #27492]
 2021-04-16 13:00 UTC  (14+ messages)

[PATCH v2] powerpc: Add missing registers to clobbers list for syscalls [BZ #27623]
 2021-04-16 11:44 UTC  (2+ messages)

Glibc commit causing regression in gdb
 2021-04-16 10:59 UTC  (4+ messages)

[PATCH v4 00/37] libpthread: Remove NPTL forwarders
 2021-04-16  9:24 UTC  (38+ messages)
` [PATCH v4 01/37] nptl: Move pthread_mutex_consistent into libc
` [PATCH v4 02/37] nptl: Move __pthread_cleanup_routine "
` [PATCH v4 03/37] nptl: Move legacy unwinding implementation "
` [PATCH v4 04/37] nptl: Move legacy cancelation handling into libc as compat symbols
` [PATCH v4 05/37] nptl: Remove longjmp, siglongjmp from libpthread
` [PATCH v4 06/37] x86: Restore compile-time check for shadow stack pointer in longjmp
` [PATCH v4 07/37] nptl: Move __pthread_cleanup_upto into libc
` [PATCH v4 08/37] nptl: Move pthread_once and __pthread_once "
` [PATCH v4 09/37] nptl: Move __pthread_unwind_next "
` [PATCH v4 10/37] csu: Move calling main out of __libc_start_main_impl
` [PATCH v4 11/37] nptl: Move internal __nptl_nthreads variable into libc
` [PATCH v4 12/37] nptl_db: Introduce DB_MAIN_ARRAY_VARIABLE
` [PATCH v4 13/37] nptl: Move __pthread_keys global variable into libc
` [PATCH v4 14/37] nptl: Move __nptl_deallocate_tsd "
` [PATCH v4 15/37] nptl: Move pthread_exit "
` [PATCH v4 16/37] nptl: Move pthread_setcancelstate "
` [PATCH v4 17/37] nptl: Move pthread_setcanceltype "
` [PATCH v4 18/37] nptl: Invoke the set_robust_list system call directly in fork
` [PATCH v4 19/37] dlfcn: Failures after dlmopen should not terminate process [BZ #24772]
` [PATCH v4 20/37] dlfcn: dlerror needs to call free from the base namespace [BZ #24773]
` [PATCH v4 21/37] Remove pthread_key_create-related internals from libc-lock.h
` [PATCH v4 22/37] elf: Introduce __tls_init_tp for second-phase TCB initialization
` [PATCH v4 23/37] nptl: Move part of TCB initialization from libpthread to __tls_init_tp
` [PATCH v4 24/37] nptl: Move pthread_key_create, __pthread_key_create into libc
` [PATCH v4 25/37] nptl: Move pthread_getspecific, __pthread_getspecific "
` [PATCH v4 26/37] nptl: Move pthread_setspecific, __pthread_setspecific "
` [PATCH v4 27/37] nptl: Move pthread_key_delete "
` [PATCH v4 28/37] nptl: Move rwlock functions with forwarders "
` [PATCH v4 29/37] nptl: Move the internal thread priority protection symbols "
` [PATCH v4 30/37] pthread: Introduce __pthread_early_init
` [PATCH v4 31/37] nptl: Move internal symbol __mutex_aconf into libc
` [PATCH v4 32/37] nptl: pthread_mutex_lock, pthread_mutex_unock single-threaded optimization
` [PATCH v4 33/37] x86: Remove low-level lock optimization
` [PATCH v4 34/37] nptl: Move core mutex functions into libc
` [PATCH v4 35/37] nptl: Move core condition variable "
` [PATCH v4 36/37] nptl: Move setxid broadcast implementation "
` [PATCH v4 37/37] nptl: Remove remnants of the libc/libpthread forwarder interface

[PATCH v2 00/14] Dynamic TLS related data race fixes
 2021-04-16  9:12 UTC  (19+ messages)
` [PATCH v2 02/14] elf: Add a DTV setup test [BZ #27136]
` [PATCH v2 03/14] elf: Fix comments and logic in _dl_add_to_slotinfo
` [PATCH v2 04/14] elf: Refactor _dl_update_slotinfo to avoid use after free
` [PATCH v2 05/14] elf: Fix data races in pthread_create and TLS access [BZ #19329]
` [PATCH v2 06/14] elf: Use relaxed atomics for racy accesses "
` [PATCH v2 07/14] elf: Add test case for "
` [PATCH v2 08/14] elf: Fix DTV gap reuse logic [BZ #27135]
` [PATCH v2 13/14] elf: Remove lazy tlsdesc relocation related code

[PATCH] powerpc: Remove backtrace implementation
 2021-04-15 20:44 UTC  (11+ messages)

[PATCH 00/15] Add some tests and infra changes
 2021-04-15 12:00 UTC  (29+ messages)
` [PATCH 01/15] io: Move file timestamps tests out of Linux
` [PATCH 02/15] linux: Add futimes test
` [PATCH 03/15] linux: Add lutimes test
` [PATCH 04/15] io: Add basic tests for utimensat
` [PATCH 05/15] io: Use temporary directory and file for ftwtest-sh
` [PATCH 06/15] time: Add getitimer and setitimer basic tests
` [PATCH 07/15] time: Add gmtime/gmtime_r tests
` [PATCH 08/15] time: Add timegm/timelocal basic tests
` [PATCH 09/15] time: Add basic timespec_get tests
` [PATCH 10/15] time: Add 64 bit tests for getdate / getdate_r
` [PATCH 11/15] posix: Add wait3 tests
` [PATCH 12/15] linux: mips: Split libpthread.abilist in n32 and n64

[COMMITTED] s390: Update ulps
 2021-04-15  9:09 UTC 

Mark Brown stepping down as member of glibc steering committee
 2021-04-15  6:13 UTC  (3+ messages)

UTF-8 in glibc commit messages
 2021-04-14 20:28 UTC  (9+ messages)

[committed] ARC: Update ulps
 2021-04-14 17:10 UTC 

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