about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/aarch64
Commit message (Expand)AuthorAgeFilesLines
* posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella2017-09-251-0/+3
* New expf and exp2f version without SVID compat wrapperSzabolcs Nagy2017-09-251-0/+3
* Add thunderx2t99 and thunderx2t99p1 CPU names to tunables listSteve Ellcey2017-09-081-3/+5
* Fix glibc.tune.cpu tunable handlingSteve Ellcey2017-09-081-1/+1
* Remove NO_CANCELLATION macroAdhemerval Zanella2017-08-311-1/+0
* Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers2017-08-302-9/+16
* aarch64: Fix tst-makecontext3 in ILP32 mode.Steve Ellcey2017-08-301-5/+5
* [AArch64] Fix procfs.h not to expose stdint.h typesSzabolcs Nagy2017-08-291-2/+1
* Remove abi-*-options compiler flagsFlorian Weimer2017-08-281-3/+0
* [AArch64] Fix elf_greg_t on ILP32Szabolcs Nagy2017-08-251-1/+2
* Remove cancellation support for syscall generationAdhemerval Zanella2017-08-241-91/+6
* ld.so: Introduce struct dl_exceptionFlorian Weimer2017-08-101-0/+2
* aarch64/sys/ptrace.h: fix typo in commentDmitry V. Levin2017-08-101-1/+1
* sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL constant [BZ #21928]Dmitry V. Levin2017-08-091-6/+0
* Fix uc_* namespace (bug 21457).Joseph Myers2017-08-091-1/+9
* aarch64: Optimized memcpy for Qualcomm Falkor processorSiddhesh Poyarekar2017-08-092-0/+4
* [AArch64] Update dl-procinfo for new HWCAP flags in Linux 4.12Szabolcs Nagy2017-07-192-4/+6
* [AArch64] Fix out of bound array access regressionSzabolcs Nagy2017-07-181-30/+8
* Add HWCAP_ macros from Linux 4.12 to AArch64 bits/hwcap.h.Szabolcs Nagy2017-07-171-0/+3
* Fix typo in glibc.tune.cpu nameSiddhesh Poyarekar2017-07-011-1/+1
* tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar2017-06-301-6/+41
* Rename struct ucontext tag (bug 21457).Joseph Myers2017-06-263-4/+4
* Call exit directly in clone (BZ #21512)Adhemerval Zanella2017-06-261-7/+2
* aarch64: Fix undefined behavior in _dl_procinfoSiddhesh Poyarekar2017-06-091-3/+3
* aarch64: Add hwcap string routinesSiddhesh Poyarekar2017-06-072-8/+65
* aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASKSiddhesh Poyarekar2017-06-072-4/+50
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-311-0/+4
* Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar2017-05-311-18/+5
* Add reallocarray functionDennis Wölfing2017-05-301-0/+2
* Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers2017-05-231-8/+2
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-0/+1
* Split up bits/sigstack.h.Joseph Myers2017-05-192-27/+3
* Condition some sys/ucontext.h contents on __USE_MISC (bug 21457).Joseph Myers2017-05-111-1/+3
* Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h.Joseph Myers2017-05-031-0/+1
* Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella2017-04-121-34/+0
* Add ifunc support for aarch64.Steve Ellcey2017-03-155-0/+186
* Consolidate Linux send implementationAdhemerval Zanella2017-03-091-0/+4
* aarch64: fix errno address calculation in SYSCALL_ERROR_HANDLERAdhemerval Zanella2017-02-081-1/+1
* Add Linux PTRACE_EVENT_STOPKir Kolyshkin2017-02-081-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0140-40/+40
* Add fromfp functions.Joseph Myers2016-12-311-0/+12
* Refactor Linux ipc_priv headerAdhemerval Zanella2016-12-281-0/+21
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-211-0/+3
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-201-0/+6
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-161-0/+2
* Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer2016-12-121-0/+2
* Add llogb, llogbf, llogbl.Joseph Myers2016-12-021-0/+3
* ld.so: Remove __libc_memalignFlorian Weimer2016-11-302-5/+3
* Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2016-11-301-0/+3
* Partial ILP32 support for aarch64.Steve Ellcey2016-11-2810-11/+49