[RFC/PoC] malloc: use wfcqueue to speed up remote frees
2023-01-18 20:05 UTC (12+ messages)
[PATCH v9 00/22] Improve generic string routines
2023-01-18 19:38 UTC (32+ messages)
` [PATCH v9 01/22] Parameterize op_t from memcopy.h
` [PATCH v9 02/22] Parameterize OP_T_THRES "
` [PATCH v9 03/22] Add string vectorized find and detection functions
` [PATCH v9 04/22] string: Improve generic strlen
` [PATCH v9 05/22] string: Improve generic strnlen
` [PATCH v9 06/22] string: Improve generic strchr
` [PATCH v9 07/22] string: Improve generic strchrnul
` [PATCH v9 08/22] string: Improve generic strcmp
` [PATCH v9 09/22] string: Improve generic memchr
` [PATCH v9 10/22] string: Improve generic memrchr
` [PATCH v9 11/22] hppa: Add memcopy.h
` [PATCH v9 12/22] hppa: Add string-fzb.h and string-fzi.h
` [PATCH v9 13/22] alpha: "
` [PATCH v9 14/22] arm: Add string-fza.h
` [PATCH v9 15/22] powerpc: "
` [PATCH v9 16/22] sh: Add string-fzb.h
` [PATCH v9 17/22] string: Hook up the default implementation on test-strlen
` [PATCH v9 18/22] string: Hook up the default implementation on test-strnlen
` [PATCH v9 19/22] string: Hook up the default implementation on test-strchr
` [PATCH v9 20/22] string: Hook up the default implementation on test-strcmp
` [PATCH v9 21/22] string: Hook up the default implementation on test-memchr
` [PATCH v9 22/22] string: Hook up the default implementation on test-memrchr
[PATCH v4 0/6] Optimize posix_spawn signal setup with clone3
2023-01-18 17:53 UTC (8+ messages)
` [PATCH v4 1/6] linux: Do not reset signal handler in posix_spawn if it is already SIG_DFL
` [PATCH v4 2/6] linux: Extend internal clone3 documentation
` [PATCH v4 3/6] Linux: Do not align the stack for __clone3
` [PATCH v4 4/6] linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawn
` [PATCH v4 5/6] aarch64: Add the clone3 wrapper
` [PATCH v4 6/6] Linux: optimize clone3 internal usage
[PATCH] manual: Fix typo
2023-01-18 16:10 UTC (4+ messages)
[PATCH] x86: Cache computation for AMD architecture
2023-01-18 15:59 UTC (5+ messages)
` [PATCH v1] "
mktime result may depend on previous calls
2023-01-18 15:39 UTC
[PATCH] elf.h: add PT_GNU_SFRAME
2023-01-18 13:09 UTC (2+ messages)
[PATCH v8 00/17] Improve generic string routines
2023-01-18 12:45 UTC (27+ messages)
` [PATCH v8 01/17] Parameterize op_t from memcopy.h
` [PATCH v8 02/17] Parameterize OP_T_THRES "
` [PATCH v8 03/17] Add string-maskoff.h generic header
` [PATCH v8 04/17] Add string vectorized find and detection functions
` [PATCH v8 05/17] string: Improve generic strlen
` [PATCH v8 06/17] string: Improve generic strnlen
` [PATCH v8 07/17] string: Improve generic strchr
` [PATCH v8 08/17] string: Improve generic strchrnul
` [PATCH v8 09/17] string: Improve generic strcmp
` [PATCH v8 10/17] string: Improve generic memchr
` [PATCH v8 11/17] string: Improve generic memrchr
` [PATCH v8 12/17] hppa: Add memcopy.h
` [PATCH v8 13/17] hppa: Add string-fzb.h and string-fzi.h
` [PATCH v8 14/17] alpha: "
` [PATCH v8 15/17] arm: Add string-fza.h
` [PATCH v8 16/17] powerpc: "
` [PATCH v8 17/17] sh: Add string-fzb.h
bug in roundup(3) from <sys/param.h>
2023-01-17 22:29 UTC (7+ messages)
` [RFC] roundup.3: New page documenting roundup(3) (was: bug in roundup(3) from <sys/param.h>)
Use binutils 2.40 branch in build-many-glibcs.py
2023-01-17 20:42 UTC
Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h
2023-01-17 20:08 UTC (3+ messages)
` Ping "
Add IPPROTO_L2TP from Linux 6.1 to netinet/in.h
2023-01-17 20:07 UTC (3+ messages)
` Ping "
[patch] Use __builtin_FILE and __builtin_LINE in assert implementation in C++
2023-01-17 19:28 UTC
[PATCH] AArch64: Improve strlen_asimd
2023-01-17 16:37 UTC (4+ messages)
bug in roundup(3) from <sys/param.h>
2023-01-17 14:55 UTC (3+ messages)
[PATCH] ARC:fpu: add extra capability check before use of sqrt and fma builtins
2023-01-17 14:31 UTC (5+ messages)
` [PATCH v2] "
[PATCH] resolv: add IPv6 support to inet_net_pton()
2023-01-17 10:56 UTC (2+ messages)
[v4] C2x strtol binary constant handling
2023-01-16 22:58 UTC
glibc 2.37 is in hard ABI freeze, next week is machine testing
2023-01-16 22:27 UTC
C2x strtol binary constant handling
2023-01-16 19:23 UTC (5+ messages)
` [v2] "
` [v3] "
bug fix for hp-timing.h (aarch64)
2023-01-16 18:35 UTC (10+ messages)
Monday Patch Queue Review update (2023-01-16)
2023-01-16 14:42 UTC
[PATCH] ARC: align child stack in clone
2023-01-16 14:08 UTC (2+ messages)
[hurd,commited] hurd: Fix _NOFLSH value
2023-01-16 8:36 UTC (2+ messages)
[PATCH v7 00/17] Improve generic string routines
2023-01-13 18:25 UTC (25+ messages)
` [PATCH v7 01/17] Parameterize op_t from memcopy.h
` [PATCH v7 02/17] Parameterize OP_T_THRES "
` [PATCH v7 03/17] Add string-maskoff.h generic header
` [PATCH v7 04/17] Add string vectorized find and detection functions
` [PATCH v7 05/17] string: Improve generic strlen
` [PATCH v7 06/17] string: Improve generic strnlen
` [PATCH v7 07/17] string: Improve generic strchr
` [PATCH v7 08/17] string: Improve generic strchrnul
` [PATCH v7 09/17] string: Improve generic strcmp
` [PATCH v7 10/17] string: Improve generic memchr
` [PATCH v7 11/17] string: Improve generic memrchr
` [PATCH v7 12/17] hppa: Add memcopy.h
` [PATCH v7 13/17] hppa: Add string-fzb.h and string-fzi.h
` [PATCH v7 14/17] alpha: "
` [PATCH v7 15/17] arm: Add string-fza.h
` [PATCH v7 16/17] powerpc: "
` [PATCH v7 17/17] sh: Add string-fzb.h
Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py
2023-01-13 17:42 UTC (2+ messages)
` Ping "
rseq CPU ID not correct on 6.0 kernels for pinned threads
2023-01-13 16:13 UTC (8+ messages)
[PATCH] AArch64: Improve strrchr
2023-01-13 12:30 UTC (2+ messages)
[PATCH] AArch64: Optimize strcpy
2023-01-13 12:29 UTC (2+ messages)
[PATCH] AArch64: Improve strchrnul
2023-01-13 12:29 UTC (2+ messages)
[PATCH] AArch64: Optimize strchr
2023-01-13 12:28 UTC (2+ messages)
[PATCH] AArch64: Optimize memrchr
2023-01-13 12:28 UTC (2+ messages)
[PATCH] AArch64: Optimize memchr
2023-01-13 12:27 UTC (2+ messages)
[PATCH] AArch64: Optimize strnlen
2023-01-13 12:26 UTC (2+ messages)
[PATCH] AArch64: Optimize strlen
2023-01-13 12:26 UTC (2+ messages)
Re:
2023-01-13 5:41 UTC
[PING] [PATCH v2] Resolve-flockfile-funlockfile-differences
2023-01-12 15:04 UTC (2+ messages)
[PATCH v2] elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]
2023-01-12 14:46 UTC (2+ messages)
Storage Notification 98%
2023-01-12 5:27 UTC
[PATCH v2] string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444]
2023-01-11 22:34 UTC (2+ messages)
[PATCH v3 0/2] Refactor binutils configure usage
2023-01-11 22:32 UTC (5+ messages)
` [PATCH v3 1/2] configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS
` [PATCH v3 2/2] scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option
[PATCH v2 00/11] Optimize posix_spawn signal setup with clone3
2023-01-11 21:45 UTC (12+ messages)
` [PATCH v2 01/11] linux: Do not reset signal handler in posix_spawn if it is already SIG_DFL
` [PATCH v2 02/11] linux: Extend internal clone3 documentation
` [PATCH v2 03/11] Linux: Do not align the stack for __clone3
` [PATCH v2 04/11] linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawn
` [PATCH v2 11/11] Linux: optimize clone3 internal usage
[PATCH v2 0/9] Optimize posix_spawn signal setup with clone3
2023-01-11 21:12 UTC (8+ messages)
` [PATCH v2 1/9] linux: Do not reset signal handler in posix_spawn if it is already SIG_DFL
` [PATCH v2 2/9] linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawn
` [PATCH v2 9/9] Linux: optimize clone3 internal usage
[PATCH v2 0/3] Refactor binutils configure usage
2023-01-11 20:30 UTC (5+ messages)
` [PATCH v2 2/3] configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS
` [PATCH v2 3/3] scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option
page: next (older) | prev (newer) | 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).