Undefined use of weak symbols in gnulib
2021-04-28 2:13 UTC (11+ messages)
[PATCH] add attribute none to pthread_setspecific (BZ #27714)
2021-04-28 1:30 UTC (16+ messages)
Update syscall lists for Linux 5.12
2021-04-28 0:07 UTC (2+ messages)
[PATCH v3 00/13] Add futex2 syscalls
2021-04-27 23:12 UTC (14+ messages)
` [PATCH v3 01/13] futex2: Implement wait and wake functions
` [PATCH v3 02/13] futex2: Add support for shared futexes
` [PATCH v3 03/13] futex2: Implement vectorized wait
` [PATCH v3 04/13] futex2: Implement requeue operation
` [PATCH v3 05/13] futex2: Add compatibility entry point for x86_x32 ABI
` [PATCH v3 06/13] docs: locking: futex2: Add documentation
` [PATCH v3 07/13] selftests: futex2: Add wake/wait test
` [PATCH v3 08/13] selftests: futex2: Add timeout test
` [PATCH v3 09/13] selftests: futex2: Add wouldblock test
` [PATCH v3 10/13] selftests: futex2: Add waitv test
` [PATCH v3 11/13] selftests: futex2: Add requeue test
` [PATCH v3 12/13] perf bench: Add futex2 benchmark tests
` [PATCH v3 13/13] kernel: Enable waitpid() for futex2
[PATCH 00/52] Add 64 bit time support on legacy ABIs
2021-04-27 18:03 UTC (7+ messages)
` [PATCH 20/52] login: Add 64-bit time support to utmp/utmpx
[PATCH 1/4] Remove architecture specific sched_cpucount optimizations
2021-04-27 15:38 UTC (3+ messages)
` [PATCH 2/4] linux: Use sched_getaffinity for __get_nprocs (BZ #27645)
[PATCH] powerpc: Remove backtrace implementation
2021-04-27 15:09 UTC (12+ messages)
[RFC v2] linux: use __fd_to_filename helper function instead of snprintf
2021-04-27 13:09 UTC
[RFC] linux: use __fd_to_filename helper function instead of snprintf
2021-04-27 13:06 UTC (3+ messages)
[PATCH v2] nptl_db: Support different libpthread/ld.so load orders (bug 27744)
2021-04-27 12:11 UTC (5+ messages)
[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
2021-04-27 11:58 UTC (19+ messages)
[PATCH 00/17] nptl: Move remaining mutex symbols into libpthread
2021-04-27 11:08 UTC (29+ messages)
` [PATCH 03/17] nptl: Move pthread_mutex_timedlock, pthread_mutex_clocklock to libc
` [PATCH 07/17] nptl: Move pthread_mutexattr_getprotocol into libc
` [PATCH 09/17] nptl: Move pthread_mutexattr_getrobust "
` [PATCH 10/17] nptl: Move pthread_mutexattr_gettype "
` [PATCH 11/17] nptl: Move pthread_mutexattr_init, __pthread_mutexattr_init "
` [PATCH 12/17] nptl: Move pthread_mutexattr_setprioceiling "
` [PATCH 13/17] nptl: Move pthread_mutexattr_setprotocol "
` [PATCH 14/17] nptl: Move pthread_mutexattr_setpshared "
` [PATCH 15/17] pthread: Use pthread_mutexattr_setrobust in tests
` [PATCH 16/17] nptl: Move pthread_mutexattr_setrobust into libc
` [PATCH 17/17] nptl: Move pthread_mutexattr_settype, __pthread_mutexattr_settype "
Use Linux 5.12 and GCC 11 branch in build-many-glibcs.py
2021-04-27 4:28 UTC (2+ messages)
[PATCH] stdlib: Fix data race in __run_exit_handlers
2021-04-26 19:27 UTC (4+ messages)
[RFC] bpf.2: Use standard types and attributes
2021-04-26 17:46 UTC (10+ messages)
[PATCH 00/19] nptl: Move most C11 symbols into libc
2021-04-26 17:12 UTC (20+ messages)
` [PATCH 01/19] Add pthread-in-libc, libpthread-routines-var, librt-routines-var
` [PATCH 02/19] nptl: Move call_once into libc
` [PATCH 03/19] nptl: Move cnd_broadcast "
` [PATCH 04/19] nptl: Move cnd_destroy "
` [PATCH 05/19] nptl: Move cnd_init "
` [PATCH 06/19] nptl: Move cnd_signal "
` [PATCH 07/19] nptl: Move cnd_timedwait "
` [PATCH 08/19] nptl: Move cnd_wait "
` [PATCH 09/19] nptl: Move mtx_destroy "
` [PATCH 10/19] nptl: Move mtx_init "
` [PATCH 11/19] nptl: Move mtx_lock "
` [PATCH 12/19] nptl: Move mtx_timedlock "
` [PATCH 13/19] nptl: Move mtx_trylock "
` [PATCH 14/19] nptl: Move mtx_unlock "
` [PATCH 15/19] nptl: Move thrd_exit "
` [PATCH 16/19] nptl: Move tss_create "
` [PATCH 17/19] nptl: Move tss_delete "
` [PATCH 18/19] nptl: Move tss_get "
` [PATCH 19/19] nptl: Move tss_set "
[PATCH] nptl: Move pthread_yield into libc, as a compatibility symbol
2021-04-26 16:50 UTC
[PATCH V2] Add RFC 8335 Definitions from Linux 5.12
2021-04-26 16:16 UTC (3+ messages)
[PATCH v2] powerpc: Add log IFUNC multiarch support for POWER10
2021-04-26 13:55 UTC (4+ messages)
Community Patch Review Meeting: 2021-04-26 at 0900h EST (UTC-4)
2021-04-26 13:02 UTC
[PATCH] LC_COLLATE: Fix last character ellipsis handling (Bug 22668)
2021-04-26 12:39 UTC (3+ messages)
[PATCH v4 00/35] SYNOPSIS: Use syscall(SYS_...); and fix '#include's
2021-04-24 15:46 UTC (7+ messages)
` [PATCH v5 "
Vulnerability Report (DMARC RECORD)
2021-04-24 3:49 UTC
[PATCH v1 1/2] x86: Optimize strlen-avx2.S
2021-04-23 20:14 UTC (15+ messages)
` [PATCH v1 2/2] x86: Optimize strchr-evex.S
` [PATCH v2 1/2] x86: Optimize strchr-avx2.S
` [PATCH v2 2/2] x86: Optimize strchr-evex.S
` [PATCH v3 1/2] x86: Optimize strchr-avx2.S
` [PATCH v3 2/2] x86: Optimize strchr-evex.S
` [PATCH v4 1/2] x86: Optimize strchr-avx2.S
` [PATCH v4 2/2] x86: Optimize strchr-evex.S
Candidate Linux ABI for Intel AMX and hypothetical new related features
2021-04-23 19:57 UTC (13+ messages)
[PATCH 00/14] nptl: Move remaining rwlock functions into libc
2021-04-23 17:38 UTC (15+ messages)
` [PATCH 01/14] nptl: Move pthread_rwlock_clockrdlock "
` [PATCH 02/14] nptl: Move pthread_rwlock_clockwrlock "
` [PATCH 03/14] nptl: Move pthread_rwlock_destroy "
` [PATCH 04/14] nptl: Move pthread_rwlock_init "
` [PATCH 05/14] nptl: Move pthread_rwlock_timedrdlock "
` [PATCH 06/14] nptl: Move pthread_rwlock_timedwrlock "
` [PATCH 07/14] nptl: Move pthread_rwlock_tryrdlock "
` [PATCH 08/14] nptl: Move pthread_rwlock_trywrlock "
` [PATCH 09/14] nptl: Move pthread_rwlockattr_destroy "
` [PATCH 10/14] nptl: Move pthread_rwlockattr_getkind_np "
` [PATCH 11/14] nptl: Move pthread_rwlockattr_getpshared "
` [PATCH 12/14] nptl: Move pthread_rwlockattr_init "
` [PATCH 13/14] nptl: Move pthread_rwlockattr_setkind_np "
` [PATCH 14/14] nptl: Move pthread_rwlockattr_setpshared "
[PATCH 0/2] Resolver-related libpthread cleanups
2021-04-23 16:48 UTC (4+ messages)
` [PATCH 1/2] nptl: Remove __res_state from libpthread
` [PATCH 2/2] nptl: Remove __h_errno_location "
[PATCH] more out of bounds checking improvements
2021-04-23 16:01 UTC (10+ messages)
` Ping: "
` Ping 2: "
` Ping 3: "
` Ping 4: "
[PATCH 0/4] nptl: Move spinlock symbols into libc
2021-04-23 14:36 UTC (6+ messages)
` [PATCH 1/4] nptl: Move pthread_spin_destroy "
` [PATCH 2/4] nptl: Move pthread_spin_init, Move pthread_spin_unlock "
` [PATCH 3/4] nptl: Move pthread_spin_lock "
` [PATCH 4/4] nptl: Move pthread_spin_trylock "
[PATCH liburing] examples/ucontext-cp.c: cope with variable SIGSTKSZ
2021-04-23 14:13 UTC (6+ messages)
[PATCH 0/4] Move remaining condition variable symbols into libc
2021-04-23 12:55 UTC (6+ messages)
` [PATCH 1/4] nptl: Move pthread_condattr_getclock "
` [PATCH 2/4] nptl: Move pthread_condattr_getpshared "
` [PATCH 3/4] nptl: Move pthread_condattr_setclock "
` [PATCH 4/4] nptl: Move pthread_condattr_setpshared "
[PATCH] open_by_handle_at.2: Remove unused <sys/stat.h>
2021-04-23 9:52 UTC
[PATCH] malloc: Print error when oldsize is not equal to the current size
2021-04-23 2:23 UTC (2+ messages)
[PATCH] add support for -Wmismatched-dealloc
2021-04-23 0:00 UTC (14+ messages)
[PATCH v8 0/6] Improve Minimum Alternate Stack Size
2021-04-22 22:04 UTC (5+ messages)
` [PATCH v8 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
[PATCH v2] powerpc: Add optimized strlen for POWER10
2021-04-22 19:50 UTC (3+ messages)
[PATCH v3] nptl_db: Support different libpthread/ld.so load orders (bug 27744)
2021-04-22 18:27 UTC (14+ messages)
tst-cpu-features-supports.c build failures
2021-04-22 17:08 UTC (4+ messages)
` [PATCH] x86: tst-cpu-features-supports.c: Update AMX check
[PATCH] nptl: Move pthread_kill_other_threads_np compatibility symbol into libc
2021-04-22 17:01 UTC (2+ messages)
[PATCH] nptl: Move pthread_atfork compatibility symbol to libc
2021-04-22 16:59 UTC (2+ 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).