about summary refs log tree commit diff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remove non-working pre-armv4t support from arm asmRich Felker2015-11-092-11/+0
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-021-1/+1
* mark arm thread-pointer-loading inline asm as volatileRich Felker2015-10-151-3/+3
* remove attribute((const)) from arm __pthread_self inline functionRich Felker2015-10-151-2/+2
* implement arm eabi mem* functionsTimo Teräs2015-08-314-0/+36
* arm: add vdso supportSzabolcs Nagy2015-06-141-0/+4
* add .text section directive to all crt_arch.h files missing itRich Felker2015-05-221-0/+1
* make arm reloc.h CRTJMP macro compatible with thumbRich Felker2015-05-141-0/+5
* make arm crt_arch.h compatible with thumb code generationRich Felker2015-05-141-4/+6
* fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy2015-04-301-2/+0
* dynamic linker bootstrap overhaulRich Felker2015-04-132-34/+27
* move O_PATH definition back to arch bitsRich Felker2015-04-011-0/+1
* fix MINSIGSTKSZ values for archs with large signal contextsRich Felker2015-03-181-0/+5
* fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy2015-03-071-1/+0
* fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn2015-03-041-0/+0
* make all objects used with atomic operations volatileRich Felker2015-03-031-7/+7
* add syscall numbers for the new execveat syscallSzabolcs Nagy2015-02-091-0/+2