about summary refs log tree commit diff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn2015-01-301-3/+0
* add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy2014-12-231-0/+2
* move wint_t definition to the shared part of alltypes.h.inRich Felker2014-12-211-1/+0
* add arm private syscall numbersTimo Teräs2014-12-031-0/+5
* inline 5- and 6-argument syscalls on armRich Felker2014-11-221-2/+15
* remove old clang workarounds from arm syscall implementationRich Felker2014-11-221-31/+0
* fix __aeabi_read_tp oversight in arm atomics/tls overhaulRich Felker2014-11-222-6/+5
* overhaul ARM atomics/tls for performance and compatibilityRich Felker2014-11-195-44/+330
* add explicit barrier operation to internal atomic.h APIRich Felker2014-10-101-1/+3
* add new syscall numbers for seccomp, getrandom, memfd_createSzabolcs Nagy2014-10-081-0/+6
* add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker2014-09-061-0/+2
* fix build error on arm due to new a_spin codeRich Felker2014-08-251-1/+1
* add working a_spin() atomic for non-x86 targetsRich Felker2014-08-251-0/+1
* add max_align_t definition for C11 and C++11Rich Felker2014-08-201-0/+2
* make pointers used in robust list volatileRich Felker2014-08-171-1/+1
* clean up unused and inconsistent atomics in arch dirsRich Felker2014-07-271-5/+0
* add syscall numbers for the new renameat2 syscallSzabolcs Nagy2014-07-201-0/+2
* refactor to remove arch-specific relocation code from dynamic linkerRich Felker2014-06-181-25/+12
* dynamic linker: permit error returns from arch-specific reloc functionRich Felker2014-06-161-1/+2
* add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy2014-05-301-0/+4