Show patches with: State = Action Required       |    Archived = No       |   28195 patches
« 1 2 ... 91 92 93281 282 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[2/2] powerpc: Fix operand prefixes - - - - --- 2016-04-20 Gabriel F. T. Gomes New
[2/2] powerpc: Move cache line size to rtld_global_ro [1/2] powerpc: Initialize rtld_global_ro for static dlopen [BZ #20802] - - 1 - --- 2020-01-10 Tulio Magno Quites Machado Filho New
[2/2] powerpc: Optimize lock elision for pthread_mutex_t - - - - --- 2015-09-03 Paul E. Murphy New
[2/2] powerpc: Optimized stpcpy for POWER9 [1/2] powerpc: Optimized strcpy for POWER9 - - - - --- 2020-05-13 Anton Blanchard New
[2/2] powerpc: Optimzed stpncpy for POWER9 [1/2] powerpc: Optimized strncpy for POWER9 - - - - --- 2020-08-20 Raphael M Zinsly New
[2/2] powerpc: memchr benchmarking results with power10 optimized memchr. *** Add optimized memchr for power10 *** - - - - --- 2023-11-13 MAHESH BODAPATI New
[2/2] pthread_once: Use futex wrappers with error checking. - - - - --- 2014-12-05 Torvald Riegel New
[2/2] pthread_once: Use futex wrappers with error checking. - - - - --- 2014-12-04 Torvald Riegel New
[2/2] pthreads: Use _exit to terminate the tst-stdio1 test [1/2] support: Add delayed__exit (with two underscores) - - - - --- 2023-06-06 Florian Weimer New
[2/2] queue.3: Fix & update after forking circleq.3, list.3, slist.3, stailq.3 & tailq.3 [1/2] queue.3: Add self to copyright notice - - - - --- 2020-10-25 Alejandro Colomar New
[2/2] regex: fix storage-exhaustion error [1/2] regex: fix heap-use-after-free error - - - - --- 2018-09-09 Paul Eggert New
[2/2] regex_t.3: New link to system_data_types(7) [1/2] system_data_types.7: Add 'regex_t' - - - - --- 2020-10-11 Alejandro Colomar New
[2/2] resolv: make res_randomid use random_bits() [1/2] Linux: implement getloadavg(3) using sysinfo(2) - - - - --- 2021-08-06 Cristian Rodríguez New
[2/2] riscv: Add and use alignment-ignorant memcpy RISC-V: ifunced memcpy using new kernel hwprobe interface - - - - --- 2023-02-06 Evan Green New
[2/2] riscv: Initialize $gp before resolving the IRELATIVE relocation riscv: add support for GNU indirect function - - - - --- 2020-12-01 Vincent Chen New
[2/2] riscv: Let compiler handle unaligned access when fixing R_RISCV_RELATIVE riscv: Prevent potential unaligned memory access during dynamic relocation 1 - - - --- 2022-06-23 Kito Cheng New
[2/2] riscv: Remove RV32 floating point functions coalesce some rv64 and rv32 stuff - - 1 - --- 2022-09-20 DJ Delorie New
[2/2] riscv: Remove RV32 floating point functions [1/2] rsciv: Consolidate the libm-test-ulps - - - - --- 2020-09-04 Alistair Francis New
[2/2] riscv: Update rv64 libm test ulps [1/2] riscv: Update nofpu libm test ulps - - - - --- 2022-07-26 Darius Rad New
[2/2] riscv: vectorised mem* and str* functions [1/2] riscv: sysdeps support for vectorised functions - - - - --- 2023-02-01 Sergei Lewis New
[2/2] rtld: turn "Already zero" assumptions into asserts [1/2] rtld: fix typo in comment - - - - --- 2020-09-22 Rolf Eike Beer New
[2/2] scripts: Add sort-makefile-lines.py to sort Makefile variables. Standardize the sorting of Makefile variables - - - - --- 2023-04-28 Carlos O'Donell New
[2/2] size_t.3: New link to new documented type in system_data_types(7) Document size_t - - - - --- 2020-09-18 Alejandro Colomar New
[2/2] socket: Add new test for connect [1/2] libsupport: Add xgetpeername - - - - --- 2024-04-08 Sergey Kolosov New
[2/2] soft-fp: Add new KF routines - - - - --- 2015-10-26 Tulio Magno Quites Machado Filho New
[2/2] soft-fp: Add the lack of implementation for 128 bit self-contained Fix up soft-fp issue. - - - - --- 2018-10-15 Zong Li New
[2/2] soft-fp: ignore maybe-uninitialized [1/2] sysdeps/ieee754: prevent maybe-uninitialized errors - - - - --- 2018-09-19 Martin Jansa New
[2/2] sparc: Fix .udiv plt on libc - - - - --- 2017-03-16 Adhemerval Zanella New
[2/2] sparc: Use atomic compiler builtins on sparc [1/2] Remove 32 bit sparc v7 support - - - 1 --- 2019-11-13 Adhemerval Zanella New
[2/2] speakup: Make dectlk flush timeout configurable speakup update - - - - --- 2021-01-28 Samuel Thibault New
[2/2] stdio: add test for scanf matches longer than INT_MAX (bug 27650) stdio: fix vfscanf with matches longer than INT_MAX (bug 27650) - - - - --- 2021-03-29 Alyssa Ross New
[2/2] stdlib: Fix stdbit.h with -Wconversion for clang stdlib: Fix stdbit.h with -Wconversion - - - - --- 2024-01-05 Adhemerval Zanella New
[2/2] stdlib: Fix stdbit.h with -Wconversion for clang stdlib: Fix stdbit.h with -Wconversion - - - - --- 2024-01-04 Adhemerval Zanella New
[2/2] stdlib: Make abort AS-safe (BZ 26275) Make abort AS-safe - - - - --- 2023-07-31 Adhemerval Zanella New
[2/2] stdlib: Verify heapsort for two-element cases stdlib: Fix and verify heapsort for two-element cases - - 1 - --- 2024-01-16 Kuan-Wei Chiu New
[2/2] string_copying.7: BUGS: Document strl{cpy,cat}(3)'s performance problems Expand BUGS section of string_copying(7). - - - - --- 2023-11-12 Alejandro Colomar New
[2/2] strndup: Add tests (BZ #30266) Add tests for strdup and strndup (BZ #30266) - - - - --- 2023-03-29 Joe Simmons-Talbott New
[2/2] sysdeps/clock_gettime: Use clock_gettime64 if avaliable [1/2] sysdeps: Add clock_gettime64 vDSO - - - - --- 2019-11-05 Alistair Francis New
[2/2] sysdeps/statfs: Handle 64-bit ino_t types on 32-bit hosts [1/2] sysdeps/stat: Handle 64-bit ino_t types on 32-bit hosts - - - - --- 2019-09-16 Alistair Francis New
[2/2] sysdeps: tst-bz21269: handle ENOSYS & skip appropriately [1/2] sysdeps: tst-bz21269: fix test parameter - - - - --- 2023-08-05 Sam James New
[2/2] system_data_types.7: void *: Add info about pointer artihmetic Untitled series #205557 - - - - --- 2020-10-02 Alejandro Colomar New
[2/2] tests: replace system by xsystem Untitled series #359638 - - 1 - --- 2023-06-14 Frederic Berat New
[2/2] tests: test CLONE3_CLEAR_SIGHAND [1/2] clone3: add CLONE3_CLEAR_SIGHAND - - - - --- 2019-10-10 Christian Brauner New
[2/2] testsuite: stdlib/isomac.c: fix REQUIREMENTS Untitled series #352032 - - - - --- 2023-04-23 Ahelenia Ziemiańska New
[2/2] time/tst-strptime2.c: test full input range +/- 0-9999 - - - - --- 2015-08-15 James Perkins New
[2/2] time: Add 64-bit time_t support for ftime [1/2] Reinstate ftime and move define it for POSIX.1-2001 or older - - 1 - --- 2020-10-19 Adhemerval Zanella New
[2/2] time: Add padding for the timespec if required [1/2] Split up endian.h to minimize exposure of BYTE_ORDER. - - - - --- 2019-09-25 Alistair Francis New
[2/2] time: Implement extra timebase defines for timespec_get and timespec_getres Implement newly add timebase defines for c2x timespec_get and timespec_getres - - - - --- 2023-06-21 Yonggang Luo New
[2/2] time: in strptime(), make %z accept [+-]HH:MM tz [BZ #17887] - - - - --- 2015-09-17 Vincent Bernat New
[2/2] time: in strptime(), make %z accept [+-]HH:MM tz [BZ #17887] - - - - --- 2015-09-16 Vincent Bernat New
[2/2] time: in strptime(), make %z accept [+-]HH:MM tz [BZ #17887] - - - - --- 2015-09-04 Vincent Bernat New
[2/2] timespec: Add missing EOL terminators [1/2] support/timespec.h: Correct confusing comment - - - - --- 2019-05-16 Mike Crowe New
[2/2] tst: Add test for ntp_gettimex [1/2] tst: Add test for ntp_gettime - - - - --- 2021-03-09 Lukasz Majewski New
[2/2] va_list.3: New link to system_data_types(7) [1/2] system_data_types.7: Add va_list - - - - --- 2020-09-26 Alejandro Colomar New
[2/2] vfprintf: Unify argument handling in process_arg vfprintf cleanups to avoid -Waddress warning - - - - --- 2021-09-22 Florian Weimer New
[2/2] void-*.3: New link to system_data_types(7) Document void * - - - - --- 2020-10-01 Alejandro Colomar New
[2/2] void.3: New link to system_data_types(7) Document 'void *' - - - - --- 2020-10-02 Alejandro Colomar New
[2/2] wcrtomb: Make behavior POSIX compliant More compliant wcrtomb - - - - --- 2022-05-05 Siddhesh Poyarekar New
[2/2] x86-64/swapcontext: Restore the pointer into %rdx after syscall [1/2] x86-64/setcontext: Pop the pointer into %rdx after syscall - - 1 - --- 2018-04-26 H.J. Lu New
[2/2] x86-64: Fix strcmp-evex.S [1/2] x86-64: Fix strcmp-avx2.S - - - - --- 2022-02-04 H.J. Lu New
[2/2] x86-64: Remove Prefer_AVX2_STRCMP Enable EVEX strcmp - - - - --- 2021-11-01 H.J. Lu New
[2/2] x86/CET: Stop if the GNU_PROPERTY_X86_UINT32_VALID bit is set elf: Update GNU_PROPERTY_X86_XXX macros - - - - --- 2018-11-08 H.J. Lu New
[2/2] x86: Add CPU-specific diagnostics to ld.so --list-diagnostics [1/2] ld.so: Implement the --list-diagnostics option - - - - --- 2021-02-24 Florian Weimer New
[2/2] x86: Add feature_1 to tcbhead_t [BZ #22563] [1/2] Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563] - - - - --- 2017-12-07 H.J. Lu New
[2/2] x86: Add generic CPUID data dumper to ld.so --list-diagnostics Enhanced x86 CPU diagnostics - - - - --- 2024-02-09 Florian Weimer New
[2/2] x86: Add generic CPUID data dumper to ld.so --list-diagnostics [1/2] elf: Wire up _dl_diagnostics_cpu_kernel - - - - --- 2023-09-08 Florian Weimer New
[2/2] x86: Add thresholds for "rep movsb/stosb" to tunables x86: Add thresholds for "rep movsb/stosb" to tunables - - - - --- 2020-07-03 H.J. Lu New
[2/2] x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c [1/2] x86: Update large memcpy case in memmove-vec-unaligned-erms.S - - - - --- 2021-03-14 Noah Goldstein New
[2/2] x86_64: Use __seg_tls for thread access when available - - - - --- 2015-10-08 Richard Henderson New
[2/2] y2038: Convert aio_suspend to support 64 bit time [1/2] aio: Provide Linux specific aio_suspend.c implementation - - 1 - --- 2020-10-29 Lukasz Majewski New
[2/2] y2038: Convert gai_suspend to support 64 bit time [1/2] symbols: Add defines for libanl's libanl_hidden_{def|proto} - - 2 - --- 2020-12-01 Lukasz Majewski New
[2/2] y2038: Remove not used __fstatat_time64 define [1/2] y2038: Adjust struct __stat64_t64 to be usable by redirected {f}stat{at} calls - - - - --- 2020-10-13 Lukasz Majewski New
[2/2] y2038: linux: Provide __clock_getres64 implementation [1/2] y2038: Helper macro to convert struct __timespec64 to struct timespec - - - - --- 2019-10-18 Lukasz Majewski New
[2/2] y2038: linux: Provide __futimens64 implementation [1/2] y2038: linux: Provide __utimensat64 implementation - - - - --- 2019-10-28 Lukasz Majewski New
[2/2] y2038: linux: Provide __mq_timedreceive_time64 implementation [1/2] y2038: linux: Provide __mq_timedsend_time64 implementation - - - - --- 2020-02-11 Lukasz Majewski New
[2/2] y2038: linux: Provide __timerfd_settime64 implementation [1/2] y2038: linux: Provide __timerfd_gettime64 implementation - - - - --- 2019-12-06 Lukasz Majewski New
[2/2] y2038: linux: Provide __timespec_get64 implementation [1/2] y2038: hurd: Provide __clock_gettime64 function - - - - --- 2020-01-16 Lukasz Majewski New
[2/2] y2038: remove CONFIG_64BIT_TIME [1/2] y2038: make CONFIG_64BIT_TIME unconditional - - - - --- 2019-04-29 Arnd Bergmann New
[2/2] y2038: remove CONFIG_64BIT_TIME [1/2] y2038: make CONFIG_64BIT_TIME unconditional - - - - --- 2019-04-26 Arnd Bergmann New
[2/3,MIPS] Define USE_DL_EXEC_STACK_OVERRIDE on Mips Mips support for PT_GNU_STACK - - - - --- 2019-06-27 Dragan Mladjenovic New
[2/3,RFC] elf: hack up tunables to avoid RELATIVE relocs fix ifunc with static pie [BZ #27072] - - - - --- 2021-01-07 Szabolcs Nagy New
[2/3,roland/nptl] Consolidate NPTL configury for ARM/Linux. - - - - --- 2014-05-09 Roland McGrath New
[2/3,roland/nptl] NPTL: Move Linux-specific createthread.c to sysdeps. - - - - --- 2014-11-14 Roland McGrath New
[2/3,roland/scandir] Break __scandir_cancel_handler out into its own file. - - - - --- 2015-05-12 Roland McGrath New
[2/3] : C++20 P0482R6 and C2X N2653: Implement mbrtoc8, c8rtomb, char8_t : C++20 P0482R6 and C2X N2653: support for char8_t, mbrtoc8(), and c8rtomb(). - - - - --- 2022-02-27 Tom Honermann New
[2/3] : C++20 P0482R6 and C2X N2653: Implement mbrtoc8, c8rtomb, char8_t : C++20 P0482R6 and C2X N2653: support for char8_t, mbrtoc8(), and c8rtomb(). - - - - --- 2022-01-08 Tom Honermann New
[2/3] : C++20 P0482R6 and C2X N2653: Implement mbrtoc8, c8rtomb, char8_t : C++20 P0482R6 and C2X N2653: support for char8_t, mbrtoc8(), and c8rtomb(). - - - - --- 2021-06-07 Tom Honermann New
[2/3] AArch64: Add memset_zva64 [1/3] AArch64: Cleanup emag memset - - 1 - --- 2023-11-10 Wilco Dijkstra New
[2/3] AArch64: Use ELF macros rather than Elf64 throughout - - - - --- 2014-11-18 Will Newton New
[2/3] Add adaptive elision to rwlocks v2 - - - - --- 2014-06-13 Andi Kleen New
[2/3] Add adaptive elision to rwlocks v2 - - - - --- 2014-06-12 Andi Kleen New
[2/3] Add benchtests for sincosf - - - - --- 2017-07-31 Rajalakshmi Srinivasaraghavan New
[2/3] Add fortification and inline optimization of explicit_bzero. - - - - --- 2016-12-08 Zack Weinberg New
[2/3] Add fortification and inline optimization of explicit_bzero. - - - - --- 2016-11-15 Zack Weinberg New
[2/3] Add fortification and inline optimization of explicit_bzero. - - - - --- 2016-09-15 Zack Weinberg New
[2/3] Add generic hp-timing support [1/3] Cleanup hp-timing defines - - - - --- 2019-01-15 Wilco Dijkstra New
[2/3] Add hidden_proto for getauxval - - - - --- 2017-06-08 Richard Henderson New
[2/3] Add more tests for trunc. - - - - --- 2016-05-25 Matt Turner New
[2/3] Add new log2 implementation New log, log2 and pow - - - - --- 2018-09-11 Szabolcs Nagy New
[2/3] Add system-wide tunables: cache ld.so.cache [1/3] Add system-wide tunables: ldconfig part - - - - --- 2024-04-19 DJ Delorie New
« 1 2 ... 91 92 93281 282 »