public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v6 00/13] GLIBC LoongArch PATCHES
 2022-07-15  1:46 UTC  (33+ messages)
` [PATCH v6 02/13] LoongArch: Add LoongArch entries to config.h.in
` [PATCH v6 03/13] LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.py
` [PATCH v6 04/13] LoongArch: ABI Implementation
` [PATCH v6 05/13] LoongArch: Thread-Local Storage Support
` [PATCH v6 06/13] LoongArch: Generic <math.h> and soft-fp Routines
` [PATCH v6 07/13] LoongArch: Atomic and Locking Routines
` [PATCH v6 08/13] LoongArch: Linux Syscall Interface
` [PATCH v6 09/13] LoongArch: Linux ABI
` [PATCH v6 10/13] LoongArch: Add ABI Lists
` [PATCH v6 11/13] LoongArch: Build Infastructure
` [PATCH v6 12/13] LoongArch: Hard Float Support

[PATCH v2] powerpc: add documentation for HWCAPs
 2022-07-15  1:26 UTC 

[PATCH Linux] powerpc: add documentation for HWCAPs
 2022-07-15  1:17 UTC  (6+ messages)

[PATCH] linux: return UNSUPPORTED in tst-mount if support_become_root fails
 2022-07-15  0:06 UTC  (7+ messages)
` [PATCH v2] linux: return UNSUPPORTED in tst-mount if !support_can_chroot

[PATCH v10 0/9] Add arc4random support
 2022-07-14 21:01 UTC  (12+ messages)
` [PATCH v10 1/9] stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
` [PATCH v10 2/9] stdlib: Add arc4random tests
` [PATCH v10 3/9] benchtests: Add arc4random benchtest
` [PATCH v10 4/9] aarch64: Add optimized chacha20
` [PATCH v10 5/9] x86: Add SSE2 "
` [PATCH v10 6/9] x86: Add AVX2 "
` [PATCH v10 7/9] powerpc64: Add "
` [PATCH v10 8/9] s390x: "
` [PATCH v10 9/9] manual: Add documentation for arc4random functions

[PATCHv2] Apply asm redirections in stdio.h before first use [BZ #27087]
 2022-07-14 19:40 UTC  (5+ messages)
` [PATCHv3] "

[PATCH] argp: [!_LIBC]: remove __argp_basename()
 2022-07-14 18:54 UTC  (5+ messages)

[PATCH v5] Remove special flags of libc.5.so and libc.4.so
 2022-07-14 17:37 UTC 

[PATCH v4] Remove special flags of libc.5.so and libc.4.so
 2022-07-14 17:22 UTC  (4+ messages)

Adding file descriptor attribute(s) to gcc and glibc
 2022-07-14 17:07 UTC  (17+ messages)

RISC-V: Public review for Non-ISA Specification: psABI
 2022-07-14 16:13 UTC 

[RFC] futex2: add NUMA awareness
 2022-07-14 15:00 UTC  (3+ messages)

[PATCH v1] scripts: Add support for build x86-64 glibc with multiple ISA levels
 2022-07-14 14:56 UTC  (4+ messages)

[PATCH v1] nptl: Replace CAS with cheaper atomics for pthread_cancel logic
 2022-07-14 14:03 UTC 

[COMMITTED] S390: Define SINGLE_THREAD_BY_GLOBAL only on s390x
 2022-07-14 11:40 UTC 

[PATCH v9 0/9] Add arc4random support
 2022-07-14 11:08 UTC  (23+ messages)
` [PATCH v9 1/9] stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
` [PATCH v9 2/9] stdlib: Add arc4random tests
` [PATCH v9 3/9] benchtests: Add arc4random benchtest
` [PATCH v9 4/9] aarch64: Add optimized chacha20
` [PATCH v9 5/9] x86: Add SSE2 "
` [PATCH v9 6/9] x86: Add AVX2 "
` [PATCH v9 7/9] powerpc64: Add "
` [PATCH v9 8/9] s390x: "
` [PATCH v9 9/9] manual: Add documentation for arc4random functions

[PATCH v1 1/1] memalign: Support scanning for aligned chunks
 2022-07-14  3:58 UTC 

[PATCH v1] x86: Add missing IS_IN (libc) check to memmove-ssse3.S
 2022-07-14  3:08 UTC  (4+ messages)
` [PATCH v1] x86: Add missing IS_IN (libc) check to strncmp-sse4_2.S

[PATCH v1 1/2] x86: Move mem{p}{mov|cpy}_{chk_}erms to its own file
 2022-07-14  3:05 UTC  (4+ messages)
` [PATCH v3 "

[PATCH v1 1/3] x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl list
 2022-07-14  3:04 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] x86: Move and slightly improve memset_erms

[PATCH v2] x86: Align entry for memrchr to 64-bytes
 2022-07-14  3:02 UTC  (6+ messages)
` [PATCH v2] x86: Put wcs{n}len-sse4.1 in the sse4.1 text section

[PATCH v1] x86: Add BMI1/BMI2 checks for ISA_V3 check
 2022-07-14  2:58 UTC  (3+ messages)

[PATCH v1 2/3] x86: Cleanup bounds checking in large memcpy case
 2022-07-14  2:57 UTC  (4+ messages)
` [PATCH v4 1/2] "

[PATCH v4 2/2] x86: Add bounds `x86_non_temporal_threshold`
 2022-07-14  2:55 UTC  (4+ messages)
` [PATCH v7 2/3] "

[PATCH v1 1/3] x86: Fix misordered logic for setting `rep_movsb_stop_threshold`
 2022-07-14  2:54 UTC  (6+ messages)
` [PATCH v1 3/3] x86: Add sse42 implementation to strcmp's ifunc

[PATCH v1 1/3] x86: Align varshift table to 32-bytes
 2022-07-14  2:51 UTC  (3+ messages)

[PATCH v1] x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]
 2022-07-14  2:45 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v1 2/8] x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`
 2022-07-14  2:43 UTC  (25+ messages)
` [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 v6 1/8] x86: Create header for VEC classes in x86 strings library
  ` [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 v1] x86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no transactions
 2022-07-14  2:39 UTC  (3+ messages)

[PATCH] x86_64: Add strstr function with 512-bit EVEX
 2022-07-14  2:04 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOT
 2022-07-14  0:06 UTC  (9+ messages)

[PATCH v3] x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlen
 2022-07-14  0:03 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v2] x86_64: Remove bzero optimization
 2022-07-14  0:00 UTC  (3+ messages)

[PATCH v1 1/3] x86: Add support to build strcmp/strlen/strchr with explicit ISA level
 2022-07-13 23:33 UTC  (6+ messages)
` [PATCH v1 2/3] x86: Add support to build wcscpy "
` [PATCH v1 3/3] x86: Add support to build st{p|r}{n}{cpy|cat} "
` [PATCH v2 1/3] x86: Add support to build strcmp/strlen/strchr "
  ` [PATCH v2 2/3] x86: Add support to build wcscpy "
  ` [PATCH v2 3/3] x86: Add support to build st{p|r}{n}{cpy|cat} "

[PATCH v6 13/13] LoongArch: Update build-many-glibcs.py for the LoongArch Port
 2022-07-13 19:24 UTC  (2+ messages)

[PATCH v1] nptl: Replace CAS with cheaper atomics for pthread_cancel logic
 2022-07-13 18:22 UTC 

[COMMITTED] nptl: Fix ___pthread_unregister_cancel_restore asynchronous restore
 2022-07-13 16:21 UTC 

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up call (July 14, 2022)
 2022-07-13 14:33 UTC  (2+ messages)

[PATCH v2] nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
 2022-07-13 12:57 UTC  (4+ messages)

[PATCH v1] x86: Move strlen SSE2 implementation to multiarch/strlen-sse2.S
 2022-07-13  4:06 UTC  (21+ messages)
` [PATCH v1] x86: Move strcpy SSE2 implementation to multiarch/strcpy-sse2.S
` [PATCH v1] x86: Move memrchr SSE2 implementation to multiarch/memrchr-sse2.S
` [PATCH v1] x86: Move strrchr SSE2 implementation to multiarch/strrchr-sse2.S
` [PATCH v1] x86: Move strchr SSE2 implementation to multiarch/strchr-sse2.S
` [PATCH v1] x86: Move strcat SSE2 implementation to multiarch/strcat-sse2.S
` [PATCH v1] x86: Move wcschr SSE2 implementation to multiarch/wcschr-sse2.S
` [PATCH v1] x86: Move wcslen SSE2 implementation to multiarch/wcslen-sse2.S
` [PATCH v1] x86: Remove unneeded rtld-wmemcmp
` [PATCH v1] x86: Add missing rtm tests for strcmp family

[PATCH v1 1/4] x86: Rename STRCASECMP_NONASCII macro to STRCASECMP_L_NONASCII
 2022-07-13  0:07 UTC  (8+ messages)
` [PATCH v1 2/4] x86: Move strcmp SSE2 implementation to multiarch/strcmp-sse2.S
` [PATCH v1 3/4] x86: Move wcscmp SSE2 implementation to multiarch/wcscmp-sse2.S
` [PATCH v1 4/4] x86: Move strcmp SSE42 implementation to multiarch/strcmp-sse4_2.S

[PATCH 3/7] Remove atomic_bit_set/bit_test_set
 2022-07-12 20:39 UTC  (17+ messages)

[PATCH v1] nptl: Continue use arch prefered atomic exchange in spinlock loop
 2022-07-12 20:31 UTC 

[PATCH v1] x86: Use regular casting instead of _cvtmask64_u64 in strstr-avx512
 2022-07-12 20:12 UTC  (15+ messages)
` [PATCH v2] x86: Remove __mmask intrinsics in strstr-avx512.c
` [PATCH v3] "

[PATCH v1] x86: Remove generic strncat, strncpy, and stpncpy implementations
 2022-07-12 18:43 UTC  (9+ messages)

[PATCH v8 0/9] Add arc4random support
 2022-07-12 17:36 UTC  (14+ messages)
` [PATCH v8 1/9] stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
` [PATCH v8 2/9] stdlib: Add arc4random tests
` [PATCH v8 3/9] benchtests: Add arc4random benchtest

[PATCH v7 0/5] linux: Add new syscalls
 2022-07-12 15:33 UTC  (10+ messages)
` [PATCH v7 5/5] linux: Add mount_setattr

[PATCH] i386: Remove -Wa,-mtune=i686
 2022-07-12 14:42 UTC  (2+ messages)

Geek E-bill key 0563785
 2022-07-12 14:26 UTC 

glibc 2.36 - Slushy freeze (3 weeks to release)
 2022-07-12 13:28 UTC  (13+ messages)

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