summaryrefslogtreecommitdiff
path: root/src/aarch64/Ginit.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Add VG (Vector Granule) pseudo registerJames Clark2022-11-071-0/+9
* Fix freebsd arm64 buildAdeel2022-09-231-2/+2
* Account for lr in aarch64's uc_addrAdeel2022-09-051-1/+3
* Fix undefined behavior issues in aarch64Adeel2022-09-021-8/+17
* Fix for FreeBSD aarch64mikael2022-05-221-0/+8
* Unwind with pointer authentication on arm64Andrew Kilroy2022-05-221-0/+6
* Updated to determine PAGE_SIZE dynamically.Daniel Moody2022-03-101-11/+8
* Port memory address checks from x86/x86_64 to Aarch64Mikhail Durnev2021-03-151-3/+245
* Rationalize endianness macrosStephen Webb2020-06-181-1/+1
* Fix compilation with -fno-common.Yichao Yu2020-03-311-8/+7
* aarch64: tune down size of unw_context_t and unw_cursor_t (#71)Dave Watson2018-04-101-4/+4
* Remove PROTECTED visibilityDave Watson2017-12-281-2/+2
* arm64: Support for restore of ARM64 Neon callee-saved registers during unwindLeonid Chistov2017-08-181-1/+3
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-151-1/+1
* aarch64: fix wrong big_endian flag in aarch64_be caseVictor Kamensky2014-12-031-0/+1
* One time whitespace fixup.Arun Sharma2014-09-271-8/+8
* AARCH64: Change Debug calls to use %lx instead of %x.Christopher Ferris2014-03-071-4/+4
* [PATCH] AArch64 port.Yvan Roux2013-05-111-0/+187