Show patches with: State = Action Required       |   28147 patches
« 1 2 3 4281 282 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v3,3/3] aarch64: Enhanced CPU diagnostics for ld.so Enhanced CPU diagnostics for ld.so - - - - --- 2024-04-05 Florian Weimer New
[v3,2/3] x86: Add generic CPUID data dumper to ld.so --list-diagnostics Enhanced CPU diagnostics for ld.so - - 1 - --- 2024-04-05 Florian Weimer New
[v3,1/3] elf: Add CPU iteration support for future use in ld.so diagnostics Enhanced CPU diagnostics for ld.so - - 1 - --- 2024-04-05 Florian Weimer New
x86-64: Exclude FMA4 IFUNC functions for -mapxf x86-64: Exclude FMA4 IFUNC functions for -mapxf - - 1 - --- 2024-04-04 H.J. Lu New
[3/3] math: math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603) Improve x86 rounding implementation when FE_INEXACT trap is enabled - - 1 - --- 2024-04-03 Adhemerval Zanella New
[2/3] math: math: x86 floor traps when FE_INEXACT is enabled (BZ 31601) Improve x86 rounding implementation when FE_INEXACT trap is enabled - - 1 - --- 2024-04-03 Adhemerval Zanella New
[1/3] math: math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600) Improve x86 rounding implementation when FE_INEXACT trap is enabled - - 1 - --- 2024-04-03 Adhemerval Zanella New
login: Use unsigned 32-bit types for seconds-since-epoch login: Use unsigned 32-bit types for seconds-since-epoch - - - - --- 2024-04-03 Florian Weimer New
arc4random: fix getrandom fallback to /dev/urandom arc4random: fix getrandom fallback to /dev/urandom - 1 - - --- 2024-04-03 Anthony Iliopoulos New
elf: Don't call fatal_error in _dl_signal_error elf: Don't call fatal_error in _dl_signal_error - - - - --- 2024-04-03 H.J. Lu New
[v2,10/10] i386: Do not raise inexact exception on trunc/truncf Improve rounding to interger function for C23 - - - - --- 2024-04-03 Adhemerval Zanella New
[v2,09/10] i386: Do not raise inexact exception on ceil/ceilf Improve rounding to interger function for C23 - - - - --- 2024-04-03 Adhemerval Zanella New
[v2,08/10] x86: Do not raise inexact exception on floor/floorf Improve rounding to interger function for C23 - - - - --- 2024-04-03 Adhemerval Zanella New
[v2,07/10] x86: Do not raise inexact exception on truncl Improve rounding to interger function for C23 - - - - --- 2024-04-03 Adhemerval Zanella New
[v2,06/10] x86: Do not raise inexact exception on floorl Improve rounding to interger function for C23 - - - - --- 2024-04-03 Adhemerval Zanella New
[v2,05/10] x86: Do not raise inexact exception on ceill Improve rounding to interger function for C23 - - - - --- 2024-04-03 Adhemerval Zanella New
[v2,04/10] math: Add test to check if round raise inexact floating-point exception Improve rounding to interger function for C23 - - 1 - --- 2024-04-03 Adhemerval Zanella New
[v2,03/10] math: Add test to check if trunc raise inexact floating-point exception Improve rounding to interger function for C23 - - 1 - --- 2024-04-03 Adhemerval Zanella New
[v2,02/10] math: Add test to check if floor raise inexact floating-point exception Improve rounding to interger function for C23 - - 1 - --- 2024-04-03 Adhemerval Zanella New
[v2,01/10] math: Add test to check if ceil raise inexact floating-point exception Improve rounding to interger function for C23 - - 1 - --- 2024-04-03 Adhemerval Zanella New
[6/8,v2] aarch64/fpu: Add vector variants of sinh Untitled series #401525 - - 1 - --- 2024-04-03 Joe Ramsay New
[5/8,v2] aarch64/fpu: Add vector variants of atanh Untitled series #401525 - - 1 - --- 2024-04-03 Joe Ramsay New
[v2] misc: Add support for Linux uio.h RWF_NOAPPEND flag [v2] misc: Add support for Linux uio.h RWF_NOAPPEND flag - - 1 - --- 2024-04-03 Stafford Horne New
misc: Add support Linux uio.h RWF_NOAPPEND flag misc: Add support Linux uio.h RWF_NOAPPEND flag - - - - --- 2024-04-03 Stafford Horne New
[v3,7/7] math: Provide modf128 for static libm on alpha, s390, and sparcv9 Fix some libm static issues - - - - --- 2024-04-02 Adhemerval Zanella New
[v3,6/7] math: Provide frexpf128 for static libm on alpha, s390, and sparcv9 Fix some libm static issues - - - - --- 2024-04-02 Adhemerval Zanella New
[v3,5/7] math: Provided copysignf128 for static libm on alpha, s390, and sparcv9 Fix some libm static issues - - - - --- 2024-04-02 Adhemerval Zanella New
[v3,4/7] math: Fix isnanf128 static build Fix some libm static issues - - - - --- 2024-04-02 Adhemerval Zanella New
[v3,3/7] math: Fix i386 and m68k exp10 on static build Fix some libm static issues - - - - --- 2024-04-02 Adhemerval Zanella New
[v3,2/7] math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488) Fix some libm static issues - - - - --- 2024-04-02 Adhemerval Zanella New
[v3,1/7] math: Add support for auto static math tests Fix some libm static issues - - - - --- 2024-04-02 Adhemerval Zanella New
status of dj/malloc branch? status of dj/malloc branch? - - - - --- 2024-04-01 Eric Wong New
stdlib: reorganize stdlib Makefile routines by functionality stdlib: reorganize stdlib Makefile routines by functionality - - - - --- 2024-04-01 abushwang New
elf: sanitize objname in _dl_signal_error elf: sanitize objname in _dl_signal_error - 1 - - --- 2024-04-01 Jiangfeng Xiao New
[v3,4/4] manual: significand() uses FLT_RADIX, not 2 manual: arith.texi and math.texi fixes - - - - --- 2024-03-31 Alejandro Colomar New
[v3,3/4] manual: Clarify return value of cbrt(3) manual: arith.texi and math.texi fixes - - - - --- 2024-03-31 Alejandro Colomar New
[v3,2/4] manual: floor(log2(fabs(x))) has rounding errors manual: arith.texi and math.texi fixes - - 1 - --- 2024-03-31 Alejandro Colomar New
[v3,1/4] manual: logb(x) is floor(log2(fabs(x))) manual: arith.texi and math.texi fixes - - 1 - --- 2024-03-31 Alejandro Colomar New
LoongArch: Add soft floating-point fe* function implementations. LoongArch: Add soft floating-point fe* function implementations. - - - - --- 2024-03-31 caiyinyu New
[v4] LoongArch: Add support for TLS Descriptors [v4] LoongArch: Add support for TLS Descriptors - - - - --- 2024-03-31 mengqinggang New
elf: handle NULL input to fatal_error elf: handle NULL input to fatal_error - 1 - - --- 2024-03-30 Jiangfeng Xiao New
[2/2] build-many-glibcs.py: Add openrisc hard float glibc variant OpenRISC glibc hard float support - - - - --- 2024-03-29 Stafford Horne New
[1/2] or1k: Add hard float support OpenRISC glibc hard float support - - - - --- 2024-03-29 Stafford Horne New
[v6,3/3] RISC-V: Implement TLS Descriptors. RISC-V: Implement TLS Descriptors. - - - - --- 2024-03-29 Tatsuyuki Ishi New
[v6,2/3] RISC-V: Add TLSDESC reloc definitions. RISC-V: Implement TLS Descriptors. - - 1 - --- 2024-03-29 Tatsuyuki Ishi New
[v6,1/3] RISC-V: Add include guard for dl-tls.h. RISC-V: Implement TLS Descriptors. - - 1 - --- 2024-03-29 Tatsuyuki Ishi New
[v5,3/3] RISC-V: Implement TLS Descriptors. RISC-V: Implement TLS Descriptors. - - - - --- 2024-03-29 Tatsuyuki Ishi New
[v5,2/3] RISC-V: Add TLSDESC reloc definitions. RISC-V: Implement TLS Descriptors. - - - - --- 2024-03-29 Tatsuyuki Ishi New
[v5,1/3] RISC-V: Add include guard for dl-tls.h. RISC-V: Implement TLS Descriptors. - - - - --- 2024-03-29 Tatsuyuki Ishi New
[v13] posix: Deprecate group_member for Linux [v13] posix: Deprecate group_member for Linux - - - - --- 2024-03-28 Joe Simmons-Talbott New
[v12] posix: Deprecate group_member for Linux [v12] posix: Deprecate group_member for Linux - - - - --- 2024-03-28 Joe Simmons-Talbott New
[v2,10/10] math: Provide modf128 for static libm on alpha, s390, and sparcv9 Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[v2,09/10] math: Provide frexpf128 for static libm on alpha, s390, and sparcv9 Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[v2,08/10] math: Provided copysignf128 for static libm on alpha, s390, and sparcv9 Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[v2,07/10] math: Fix isnanf128 static build Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[v2,06/10] i386: Use generic exp10 Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[v2,05/10] math: Fix i386 and m68k exp10 on static build Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[v2,04/10] i386: Use generic fmodf Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[v2,03/10] i386: Use generic fmod Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[v2,02/10] math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488) Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[v2,01/10] math: Add support for auto static math tests Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
RISC-V: Clobber V state on system calls RISC-V: Clobber V state on system calls - - - - --- 2024-03-27 Palmer Dabbelt New
[v11] posix: Deprecate group_member for Linux [v11] posix: Deprecate group_member for Linux - - - - --- 2024-03-27 Joe Simmons-Talbott New
[15/15] math: Fix y1 template for arguments less/equal than 0 Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[14/15] math: Fix y0 template for arguments less/equal than 0 Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[13/15] math: Fix log2 template for inputs less than 0 Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[12/15] math: Fix log10 template for inputs less than 0 Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[11/15] math: Fix acos template for arguments greater than 1 Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[10/15] math: Provide modf128 for static libm on alpha, s390, and sparcv9 Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[09/15] math: Provide frexpf128 for static libm on alpha, s390, and sparcv9 Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[08/15] math: Provided copysignf128 for static libm on alpha, s390, and sparcv9 Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[07/15] math: Fix isnanf128 static build Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[06/15] i386: Use generic exp10 Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[05/15] math: Fix i386 and m68k exp10 on static build Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[04/15] i386: Use generic fmodf Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[03/15] i386: Use generic fmod Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[02/15] math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488) Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[01/15] math: Add support for auto static math tests Fix some libm static issues - - - - --- 2024-03-27 Adhemerval Zanella New
[v10] posix: Deprecate group_member for Linux [v10] posix: Deprecate group_member for Linux - - - - --- 2024-03-27 Joe Simmons-Talbott New
[v9] posix: Deprecate group_member for Linux [v9] posix: Deprecate group_member for Linux - - - - --- 2024-03-27 Joe Simmons-Talbott New
elf: Do not check for loader mmap on tst-decorate-maps (BZ 31553) elf: Do not check for loader mmap on tst-decorate-maps (BZ 31553) - - 1 - --- 2024-03-26 Adhemerval Zanella New
[v8] posix: Deprecate group_member for Linux [v8] posix: Deprecate group_member for Linux - - - - --- 2024-03-26 Joe Simmons-Talbott New
LoongArch: Add soft floating-point fe* function implementations. LoongArch: Add soft floating-point fe* function implementations. - - - - --- 2024-03-26 caiyinyu New
[v10,4/4] nptl: Add features to internal 'struct rseq_area' [v10,1/4] nptl: fix potential merge of __rseq_* relro symbols - - - - --- 2024-03-25 Michael Jeanson New
[v10,3/4] nptl: Add public __rseq_feature_size symbol [v10,1/4] nptl: fix potential merge of __rseq_* relro symbols - - - - --- 2024-03-25 Michael Jeanson New
[v10,2/4] Add rseq extensible ABI support [v10,1/4] nptl: fix potential merge of __rseq_* relro symbols - - - - --- 2024-03-25 Michael Jeanson New
[v10,1/4] nptl: fix potential merge of __rseq_* relro symbols [v10,1/4] nptl: fix potential merge of __rseq_* relro symbols - - 1 - --- 2024-03-25 Michael Jeanson New
manual: Drop incorrect statement on PIPE_BUF and blocking writes manual: Drop incorrect statement on PIPE_BUF and blocking writes - - - - --- 2024-03-25 Štěpán Němec New
[v2,20/20] hurd: Add expected aarch64-gnu abistlists aarch64-gnu port & GNU/Hurd on AArch64 progress - - - - --- 2024-03-23 Sergey Bugaev New
[v2,19/20] htl: Add an AArch64 implementation aarch64-gnu port & GNU/Hurd on AArch64 progress - - - - --- 2024-03-23 Sergey Bugaev New
[v2,18/20] htl: Implement some support for TLS_DTV_AT_TP aarch64-gnu port & GNU/Hurd on AArch64 progress - - - - --- 2024-03-23 Sergey Bugaev New
[v2,17/20] hurd: Add an AArch64 signal implementation aarch64-gnu port & GNU/Hurd on AArch64 progress - - - - --- 2024-03-23 Sergey Bugaev New
[v2,16/20] Add FPE_FLTIDO aarch64-gnu port & GNU/Hurd on AArch64 progress - - - - --- 2024-03-23 Sergey Bugaev New
[v2,15/20] hurd: Implement longjmp for AArch64 aarch64-gnu port & GNU/Hurd on AArch64 progress - - - - --- 2024-03-23 Sergey Bugaev New
[v2,14/20] hurd: Implement TLS on AArch64 aarch64-gnu port & GNU/Hurd on AArch64 progress - - - - --- 2024-03-23 Sergey Bugaev New
[v2,13/20] hurd: Add a basic AArch64 port aarch64-gnu port & GNU/Hurd on AArch64 progress - - - - --- 2024-03-23 Sergey Bugaev New
[v2,12/20] mach: Declare the new thread_set_self_state () trap aarch64-gnu port & GNU/Hurd on AArch64 progress - - - - --- 2024-03-23 Sergey Bugaev New
[v2,11/20] mach: Add a basic AArch64 port aarch64-gnu port & GNU/Hurd on AArch64 progress - - - - --- 2024-03-23 Sergey Bugaev New
[v2,10/20] aarch64: Allow building without kernel support for BTI aarch64-gnu port & GNU/Hurd on AArch64 progress - - - - --- 2024-03-23 Sergey Bugaev New
[v2,09/20] aarch64: Move saving user entry into _dl_start_user aarch64-gnu port & GNU/Hurd on AArch64 progress - - - - --- 2024-03-23 Sergey Bugaev New
« 1 2 3 4281 282 »