summaryrefslogtreecommitdiff
path: root/arch/aarch64
AgeCommit message (Expand)AuthorLines
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
2015-04-01aarch64: remove duplicate macro definitions in bits/fcntl.hRich Felker-3/+0
2015-04-01aarch64: fix definition of sem_nsems in semid_ds structureRich Felker-1/+7
2015-04-01aarch64: fix namespace pollution in bits/shm.hSzabolcs Nagy-2/+2
2015-03-20fix missing max_align_t definition on aarch64Rich Felker-0/+2
2015-03-18fix MINSIGSTKSZ values for archs with large signal contextsRich Felker-0/+5
2015-03-14aarch64: fix typo in bits/ioctl.hSzabolcs Nagy-1/+1
2015-03-14aarch64: add struct _aarch64_ctx to signal.hSzabolcs Nagy-0/+17
2015-03-11add aarch64 portSzabolcs Nagy-0/+1814