[PATCH 1/4] Remove architecture specific sched_cpucount optimizations
2021-05-06 16:16 UTC (18+ messages)
` [PATCH 3/4] linux: Use /sys/devices/system/cpu/possible on __get_nprocs_conf
` [PATCH 4/4] linux: Remove /proc/cpuinfo fallback on alpha and sparc
[PATCH v2] powerpc: Optimized memmove for POWER10
2021-05-06 16:04 UTC (6+ messages)
[PATCH] Run $(objpfx)iconvconfig as an installed program
2021-05-06 15:23 UTC (4+ messages)
` PING^1 "
` PING^2 "
[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
2021-05-06 15:09 UTC (19+ messages)
[PATCH v3 00/13] Add futex2 syscalls
2021-05-06 14:48 UTC (4+ messages)
[PATCH] powerpc64le: Fix ifunc selection for memset, memmove, bzero and bcopy
2021-05-06 14:09 UTC (4+ messages)
[PATCH v1] x86: Add EVEX optimized memchr family not safe for RTM
2021-05-06 13:55 UTC (10+ messages)
[PATCH v2] elf: Implement filtering of symbols historically defined in libpthread
2021-05-06 13:15 UTC (28+ messages)
[PATCH 0/3] Checking HWCAP bits against compiler flags
2021-05-06 12:30 UTC (4+ messages)
` [PATCH 1/3] elf: Add hook for checking HWCAP bits after auxiliary vector parsing
` [PATCH 2/3] powerpc64le: Check HWCAP bits against compiler build flags
` [PATCH 3/3] s390x: Check HWCAP bits against compiler flags
[PATCH 0/7] nptl: Move barrier implemention into libc
2021-05-06 11:45 UTC (16+ messages)
` [PATCH 1/7] nptl: Move pthread_barrier_destroy "
` [PATCH 2/7] nptl: Move pthread_barrier_init "
` [PATCH 3/7] nptl: Move pthread_barrier_wait "
` [PATCH 4/7] nptl: Move pthread_barrierattr_destroy "
` [PATCH 5/7] nptl: Move pthread_barrierattr_init "
` [PATCH 6/7] nptl: Move pthread_barrierattr_getpshared "
` [PATCH 7/7] nptl: Move pthread_barrierattr_setpshared "
Having TTL of resolved IP addresses in 'getaddrinfo' or 'getaddrinfo_a'
2021-05-06 9:20 UTC (5+ messages)
[PATCH v2] tst: Provide test for getrusage
2021-05-06 9:12 UTC (4+ messages)
[RFC PATCH] tst: Add test for gai_suspend
2021-05-06 9:11 UTC (5+ messages)
[PATCH v2] tst: Add test for adjtime
2021-05-06 9:10 UTC (3+ messages)
Bug reporting
2021-05-05 22:37 UTC
[RFC] bpf.2: Use standard types and attributes
2021-05-05 22:22 UTC (17+ messages)
` [RFC v2] "
[PATCH v5 1/5] support: Add support_stack_alloc
2021-05-05 21:41 UTC (5+ messages)
` [PATCH v5 2/5] support: Add xclone
` [PATCH v5 3/5] linux: Add close_range
` [PATCH v5 4/5] io: Add closefrom [BZ #10353]
` [PATCH v5 5/5] posix: Add posix_spawn_file_actions_closefrom_np
Undefined use of weak symbols in gnulib
2021-05-05 20:31 UTC (7+ messages)
[PATCH 00/11] nptl: Move semaphore functions into libc
2021-05-05 15:30 UTC (24+ messages)
` [PATCH 01/11] nptl: Move pthread_testcancel "
` [PATCH 02/11] nptl: Consolidate aysnc cancel enable/disable implementation in libc
` [PATCH 03/11] nptl: Move sem_clockwait into libc
` [PATCH 04/11] nptl: Move sem_close, sem_open "
` [PATCH 05/11] nptl: Move sem_destroy "
` [PATCH 06/11] nptl: Move sem_getvalue "
` [PATCH 07/11] nptl: Move sem_init "
` [PATCH 08/11] nptl: Move sem_post "
` [PATCH 09/11] nptl: Move sem_timedwait "
` [PATCH 10/11] nptl: Move sem_unlink "
` [PATCH 11/11] nptl: Move sem_trywait, sem_wait "
transliteration of Hanzi characters
2021-05-05 0:13 UTC
Volunteering for 2.34 release manager
2021-05-04 22:30 UTC (2+ messages)
[PATCH] Make Unicode generation reproducible
2021-05-04 21:46 UTC (3+ messages)
[RFC] elf: Implement filtering of symbols historically defined in libpthread
2021-05-04 21:28 UTC (18+ messages)
[PATCH] elf, nptl: Initialize static TLS directly in ld.so
2021-05-04 20:42 UTC (2+ messages)
[PATCH] more out of bounds checking improvements
2021-05-04 19:58 UTC (7+ messages)
[PATCH 1/3] misc: use _fitoa_word to implement __fd_to_filename
2021-05-04 16:43 UTC (7+ messages)
` [PATCH 2/3] linux: use fd_to_filename instead of _fitoa_word in ttyname_r
` [PATCH 3/3] linux: implement ttyname as a wrapper around ttyname_r
[RFP] Toolchains and Kernel MC in LPC 2021
2021-05-04 16:25 UTC
[PATCH v2 0/2] nptl: Remove delayed rtld lock initialization
2021-05-04 15:15 UTC (3+ messages)
` [PATCH v2 1/2] scripts/versions.awk: Add strings and hashes to <first-versions.h>
` [PATCH v2 2/2] elf, nptl: Resolve recursive lock implementation early
Out of date glibc wiki pages?
2021-05-04 15:14 UTC
[PATCH COMMITTED] posix: Fix Hurd build failure in tst-execveat
2021-05-04 14:28 UTC
[PATCH v2] nptl_db: Support different libpthread/ld.so load orders (bug 27744)
2021-05-04 11:48 UTC (7+ messages)
[PATCH 0/2] nptl: Remove delayed rtld lock initialization
2021-05-04 10:21 UTC (3+ messages)
` [PATCH 1/2] scripts/versions.awk: Add strings and hashes to <first-versions.h>
` [PATCH 2/2] elf, nptl: Resolve recursive lock implementation early
[PATCH v1 1/3] Bench: Expand bench-memchr.c
2021-05-03 22:59 UTC (20+ messages)
` [PATCH v1 2/3] x86: Optimize memchr-avx2.S
` [PATCH v2 "
` [PATCH v2 3/3] x86: Optimize memchr-evex.S
` [PATCH v3 2/3] x86: Optimize memchr-avx2.S
` [PATCH v3 3/3] x86: Optimize memchr-evex.S
` [PATCH v1 "
[PATCH] testrun.sh: Improve --help message
2021-05-03 21:22 UTC
[PATCH v3 1/6] nptl: Make pthread_kill async-signal-safe
2021-05-03 21:00 UTC (6+ messages)
` [PATCH v3 2/6] nptl: Implement raise in terms of pthread_kill
` [PATCH v3 3/6] nptl: Move pthread_testcancel into libc
` [PATCH v3 4/6] nptl: Move cancel state out of cancelhandling
` [PATCH v3 5/6] nptl: Move cancel type "
` [PATCH v3 6/6] nptl: Use pthread_kill on pthread_cancel
[PATCH v3 1/4] posix: Consolidate fork implementation
2021-05-03 20:54 UTC (4+ messages)
` [PATCH v3 2/4] posix: Do not clobber errno by atfork handlers
` [PATCH v3 3/4] Consolidate pthread_atfork
` [PATCH v3 4/4] posix: Add _Fork [BZ #4737]
[RFC v2] linux: use __fd_to_filename helper function instead of snprintf
2021-05-03 20:47 UTC (4+ messages)
[PATCH] Linux: Add execveat system call wrapper
2021-05-03 19:20 UTC (3+ messages)
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).