about summary refs log tree commit diff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* duplicate generic bits/msg.h for each arch using it, in prep to changeRich Felker2019-07-291-0/+15
* duplicate generic bits/sem.h for each arch using it, in prep to changeRich Felker2019-07-291-0/+16
* remove trailing newlines from various versions of bits/shm.hRich Felker2019-07-291-1/+0
* duplicate generic bits/shm.h for each arch using it, in prep to changeRich Felker2019-07-291-0/+28
* decouple struct stat from kernel typeRich Felker2019-07-181-0/+21
* fix build failure on arm building C code in thumb1 modeRich Felker2019-07-151-1/+1
* add new syscall numbers from linux v5.1Szabolcs Nagy2019-07-011-0/+26
* arm: add io_pgetevents syscall number from v4.19Szabolcs Nagy2019-03-131-0/+1
* add io_pgetevents and rseq syscall numbers from linux v4.18Szabolcs Nagy2018-12-091-0/+1
* make thread-pointer-loading asm non-volatileRich Felker2018-10-161-2/+2
* add TLSDESC support for 32-bit armRich Felker2018-10-011-1/+3
* add arm and sh bits/ptrace.hSzabolcs Nagy2018-09-201-0/+25
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-052-3/+4
* work around broken kernel struct ipc_perm on some big endian archsRich Felker2018-06-201-0/+2
* fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2018-06-022-4/+5
* work around arm gcc's rejection of r7 asm constraints in thumb modeRich Felker2018-05-011-14/+39
* arm: use a_ll/a_sc atomics when building for ARMv6T2Andre McCurdy2018-04-191-1/+1
* arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macrosAndre McCurdy2018-04-192-2/+2
* provide optimized a_ctz_32 for armAndre McCurdy2018-04-191-0/+12
* arm: add get_tls syscall from linux v4.15Szabolcs Nagy2018-02-221-0/+1
* add statx syscall numbers from linux v4.11Szabolcs Nagy2017-11-051-0/+1
* fix build regression on ARM for ISA levels less than v5Rich Felker2017-10-251-0/+4
* make syscall.h consistent with linuxSzabolcs Nagy2017-09-061-0/+2
* arm: add HWCAP_ARM_ hwcap macrosSzabolcs Nagy2017-08-291-0/+24
* add a_clz_64 helper functionSzabolcs Nagy2017-08-291-0/+7
* allow page size to vary on armRich Felker2017-02-221-1/+0
* add pkey_{mprotect,alloc,free} syscalls from linux v4.9Szabolcs Nagy2016-12-291-0/+3
* rework arm atomic/tp backends to be thumb-compatible and fdpic-readyRich Felker2016-12-192-14/+23
* add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy2016-10-201-0/+29
* make brace placement in public header typedef'd structs consistentRich Felker2016-07-031-2/+1
* make brace placement in public header struct definitions consistentRich Felker2016-07-031-2/+1
* fix FIOQSIZE in arm ioctl.hSzabolcs Nagy2016-07-031-0/+2
* fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker2016-07-011-0/+2
* add preadv2 and pwritev2 syscall numbers for linux v4.6Szabolcs Nagy2016-06-091-0/+2
* deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham2016-05-121-349/+0
* add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy2016-03-191-0/+2
* deduplicate bits/mman.hSzabolcs Nagy2016-03-181-59/+0
* better a_sc inline asm constraint on aarch64 and armSzabolcs Nagy2016-01-311-1/+1
* deduplicate the bulk of the arch bits headersRich Felker2016-01-2713-594/+0
* add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy2016-01-261-0/+1
* add mlock2 syscall number from linux v4.4Szabolcs Nagy2016-01-261-0/+2
* add new membarrier, userfaultfd and switch_endian syscallsSzabolcs Nagy2016-01-261-0/+4
* fix arm a_crash for big endianRich Felker2016-01-251-2/+4
* add native a_crash primitive for armRich Felker2016-01-251-0/+10
* move arm-specific translation units out of arch/arm/src, to src/*/armRich Felker2016-01-228-244/+0
* overhaul arm atomics for new atomics frameworkRich Felker2016-01-211-142/+38
* refactor internal atomic.hRich Felker2016-01-211-104/+11
* fix build regression for arm pre-v7 from out-of-tree build patchRich Felker2016-01-202-0/+0
* fix dynamic linker path file selection for arm vs armhfRich Felker2016-01-201-3/+3
* explicitly assemble all arm asm sources as UALRich Felker2015-11-101-0/+1