about summary refs log tree commit diff
path: root/sysdeps/aarch64
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Optimize string functions with shrn instructionDanila Kutenin2022-07-066-102/+59
* AArch64: Reset HWCAP2_AFP bits in FPCR for default fenvTejas Belagod2022-07-051-1/+1
* aarch64: Handle fewer relocations for RTLD_BOOTSTRAPFangrui Song2022-06-151-18/+15
* Add bounds check to __libc_ifunc_impl_listWilco Dijkstra2022-06-101-7/+2
* AArch64: Sort makefile entriesWilco Dijkstra2022-06-071-6/+18
* AArch64: Add SVE memcpyWilco Dijkstra2022-06-075-42/+284
* Revert "[AArch64][BZ #17711] Fix extern protected data handling"Fangrui Song2022-05-232-28/+6
* aarch64: Move ld.so _start to separate file and drop _dl_skip_argsSzabolcs Nagy2022-05-173-75/+56
* rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy2022-05-171-4/+0
* elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song2022-04-262-9/+0
* elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard2022-02-0113-40/+750
* AArch64: Check for SVE in ifuncs [BZ #28744]Wilco Dijkstra2022-01-063-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01125-125/+125
* malloc: Remove memusage.hAdhemerval Zanella2021-12-281-21/+0
* Remove atomic-machine.h atomic typedefsAdhemerval Zanella2021-12-281-17/+0
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-281-1/+1
* Remove ununsed tcb-offsetAdhemerval Zanella2021-12-173-30/+0
* aarch64: Add math-use-builtins-f{max,min}.hAdhemerval Zanella2021-12-136-112/+8
* Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer2021-12-091-6/+0
* nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer2021-12-091-9/+1
* nptl: Increase default TCB alignment to 32Florian Weimer2021-12-031-3/+0
* AArch64: Improve A64FX memcpyWilco Dijkstra2021-12-021-321/+225
* AArch64: Optimize memcmpWilco Dijkstra2021-12-021-107/+134
* String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein2021-10-261-0/+1
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-261-0/+2
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-141-5/+3
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-071-9/+13
* aarch64: update libm test ulpsSzabolcs Nagy2021-10-051-1/+1
* aarch64: Disable A64FX memcpy/memmove BTI unconditionallyNaohiro Tamura2021-09-241-0/+3
* elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-161-1/+0
* AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura2021-09-061-1/+8
* Revert "AArch64: Update A64FX memset not to degrade at 16KB"Szabolcs Nagy2021-09-061-8/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-2/+0
* AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura via Libc-alpha2021-09-031-1/+8
* Remove sysdeps/*/tls-macros.hFangrui Song2021-08-181-51/+0
* aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203]Fangrui Song2021-08-111-15/+9
* [5/5] AArch64: Improve A64FX memset medium loopsWilco Dijkstra2021-08-101-26/+19
* [4/5] AArch64: Improve A64FX memset by removing unroll32Wilco Dijkstra2021-08-101-17/+1
* [3/5] AArch64: Improve A64FX memset for remaining bytesWilco Dijkstra2021-08-101-33/+13
* [2/5] AArch64: Improve A64FX memset for large sizesWilco Dijkstra2021-08-101-60/+25
* [1/5] AArch64: Improve A64FX memset for small sizesWilco Dijkstra2021-08-101-60/+36
* glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar2021-07-221-0/+3
* AArch64: Add hp-timing.hWilco Dijkstra2021-07-011-0/+47
* AArch64: Improve strnlen performanceWilco Dijkstra2021-07-011-181/+89
* Update math: redirect roundeven functionH.J. Lu2021-06-272-1/+2
* AArch64: Add support for roundeven[f]Wilco Dijkstra2021-06-082-0/+57
* aarch64: Added optimized memset for A64FXNaohiro Tamura2021-05-274-5/+286
* aarch64: Added optimized memcpy and memmove for A64FXNaohiro Tamura2021-05-276-13/+443
* aarch64: define BTI_C and BTI_J macros as NOP unless HAVE_AARCH64_BTINaohiro Tamura2021-05-261-2/+7
* config: Added HAVE_AARCH64_SVE_ASM for aarch64Naohiro Tamura2021-05-262-0/+43