summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorLines
2019-03-13arm: add io_pgetevents syscall number from 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-2/+2
2018-10-01add TLSDESC support for 32-bit armRich Felker-1/+3
2018-09-20add arm and sh bits/ptrace.hSzabolcs Nagy-0/+25
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker-3/+4
2018-06-20work around broken kernel struct ipc_perm on some big endian archsRich Felker-0/+2
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy-4/+5
2018-05-01work around arm gcc's rejection of r7 asm constraints in thumb modeRich Felker-14/+39
2018-04-19arm: use a_ll/a_sc atomics when building for ARMv6T2Andre McCurdy-1/+1
2018-04-19arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macrosAndre McCurdy-2/+2
2018-04-19provide optimized a_ctz_32 for armAndre McCurdy-0/+12
2018-02-22arm: add get_tls syscall from linux v4.15Szabolcs Nagy-0/+1
2017-11-05add statx syscall numbers from linux v4.11Szabolcs Nagy-0/+1
2017-10-25fix build regression on ARM for ISA levels less than v5Rich Felker-0/+4
2017-09-06make syscall.h consistent with linuxSzabolcs Nagy-0/+2
2017-08-29arm: add HWCAP_ARM_ hwcap macrosSzabolcs Nagy-0/+24
2017-08-29add a_clz_64 helper functionSzabolcs Nagy-0/+7
2017-02-22allow page size to vary on armRich Felker-1/+0
2016-12-29add pkey_{mprotect,alloc,free} syscalls from linux v4.9Szabolcs Nagy-0/+3
2016-12-19rework arm atomic/tp backends to be thumb-compatible and fdpic-readyRich Felker-14/+23
2016-10-20add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy-0/+29
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-2/+1
2016-07-03fix FIOQSIZE in arm ioctl.hSzabolcs Nagy-0/+2
2016-07-01fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker-0/+2
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-349/+0
2016-03-19add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy-0/+2
2016-03-18deduplicate bits/mman.hSzabolcs Nagy-59/+0
2016-01-31better a_sc inline asm constraint on aarch64 and armSzabolcs Nagy-1/+1
2016-01-27deduplicate the bulk of the arch bits headersRich Felker-594/+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-25fix arm a_crash for big endianRich Felker-2/+4
2016-01-25add native a_crash primitive for armRich Felker-0/+10
2016-01-22move arm-specific translation units out of arch/arm/src, to src/*/armRich Felker-244/+0
2016-01-21overhaul arm atomics for new atomics frameworkRich Felker-142/+38
2016-01-21refactor internal atomic.hRich Felker-104/+11
2016-01-20fix build regression for arm pre-v7 from out-of-tree build patchRich Felker-0/+0
2016-01-20fix dynamic linker path file selection for arm vs armhfRich Felker-3/+3
2015-11-10explicitly assemble all arm asm sources as UALRich Felker-0/+1
2015-11-09remove non-working pre-armv4t support from arm asmRich Felker-11/+0
2015-11-02properly access mcontext_t program counter in cancellation handlerRich Felker-1/+1
2015-10-15mark arm thread-pointer-loading inline asm as volatileRich Felker-3/+3
2015-10-15remove attribute((const)) from arm __pthread_self inline functionRich Felker-2/+2
2015-08-31implement arm eabi mem* functionsTimo Teräs-0/+36
2015-06-14arm: add vdso supportSzabolcs Nagy-0/+4
2015-05-22add .text section directive to all crt_arch.h files missing itRich Felker-0/+1