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
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove workaround for broken mips assemblers
Rich Felker
2016-02-08
1
-4
/
+1
*
better a_sc inline asm constraint on aarch64 and arm
Szabolcs Nagy
2016-01-31
2
-3
/
+3
*
ldso: fix GDB dynamic linker info on MIPS
Felix Fietkau
2016-01-30
1
-1
/
+1
*
deduplicate the bulk of the arch bits headers
Rich Felker
2016-01-27
92
-3194
/
+0
*
mips: add vdso support
Hauke Mehrtens
2016-01-27
1
-0
/
+4
*
fix siginfo_t for mips
Szabolcs Nagy
2016-01-26
1
-0
/
+9
*
add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags
Szabolcs Nagy
2016-01-26
10
-0
/
+10
*
add mlock2 syscall number from linux v4.4
Szabolcs Nagy
2016-01-26
8
-0
/
+16
*
add new membarrier, userfaultfd and switch_endian syscalls
Szabolcs Nagy
2016-01-26
8
-0
/
+34
*
add new i386 socket syscall numbers
Szabolcs Nagy
2016-01-26
1
-0
/
+30
*
change the internal socketcall selection logic
Szabolcs Nagy
2016-01-26
1
-0
/
+2
*
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
*
clean powerpc syscall.h
Szabolcs Nagy
2016-01-24
1
-24
/
+0
*
add missing powerpc specific PROT_SAO memory protection flag
Szabolcs Nagy
2016-01-24
1
-0
/
+1
*
fix powerpc MCL_* mlockall flags in bits/mman.h
Szabolcs Nagy
2016-01-24
1
-2
/
+2
*
fix aarch64 atomics to load/store 32bit only
Szabolcs Nagy
2016-01-24
1
-2
/
+2
*
improve aarch64 atomics
Rich Felker
2016-01-23
1
-16
/
+36
*
remove sh port's __fpscr_values source file
Rich Felker
2016-01-22
1
-5
/
+0
*
move sh port's __shcall internal function from arch/sh/src to src tree
Rich Felker
2016-01-22
1
-5
/
+0
*
move sh __unmapself code from arch/sh/src to main src tree
Rich Felker
2016-01-22
1
-24
/
+0
*
move x32 sysinfo impl and syscall fixup code out of arch/x32/src
Rich Felker
2016-01-22
2
-88
/
+0
*
overhaul powerpc atomics for new atomics framework
Rich Felker
2016-01-22
1
-14
/
+38
*
clean up x86_64 (and x32) atomics for new atomics framework
Rich Felker
2016-01-22
2
-113
/
+130
*
clean up i386 atomics for new atomics framework
Rich Felker
2016-01-22
1
-66
/
+58
*
overhaul mips atomics for new atomics framework
Rich Felker
2016-01-22
1
-53
/
+31
*
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
*
overhaul aarch64 atomics for new atomics framework
Rich Felker
2016-01-21
1
-174
/
+25
*
overhaul sh atomics for new atomics framework, add j-core cas.l backend
Rich Felker
2016-01-21
4
-287
/
+30
*
refactor internal atomic.h
Rich Felker
2016-01-21
14
-834
/
+216
*
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
*
adjust mips crt_arch entry point asm to avoid assembler bugs
Rich Felker
2015-12-29
1
-1
/
+4
*
adjust i386 max_align_t definition to work around some broken compilers
Rich Felker
2015-12-29
1
-3
/
+5
*
remove visibility suppression by SHARED macro in mips and x32 arch files
Rich Felker
2015-12-15
2
-6
/
+0
*
fix dynamic loader library mapping for nommu systems
Rich Felker
2015-11-11
1
-0
/
+2
*
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
*
generalize sh entry point asm not to assume call dests fit in 12 bits
Rich Felker
2015-11-02
1
-5
/
+12
*
properly access mcontext_t program counter in cancellation handler
Rich Felker
2015-11-02
10
-12
/
+10
*
prevent reordering of or1k and powerpc thread pointer loads
Rich Felker
2015-10-15
2
-0
/
+2
*
mark arm thread-pointer-loading inline asm as volatile
Rich Felker
2015-10-15
1
-3
/
+3
*
add comment documenting hard-coded opcode for reading mips thread pointer
Rich Felker
2015-10-15
1
-0
/
+1
*
remove attribute((const)) from arm __pthread_self inline function
Rich Felker
2015-10-15
1
-2
/
+2
*
fix signal return for sh/fdpic
Rich Felker
2015-09-23
2
-0
/
+10
*
have sh/fdpic entry point set fdpic personality if needed
Rich Felker
2015-09-22
1
-0
/
+12
*
add real fdpic loading of shared libraries
Rich Felker
2015-09-22
1
-0
/
+1
*
size-optimize sh/fdpic dynamic entry point
Rich Felker
2015-09-22
1
-0
/
+4
*
work around breakage in sh/fdpic __unmapself function
Rich Felker
2015-09-22
1
-0
/
+5
[next]