[PATCH 0/4] OpenRISC fixes for 2.39
2024-03-19 21:42 UTC (2+ messages)
` [PATCH 1/4] or1k: Fix Linux user space signal ABI
man-pages-6.7 released
2024-03-19 18:35 UTC
Office Hours for the GNU Toolchain on 2024-03-28 at 11am EST5EDT
2024-03-19 17:11 UTC
[PATCH 2/2] Add single-threaded fast path to rand()
2024-03-19 15:44 UTC (3+ messages)
[PATCH v4 0/2] Improve wcsstr
2024-03-19 15:07 UTC
[PATCH v4 0/2] Improve wcsstr
2024-03-19 13:15 UTC (3+ messages)
` [PATCH v4 1/2] wcsmbs: Add test-wcsstr
` [PATCH v4 2/2] wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)
[PATCH v6] x86-64: Allocate state buffer space for RDI, RSI and RBX
2024-03-19 12:55 UTC (16+ messages)
RFE: enable buffering on null-terminated data
2024-03-19 12:50 UTC (12+ messages)
` Examples of concurrent coproc usage?
[PATCH] resolv: add IPv6 support to inet_net_pton()
2024-03-19 9:50 UTC (10+ messages)
[PATCH] Benchtests: Improve large memcpy/memset benchmarks
2024-03-18 19:34 UTC (3+ messages)
[PATCH] benchtests: Improve benchtests for strstr
2024-03-18 19:33 UTC (6+ messages)
[PATCH] Benchtests: Remove broken walk benchmarks
2024-03-18 19:29 UTC (2+ messages)
[PATCH V1] powerpc: Placeholder and infrastructure/build support to add Power11 related changes
2024-03-18 17:46 UTC (4+ messages)
[PATCH v2] build-many-glibcs.py: Avoid loading user/system configurations
2024-03-18 16:07 UTC (5+ messages)
[PATCH 1/2] Add random benchmark
2024-03-18 15:17 UTC
[PATCH] AArch64: Check kernel version for SVE ifuncs
2024-03-18 14:22 UTC (19+ messages)
[PATCH v2] AArch64: Check kernel version for SVE ifuncs
2024-03-18 14:14 UTC
[PATCH v5] Always define __USE_TIME_BITS64 when 64 bit time_t is used
2024-03-18 12:53 UTC (4+ messages)
[PATCH] powerpc: Remove power8 strcasestr optimization
2024-03-18 12:52 UTC (4+ messages)
[PATCH v4] x86-64: Allocate state buffer space for RDI, RSI and RBX
2024-03-18 12:32 UTC (5+ messages)
[PATCH v5] x86-64: Allocate state buffer space for RDI, RSI and RBX
2024-03-18 12:29 UTC
[PATCH v5] Always define __USE_TIME_BITS64 when 64 bit time_t is used
2024-03-18 12:19 UTC (5+ messages)
[PATCH v4] Always define __USE_TIME_BITS64 when 64 bit time_t is used
2024-03-18 11:42 UTC (5+ messages)
[PATCH v2] riscv: Update nofpu libm test ulps
2024-03-18 10:29 UTC (4+ messages)
[PATCH v2] x86-64: Allocate state buffer space for RDI, RSI and RBX
2024-03-17 12:57 UTC (4+ messages)
[PATCH v3] x86-64: Allocate state buffer space for RDI, RSI and RBX
2024-03-17 11:37 UTC
[PATCH] x86-64: Stack alignment in _dl_tlsdesc_dynamic and red zone usage (bug 31501)
2024-03-17 3:14 UTC (15+ messages)
[PATCH] x86-64: Allocate state buffer space for RDI, RSI and RBX
2024-03-16 22:00 UTC
[PATCH v3 0/2] Improve wcsstr
2024-03-16 1:25 UTC (5+ messages)
` [PATCH v3 1/2] wcsmbs: Add test-wcsstr
` [PATCH v3 2/2] wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)
Add STATX_MNT_ID_UNIQUE from Linux 6.8 to bits/statx-generic.h
2024-03-15 22:16 UTC (2+ messages)
[PATCH v3] linux: Use rseq area unconditionally in sched_getcpu (bug 31479)
2024-03-15 14:40 UTC (4+ messages)
[PATCH v3] Always define __USE_TIME_BITS64 when 64 bit time_t is used
2024-03-15 2:23 UTC (2+ messages)
[PATCH 0/3] math: fmod fixes on i386 and m68k
2024-03-14 18:18 UTC (4+ messages)
` [PATCH 1/3] math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)
` [PATCH 2/3] i386: Use generic fmod
` [PATCH 3/3] i386: Use generic fmodf
[PATCH] aarch64: fix check for SVE support in assembler
2024-03-14 17:27 UTC (3+ messages)
[PATCH v3] LoongArch: Add support for TLS Descriptors
2024-03-14 13:47 UTC (5+ messages)
Priority Inversion and Unlimited Spin of pthread_rwlock_t
2024-03-14 7:32 UTC (5+ messages)
Update kernel version to 6.8 in header constant tests
2024-03-13 19:19 UTC (2+ messages)
[PATCH v2] linux: Add #include <sys/rseq.h> to sched_getcpu.c (bug 31479)
2024-03-13 17:58 UTC (3+ messages)
Update syscall lists for Linux 6.8
2024-03-13 13:50 UTC (2+ messages)
[PATCH] linux: Add #include <sys/rseq.h> to sched_getcpu.c
2024-03-13 11:32 UTC
Tailored educational solutions
2024-03-13 8:35 UTC
[musl] Re: Tweaking the program name for <err.h> functions
2024-03-13 8:28 UTC (23+ messages)
Use Linux 6.8 in build-many-glibcs.py
2024-03-13 2:03 UTC (2+ messages)
[PATCH] Don't check signatures in build-many-glibcs.py
2024-03-13 0:11 UTC (2+ messages)
[PATCH] signal: Avoid system signal disposition to interfere with tests
2024-03-12 17:36 UTC
[PATCH v2 0/3] Extending TLS testing and fixing TLS gnu2 for ARM
2024-03-12 16:38 UTC (7+ messages)
` [PATCH v2 1/3] Ignore undefined symbols for -mtls-dialect=gnu2
` [PATCH v2 2/3] arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)
` [PATCH v2 3/3] elf: Enable TLS descriptor tests on aarch64
Issue with stale resolv.conf state
2024-03-12 14:30 UTC (8+ messages)
swapcontext happening on different threads
2024-03-12 13:47 UTC (3+ messages)
[PATCH v3 00/32] RELRO linkmaps
2024-03-12 12:51 UTC (6+ messages)
[PATCH] nptl: Disable THP on thread stack if it incurs in large RSS usage
2024-03-12 0:55 UTC (17+ messages)
Is this email still working?
2024-03-11 23:29 UTC
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).