public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2] nptl: Add backoff mechanism to spinlock loop
 2022-03-30 17:21 UTC  (6+ messages)

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

[PATCH v1] Add .clang-format style file
 2022-03-30 17:02 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH v1 3/6] x86: Remove mem{move|cpy}-ssse3
 2022-03-30 16:54 UTC  (7+ messages)

[PATCH v1 1/2] random-bits: Factor out entropy generating function
 2022-03-30 16:30 UTC  (12+ messages)
` [PATCH v1 2/2] x86: Use rdtsc for generating entropy for random_bits

[PATCH] Remove fno-unit-at-a-time make variable
 2022-03-30 16:28 UTC  (4+ messages)

Backporting LD_AUDIT fixes to the glibc 2.34 release branch?
 2022-03-30 16:18 UTC  (5+ messages)

[PATCH] Remove -z combreloc and HAVE_Z_COMBRELOC
 2022-03-30  6:17 UTC 

[PATCH v1.1] realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996]
 2022-03-30  4:35 UTC 

[PATCH] elf: Simplify _dl_aux_init with inhibit_loop_to_libcall
 2022-03-30  4:11 UTC 

Monday Patch Queue Review update (2022-03-28)
 2022-03-29 22:22 UTC  (2+ messages)

glibc git - Allow up to 500 commits in a push
 2022-03-29 21:46 UTC  (5+ messages)

RFC: Backport architecture specific improvements to release branches
 2022-03-29 21:21 UTC  (10+ messages)

rwlock for async application
 2022-03-29 13:28 UTC  (3+ messages)

$prefix != /usr/local
 2022-03-29  7:10 UTC  (2+ messages)

[patch v5] Allow for unpriviledged nested containers
 2022-03-29  3:53 UTC  (3+ messages)
  ` [patch v6] "

[PATCH v1 1/2] x86: Small improvements for wcscpy-ssse3
 2022-03-28 18:51 UTC  (4+ messages)
` [PATCH v1 2/2] x86: Small improvements for wcslen

[PATCH] debug: Improve fdelt_chk error message
 2022-03-28 13:49 UTC  (3+ messages)

[PATCH] nptl: Add backoff mechanism to spinlock loop
 2022-03-28  8:35 UTC  (7+ messages)
  ` 回复: "

Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.h
 2022-03-28  7:42 UTC  (2+ messages)

[PATCH v1 1/6] x86: Remove {w}memcmp-ssse3
 2022-03-25 20:44 UTC  (20+ messages)
` [PATCH v1 2/6] x86: Remove str{n}{case}cmp-ssse3
  ` [PATCH v2 1/6] x86: Remove {w}memcmp-ssse3
    ` [PATCH v2 2/6] x86: Remove str{n}{case}cmp-ssse3
    ` [PATCH v2 3/6] x86: Remove mem{move|cpy}-ssse3
    ` [PATCH v2 4/6] x86: Remove mem{move|cpy}-ssse3-back
    ` [PATCH v2 5/6] x86: Remove str{n}cat-ssse3
    ` [PATCH v2 6/6] x86: Remove str{p}{n}cpy-ssse3
` [PATCH v1 3/6] x86: Remove mem{move|cpy}-ssse3
` [PATCH v1 4/6] x86: Remove mem{move|cpy}-ssse3-back
` [PATCH v1 5/6] x86: Remove str{n}cat-ssse3
` [PATCH v1 6/6] x86: Remove str{p}{n}cpy-ssse3

[PATCH v1 01/23] benchtests: Use json-lib in bench-strchr.c
 2022-03-25 18:18 UTC  (62+ messages)
` [PATCH v1 02/23] benchtests: Add random benchmark "
` [PATCH v1 03/23] x86: Code cleanup in strchr-avx2 and comment justifying branch
` [PATCH v1 04/23] x86: Code cleanup in strchr-evex "
` [PATCH v1 05/23] benchtests: Use json-lib in bench-strpbrk.c
` [PATCH v1 06/23] benchtests: Use json-lib in bench-strspn.c
` [PATCH v1 07/23] x86: Optimize strcspn and strpbrk in strcspn-c.c
` [PATCH v1 08/23] x86: Optimize strspn in strspn-c.c
` [PATCH v1 09/23] x86: Remove strcspn-sse2.S and use the generic implementation
` [PATCH v1 10/23] x86: Remove strpbrk-sse2.S "
` [PATCH v1 11/23] x86: Remove strspn-sse2.S "
` [PATCH v1 12/23] x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]
  ` [PATCH v2 12/31] "
` [PATCH v1 13/23] benchtests: Use json-lib in bench-strcasecmp.c
` [PATCH v1 14/23] benchtests: Use json-lib in bench-strncasecmp.c
` [PATCH v1 15/23] string: Expand page cross tests in test-strcasecmp.c
` [PATCH v1 16/23] string: Expand page cross tests in test-strncasecmp.c
` [PATCH v1 17/23] x86: Optimize str{n}casecmp TOLOWER logic in strcmp.S
` [PATCH v1 18/23] x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.S
` [PATCH v1 19/23] string: Expand page cross test cases in test-strcmp.c
` [PATCH v1 20/23] string: Expand page cross test cases in test-strncmp.c
` [PATCH v1 21/23] x86: Add AVX2 optimized str{n}casecmp
  ` [PATCH v3 "
  ` [PATCH v3 22/23] x86: Add EVEX "
  ` [PATCH v4 21/23] x86: Add AVX2 "
    ` [PATCH v4 22/23] x86: Add EVEX "
` [PATCH v1 "
` [PATCH v1 23/23] x86: Remove AVX str{n}casecmp

New Croatian PO file for 'libc' (version 2.34.9000)
 2022-03-25  0:32 UTC 

[PATCH v2] linux: Fix __closefrom_fallback iterates until max int (BZ#28993)
 2022-03-24 11:29 UTC  (4+ messages)

Update kernel version to 5.17 in tst-mman-consts.py
 2022-03-24  9:09 UTC  (2+ messages)

[PATCH] realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996]
 2022-03-24  6:47 UTC 

[PATCH] linux: Fix __closefrom_fallback iterates until max int (BZ#28993)
 2022-03-23 20:47 UTC 

[PATCH] linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991)
 2022-03-23 20:38 UTC 

[COMMITTED] iconvdata: Fix enum type on UTF-7
 2022-03-23 18:46 UTC 

[COMMITTED] nscd: Remove unused variable
 2022-03-23 18:37 UTC 

[COMMITTED] support: Fix support_process_state_wait path size calculation
 2022-03-23 18:32 UTC 

[COMMITTED] support: Remove unused extract_8 function
 2022-03-23 18:31 UTC 

[COMMITTED] locale: Remove ununsed wctype_table_get function
 2022-03-23 17:33 UTC 

[COMMITTED] gmon: Remove unused sprofil.c functions
 2022-03-23 17:30 UTC 

[COMMITTED] Fix ununsed fstatat64_time64_statx
 2022-03-23 17:11 UTC 

[COMMITTED] malloc: Fix duplicate inline for do_set_mxfast
 2022-03-23 16:32 UTC 

Update syscall lists for Linux 5.17
 2022-03-23 16:32 UTC  (2+ messages)

[PATCH 0/3]: C++20 P0482R6 and C2X N2653: support for char8_t, mbrtoc8(), and c8rtomb()
 2022-03-23 15:32 UTC  (2+ messages)

[PATCH 2/2] linux: posix_spawn: return EINVAL on argc < 1
 2022-03-23 14:40 UTC  (10+ messages)

[RISCV] RISC-V GNU Toolchain Meeting Cancell (Feb 09, 2022)
 2022-03-23 14:02 UTC 

[COMMITTED] elf: Remove inline _dl_dprintf
 2022-03-23 13:44 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).