aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-21elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-10-28aarch64: Don't build wordcopySzabolcs Nagy
2022-10-26aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra
2022-10-26aarch64: Cleanup memset ifuncWilco Dijkstra
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra
2022-08-26csu: Change start code license to have link exceptionSzabolcs Nagy
2022-08-11AArch64: Fix typo in sve configure check (BZ# 29394)Wilco Dijkstra
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld
2022-07-22aarch64: Add optimized chacha20Adhemerval Zanella Netto
2022-07-06aarch64: Optimize string functions with shrn instructionDanila Kutenin
2022-07-05AArch64: Reset HWCAP2_AFP bits in FPCR for default fenvTejas Belagod
2022-06-15aarch64: Handle fewer relocations for RTLD_BOOTSTRAPFangrui Song
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra
2022-06-07AArch64: Sort makefile entriesWilco Dijkstra
2022-06-07AArch64: Add SVE memcpyWilco Dijkstra
2022-05-23Revert "[AArch64][BZ #17711] Fix extern protected data handling"Fangrui Song
2022-05-17aarch64: Move ld.so _start to separate file and drop _dl_skip_argsSzabolcs Nagy
2022-05-17rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy
2022-04-26elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song
2022-02-01elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard
2022-01-06AArch64: Check for SVE in ifuncs [BZ #28744]Wilco Dijkstra
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-28malloc: Remove memusage.hAdhemerval Zanella
2021-12-28Remove atomic-machine.h atomic typedefsAdhemerval Zanella
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella
2021-12-17Remove ununsed tcb-offsetAdhemerval Zanella
2021-12-13aarch64: Add math-use-builtins-f{max,min}.hAdhemerval Zanella
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer
2021-12-09nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer
2021-12-03nptl: Increase default TCB alignment to 32Florian Weimer
2021-12-02AArch64: Improve A64FX memcpyWilco Dijkstra
2021-12-02AArch64: Optimize memcmpWilco Dijkstra
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song
2021-10-05aarch64: update libm test ulpsSzabolcs Nagy
2021-09-24aarch64: Disable A64FX memcpy/memmove BTI unconditionallyNaohiro Tamura
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev
2021-09-06AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura
2021-09-06Revert "AArch64: Update A64FX memset not to degrade at 16KB"Szabolcs Nagy
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-09-03AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura via Libc-alpha
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song