re-enable vdso clock_gettime on arm (32-bit) with workaround
[musl] / arch / arm /
2022-09-19 Rich Felkerre-enable vdso clock_gettime on arm (32-bit) with worka...
2022-03-08 Szabolcs Nagybits/syscall.h: add landlock syscalls from linux v5.13
2022-03-08 Szabolcs Nagybits/syscall.h: add mount_setattr from linux v5.12
2022-03-08 Szabolcs Nagybits/syscall.h: add epoll_pwait2 from linux v5.11
2021-02-15 Szabolcs Nagybits/syscall.h: add process_madvise from linux v5.10
2020-11-29 Szabolcs Nagybits/syscall.h: add __NR_close_range from linux v5.9
2020-09-09 Szabolcs Nagybits/syscall.h: add __NR_faccessat2 from linux v5.8
2020-09-09 Szabolcs Nagyadd pidfd_getfd and openat2 syscall numbers from linux...
2020-08-27 Rich Felkerdeduplicate __pthread_self thread pointer adjustment...
2020-08-25 Rich Felkerdeduplicate TP_ADJ logic out of each arch, replace...
2020-04-26 Rich Felkerremove arm (32-bit) support for vdso clock_gettime
2020-02-05 Rich Felkerremove legacy time32 timer[fd] syscalls from public...
2020-02-05 Rich Felkerremove further legacy time32 clock syscalls from public...
2020-01-30 Rich Felkerremove legacy clock_gettime and gettimeofday from publi...
2019-12-30 Szabolcs Nagyadd clone3 syscall number from linux v5.3
2019-12-30 Szabolcs Nagyadd pidfd_open syscall number from linux v5.3
2019-11-02 Rich Felkermove time_t and suseconds_t definitions to common allty...
2019-11-02 Rich Felkermove time64 ioctl numbers to generic bits/ioctl.h
2019-11-02 Rich Felkermove time64 socket options from arch bits to top-level...
2019-11-02 Rich Felkerswitch all existing 32-bit archs to 64-bit time_t
2019-10-17 Rich Felkermove pthread types out of per-arch alltypes.h
2019-10-17 Rich Felkerdefine LONG_MAX via arch alltypes.h, strip down bits...
2019-10-17 Rich Felkerremove use of endian.h from arch reloc.h headers, clean up
2019-10-17 Rich Felkermove __BYTE_ORDER definition to alltypes.h
2019-10-17 Rich Felkerremove per-arch definitions for va_list
2019-09-11 Szabolcs Nagyadd new syscall numbers from linux v5.2
2019-08-02 Rich Felkermove IPC_STAT definition to a new bits/ipcstat.h file
2019-07-29 Rich Felkerduplicate generic bits/msg.h for each arch using it...
2019-07-29 Rich Felkerduplicate generic bits/sem.h for each arch using it...
2019-07-29 Rich Felkerremove trailing newlines from various versions of bits...
2019-07-29 Rich Felkerduplicate generic bits/shm.h for each arch using it...
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-15 Rich Felkerfix build failure on arm building C code in thumb1...
2019-07-01 Szabolcs Nagyadd new syscall numbers from linux v5.1
2019-03-13 Szabolcs Nagyarm: add io_pgetevents syscall number from v4.19
2018-12-10 Szabolcs Nagyadd io_pgetevents and rseq syscall numbers from linux...
2018-10-16 Rich Felkermake thread-pointer-loading asm non-volatile
2018-10-01 Rich Felkeradd TLSDESC support for 32-bit arm
2018-09-20 Szabolcs Nagyadd arm and sh bits/ptrace.h
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2018-06-20 Rich Felkerwork around broken kernel struct ipc_perm on some big...
2018-06-02 Szabolcs Nagyfix TLS layout of TLS variant I when there is a gap...
2018-05-01 Rich Felkerwork around arm gcc's rejection of r7 asm constraints...
2018-04-19 Andre McCurdyarm: use a_ll/a_sc atomics when building for ARMv6T2
2018-04-19 Andre McCurdyarm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__...
2018-04-19 Andre McCurdyprovide optimized a_ctz_32 for arm
2018-02-22 Szabolcs Nagyarm: add get_tls syscall from linux v4.15
2017-11-05 Szabolcs Nagyadd statx syscall numbers from linux v4.11
2017-10-25 Rich Felkerfix build regression on ARM for ISA levels less than v5
2017-09-06 Szabolcs Nagymake syscall.h consistent with linux
2017-08-30 Szabolcs Nagyarm: add HWCAP_ARM_ hwcap macros
2017-08-30 Szabolcs Nagyadd a_clz_64 helper function
2017-02-23 Rich Felkerallow page size to vary on arm
2016-12-30 Szabolcs Nagyadd pkey_{mprotect,alloc,free} syscalls from linux...
2016-12-20 Rich Felkerrework arm atomic/tp backends to be thumb-compatible...
2016-10-20 Szabolcs Nagyadd bits/hwcap.h and include it in sys/auxv.h
2016-07-03 Rich Felkermake brace placement in public header typedef'd structs...
2016-07-03 Rich Felkermake brace placement in public header struct definition...
2016-07-03 Szabolcs Nagyfix FIOQSIZE in arm ioctl.h
2016-07-01 Rich Felkerfix posix_fadvise syscall args on powerpc, unify with...
2016-06-09 Szabolcs Nagyadd preadv2 and pwritev2 syscall numbers for linux...
2016-05-12 Bobby Binghamdeduplicate __NR_* and SYS_* syscall number definitions
2016-03-19 Szabolcs Nagyadd copy_file_range syscall numbers from linux v4.5
2016-03-19 Szabolcs Nagydeduplicate bits/mman.h
2016-01-31 Szabolcs Nagybetter a_sc inline asm constraint on aarch64 and arm
2016-01-28 Rich Felkerdeduplicate the bulk of the arch bits headers
2016-01-26 Szabolcs Nagyadd MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2...
2016-01-26 Szabolcs Nagyadd mlock2 syscall number from linux v4.4
2016-01-26 Szabolcs Nagyadd new membarrier, userfaultfd and switch_endian syscalls
2016-01-25 Rich Felkerfix arm a_crash for big endian
2016-01-25 Rich Felkeradd native a_crash primitive for arm
2016-01-22 Rich Felkermove arm-specific translation units out of arch/arm...
2016-01-21 Rich Felkeroverhaul arm atomics for new atomics framework
2016-01-21 Rich Felkerrefactor internal atomic.h
2016-01-20 Rich Felkerfix build regression for arm pre-v7 from out-of-tree...
2016-01-20 Rich Felkerfix dynamic linker path file selection for arm vs armhf
2015-11-10 Rich Felkerexplicitly assemble all arm asm sources as UAL
2015-11-10 Rich Felkerremove non-working pre-armv4t support from arm asm
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-10-15 Rich Felkermark arm thread-pointer-loading inline asm as volatile
2015-10-15 Rich Felkerremove attribute((const)) from arm __pthread_self inlin...
2015-08-31 Timo Teräsimplement arm eabi mem* functions
2015-06-14 Szabolcs Nagyarm: add vdso support
2015-05-22 Rich Felkeradd .text section directive to all crt_arch.h files...
2015-05-14 Rich Felkermake arm reloc.h CRTJMP macro compatible with thumb
2015-05-14 Rich Felkermake arm crt_arch.h compatible with thumb code generation
2015-04-30 Szabolcs Nagyfix __syscall declaration with wrong visibility in...
2015-04-13 Rich Felkerdynamic linker bootstrap overhaul
2015-04-01 Rich Felkermove O_PATH definition back to arch bits
2015-03-18 Rich Felkerfix MINSIGSTKSZ values for archs with large signal...
2015-03-07 Szabolcs Nagyfix FLT_ROUNDS to reflect the current rounding mode
2015-03-04 Trutz Behnfix POLLWRNORM and POLLWRBAND on mips
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-02-09 Szabolcs Nagyadd syscall numbers for the new execveat syscall
2015-01-31 Trutz Behnmove MREMAP_MAYMOVE and MREMAP_FIXED out of bits
2014-12-23 Szabolcs Nagyadd new syscall numbers for bpf and kexec_file_load
2014-12-21 Rich Felkermove wint_t definition to the shared part of alltypes...
2014-12-03 Timo Teräsadd arm private syscall numbers
2014-11-23 Rich Felkerinline 5- and 6-argument syscalls on arm
2014-11-23 Rich Felkerremove old clang workarounds from arm syscall implement...
next