Age | Commit message (Expand) | Author |
2021-09-22 | Add narrowing fma functions | Joseph Myers |
2021-09-22 | ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340] | H.J. Lu |
2021-09-22 | Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPs | Joseph Myers |
2021-09-21 | Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358) | Joseph Myers |
2021-09-21 | nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust... | Florian Weimer |
2021-09-20 | powerpc: Fix unrecognized instruction errors with recent GCC | Paul A. Clarke |
2021-09-20 | nptl: pthread_kill needs to return ESRCH for old programs (bug 19193) | Florian Weimer |
2021-09-19 | Extend struct r_debug to support multiple namespaces [BZ #15971] | H.J. Lu |
2021-09-16 | elf: Remove THREAD_GSCOPE_IN_TCB | Sergey Bugaev |
2021-09-16 | htl: Reimplement GSCOPE | Sergey Bugaev |
2021-09-16 | htl: Move thread table to ld.so | Sergey Bugaev |
2021-09-15 | Redirect fma calls to __fma in libm | Joseph Myers |
2021-09-15 | mach lll_lock/unlock: Explicitly request private locking | Samuel Thibault |
2021-09-15 | elf: Replace most uses of THREAD_GSCOPE_IN_TCB | Sergey Bugaev |
2021-09-14 | Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-l... | Joseph Myers |
2021-09-14 | Update kernel version to 5.14 in tst-mman-consts.py | Joseph Myers |
2021-09-13 | nptl: Fix race between pthread_kill and thread exit (bug 12889) | Florian Weimer |
2021-09-13 | nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193) | Florian Weimer |
2021-09-10 | Add narrowing square root functions | Joseph Myers |
2021-09-08 | Update syscall lists for Linux 5.14 | Joseph Myers |
2021-09-07 | MIPS: Setup errno for {f,l,}xstat | Jiaxun Yang |
2021-09-06 | Update hppa libm-test-ulps | John David Anglin |
2021-09-06 | AArch64: Update A64FX memset not to degrade at 16KB | Naohiro Tamura |
2021-09-06 | Revert "AArch64: Update A64FX memset not to degrade at 16KB" | Szabolcs Nagy |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar |
2021-09-03 | AArch64: Update A64FX memset not to degrade at 16KB | Naohiro Tamura via Libc-alpha |
2021-08-31 | configure: Allow LD to be LLD 13.0.0 or above [BZ #26558] | Fangrui Song |
2021-08-31 | hurd msync: Drop bogus test | Samuel Thibault |
2021-08-31 | hurd: Fix typo in msync | Samuel Thibault |
2021-08-30 | x86-64: Use testl to check __x86_string_control | H.J. Lu |
2021-08-30 | i686: Don't include multiarch memove in libc.a | H.J. Lu |
2021-08-26 | Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p... | Adhemerval Zanella |
2021-08-24 | powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports it | Fangrui Song |
2021-08-24 | x86-64: Remove assembler AVX512DQ check | H.J. Lu |
2021-08-24 | x86-64: Remove compiler -mavx512f check | H.J. Lu |
2021-08-23 | hurd: Remove old test-err_np.c file | Samuel Thibault |
2021-08-22 | x86-64: Optimize load of all bits set into ZMM register [BZ #28252] | H.J. Lu |
2021-08-19 | x86: fix Autoconf caching of instruction support checks [BZ #27991] | Matt Whitlock |
2021-08-18 | arm: Simplify elf_machine_{load_address,dynamic} | Fangrui Song |
2021-08-18 | riscv: Drop reliance on _GLOBAL_OFFSET_TABLE_[0] | Fangrui Song |
2021-08-18 | Remove sysdeps/*/tls-macros.h | Fangrui Song |
2021-08-17 | x86_64: Simplify elf_machine_{load_address,dynamic} | Fangrui Song |
2021-08-16 | elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ... | Fangrui Song |
2021-08-16 | hurd: Drop fmh kludge | Samuel Thibault |
2021-08-13 | mips: increase stack alignment in clone to match the ABI | Xi Ruoyao |
2021-08-12 | mips: align stack in clone [BZ #28223] | Xi Ruoyao |
2021-08-11 | hurd mmap: Reduce the requested max vmprot | Sergey Bugaev |
2021-08-11 | hurd mmap: Factorize MAP_SHARED flag check | Sergey Bugaev |
2021-08-11 | aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203] | Fangrui Song |
2021-08-10 | [5/5] AArch64: Improve A64FX memset medium loops | Wilco Dijkstra |