summaryrefslogtreecommitdiff
path: root/arch/aarch64
AgeCommit message (Expand)AuthorLines
2019-07-29extricate bits/sem.h from x32 time_t hackRich Felker-4/+4
2019-07-29remove duplicates of new generic bits/shm.hRich Felker-24/+0
2019-07-18decouple struct stat from kernel typeRich Felker-0/+21
2019-07-01add new syscall numbers from linux v5.1Szabolcs Nagy-0/+4
2019-04-17math: add fp_arch.h with fp_barrier and fp_force_evalSzabolcs Nagy-0/+25
2019-03-13aarch64: add HWCAP_ definitions from linux v5.0Szabolcs Nagy-0/+3
2019-03-13aarch64, or1k: add kexec_file_load syscall number from linux v5.0Szabolcs Nagy-0/+1
2019-03-13aarch64: add HWCAP_SSBS from linux v4.20Szabolcs Nagy-0/+1
2019-03-13aarch64, or1k: define rseq syscall number following linux v4.19Szabolcs Nagy-0/+1
2018-12-09add io_pgetevents and rseq syscall numbers from linux v4.18Szabolcs Nagy-0/+1
2018-10-16make thread-pointer-loading asm non-volatileRich Felker-1/+1
2018-06-19aarch64: add HWCAP_ flags from linux v4.17Szabolcs Nagy-0/+4
2018-06-19aarch64: add HWCAP_ASIMDFHM from linux v4.16Szabolcs Nagy-0/+1
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy-3/+4
2018-02-22aarch64: add sve_context struct and related defines from linux v4.15Szabolcs Nagy-0/+39
2018-02-22aarch64: update hwcap.h for linux v4.15Szabolcs Nagy-0/+6
2018-02-22aarch64: add HWCAP_DCPOP from linux v4.14Szabolcs Nagy-0/+1
2018-01-31aarch64: fix mismatched type of ucontext_t uc_link memberWilliam Pitcock-1/+1
2017-11-05aarch64: add extra_context struct from linux v4.13Szabolcs Nagy-0/+7
2017-11-05aarch64: add new HWCAP_* flags from linux v4.12Szabolcs Nagy-0/+3
2017-11-05add statx syscall numbers from linux v4.11Szabolcs Nagy-0/+1
2017-11-05update aarch64 hwcap.h for linux v4.11Szabolcs Nagy-0/+2
2017-09-06make syscall.h consistent with linuxSzabolcs Nagy-2/+1
2017-08-29add a_clz_64 helper functionSzabolcs Nagy-0/+7
2016-12-29add pkey_{mprotect,alloc,free} syscalls from linux v4.9Szabolcs Nagy-0/+3
2016-10-20add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy-0/+11
2016-07-03make brace placement in public header typedef'd structs consistentRich Felker-2/+1
2016-07-03make brace placement in public header struct definitions consistentRich Felker-10/+5
2016-07-03use the generic ioctl.h for x86_64, x32 and aarch64Szabolcs Nagy-213/+0
2016-06-09add preadv2 and pwritev2 syscall numbers for linux v4.6Szabolcs Nagy-0/+2
2016-05-12deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham-543/+272
2016-03-19add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy-0/+2
2016-03-18deduplicate bits/mman.hSzabolcs Nagy-58/+0
2016-02-23make aarch64 atomic_arch.h report that it defines pointer-sized ll/scRich Felker-0/+2
2016-01-31better a_sc inline asm constraint on aarch64 and armSzabolcs Nagy-2/+2
2016-01-27deduplicate the bulk of the arch bits headersRich Felker-305/+0
2016-01-26add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy-0/+1
2016-01-26add mlock2 syscall number from linux v4.4Szabolcs Nagy-0/+2
2016-01-26add new membarrier, userfaultfd and switch_endian syscallsSzabolcs Nagy-0/+4
2016-01-24fix aarch64 atomics to load/store 32bit onlySzabolcs Nagy-2/+2
2016-01-23improve aarch64 atomicsRich Felker-16/+36
2016-01-21overhaul aarch64 atomics for new atomics frameworkRich Felker-174/+25
2016-01-21refactor internal atomic.hRich Felker-18/+14
2015-11-02properly access mcontext_t program counter in cancellation handlerRich Felker-1/+1
2015-09-15fix namespace violations in aarch64/bits/termios.hFelix Janda-7/+7
2015-08-11aarch64: fix 64-bit syscall argument passingSzabolcs Nagy-4/+2
2015-05-22add .text section directive to all crt_arch.h files missing itRich Felker-0/+1
2015-04-30fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy-2/+0
2015-04-30aarch64: fix CRTJMP in reloc.hSzabolcs Nagy-1/+1
2015-04-13dynamic linker bootstrap overhaulRich Felker-30/+21