index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
add statx syscall numbers from linux v4.11
Szabolcs Nagy
2017-11-05
1
-0
/
+1
*
fix build regression on ARM for ISA levels less than v5
Rich Felker
2017-10-25
1
-0
/
+4
*
make syscall.h consistent with linux
Szabolcs Nagy
2017-09-06
1
-0
/
+2
*
arm: add HWCAP_ARM_ hwcap macros
Szabolcs Nagy
2017-08-29
1
-0
/
+24
*
add a_clz_64 helper function
Szabolcs Nagy
2017-08-29
1
-0
/
+7
*
allow page size to vary on arm
Rich Felker
2017-02-22
1
-1
/
+0
*
add pkey_{mprotect,alloc,free} syscalls from linux v4.9
Szabolcs Nagy
2016-12-29
1
-0
/
+3
*
rework arm atomic/tp backends to be thumb-compatible and fdpic-ready
Rich Felker
2016-12-19
2
-14
/
+23
*
add bits/hwcap.h and include it in sys/auxv.h
Szabolcs Nagy
2016-10-20
1
-0
/
+29
*
make brace placement in public header typedef'd structs consistent
Rich Felker
2016-07-03
1
-2
/
+1
*
make brace placement in public header struct definitions consistent
Rich Felker
2016-07-03
1
-2
/
+1
*
fix FIOQSIZE in arm ioctl.h
Szabolcs Nagy
2016-07-03
1
-0
/
+2
*
fix posix_fadvise syscall args on powerpc, unify with arm fix
Rich Felker
2016-07-01
1
-0
/
+2
*
add preadv2 and pwritev2 syscall numbers for linux v4.6
Szabolcs Nagy
2016-06-09
1
-0
/
+2
*
deduplicate __NR_* and SYS_* syscall number definitions
Bobby Bingham
2016-05-12
1
-349
/
+0
*
add copy_file_range syscall numbers from linux v4.5
Szabolcs Nagy
2016-03-19
1
-0
/
+2
*
deduplicate bits/mman.h
Szabolcs Nagy
2016-03-18
1
-59
/
+0
*
better a_sc inline asm constraint on aarch64 and arm
Szabolcs Nagy
2016-01-31
1
-1
/
+1
*
deduplicate the bulk of the arch bits headers
Rich Felker
2016-01-27
13
-594
/
+0
*
add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags
Szabolcs Nagy
2016-01-26
1
-0
/
+1
*
add mlock2 syscall number from linux v4.4
Szabolcs Nagy
2016-01-26
1
-0
/
+2
*
add new membarrier, userfaultfd and switch_endian syscalls
Szabolcs Nagy
2016-01-26
1
-0
/
+4
*
fix arm a_crash for big endian
Rich Felker
2016-01-25
1
-2
/
+4
*
add native a_crash primitive for arm
Rich Felker
2016-01-25
1
-0
/
+10
*
move arm-specific translation units out of arch/arm/src, to src/*/arm
Rich Felker
2016-01-22
8
-244
/
+0
*
overhaul arm atomics for new atomics framework
Rich Felker
2016-01-21
1
-142
/
+38
*
refactor internal atomic.h
Rich Felker
2016-01-21
1
-104
/
+11
*
fix build regression for arm pre-v7 from out-of-tree build patch
Rich Felker
2016-01-20
2
-0
/
+0
*
fix dynamic linker path file selection for arm vs armhf
Rich Felker
2016-01-20
1
-3
/
+3
*
explicitly assemble all arm asm sources as UAL
Rich Felker
2015-11-10
1
-0
/
+1
*
remove non-working pre-armv4t support from arm asm
Rich Felker
2015-11-09
2
-11
/
+0
*
properly access mcontext_t program counter in cancellation handler
Rich Felker
2015-11-02
1
-1
/
+1
*
mark arm thread-pointer-loading inline asm as volatile
Rich Felker
2015-10-15
1
-3
/
+3
*
remove attribute((const)) from arm __pthread_self inline function
Rich Felker
2015-10-15
1
-2
/
+2
*
implement arm eabi mem* functions
Timo Teräs
2015-08-31
4
-0
/
+36
*
arm: add vdso support
Szabolcs Nagy
2015-06-14
1
-0
/
+4
*
add .text section directive to all crt_arch.h files missing it
Rich Felker
2015-05-22
1
-0
/
+1
*
make arm reloc.h CRTJMP macro compatible with thumb
Rich Felker
2015-05-14
1
-0
/
+5
*
make arm crt_arch.h compatible with thumb code generation
Rich Felker
2015-05-14
1
-4
/
+6
*
fix __syscall declaration with wrong visibility in syscall_arch.h
Szabolcs Nagy
2015-04-30
1
-2
/
+0
*
dynamic linker bootstrap overhaul
Rich Felker
2015-04-13
2
-34
/
+27
*
move O_PATH definition back to arch bits
Rich Felker
2015-04-01
1
-0
/
+1
*
fix MINSIGSTKSZ values for archs with large signal contexts
Rich Felker
2015-03-18
1
-0
/
+5
*
fix FLT_ROUNDS to reflect the current rounding mode
Szabolcs Nagy
2015-03-07
1
-1
/
+0
*
fix POLLWRNORM and POLLWRBAND on mips
Trutz Behn
2015-03-04
1
-0
/
+0
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
1
-7
/
+7
*
add syscall numbers for the new execveat syscall
Szabolcs Nagy
2015-02-09
1
-0
/
+2
*
move MREMAP_MAYMOVE and MREMAP_FIXED out of bits
Trutz Behn
2015-01-30
1
-3
/
+0
*
add new syscall numbers for bpf and kexec_file_load
Szabolcs Nagy
2014-12-23
1
-0
/
+2
*
move wint_t definition to the shared part of alltypes.h.in
Rich Felker
2014-12-21
1
-1
/
+0
[next]