about summary refs log tree commit diff
path: root/sysdeps/aarch64
Commit message (Expand)AuthorAgeFilesLines
...
* aarch64: Move and update the definition of MTE_ENABLEDSzabolcs Nagy2021-01-252-11/+11
* aarch64: revert memcpy optimze for kunpeng to avoid performance degradationShuo Wang2021-01-211-1/+1
* configure: Check for static PIE supportSzabolcs Nagy2021-01-212-0/+7
* aarch64: define PI_STATIC_AND_HIDDENSzabolcs Nagy2021-01-082-0/+9
* Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra2021-01-071-1/+0
* aarch64: push the set of rules before falling into slow pathShuo Wang2021-01-051-0/+2
* aarch64: fix stack missing after sp is updatedShuo Wang2021-01-041-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02128-128/+128
* aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSESzabolcs Nagy2020-12-3124-65/+65
* aarch64: update ulps.Szabolcs Nagy2020-12-211-10/+12
* aarch64: Add aarch64-specific files for memory tagging supportRichard Earnshaw2020-12-216-0/+235
* aarch64: remove the strlen_asimd symbolSzabolcs Nagy2020-12-151-2/+1
* aarch64: fix static PIE start code for BTI [BZ #27068]Guillaume Gardet2020-12-151-0/+1
* aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]Szabolcs Nagy2020-12-113-19/+43
* elf: Pass the fd to note processingSzabolcs Nagy2020-12-111-3/+3
* aarch64: align address for BTI protection [BZ #26988]Szabolcs Nagy2020-12-111-6/+8
* aarch64: Fix missing BTI protection from dependencies [BZ #26926]Szabolcs Nagy2020-12-111-2/+15
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-161-2/+0
* aarch64: Add unwind information to _start (bug 26853)Florian Weimer2020-11-091-4/+3
* aarch64: Add variant PCS lazy binding test [BZ #26798]Szabolcs Nagy2020-11-025-0/+288
* aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]Szabolcs Nagy2020-11-021-8/+4
* AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra2020-10-142-2/+4
* aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy2020-10-021-0/+3
* AArch64: Improve backwards memmove performanceWilco Dijkstra2020-08-281-3/+4
* aarch64: update ulps.Szabolcs Nagy2020-08-131-1/+1
* aarch64: Use future HWCAP2_MTE in ifunc resolverSzabolcs Nagy2020-07-271-2/+8
* aarch64: Respect p_flags when protecting code with PROT_BTISzabolcs Nagy2020-07-241-1/+8
* AArch64: Improve strlen_asimd performance (bug 25824)Wilco Dijkstra2020-07-175-126/+161
* AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra2020-07-152-2/+6
* AArch64: Add optimized Q-register memcpyWilco Dijkstra2020-07-155-4/+255
* AArch64: Align ENTRY to a cachelineWilco Dijkstra2020-07-151-1/+1
* aarch64: redefine RETURN_ADDRESS to strip PACSzabolcs Nagy2020-07-081-0/+7
* aarch64: fix pac-ret support in _mcountSzabolcs Nagy2020-07-082-1/+13
* aarch64: Add pac-ret support to assembly filesSzabolcs Nagy2020-07-085-1/+47
* aarch64: configure check for pac-ret code generationSzabolcs Nagy2020-07-082-0/+60
* aarch64: ensure objects are BTI compatibleSzabolcs Nagy2020-07-083-0/+11
* aarch64: enable BTI at runtimeSudakshina Das2020-07-084-0/+124
* aarch64: fix RTLD_START for BTISzabolcs Nagy2020-07-081-1/+4
* aarch64: Add BTI support to assembly filesSudakshina Das2020-07-0810-1/+50
* aarch64: Rename place holder .S files to .cSzabolcs Nagy2020-07-083-0/+0
* aarch64: configure test for BTI supportSzabolcs Nagy2020-07-082-0/+61
* aarch64: MTE compatible strncmpAlex Butler2020-06-231-99/+145
* aarch64: MTE compatible strcmpAlex Butler2020-06-231-109/+125
* aarch64: MTE compatible strrchrAlex Butler2020-06-231-114/+91
* aarch64: MTE compatible memrchrAlex Butler2020-06-231-116/+83
* aarch64: MTE compatible memchrAlex Butler2020-06-231-107/+80
* aarch64: MTE compatible strcpyAlex Butler2020-06-231-263/+122
* aarch64: Remove fpu MakefileAdhemerval Zanella2020-06-221-14/+0
* aarch64: Use math-use-builtins for ceil{f}Adhemerval Zanella2020-06-222-58/+0
* math: Decompose math-use-builtins.hAdhemerval Zanella2020-06-229-71/+32