about summary refs log tree commit diff
path: root/sysdeps/aarch64
Commit message (Expand)AuthorAgeFilesLines
* elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy2021-04-211-1/+0
* aarch64: update libm test ulpsSzabolcs Nagy2021-04-081-1/+1
* aarch64: free tlsdesc data on dlclose [BZ #27403]Szabolcs Nagy2021-04-061-0/+27
* Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann2021-04-021-35/+35
* aarch64: Optimize __libc_mtag_tag_zero_regionSzabolcs Nagy2021-03-261-16/+80
* aarch64: Optimize __libc_mtag_tag_regionSzabolcs Nagy2021-03-261-18/+80
* aarch64: inline __libc_mtag_new_tagSzabolcs Nagy2021-03-263-41/+11
* aarch64: inline __libc_mtag_address_get_tagSzabolcs Nagy2021-03-263-39/+10
* malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy2021-03-263-14/+10
* math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra2021-03-111-1/+1
* aarch64: update ulps.Szabolcs Nagy2021-03-011-15/+17
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-251-12/+2
* aarch64: Fix the list of tested IFUNC variants [BZ #26818]Szabolcs Nagy2021-01-252-4/+6
* 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