index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
arch-arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
cortex-a9: Fix reference to __memcpy_base_aligned.
Kyle Repinski
2016-06-27
1
-1
/
+1
*
libc: Add memchr to a53+a57 target
Steve Kondik
2015-11-24
1
-0
/
+1
*
libc: arm: Add optimised memchr to scorpion
Michael Bestas
2015-11-05
1
-0
/
+1
*
libc: arm: add optimized memchr implementation
Yingshiuan Pan
2015-10-31
9
-1
/
+162
*
libc: Add Scorpion-optimized variant
Steve Kondik
2015-10-29
2
-1
/
+18
*
Fix over read in strcpy/stpcpy/strcat.
Christopher Ferris
2015-10-29
4
-148
/
+176
*
Make all labels local.
Christopher Ferris
2015-10-29
2
-176
/
+176
*
Add optimized cortex-a7/cortex-a53 memset/memcpy.
Christopher Ferris
2015-10-29
14
-430
/
+986
*
[AOSP Master] libc: krait: Use performance version of memcpy
Brent DeGraaf
2015-10-29
4
-104
/
+71
*
Remove pushes from memsets (krait/cortex-a9).
Christopher Ferris
2015-10-29
2
-28
/
+19
*
Replace bx lr with update of pc from the stack.
Christopher Ferris
2015-10-29
5
-16
/
+8
*
Add cortex-a53.a57 target for 32 bit big/little.
Christopher Ferris
2015-10-29
1
-0
/
+21
*
Performance: krait: Implement optimized versions of memmove
Xin Qi
2015-10-06
2
-2
/
+221
*
Performance: krait: Re-factor high-performance memcpy for thumb2
Brent DeGraaf
2015-10-06
2
-118
/
+219
*
Revert "Stop libc from cross-referencing unwind symbols"
Dan Albert
2015-07-20
2
-94
/
+0
*
Merge "Add support for cortex-a53 in bionic." into mnc-dev
Tim Murray
2015-06-16
1
-0
/
+1
|
\
|
*
Add support for cortex-a53 in bionic.
Tim Murray
2015-06-16
1
-0
/
+1
*
|
Hide accidentally-exposed __clock_nanosleep.
Elliott Hughes
2015-06-16
1
-2
/
+3
|
/
*
Add process_vm_readv and process_vm_writev.
Elliott Hughes
2015-06-10
2
-0
/
+44
*
libc: Add O_PATH support for fgetxattr / fsetxattr
Nick Kralevich
2015-06-02
2
-4
/
+6
*
Fix error handling for negative size in ftruncate.
Dan Albert
2015-06-01
1
-14
/
+0
*
Hide rt_sigqueueinfo.
Yabin Cui
2015-05-18
1
-2
/
+3
*
Use unified syntax to compile with both llvm and gcc.
Chih-Hung Hsieh
2015-05-15
6
-73
/
+83
*
Simplify three copyright headers.
Elliott Hughes
2015-05-12
1
-1
/
+1
*
Simplify close(2) EINTR handling.
Elliott Hughes
2015-04-23
1
-2
/
+3
*
Use assembly memmove for all arm32 processors.
Christopher Ferris
2015-04-08
3
-9
/
+15
*
Stop libc from cross-referencing unwind symbols
Dmitriy Ivanov
2015-04-07
2
-0
/
+94
*
Use ALIAS_SYMBOL for assembler aliasing.
Christopher Ferris
2015-03-25
1
-4
/
+2
*
Make gensyscalls.py use the ALIAS_SYMBOL macro.
Christopher Ferris
2015-03-24
3
-6
/
+3
*
Fix "faccessat ignores flags"
Nick Kralevich
2015-02-24
1
-2
/
+3
*
Fix memchr overflow.
Elliott Hughes
2015-02-14
1
-2
/
+2
*
Merge changes Ib87855e8,I4b46ae20,I66364a5c,Id3fcf680
Colin Cross
2015-02-05
1
-18
/
+0
|
\
|
*
Share LP32 makefile settings between arches
Colin Cross
2015-02-04
1
-18
/
+0
*
|
Ensure raw fchmod/fchmodat syscalls are hidden.
Nick Kralevich
2015-02-03
2
-4
/
+6
*
|
Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support
Nick Kralevich
2015-02-02
2
-4
/
+4
|
/
*
Clean up <stdlib.h> slightly.
Elliott Hughes
2015-01-26
5
-5
/
+12
*
Add ARM_IRELATIVE relocation
Dmitriy Ivanov
2015-01-08
1
-0
/
+2
*
Move the generic arm memcmp.S into the generic directory.
Elliott Hughes
2014-12-15
7
-1
/
+5
*
Remove arm assembler not referenced from any makefile.
Elliott Hughes
2014-12-14
3
-1617
/
+0
*
Fix arm64 clone stack handling.
Elliott Hughes
2014-12-10
1
-2
/
+5
*
Use the stmdb instead of str to save the fn/arg
Jiangli Yuan
2014-12-10
1
-4
/
+2
*
Merge "support _POSIX_REALTIME_SIGNALS"
Yabin Cui
2014-12-09
1
-0
/
+14
|
\
|
*
support _POSIX_REALTIME_SIGNALS
Yabin Cui
2014-12-08
1
-0
/
+14
*
|
Simplify our endian.h implementation.
Elliott Hughes
2014-12-08
1
-75
/
+0
*
|
Switch arm and arm64 over to the x86 style of jmpbuf.
Elliott Hughes
2014-12-08
1
-20
/
+10
*
|
Fix signal mask save/restore for arm64.
Elliott Hughes
2014-12-06
1
-1
/
+0
*
|
Clean up arm setjmp family.
Elliott Hughes
2014-12-05
5
-314
/
+146
*
|
Clean up the arm64 setjmp.
Elliott Hughes
2014-12-05
2
-17
/
+4
*
|
Code using neon uses ARCH_ARM_HAVE_NEON.
Elliott Hughes
2014-12-03
1
-16
/
+0
*
|
Remove __ARM_HAVE_VFP.
Elliott Hughes
2014-12-03
3
-18
/
+0
[next]