Show patches with: State = Action Required       |    Archived = No       |   994 patches
« 1 2 3 49 10 »
Patch Series S/W/F Date Submitter Delegate State
[RFC] Deprecate _REENTRANT and _THREAD_SAFE. --- 2016-12-06 Zack Weinberg New
AARCH64: remove asm/prtace.h inclusion in sys/user.h and sys/procfs.h --- 2014-05-14 Yvan Roux New
Fix ambiguous 'else' [-Wparentheses] --- 2016-04-15 Yvan Roux New
[04/19] arm64: ensure the kernel is compiled for LP64 --- 2016-06-17 Yury Norov New
[05/19] arm64: rename COMPAT to AARCH32_EL0 in Kconfig --- 2016-06-17 Yury Norov New
[06/19] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64 --- 2016-06-17 Yury Norov New
[08/19] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat) Untitled series #1936 --- 2016-06-17 Yury Norov New
[01/27,AARCH64] Fix utmp struct for compatibility reasons. --- 2016-06-21 Yury Norov New
[05/27,AARCH64] Use PTR_REG in crti.S. --- 2016-06-21 Yury Norov New
[06/27,AARCH64] Use PTR_REG/PTR_SIZE/PTR_SIZE_LOG in dl-tlsesc.S --- 2016-06-21 Yury Norov New
[07/27,AARCH64] Use PTR_* macros in dl-trampoline.S --- 2016-06-21 Yury Norov New
[10/27,AARCH64] Detect ILP32 in configure scripts. --- 2016-06-21 Yury Norov New
[11/27,AARCH64] Syscalls for ILP32 are passed always via 64bit values. --- 2016-06-21 Yury Norov New
[13/27,AARCH64] Set up wordsize for ILP32. --- 2016-06-21 Yury Norov New
[18/27,AARCH64] Add kernel_sigaction.h for AARCH64 ILP32 --- 2016-06-21 Yury Norov New
[19/27,AARCH64] Add typesizes.h for ILP32 --- 2016-06-21 Yury Norov New
[20/27,AARCH64] Make lp64 and ilp32 directories. --- 2016-06-21 Yury Norov New
[23/27,AARCH64] delouse input arguments in system functions Untitled series #1934 --- 2016-06-21 Yury Norov New
[24/27] Add support for AT_ARM64_MIDR. --- 2016-06-21 Yury Norov New
fallocate: pass off_t in register pair correctly for 64-bit off_t --- 2016-06-24 Yury Norov New
off_t: fix register pair calculation for 64-bit case --- 2016-06-24 Yury Norov New
[RFC] AARCH64/ILP32: introduce kernel time types --- 2016-06-28 Yury Norov New
[01/23,AARCH64] define word size for lp64 and ilp32 --- 2016-06-28 Yury Norov New
[02/23,AARCH64] Add header guards to sysdep.h headers. --- 2016-06-28 Yury Norov New
[03/23] Add dynamic ILP32 AARCH64 relocations to elf.h --- 2016-06-28 Yury Norov New
[04/23,AARCH64] Add PTR_REG, PTR_LOG_SIZE, and PTR_SIZE. Use it in LDST_PCREL and LDST_GLOBAL. --- 2016-06-28 Yury Norov New
[08/23,AARCH64] Use PTR_* in start.S --- 2016-06-28 Yury Norov New
[09/23,AARCH64] Use PTR_REG in getcontext.S. --- 2016-06-28 Yury Norov New
[11/23,AARCH64] Add ILP32 support to elf_machine_load_address. --- 2016-06-28 Yury Norov New
[12/23,AARCH64] Add ILP32 to makefiles --- 2016-06-28 Yury Norov New
[13/23,AARCH64] Add support to ldconfig for ILP32 and libilp32 --- 2016-06-28 Yury Norov New
[14/23,AARCH64] Add ILP32 ld.so to the known interpreter names. --- 2016-06-28 Yury Norov New
[15/23,AARCH64] Add ldd-rewrite.sed so that ilp32 ld.so can be found --- 2016-06-28 Yury Norov New
[16/23,AARCH64] Make lp64 and ilp32 directories. --- 2016-06-28 Yury Norov New
[20/23,AARCH64] Fix ILP32 warning --- 2016-06-28 Yury Norov New
all: #define __WORDSIZE32_SIZE_ULONG and __WORDSIZE32_PTRDIFF_LONG everywhere --- 2016-07-06 Yury Norov New
[v3] all: #define wordsize-related macros everywhere --- 2016-07-26 Yury Norov New
[v4,2/3] 32-bit ABIs: support stat syscall family Untitled series #1898 --- 2016-08-04 Yury Norov New
[12/18] arm64: ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it Untitled series #1889 --- 2016-08-17 Yury Norov New
[2/2,AARCH64] ILP32: stat syscalls AARCH64/ILP32: support stat syscalls --- 2016-09-09 Yury Norov New
[v2] Test errno setup --- 2017-02-18 Yury Norov New
SYSCALL_CANCEL: reduce the size of generated code --- 2017-04-14 Yury Norov New
nss_nisplus/nisplus-alias.c: fix build warning on gcc7 --- 2017-05-24 Yury Norov New
string: Add tests for zero length string inputs --- 2014-09-16 Will Newton New
[2/5] sysdeps/generic/atomic.h: Add a generic atomic header --- 2014-10-17 Will Newton New
[3/5] sysdeps/generic/atomic_types.h: Add generic atomic types header --- 2014-10-17 Will Newton New
[4/5] sysdeps/aarch64/bits/atomic.h: Switch to generic implementation --- 2014-10-17 Will Newton New
[5/5] sysdeps/arm/bits/atomic.h: Switch to generic implementation --- 2014-10-17 Will Newton New
[1/3] AArch64: Update relocations for ILP32 --- 2014-11-18 Will Newton New
[2/3] AArch64: Use ELF macros rather than Elf64 throughout --- 2014-11-18 Will Newton New
[3/3] AArch64: Reformat inline-asm in elf_machine_load_address --- 2014-11-18 Will Newton New
[v2] Require bison 2.7 or newer for regenerating intl/plural.y --- 2014-12-11 Will Newton New
[v3] Require bison 2.7 or newer for regenerating intl/plural.y --- 2014-12-11 Will Newton New
manual/install.texi: Bump required version of texinfo to 4.7 --- 2014-12-11 Will Newton New
[v2] Bump required version of texinfo to 4.7 --- 2014-12-12 Will Newton New
[BZ,#20973] Robust mutexes: Fix lost wake-up. --- 2016-12-15 Torvald Riegel New
[BZ,#19402] Clear list of acquired robust mutexes in the child process after forking. --- 2016-12-22 Torvald Riegel New
New condvar implementation that provides stronger ordering guarantees. --- 2016-12-23 Torvald Riegel New
[2/2] New pthread rwlock that is more scalable. --- 2016-12-23 Torvald Riegel New
New condvar implementation that provides stronger ordering guarantees. --- 2017-01-02 Torvald Riegel New
[2/2] New pthread rwlock that is more scalable. --- 2017-01-02 Torvald Riegel New
RFC: shared-memory synchronization benchmarking in glibc --- 2017-01-10 Torvald Riegel New
Fix mutex pretty printer test and pretty printer output. --- 2017-01-10 Torvald Riegel New
make build-many-glibcs.py work on python3.2 --- 2016-11-22 Szabolcs Nagy New
[v2] Test case for BZ 19329 --- 2016-11-25 Szabolcs Nagy New
[RFC,1/2,BZ,19329] remove broken code path for easier code review --- 2016-11-30 Szabolcs Nagy New
[RFC,2/2,BZ,19329] Fix data races between pthread_create and dlopen --- 2016-11-30 Szabolcs Nagy New
[AArch64] Add more cfi annotations to tlsdesc entry points --- 2016-12-09 Szabolcs Nagy New
[v3] Test case for BZ 19329 --- 2016-12-13 Szabolcs Nagy New
[v2,AArch64] Add more cfi annotations to tlsdesc entry points --- 2016-12-13 Szabolcs Nagy New
Define wordsize.h macros everywhere --- 2016-10-26 Steve Ellcey New
Updated version of define for __ASSUME_ST_INO_64_BIT --- 2016-11-07 Steve Ellcey New
Allow [f]statfs64 to alias [f]statfs --- 2016-11-09 Steve Ellcey New
[1/2] Enable ILP32 mode on aarch64, update abilist files --- 2016-11-29 Steve Ellcey New
[1/2] Enable ILP32 mode on aarch64, update abilist files (version 3) --- 2016-12-19 Steve Ellcey New
[2/2] Enable ILP32 mode on aarch64 (version 3) --- 2016-12-20 Steve Ellcey New
Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] --- 2016-12-01 Stefan Liebler New
[COMMITTED] S390: Regenerate ULPs. --- 2016-12-02 Stefan Liebler New
Add __glibc_unlikely hint in lll_trylock, lll_cond_trylock. --- 2016-12-13 Stefan Liebler New
[1/2] S390: Optimize atomic macros. --- 2016-12-16 Stefan Liebler New
[COMMITTED] Do not require memset elimination in explicit_bzero test --- 2017-01-10 Stefan Liebler New
[COMMITTED] benchtests: Mark output variables as used --- 2015-11-17 Siddhesh Poyarekar New
[COMMITTED] Remove redundant else clauses in s_sin.c --- 2015-11-17 Siddhesh Poyarekar New
Include s_sin.c in s_sincos.c --- 2015-11-17 Siddhesh Poyarekar New
[1/3] New make target gen-libm-inputs --- 2015-12-11 Siddhesh Poyarekar New
[1/3] Consolidate range reduction in sincos for x > 281474976710656 --- 2015-12-11 Siddhesh Poyarekar New
[2/3] Consolidate sin and cos code for 105414350 <|x|< 281474976710656 --- 2015-12-11 Siddhesh Poyarekar New
[3/3] Consolidate sincos computation for 2.426265 < |x| < 105414350 --- 2015-12-11 Siddhesh Poyarekar New
[1/3] Consolidate range reduction in sincos for x > 281474976710656 --- 2015-12-14 Siddhesh Poyarekar New
[2/3] Consolidate sin and cos code for 105414350 <|x|< 281474976710656 --- 2015-12-14 Siddhesh Poyarekar New
[3/3] Consolidate sincos computation for 2.426265 < |x| < 105414350 --- 2015-12-14 Siddhesh Poyarekar New
[1/8] tunables: Make tunable_list relro [1/8] tunables: Make tunable_list relro --- 2017-05-10 Siddhesh Poyarekar New
AARCH64: Adding Saphira core detection using MIDR. AARCH64: Adding Saphira core detection using MIDR. --- 2018-11-20 Sameera Deshpande New
elf.h: add relocations for Imagination META --- 2016-07-12 Ross Burton New
[1/3] aarch64: Clean up _dl_runtime_resolve aarch64: Update ld.so for vector abi --- 2018-08-01 Richard Henderson New
[2/3] aarch64: Clean up _dl_runtime_profile aarch64: Update ld.so for vector abi --- 2018-08-01 Richard Henderson New
[3/3] aarch64: Save and restore SVE registers in ld.so aarch64: Update ld.so for vector abi --- 2018-08-01 Richard Henderson New
[v8,01/17] Parameterize op_t from memcopy.h [v8,01/17] Parameterize op_t from memcopy.h --- 2023-01-13 Richard Henderson New
[v8,03/17] Add string-maskoff.h generic header [v8,01/17] Parameterize op_t from memcopy.h --- 2023-01-13 Richard Henderson New
[v8,04/17] Add string vectorized find and detection functions [v8,01/17] Parameterize op_t from memcopy.h --- 2023-01-13 Richard Henderson New
« 1 2 3 49 10 »