aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/aarch64
AgeCommit message (Expand)AuthorFilesLines
2017-11-27Implement the mlock2 functionFlorian Weimer1-0/+1
2017-11-27Add _Float64x function aliases.Joseph Myers2-0/+109
2017-11-23Linux: Add memfd_create system call wrapperFlorian Weimer1-0/+1
2017-11-20aarch64: Optimized memset for falkorSiddhesh Poyarekar2-0/+11
2017-11-17Add AArch64 HWCAP_DCPOP from Linux 4.14.Joseph Myers1-0/+1
2017-11-09Add jmp_buf-macros.hH.J. Lu1-0/+6
2017-11-03aarch64: Guess L1 cache linesize for aarch64Richard Henderson1-0/+55
2017-10-18Add _Float128 function aliases.Joseph Myers2-0/+109
2017-10-11Linux: Consolidate {RTLD_}SINGLE_THREAD_P definitionAdhemerval Zanella2-48/+2
2017-10-02New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy1-0/+3
2017-10-01Hide internal __ioctl function [BZ #18822]H.J. Lu1-0/+1
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella1-0/+3
2017-09-25New expf and exp2f version without SVID compat wrapperSzabolcs Nagy1-0/+3
2017-09-08Add thunderx2t99 and thunderx2t99p1 CPU names to tunables listSteve Ellcey1-3/+5
2017-09-08Fix glibc.tune.cpu tunable handlingSteve Ellcey1-1/+1
2017-08-31Remove NO_CANCELLATION macroAdhemerval Zanella1-1/+0
2017-08-30Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers2-9/+16
2017-08-30aarch64: Fix tst-makecontext3 in ILP32 mode.Steve Ellcey1-5/+5
2017-08-29[AArch64] Fix procfs.h not to expose stdint.h typesSzabolcs Nagy1-2/+1
2017-08-28Remove abi-*-options compiler flagsFlorian Weimer1-3/+0
2017-08-25[AArch64] Fix elf_greg_t on ILP32Szabolcs Nagy1-1/+2
2017-08-24Remove cancellation support for syscall generationAdhemerval Zanella1-91/+6
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer1-0/+2
2017-08-10aarch64/sys/ptrace.h: fix typo in commentDmitry V. Levin1-1/+1
2017-08-09sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL constant [BZ #21928]Dmitry V. Levin1-6/+0
2017-08-09Fix uc_* namespace (bug 21457).Joseph Myers1-1/+9
2017-08-09aarch64: Optimized memcpy for Qualcomm Falkor processorSiddhesh Poyarekar2-0/+4
2017-07-19[AArch64] Update dl-procinfo for new HWCAP flags in Linux 4.12Szabolcs Nagy2-4/+6
2017-07-18[AArch64] Fix out of bound array access regressionSzabolcs Nagy1-30/+8
2017-07-17Add HWCAP_ macros from Linux 4.12 to AArch64 bits/hwcap.h.Szabolcs Nagy1-0/+3
2017-07-01Fix typo in glibc.tune.cpu nameSiddhesh Poyarekar1-1/+1
2017-06-30tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar1-6/+41
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers3-4/+4
2017-06-26Call exit directly in clone (BZ #21512)Adhemerval Zanella1-7/+2
2017-06-09aarch64: Fix undefined behavior in _dl_procinfoSiddhesh Poyarekar1-3/+3
2017-06-07aarch64: Add hwcap string routinesSiddhesh Poyarekar2-8/+65
2017-06-07aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASKSiddhesh Poyarekar2-4/+50
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella1-0/+4
2017-05-31Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar1-18/+5
2017-05-30Add reallocarray functionDennis Wölfing1-0/+2
2017-05-23Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers1-8/+2
2017-05-20Remove __need macros from signal.h.Zack Weinberg1-0/+1
2017-05-19Split up bits/sigstack.h.Joseph Myers2-27/+3
2017-05-11Condition some sys/ucontext.h contents on __USE_MISC (bug 21457).Joseph Myers1-1/+3
2017-05-03Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h.Joseph Myers1-0/+1
2017-04-12Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella1-34/+0
2017-03-15Add ifunc support for aarch64.Steve Ellcey5-0/+186
2017-03-09Consolidate Linux send implementationAdhemerval Zanella1-0/+4
2017-02-08aarch64: fix errno address calculation in SYSCALL_ERROR_HANDLERAdhemerval Zanella1-1/+1
2017-02-08Add Linux PTRACE_EVENT_STOPKir Kolyshkin1-2/+4