Toggle navigation
Patchwork
libc-alpha
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Adhemerval Zanella Netto
| State =
Action Required
| Archived =
No
| 836 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
«
1
2
3
4
…
8
9
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[v2,06/10] i386: Use generic exp10
Fix some libm static issues
-
-
-
2024-03-27
Adhemerval Zanella Netto
New
[v2,05/10] math: Fix i386 and m68k exp10 on static build
Fix some libm static issues
-
-
-
2024-03-27
Adhemerval Zanella Netto
New
[v2,04/10] i386: Use generic fmodf
Fix some libm static issues
-
-
-
2024-03-27
Adhemerval Zanella Netto
New
[v2,03/10] i386: Use generic fmod
Fix some libm static issues
-
-
-
2024-03-27
Adhemerval Zanella Netto
New
[14/15] math: Fix y0 template for arguments less/equal than 0
Fix some libm static issues
-
-
-
2024-03-27
Adhemerval Zanella Netto
New
[13/15] math: Fix log2 template for inputs less than 0
Fix some libm static issues
-
-
-
2024-03-27
Adhemerval Zanella Netto
New
[12/15] math: Fix log10 template for inputs less than 0
Fix some libm static issues
-
-
-
2024-03-27
Adhemerval Zanella Netto
New
[11/15] math: Fix acos template for arguments greater than 1
Fix some libm static issues
-
-
-
2024-03-27
Adhemerval Zanella Netto
New
[3/3] i386: Use generic fmodf
math: fmod fixes on i386 and m68k
-
-
-
2024-03-14
Adhemerval Zanella Netto
New
[2/3] i386: Use generic fmod
math: fmod fixes on i386 and m68k
-
-
-
2024-03-14
Adhemerval Zanella Netto
New
[1/3] math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)
math: fmod fixes on i386 and m68k
-
-
-
2024-03-14
Adhemerval Zanella Netto
New
[2/3] arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)
Extending TLS testing and fixing TLS gnu2 for ARM
-
-
-
2024-02-29
Adhemerval Zanella Netto
New
[v2,1/3] string: Remove c_strstr from test-strstr
Improve wcsstr
-
-
-
2024-02-20
Adhemerval Zanella Netto
New
[3/3] wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)
Improve wcsstr
-
-
-
2024-02-19
Adhemerval Zanella Netto
New
[v3,07/10] syslog: Improve fortify with clang
Improve fortify support with clang
-
-
-
2024-02-08
Adhemerval Zanella Netto
New
[v2,2/3] x86: Do not prefer ERMS for memset on Zen3+
x86: Improve ERMS usage on Zen3+
-
-
-
2024-02-06
Adhemerval Zanella Netto
New
[v2,1/3] x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)
x86: Improve ERMS usage on Zen3+
-
-
-
2024-02-06
Adhemerval Zanella Netto
New
arm: Remove unused ldr _dl_start_user
arm: Remove unused ldr _dl_start_user
-
-
-
2024-02-05
Adhemerval Zanella Netto
New
[2/4] sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)
Multiple sparc fixes
-
-
-
2024-01-18
Adhemerval Zanella Netto
New
[v2,2/3] i386: Remove CET support
x86: Move CET infrastructure to x86_64
-
-
-
2024-01-05
Adhemerval Zanella Netto
New
x86: Move CET infrastructure to x86_64
x86: Move CET infrastructure to x86_64
-
-
-
2024-01-04
Adhemerval Zanella Netto
New
[2/2] stdlib: Fix stdbit.h with -Wconversion for clang
stdlib: Fix stdbit.h with -Wconversion
-
-
-
2024-01-04
Adhemerval Zanella Netto
New
[v2] linux: Fix fstat64 on alpha and sparc64
[v2] linux: Fix fstat64 on alpha and sparc64
-
-
-
2024-01-02
Adhemerval Zanella Netto
New
[02/12] powerpc: Add missing arch flags on rounding ifunc variants
Improve rounding to interger function for C23
-
-
-
2023-12-28
Adhemerval Zanella Netto
New
[01/12] math: Reformat Makefile.
Improve rounding to interger function for C23
-
-
-
2023-12-28
Adhemerval Zanella Netto
New
[06/15] cdefs.h: Add clang fortify directives
Improve fortify support with clang
-
-
-
2023-12-21
Adhemerval Zanella Netto
New
elf: Avoid type aliasing violation on __tunable_get_{default, val}
elf: Avoid type aliasing violation on __tunable_get_{default, val}
-
-
-
2023-11-29
Adhemerval Zanella Netto
New
[v3,14/19] elf: Ignore loader debug env vars for setuid
Improve loader environment variable handling
-
-
-
2023-11-06
Adhemerval Zanella Netto
New
[v3,08/19] elf: Emit warning if tunable is ill-formatted
Improve loader environment variable handling
-
-
-
2023-11-06
Adhemerval Zanella Netto
New
[v3,06/19] elf: Do not parse ill-formatted strings
Improve loader environment variable handling
-
-
-
2023-11-06
Adhemerval Zanella Netto
New
[v3,05/19] elf: Do not process invalid tunable format
Improve loader environment variable handling
-
-
-
2023-11-06
Adhemerval Zanella Netto
New
[v2,3/7] x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)
Multiple floating-point environment fixes
-
-
-
2023-11-06
Adhemerval Zanella Netto
New
[v2,2/7] i686: Do not raise exception traps on fesetexcept (BZ 30989)
Multiple floating-point environment fixes
-
-
-
2023-11-06
Adhemerval Zanella Netto
New
[v2,1/7] powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)
Multiple floating-point environment fixes
-
-
-
2023-11-06
Adhemerval Zanella Netto
New
[v3,5/7] assert: Decorate error message buffer
Add a tunable to decorate anonymous memory maps
-
-
-
2023-11-01
Adhemerval Zanella Netto
New
[1/4] elf: Add a way to check if tunable is set (BZ 27069)
x86: Improve ERMS usage on Zen3+
-
-
-
2023-10-31
Adhemerval Zanella Netto
New
[v2,2/7] Update kernel version to 6.6 in header constant tests
Updates from Linux 6.6
-
-
-
2023-10-31
Adhemerval Zanella Netto
New
[v2,1/7] Update syscall lists for Linux 6.6
Updates from Linux 6.6
-
-
-
2023-10-31
Adhemerval Zanella Netto
New
[COMMITTED] crypt: Remove manul entry for --enable-crypt
[COMMITTED] crypt: Remove manul entry for --enable-crypt
-
-
-
2023-10-31
Adhemerval Zanella Netto
New
[v2,7/7] elf: Add glibc.mem.decorate_maps tunable
Add a tunable to decorate anonymous memory maps
-
-
-
2023-10-28
Adhemerval Zanella Netto
New
[1/5] linux: Add __set_vma_name
Add a tunable to decorate anonymous memory maps
-
-
-
2023-10-26
Adhemerval Zanella Netto
New
[v2,2/3] i686: Do not raise exception traps on fesetexcept (BZ 30989)
Fix fesetexcept/fesetexceptflag on powerpc and x86
-
-
-
2023-10-24
Adhemerval Zanella Netto
New
[v3] posix: Sync tempname with gnulib
[v3] posix: Sync tempname with gnulib
-
-
-
2023-10-23
Adhemerval Zanella Netto
New
[2/3] i686: Do not raise exception traps on fesetexcept (BZ 30989)
Fix fesetexcept/fesetexceptflag on powerpc and x86
-
-
-
2023-10-23
Adhemerval Zanella Netto
New
[v2,09/19] x86: Use dl-symbol-redir-ifunc.h on cpu-tunables
Improve loader environment variable handling
-
-
-
2023-10-17
Adhemerval Zanella Netto
New
[v2,07/19] elf: Fix _dl_debug_vdprintf to work before self-relocation
Improve loader environment variable handling
-
-
-
2023-10-17
Adhemerval Zanella Netto
New
[04/11] elf: Add GLIBC_TUNABLES to unsecvars
Improve tunable handling
-
-
-
2023-10-10
Adhemerval Zanella Netto
New
[03/11] elf: Add all malloc tunable to unsecvars
Improve tunable handling
-
-
-
2023-10-10
Adhemerval Zanella Netto
New
[v8,1/7] string: Add internal memswap implementation
Use introsort for qsort
-
-
-
2023-10-02
Adhemerval Zanella Netto
New
[RFC] linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)
[RFC] linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)
-
-
-
2023-09-28
Adhemerval Zanella Netto
New
[v2,2/2] stdio: Remove __printf_fp_buffer_2 alloca usage
Remove print_fp alloca usage
-
-
-
2023-09-14
Adhemerval Zanella Netto
New
[v2,1/2] stdio: Remove __printf_fp_buffer_1 alloca usage
Remove print_fp alloca usage
-
-
-
2023-09-14
Adhemerval Zanella Netto
New
[2/2] linux: Use procutils_read_file on malloc-hugepages
Use procutils on getsysstats and malloc-hugepages
-
-
-
2023-09-12
Adhemerval Zanella Netto
New
[1/2] linux: Use procutils_read_file on getsysstats
Use procutils on getsysstats and malloc-hugepages
-
-
-
2023-09-12
Adhemerval Zanella Netto
New
[v5,3/5] libio: Remove the usage of __libc_IO_vtables
[v5,1/5] Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
-
-
-
2023-03-06
Adhemerval Zanella Netto
New
[v10,14/24] alpha: Add string-fzb.h and string-fzi.h
Untitled series #198576
-
-
-
2023-01-20
Adhemerval Zanella Netto
New
[v7,17/17] sh: Add string-fzb.h
[v7,01/17] Parameterize op_t from memcopy.h
-
-
-
2023-01-11
Adhemerval Zanella Netto
New
[v7,16/17] powerpc: Add string-fza.h
[v7,01/17] Parameterize op_t from memcopy.h
-
-
-
2023-01-11
Adhemerval Zanella Netto
New
[v7,14/17] alpha: Add string-fzb.h and string-fzi.h
[v7,01/17] Parameterize op_t from memcopy.h
-
-
-
2023-01-11
Adhemerval Zanella Netto
New
[v7,13/17] hppa: Add string-fzb.h and string-fzi.h
[v7,01/17] Parameterize op_t from memcopy.h
-
-
-
2023-01-11
Adhemerval Zanella Netto
New
[v7,11/17] string: Improve generic memrchr
[v7,01/17] Parameterize op_t from memcopy.h
-
-
-
2023-01-11
Adhemerval Zanella Netto
New
[v7,09/17] string: Improve generic strcmp
[v7,01/17] Parameterize op_t from memcopy.h
-
-
-
2023-01-11
Adhemerval Zanella Netto
New
[v7,08/17] string: Improve generic strchrnul
[v7,01/17] Parameterize op_t from memcopy.h
-
-
-
2023-01-11
Adhemerval Zanella Netto
New
[v7,05/17] string: Improve generic strlen
[v7,01/17] Parameterize op_t from memcopy.h
-
-
-
2023-01-11
Adhemerval Zanella Netto
New
[v7,04/17] Add string vectorized find and detection functions
[v7,01/17] Parameterize op_t from memcopy.h
-
-
-
2023-01-11
Adhemerval Zanella Netto
New
[v7,03/17] Add string-maskoff.h generic header
[v7,01/17] Parameterize op_t from memcopy.h
-
-
-
2023-01-11
Adhemerval Zanella Netto
New
[v7,01/17] Parameterize op_t from memcopy.h
[v7,01/17] Parameterize op_t from memcopy.h
-
-
-
2023-01-11
Adhemerval Zanella Netto
New
[v6,14/17] alpha: Add string-fzb.h and string-fzi.h
Untitled series #197424
-
-
-
2023-01-10
Adhemerval Zanella Netto
New
[v5,01/17] Parameterize op_t from memcopy.h
[v5,01/17] Parameterize op_t from memcopy.h
-
-
-
2022-09-19
Adhemerval Zanella Netto
New
[3/3] sparc: Move __fenv_{ld,st}fsr to fenv-private.h
[v2,1/3] math: Remove fenvinline.h
-
-
-
2020-03-09
Adhemerval Zanella Netto
New
[COMMITTED] linux/sysipc: Include linux/posix_types.h for __kernel_mode_t
[COMMITTED] linux/sysipc: Include linux/posix_types.h for __kernel_mode_t
-
-
-
2020-03-06
Adhemerval Zanella Netto
New
[v2,2/2] arm: Fix softp-fp Implies (BZ #25635)
[v2,1/2] Remove reference of --without-fp on configure
-
-
-
2020-03-05
Adhemerval Zanella Netto
New
[v2,1/2] Remove reference of --without-fp on configure
[v2,1/2] Remove reference of --without-fp on configure
-
-
-
2020-03-05
Adhemerval Zanella Netto
New
linux: Add soft-fp folder for arm with --without-fp
linux: Add soft-fp folder for arm with --without-fp
-
-
-
2020-03-04
Adhemerval Zanella Netto
New
linux: Clear mode_t padding bits (BZ#25623)
linux: Clear mode_t padding bits (BZ#25623)
-
-
-
2020-03-03
Adhemerval Zanella Netto
New
support: Kill process group for test failure
support: Kill process group for test failure
-
-
-
2020-02-20
Adhemerval Zanella Netto
New
[v4] Block all signals on timer_create thread (BZ#10815)
[v4] Block all signals on timer_create thread (BZ#10815)
-
-
-
2020-02-18
Adhemerval Zanella Netto
New
[v2,3/3] posix: Remove posix waitid
[v2,1/3] support: Add support_process_state_wait
-
-
-
2020-02-18
Adhemerval Zanella Netto
New
[14/15] nptl: Remove ununsed pthread-errnos.h rule
[01/15] powerpc: Consolidate Linux syscall definition
-
-
-
2020-02-10
Adhemerval Zanella Netto
New
[12/15] sparc: Avoid clobbering register parameters in syscall
[01/15] powerpc: Consolidate Linux syscall definition
-
-
-
2020-02-10
Adhemerval Zanella Netto
New
[11/15] s390: Consolidate Linux syscall definition
[01/15] powerpc: Consolidate Linux syscall definition
-
-
-
2020-02-10
Adhemerval Zanella Netto
New
[10/15] riscv: Avoid clobbering register parameters in syscall
[01/15] powerpc: Consolidate Linux syscall definition
-
-
-
2020-02-10
Adhemerval Zanella Netto
New
[09/15] microblaze: Avoid clobbering register parameters in syscall
[01/15] powerpc: Consolidate Linux syscall definition
-
-
-
2020-02-10
Adhemerval Zanella Netto
New
[07/15] mips: Use Linux kABI for syscall return
[01/15] powerpc: Consolidate Linux syscall definition
-
-
-
2020-02-10
Adhemerval Zanella Netto
New
[06/15] mips64: Consolidate Linux sysdep.h
[01/15] powerpc: Consolidate Linux syscall definition
-
-
-
2020-02-10
Adhemerval Zanella Netto
New
[03/15] sparc: Use Linux kABI for syscall return
[01/15] powerpc: Consolidate Linux syscall definition
-
-
-
2020-02-10
Adhemerval Zanella Netto
New
[v2,2/2] Block all signals on timer_create thread (BZ#10815)
[1/2] linux: Reserve a new signal for SIGTIMER
-
-
-
2019-12-31
Adhemerval Zanella Netto
New
[1/2] linux: Reserve a new signal for SIGTIMER
[1/2] linux: Reserve a new signal for SIGTIMER
-
-
-
2019-12-31
Adhemerval Zanella Netto
New
[COMMITTED] linux: Consolidate sigprocmask
[COMMITTED] linux: Consolidate sigprocmask
-
-
-
2019-12-27
Adhemerval Zanella Netto
New
[COMMITTED] Fix return code for __libc_signal_* functions
[COMMITTED] Fix return code for __libc_signal_* functions
-
-
-
2019-12-27
Adhemerval Zanella Netto
New
[v2,10/16] linux: Add support for clock_gettime64 vDSO
[v2,01/16] linux: Fix vDSO macros build with time64 interfaces
-
-
-
2019-12-17
Adhemerval Zanella Netto
New
[v2,02/16] x86: Make x32 use x86 time implementation
[v2,01/16] linux: Fix vDSO macros build with time64 interfaces
-
-
-
2019-12-17
Adhemerval Zanella Netto
New
[12/12] Add support for clock_getres64 vDSO
[01/12] linux: Fix vDSO macros build with time64 interfaces
-
-
-
2019-12-12
Adhemerval Zanella Netto
New
[08/12] Add support for clock_gettime64 vDSO
[01/12] linux: Fix vDSO macros build with time64 interfaces
-
-
-
2019-12-12
Adhemerval Zanella Netto
New
[v2,07/12] elf: Move vDSO setup to rtld (BZ#24967)
[01/12] linux: Fix vDSO macros build with time64 interfaces
-
-
-
2019-12-12
Adhemerval Zanella Netto
New
[v2,06/12] elf: Enable relro for static build
[01/12] linux: Fix vDSO macros build with time64 interfaces
-
-
-
2019-12-12
Adhemerval Zanella Netto
New
[03/12] x86: Make x32 use x86 time implementation
[01/12] linux: Fix vDSO macros build with time64 interfaces
-
-
-
2019-12-12
Adhemerval Zanella Netto
New
[01/12] linux: Fix vDSO macros build with time64 interfaces
[01/12] linux: Fix vDSO macros build with time64 interfaces
-
-
-
2019-12-12
Adhemerval Zanella Netto
New
[7/7] Cleanup timer_* routines
[v3,1/7] Fix __libc_signal_block_all on sparc64
-
-
-
2019-12-10
Adhemerval Zanella Netto
New
[6/7] Block all signals on timer_create thread (BZ#10815)
[v3,1/7] Fix __libc_signal_block_all on sparc64
-
-
-
2019-12-10
Adhemerval Zanella Netto
New
«
1
2
3
4
…
8
9
»