summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorLines
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
2015-05-14make arm reloc.h CRTJMP macro compatible with thumbRich Felker-0/+5
2015-05-14make arm crt_arch.h compatible with thumb code generationRich Felker-4/+6
2015-04-30fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy-2/+0
2015-04-13dynamic linker bootstrap overhaulRich Felker-34/+27
2015-04-01move O_PATH definition back to arch bitsRich Felker-0/+1
2015-03-18fix MINSIGSTKSZ values for archs with large signal contextsRich Felker-0/+5
2015-03-07fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy-1/+0
2015-03-04fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn-0/+0
2015-03-03make all objects used with atomic operations volatileRich Felker-7/+7
2015-02-09add syscall numbers for the new execveat syscallSzabolcs Nagy-0/+2
2015-01-30move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn-3/+0
2014-12-23add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy-0/+2
2014-12-21move wint_t definition to the shared part of alltypes.h.inRich Felker-1/+0