public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
Monday Patch Queue Review update (2022-06-06)
 2022-06-07  8:14 UTC  (2+ messages)

[PATCH v1 1/8] x86: Create header for VEC classes in x86 strings library
 2022-06-07  4:12 UTC  (66+ messages)
` [PATCH v1 2/8] x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`
  ` [PATCH v2 1/8] x86: Create header for VEC classes in x86 strings library
    ` [PATCH v2 2/8] x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`
    ` [PATCH v2 3/8] Benchtests: Improve memrchr benchmarks
    ` [PATCH v2 4/8] x86: Optimize memrchr-sse2.S
    ` [PATCH v2 5/8] x86: Optimize memrchr-evex.S
    ` [PATCH v2 6/8] x86: Optimize memrchr-avx2.S
    ` [PATCH v2 7/8] x86: Shrink code size of memchr-avx2.S
    ` [PATCH v2 8/8] x86: Shrink code size of memchr-evex.S
  ` [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 v3 3/8] Benchtests: Improve memrchr benchmarks
    ` [PATCH v3 4/8] x86: Optimize memrchr-sse2.S
    ` [PATCH v3 5/8] x86: Optimize memrchr-evex.S
    ` [PATCH v3 6/8] x86: Optimize memrchr-avx2.S
    ` [PATCH v3 7/8] x86: Shrink code size of memchr-avx2.S
    ` [PATCH v3 8/8] x86: Shrink code size of memchr-evex.S
  ` [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 v1 3/8] Benchtests: Improve memrchr benchmarks
` [PATCH v1 4/8] x86: Optimize memrchr-sse2.S
` [PATCH v1 5/8] x86: Optimize memrchr-evex.S
` [PATCH v1 6/8] x86: Optimize memrchr-avx2.S
` [PATCH v1 7/8] x86: Shrink code size of memchr-avx2.S
` [PATCH v1 8/8] x86: Shrink code size of memchr-evex.S

[PATCH 1/1] x86_64: Add strstr function with 512-bit EVEX
 2022-06-06 21:39 UTC  (7+ messages)
` [PATCH] "
  ` [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 v5 00/13] GLIBC LoongArch PATCHES
 2022-06-06 18:36 UTC  (5+ messages)
` [PATCH v5 04/13] LoongArch: ABI Implementation
` [PATCH v5 09/13] LoongArch: Linux ABI

[PATCH 2/2] nss: handle stat failure in check_reload_and_get (BZ #28752)
 2022-06-06 16:14 UTC  (12+ 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 v5 0/8] linux: Add new syscalls
 2022-06-06 13:44 UTC  (9+ 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] 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 "

[PATCH v3 1/2] nss: add assert to DB_LOOKUP_FCT (BZ #28752)
 2022-06-04  4:30 UTC  (2+ messages)
` [PATCH v3 2/2] nss: handle stat failure in check_reload_and_get "

[PATCH 1/2] nss: add assert to DB_LOOKUP_FCT (BZ #28752)
 2022-06-04  3:48 UTC  (3+ messages)

[PATCH] elf: Fix handling of symbol versions which hash to zero (bug 29190)
 2022-06-04  3:15 UTC  (6+ messages)

[PATCH] string.h: Fix boolean spelling in comments
 2022-06-03 19:13 UTC  (2+ messages)

[PATCH v2] nptl_db: disable DT_RELR on libthread_db.so
 2022-06-03 14:50 UTC 

[PATCH v2 00/14] vfprintf rework to remove vtables
 2022-06-03 13:51 UTC  (12+ messages)
` [PATCH v2 05/14] stdio-common: Introduce buffers for implementing printf
` [PATCH v2 06/14] stdio-common: Add __printf_function_invoke

[PATCH] Avoid -Wstringop-overflow= warning in iconv module
 2022-06-03 12:52 UTC 

[COMMITTED] elf: Add #include <errno.h> for use of E* constants
 2022-06-02 19:21 UTC 

[COMMITTED] elf: Add #include <sys/param.h> for MAX usage
 2022-06-02 19:20 UTC 

[PATCH] resolv: Implement no-aaaa stub resolver option
 2022-06-02 19:17 UTC  (2+ messages)

[PATCH] nptl_db: do not link libthread_db.so with dt-relr
 2022-06-02 19:11 UTC  (8+ messages)

[PATCH] linux: Set tst-pidfd-consts unsupported for kernels headers older than 5.10
 2022-06-02 18:40 UTC  (3+ messages)

[PATCH v5] linux: Add process_mrelease
 2022-06-02 18:07 UTC  (2+ messages)

[PATCH v4 1/2] linux: Add process_madvise
 2022-06-02 16:52 UTC  (5+ messages)
` [PATCH v4 2/2] linux: Add process_mrelease

[PATCH v2] Linux: Adjust struct rseq definition to current kernel version
 2022-06-02 16:38 UTC  (4+ messages)

[PATCH] testrun.sh: Support passing strace and valgrind arguments
 2022-06-02 16:31 UTC  (2+ messages)

Questions regarding pthread mutex lock/unlock functions in pthread_cond_wait?
 2022-06-02 14:05 UTC  (8+ messages)

https patchwork URLs (was "Re: Patchwork account confirmation")
 2022-06-02 13:58 UTC  (2+ messages)

[PATCH v3 1/2] linux: Add process_madvise
 2022-06-02 12:26 UTC  (4+ messages)
` [PATCH v3 2/2] linux: Add process_mrelease

[GIT PULL] asm-generic changes for 5.19
 2022-06-02 10:02 UTC  (16+ messages)
          ` [musl] "

Declare timegm for ISO C2X
 2022-06-02  9:53 UTC  (2+ messages)

[PATCH v6 00/10] Add arc4random support
 2022-06-02  9:44 UTC  (3+ messages)
` [PATCH v6 01/10] stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)

[PATCH v2] elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
 2022-06-02  5:21 UTC  (7+ messages)
      ` [PATCH v3] "

[PATCH v1] x86: Refactor VEC(n) and YMM{n} macros to be consistent
 2022-06-02  3:57 UTC 

Add PT_AARCH64_MEMTAG_MTE from Linux 5.18 to elf.h
 2022-06-02  1:21 UTC  (2+ messages)

[PATCH v2 00/15] linux: Add new syscalls
 2022-06-01 22:22 UTC  (12+ messages)
` [PATCH v2 01/15] linux: Add pidfd_open
` [PATCH v2 06/15] linux: Add process_madvise
` [PATCH v2 07/15] linux: Add process_mrelease

[PATCH] AArch64: Sort makefile entries
 2022-06-01 17:15 UTC  (2+ messages)

[PATCH 0/5] Use generic sinf, cosf, and sincosf for i686
 2022-06-01 16:23 UTC 

[PATCH 0/5] Use generic sinf, cosf, and sincosf for i686
 2022-06-01 16:06 UTC  (11+ messages)
` [PATCH 5/5] math: Use generic sinf implementation for SSE2 version

[PATCH] AArch64: Add SVE memcpy
 2022-06-01 16:03 UTC  (3+ messages)

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up call (June 2, 2022)
 2022-06-01 13:06 UTC 

[PATCH 0/8] More uses of 64 bit stat internally
 2022-06-01 12:32 UTC  (2+ messages)

Add MADV_DONTNEED_LOCKED from Linux 5.18 to bits/mman-linux.h
 2022-06-01 10:32 UTC  (2+ messages)

[PATCH] Linux: Adjust struct rseq definition to current kernel version
 2022-06-01 10:21 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).