summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-20fix dynamic linker path file selection for arm vs armhfRich Felker1-3/+3
2015-11-10explicitly assemble all arm asm sources as UALRich Felker1-0/+1
2015-11-09remove non-working pre-armv4t support from arm asmRich Felker2-11/+0
2015-11-02properly access mcontext_t program counter in cancellation handlerRich Felker1-1/+1
2015-10-15mark arm thread-pointer-loading inline asm as volatileRich Felker1-3/+3
2015-10-15remove attribute((const)) from arm __pthread_self inline functionRich Felker1-2/+2
2015-08-31implement arm eabi mem* functionsTimo Teräs4-0/+36
2015-06-14arm: add vdso supportSzabolcs Nagy1-0/+4
2015-05-22add .text section directive to all crt_arch.h files missing itRich Felker1-0/+1
2015-05-14make arm reloc.h CRTJMP macro compatible with thumbRich Felker1-0/+5
2015-05-14make arm crt_arch.h compatible with thumb code generationRich Felker1-4/+6
2015-04-30fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy1-2/+0
2015-04-13dynamic linker bootstrap overhaulRich Felker2-34/+27
2015-04-01move O_PATH definition back to arch bitsRich Felker1-0/+1
2015-03-18fix MINSIGSTKSZ values for archs with large signal contextsRich Felker1-0/+5
2015-03-07fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy1-1/+0
2015-03-04fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn1-0/+0
2015-03-03make all objects used with atomic operations volatileRich Felker1-7/+7
2015-02-09add syscall numbers for the new execveat syscallSzabolcs Nagy1-0/+2
2015-01-30move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn1-3/+0
2014-12-23add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy1-0/+2
2014-12-21move wint_t definition to the shared part of alltypes.h.inRich Felker1-1/+0
2014-12-03add arm private syscall numbersTimo Teräs1-0/+5
2014-11-22inline 5- and 6-argument syscalls on armRich Felker1-2/+15
2014-11-22remove old clang workarounds from arm syscall implementationRich Felker1-31/+0
2014-11-22fix __aeabi_read_tp oversight in arm atomics/tls overhaulRich Felker2-6/+5
2014-11-19overhaul ARM atomics/tls for performance and compatibilityRich Felker5-44/+330