| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-l... | Joseph Myers | 2021-09-14 | 1 | -0/+4 |
* | Update kernel version to 5.14 in tst-mman-consts.py | Joseph Myers | 2021-09-14 | 1 | -1/+1 |
* | nptl: Fix race between pthread_kill and thread exit (bug 12889) | Florian Weimer | 2021-09-13 | 3 | -0/+212 |
* | nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193) | Florian Weimer | 2021-09-13 | 4 | -90/+95 |
* | Add narrowing square root functions | Joseph Myers | 2021-09-10 | 64 | -1/+994 |
* | Update syscall lists for Linux 5.14 | Joseph Myers | 2021-09-08 | 26 | -2/+33 |
* | MIPS: Setup errno for {f,l,}xstat | Jiaxun Yang | 2021-09-07 | 3 | -3/+9 |
* | Update hppa libm-test-ulps | John David Anglin | 2021-09-06 | 1 | -1/+1 |
* | AArch64: Update A64FX memset not to degrade at 16KB | Naohiro Tamura | 2021-09-06 | 1 | -1/+8 |
* | Revert "AArch64: Update A64FX memset not to degrade at 16KB" | Szabolcs Nagy | 2021-09-06 | 1 | -8/+1 |
* | Remove "Contributed by" lines | Siddhesh Poyarekar | 2021-09-03 | 1611 | -1979/+0 |
* | AArch64: Update A64FX memset not to degrade at 16KB | Naohiro Tamura via Libc-alpha | 2021-09-03 | 1 | -1/+8 |
* | configure: Allow LD to be LLD 13.0.0 or above [BZ #26558] | Fangrui Song | 2021-08-31 | 1 | -0/+4 |
* | hurd msync: Drop bogus test | Samuel Thibault | 2021-08-31 | 1 | -3/+0 |
* | hurd: Fix typo in msync | Samuel Thibault | 2021-08-31 | 1 | -1/+1 |
* | x86-64: Use testl to check __x86_string_control | H.J. Lu | 2021-08-30 | 1 | -2/+2 |
* | i686: Don't include multiarch memove in libc.a | H.J. Lu | 2021-08-30 | 1 | -1/+1 |
* | Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p... | Adhemerval Zanella | 2021-08-26 | 1 | -21/+10 |
* | powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports it | Fangrui Song | 2021-08-24 | 3 | -0/+40 |
* | x86-64: Remove assembler AVX512DQ check | H.J. Lu | 2021-08-24 | 14 | -138/+0 |
* | x86-64: Remove compiler -mavx512f check | H.J. Lu | 2021-08-24 | 4 | -39/+0 |
* | hurd: Remove old test-err_np.c file | Samuel Thibault | 2021-08-23 | 1 | -4/+0 |
* | x86-64: Optimize load of all bits set into ZMM register [BZ #28252] | H.J. Lu | 2021-08-22 | 10 | -64/+11 |
* | x86: fix Autoconf caching of instruction support checks [BZ #27991] | Matt Whitlock | 2021-08-19 | 2 | -37/+53 |
* | arm: Simplify elf_machine_{load_address,dynamic} | Fangrui Song | 2021-08-18 | 1 | -37/+10 |
* | riscv: Drop reliance on _GLOBAL_OFFSET_TABLE_[0] | Fangrui Song | 2021-08-18 | 1 | -11/+10 |
* | Remove sysdeps/*/tls-macros.h | Fangrui Song | 2021-08-18 | 23 | -1429/+0 |
* | x86_64: Simplify elf_machine_{load_address,dynamic} | Fangrui Song | 2021-08-17 | 1 | -14/+7 |
* | elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ... | Fangrui Song | 2021-08-16 | 2 | -6/+4 |
* | hurd: Drop fmh kludge | Samuel Thibault | 2021-08-16 | 1 | -35/+0 |
* | mips: increase stack alignment in clone to match the ABI | Xi Ruoyao | 2021-08-13 | 1 | -3/+3 |
* | mips: align stack in clone [BZ #28223] | Xi Ruoyao | 2021-08-12 | 1 | -0/+7 |
* | hurd mmap: Reduce the requested max vmprot | Sergey Bugaev | 2021-08-11 | 1 | -4/+18 |
* | hurd mmap: Factorize MAP_SHARED flag check | Sergey Bugaev | 2021-08-11 | 1 | -12/+10 |
* | aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203] | Fangrui Song | 2021-08-11 | 1 | -15/+9 |
* | [5/5] AArch64: Improve A64FX memset medium loops | Wilco Dijkstra | 2021-08-10 | 1 | -26/+19 |
* | [4/5] AArch64: Improve A64FX memset by removing unroll32 | Wilco Dijkstra | 2021-08-10 | 1 | -17/+1 |
* | [3/5] AArch64: Improve A64FX memset for remaining bytes | Wilco Dijkstra | 2021-08-10 | 1 | -33/+13 |
* | [2/5] AArch64: Improve A64FX memset for large sizes | Wilco Dijkstra | 2021-08-10 | 1 | -60/+25 |
* | [1/5] AArch64: Improve A64FX memset for small sizes | Wilco Dijkstra | 2021-08-10 | 1 | -60/+36 |
* | Add PTRACE_GET_RSEQ_CONFIGURATION from Linux 5.13 to sys/ptrace.h | Joseph Myers | 2021-08-09 | 9 | -7/+52 |
* | librt: fix NULL pointer dereference (bug 28213) | Nikita Popov | 2021-08-09 | 1 | -1/+1 |
* | powerpc64: Add checks for Altivec and VSX in ifunc selection | Anton Blanchard | 2021-08-06 | 26 | -68/+139 |
* | powerpc64: Check cacheline size before using optimised memset routines | Anton Blanchard | 2021-08-06 | 2 | -10/+23 |
* | powerpc64: Replace some PPC_FEATURE_HAS_VSX with PPC_FEATURE_ARCH_2_06 | Anton Blanchard | 2021-08-06 | 20 | -38/+38 |
* | Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182) | Florian Weimer | 2021-08-06 | 1 | -1/+1 |
* | Update sparc libm-test-ulps | Adhemerval Zanella | 2021-08-04 | 1 | -1/+1 |
* | linux: Add sparck brk implementation | Adhemerval Zanella | 2021-08-04 | 1 | -0/+58 |
* | gethosts: Remove unused argument _type | Siddhesh Poyarekar | 2021-08-04 | 1 | -3/+3 |
* | gaiconf_init: Avoid double-free in label and precedence lists | Siddhesh Poyarekar | 2021-08-03 | 1 | -0/+2 |