summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2019-09-11add new syscall numbers from linux v5.2Szabolcs Nagy1-0/+6
2019-08-02move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker1-0/+1
2019-07-29duplicate generic bits/msg.h for each arch using it, in prep to changeRich Felker1-0/+15
2019-07-29duplicate generic bits/sem.h for each arch using it, in prep to changeRich Felker1-0/+16
2019-07-29remove trailing newlines from various versions of bits/shm.hRich Felker1-1/+0
2019-07-29duplicate generic bits/shm.h for each arch using it, in prep to changeRich Felker1-0/+28
2019-07-18decouple struct stat from kernel typeRich Felker1-0/+21
2019-07-15fix build failure on arm building C code in thumb1 modeRich Felker1-1/+1
2019-07-01add new syscall numbers from linux v5.1Szabolcs Nagy1-0/+26
2019-03-13arm: add io_pgetevents syscall number from v4.19Szabolcs Nagy1-0/+1
2018-12-09add io_pgetevents and rseq syscall numbers from linux v4.18Szabolcs Nagy1-0/+1
2018-10-16make thread-pointer-loading asm non-volatileRich Felker1-2/+2
2018-10-01add TLSDESC support for 32-bit armRich Felker1-1/+3
2018-09-20add arm and sh bits/ptrace.hSzabolcs Nagy1-0/+25
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker2-3/+4
2018-06-20work around broken kernel struct ipc_perm on some big endian archsRich Felker1-0/+2
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2-4/+5
2018-05-01work around arm gcc's rejection of r7 asm constraints in thumb modeRich Felker1-14/+39
2018-04-19arm: use a_ll/a_sc atomics when building for ARMv6T2Andre McCurdy1-1/+1
2018-04-19arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macrosAndre McCurdy2-2/+2
2018-04-19provide optimized a_ctz_32 for armAndre McCurdy1-0/+12
2018-02-22arm: add get_tls syscall from linux v4.15Szabolcs Nagy1-0/+1
2017-11-05add statx syscall numbers from linux v4.11Szabolcs Nagy1-0/+1
2017-10-25fix build regression on ARM for ISA levels less than v5Rich Felker1-0/+4
2017-09-06make syscall.h consistent with linuxSzabolcs Nagy1-0/+2
2017-08-29arm: add HWCAP_ARM_ hwcap macrosSzabolcs Nagy1-0/+24
2017-08-29add a_clz_64 helper functionSzabolcs Nagy1-0/+7
2017-02-22allow page size to vary on armRich Felker1-1/+0
2016-12-29add pkey_{mprotect,alloc,free} syscalls from linux v4.9Szabolcs Nagy1-0/+3
2016-12-19rework arm atomic/tp backends to be thumb-compatible and fdpic-readyRich Felker2-14/+23
2016-10-20add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy1-0/+29
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 Felker1-2/+1
2016-07-03fix FIOQSIZE in arm ioctl.hSzabolcs Nagy1-0/+2
2016-07-01fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker1-0/+2
2016-06-09add preadv2 and pwritev2 syscall numbers for linux v4.6Szabolcs Nagy1-0/+2
2016-05-12deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham1-349/+0
2016-03-19add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy1-0/+2
2016-03-18deduplicate bits/mman.hSzabolcs Nagy1-59/+0
2016-01-31better a_sc inline asm constraint on aarch64 and armSzabolcs Nagy1-1/+1
2016-01-27deduplicate the bulk of the arch bits headersRich Felker13-594/+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-25fix arm a_crash for big endianRich Felker1-2/+4
2016-01-25add native a_crash primitive for armRich Felker1-0/+10
2016-01-22move arm-specific translation units out of arch/arm/src, to src/*/armRich Felker8-244/+0
2016-01-21overhaul arm atomics for new atomics frameworkRich Felker1-142/+38
2016-01-21refactor internal atomic.hRich Felker1-104/+11
2016-01-20fix build regression for arm pre-v7 from out-of-tree build patchRich Felker2-0/+0