public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] x86: Set rep_movsb_threshold to 2112 on processors with FSRM
 2021-05-01  1:26 UTC  (5+ messages)

[PATCH] powerpc64le: Optimize memcpy for POWER10
 2021-04-30 21:19 UTC  (8+ messages)
  ` [PATCHv2] "

[PATCH v2] powerpc: Optimized memmove for POWER10
 2021-04-30 21:18 UTC  (5+ messages)

[PATCH v2] powerpc64le: Optimize memset for POWER10
 2021-04-30 21:15 UTC  (7+ messages)

Patchwork test patch
 2021-04-30 21:06 UTC 

[PATCH] Propagate -ffile-prefix-map from CFLAGS to ASFLAGS
 2021-04-30 19:22 UTC  (3+ messages)

[PATCH v4 0/4] Add new C.UTF-8 locale (Bug 17318)
 2021-04-30 18:20 UTC  (14+ messages)
` [PATCH v4 1/4] Add support for processing wide ellipsis ranges in UTF-8
` [PATCH v4 2/4] Update UTF-8 charmap processing
` [PATCH v4 3/4] Regenerate localedata files
` [PATCH v4 4/4] Add generic C.UTF-8 locale (Bug 17318)

[PATCH] bench-memcpy: Collect data from 2KB to 4KB
 2021-04-30 17:15 UTC 

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-04-30 15:40 UTC  (17+ messages)

[PATCH 00/52] Add 64 bit time support on legacy ABIs
 2021-04-30 14:11 UTC  (11+ messages)
` [PATCH 20/52] login: Add 64-bit time support to utmp/utmpx

[PATCH V2] Add RFC 8335 Definitions from Linux 5.12
 2021-04-30  9:56 UTC  (5+ messages)

Undefined use of weak symbols in gnulib
 2021-04-30  9:55 UTC  (22+ messages)

[PATCH] Make Unicode generation reproducible
 2021-04-30  9:26 UTC  (2+ messages)

Cancelling Monday May 3rd Patch Queue review
 2021-04-30  8:18 UTC  (3+ messages)

[PATCH v2] nptl_db: Support different libpthread/ld.so load orders (bug 27744)
 2021-04-30  7:20 UTC  (6+ messages)

[PATCH] powerpc64le: Optimize memset for POWER10
 2021-04-29 23:49 UTC  (2+ messages)

[PATCH] powerpc64le: Optimize memset for POWER10
 2021-04-29 21:40 UTC  (7+ messages)

[PATCH] powerpc: Optimized memmove for POWER10
 2021-04-29 19:18 UTC  (7+ messages)

[PATCH] add attribute none to pthread_setspecific (BZ #27714)
 2021-04-29 16:16 UTC  (20+ messages)

[RFC][PATCH v10 0/7] Implementation of RTLD_SHARED for dlmopen
 2021-04-29 15:25 UTC  (3+ messages)

[PATCH v3] Add new C.UTF-8 locale (Bug 17318)
 2021-04-29 11:57 UTC  (6+ messages)

Update kernel version to 5.12 in tst-mman-consts.py
 2021-04-29  8:55 UTC  (2+ messages)

tests failing on x86_64-linux
 2021-04-28 23:54 UTC  (13+ messages)
            ` tests failing on x86_64-linux (due to test-container?)

[RFC] elf: Implement filtering of symbols historically defined in libpthread
 2021-04-28 18:01 UTC 

use of fma
 2021-04-28 17:46 UTC  (9+ messages)

[PATCH,v2] regenerate ulps on x86_64 with -march=native
 2021-04-28  9:30 UTC  (2+ messages)

[PATCH] regenerate ulps on x86_64 with -march=native
 2021-04-28  9:03 UTC  (3+ messages)

Update syscall lists for Linux 5.12
 2021-04-28  0:07 UTC  (2+ messages)

[PATCH v3 00/13] Add futex2 syscalls
 2021-04-27 23:12 UTC  (14+ messages)
` [PATCH v3 01/13] futex2: Implement wait and wake functions
` [PATCH v3 02/13] futex2: Add support for shared futexes
` [PATCH v3 03/13] futex2: Implement vectorized wait
` [PATCH v3 04/13] futex2: Implement requeue operation
` [PATCH v3 05/13] futex2: Add compatibility entry point for x86_x32 ABI
` [PATCH v3 06/13] docs: locking: futex2: Add documentation
` [PATCH v3 07/13] selftests: futex2: Add wake/wait test
` [PATCH v3 08/13] selftests: futex2: Add timeout test
` [PATCH v3 09/13] selftests: futex2: Add wouldblock test
` [PATCH v3 10/13] selftests: futex2: Add waitv test
` [PATCH v3 11/13] selftests: futex2: Add requeue test
` [PATCH v3 12/13] perf bench: Add futex2 benchmark tests
` [PATCH v3 13/13] kernel: Enable waitpid() for futex2

[PATCH 1/4] Remove architecture specific sched_cpucount optimizations
 2021-04-27 15:38 UTC  (3+ messages)
` [PATCH 2/4] linux: Use sched_getaffinity for __get_nprocs (BZ #27645)

[PATCH] powerpc: Remove backtrace implementation
 2021-04-27 15:09 UTC  (12+ messages)

[RFC v2] linux: use __fd_to_filename helper function instead of snprintf
 2021-04-27 13:09 UTC 

[RFC] linux: use __fd_to_filename helper function instead of snprintf
 2021-04-27 13:06 UTC  (3+ messages)

[PATCH 00/17] nptl: Move remaining mutex symbols into libpthread
 2021-04-27 11:08 UTC  (16+ messages)
` [PATCH 10/17] nptl: Move pthread_mutexattr_gettype into libc

Use Linux 5.12 and GCC 11 branch in build-many-glibcs.py
 2021-04-27  4:28 UTC  (2+ messages)

[PATCH] stdlib: Fix data race in __run_exit_handlers
 2021-04-26 19:27 UTC  (4+ messages)

[RFC] bpf.2: Use standard types and attributes
 2021-04-26 17:46 UTC  (3+ messages)

[PATCH 00/19] nptl: Move most C11 symbols into libc
 2021-04-26 17:12 UTC  (13+ messages)
` [PATCH 08/19] nptl: Move cnd_wait "
` [PATCH 09/19] nptl: Move mtx_destroy "
` [PATCH 10/19] nptl: Move mtx_init "
` [PATCH 11/19] nptl: Move mtx_lock "
` [PATCH 12/19] nptl: Move mtx_timedlock "
` [PATCH 13/19] nptl: Move mtx_trylock "
` [PATCH 14/19] nptl: Move mtx_unlock "
` [PATCH 15/19] nptl: Move thrd_exit "
` [PATCH 16/19] nptl: Move tss_create "
` [PATCH 17/19] nptl: Move tss_delete "
` [PATCH 18/19] nptl: Move tss_get "
` [PATCH 19/19] nptl: Move tss_set "

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