summaryrefslogtreecommitdiff
path: root/arch/aarch64
AgeCommit message (Expand)AuthorFilesLines
2018-06-19aarch64: add HWCAP_ flags from linux v4.17Szabolcs Nagy1-0/+4
2018-06-19aarch64: add HWCAP_ASIMDFHM from linux v4.16Szabolcs Nagy1-0/+1
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2-3/+4
2018-02-22aarch64: add sve_context struct and related defines from linux v4.15Szabolcs Nagy1-0/+39
2018-02-22aarch64: update hwcap.h for linux v4.15Szabolcs Nagy1-0/+6
2018-02-22aarch64: add HWCAP_DCPOP from linux v4.14Szabolcs Nagy1-0/+1
2018-01-31aarch64: fix mismatched type of ucontext_t uc_link memberWilliam Pitcock1-1/+1
2017-11-05aarch64: add extra_context struct from linux v4.13Szabolcs Nagy1-0/+7
2017-11-05aarch64: add new HWCAP_* flags from linux v4.12Szabolcs Nagy1-0/+3
2017-11-05add statx syscall numbers from linux v4.11Szabolcs Nagy1-0/+1
2017-11-05update aarch64 hwcap.h for linux v4.11Szabolcs Nagy1-0/+2
2017-09-06make syscall.h consistent with linuxSzabolcs Nagy1-2/+1
2017-08-29add a_clz_64 helper functionSzabolcs Nagy1-0/+7
2016-12-29add pkey_{mprotect,alloc,free} syscalls from linux v4.9Szabolcs Nagy1-0/+3
2016-10-20add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy1-0/+11
2016-07-03make brace placement in public header typedef'd structs consistentRich Felker1-2/+1
2016-07-03make brace placement in public header struct definitions consistentRich Felker4-10/+5
2016-07-03use the generic ioctl.h for x86_64, x32 and aarch64Szabolcs Nagy1-213/+0
2016-06-09add preadv2 and pwritev2 syscall numbers for linux v4.6Szabolcs Nagy1-0/+2
2016-05-12deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham2-543/+272
2016-03-19add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy1-0/+2
2016-03-18deduplicate bits/mman.hSzabolcs Nagy1-58/+0
2016-02-23make aarch64 atomic_arch.h report that it defines pointer-sized ll/scRich Felker1-0/+2
2016-01-31better a_sc inline asm constraint on aarch64 and armSzabolcs Nagy1-2/+2
2016-01-27deduplicate the bulk of the arch bits headersRich Felker7-305/+0
2016-01-26add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy1-0/+1
2016-01-26add mlock2 syscall number from linux v4.4Szabolcs Nagy1-0/+2
2016-01-26add new membarrier, userfaultfd and switch_endian syscallsSzabolcs Nagy1-0/+4
2016-01-24fix aarch64 atomics to load/store 32bit onlySzabolcs Nagy1-2/+2
2016-01-23improve aarch64 atomicsRich Felker1-16/+36
2016-01-21overhaul aarch64 atomics for new atomics frameworkRich Felker1-174/+25
2016-01-21refactor internal atomic.hRich Felker1-18/+14
2015-11-02properly access mcontext_t program counter in cancellation handlerRich Felker1-1/+1
2015-09-15fix namespace violations in aarch64/bits/termios.hFelix Janda1-7/+7
2015-08-11aarch64: fix 64-bit syscall argument passingSzabolcs Nagy1-4/+2
2015-05-22add .text section directive to all crt_arch.h files missing itRich Felker1-0/+1
2015-04-30fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy1-2/+0
2015-04-30aarch64: fix CRTJMP in reloc.hSzabolcs Nagy1-1/+1
2015-04-13dynamic linker bootstrap overhaulRich Felker2-30/+21
2015-04-01aarch64: remove duplicate macro definitions in bits/fcntl.hRich Felker1-3/+0
2015-04-01aarch64: fix definition of sem_nsems in semid_ds structureRich Felker1-1/+7
2015-04-01aarch64: fix namespace pollution in bits/shm.hSzabolcs Nagy1-2/+2
2015-03-20fix missing max_align_t definition on aarch64Rich Felker1-0/+2
2015-03-18fix MINSIGSTKSZ values for archs with large signal contextsRich Felker1-0/+5
2015-03-14aarch64: fix typo in bits/ioctl.hSzabolcs Nagy1-1/+1
2015-03-14aarch64: add struct _aarch64_ctx to signal.hSzabolcs Nagy1-0/+17
2015-03-11add aarch64 portSzabolcs Nagy33-0/+1814