summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm64
Commit message (Expand)AuthorAgeFilesLines
* libc: Fix invalid offset warning with ClangSteve Kondik2016-07-011-2/+2
* bionic: Use a more simple strrchr for arm64Steve Kondik2016-04-301-138/+21
* libc: ARM64: kryo: use generic memmove routineScott Mertz2015-12-212-1/+330
* libc: ARM64: denver64: optimized memmove breaks denverAndré Pinela2015-12-102-1/+330
* libc: AArch64: Tune memcpyWilco Dijkstra2015-11-191-24/+33
* libc: include strrchr for kryo and denver64HashBang2015-11-182-0/+2
* libc: ARM64: add assembly strrchrRichard Earnshaw2015-11-073-1/+172
* libc: ARM64: improve performance in strlenWilco Dijkstra2015-11-071-71/+172
* libc: ARM64: optimize memset.Wilco Dijkstra2015-11-071-190/+186
* libc: ARM64: Optimize memcpy.Wilco Dijkstra2015-11-071-133/+162
* libc: ARM64: optimize memmoveWilco Dijkstra2015-11-071-281/+105
* libc: ARM64: remove bcopy from memsetJake Weinstein2015-11-071-15/+0
* libc: remove bcopy from memmove on 64-bit architecturesJake Weinstein2015-11-071-14/+2
* libc: kryo specific memory routineBrent DeGraaf2015-10-063-0/+323
* Merge "Add support for cortex-a53 in bionic." into mnc-devTim Murray2015-06-161-0/+1
|\
| * Add support for cortex-a53 in bionic.Tim Murray2015-06-161-0/+1
* | Hide accidentally-exposed __clock_nanosleep.Elliott Hughes2015-06-161-3/+3
|/
* Add process_vm_readv and process_vm_writev.Elliott Hughes2015-06-102-0/+28
* libc: Add O_PATH support for fgetxattr / fsetxattrNick Kralevich2015-06-022-4/+6
* Hide rt_sigqueueinfo.Yabin Cui2015-05-181-3/+3
* Use unified syntax to compile with both llvm and gcc.Chih-Hung Hsieh2015-05-152-6/+6
* Revert "Fix volantis boot."Dan Albert2015-05-082-13/+0
* Revert "Fix clang build."Dan Albert2015-05-081-4/+0
* Revert "Try again to fix clang build."Dan Albert2015-05-081-1/+1
* Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-241-0/+1
* Merge "Revert "Unregister pthread_atfork handlers on dlclose()""Dimitry Ivanov2015-04-241-1/+0
|\
| * Revert "Unregister pthread_atfork handlers on dlclose()"Dimitry Ivanov2015-04-241-1/+0
* | Merge "Simplify close(2) EINTR handling."Elliott Hughes2015-04-231-2/+3
|\ \ | |/ |/|
| * Simplify close(2) EINTR handling.Elliott Hughes2015-04-231-2/+3
* | Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-221-0/+1
|/
* Try again to fix clang build.Elliott Hughes2015-04-031-1/+1
* Fix clang build.Elliott Hughes2015-04-031-0/+4
* Fix volantis boot.Elliott Hughes2015-04-032-0/+13
* Use ALIAS_SYMBOL for assembler aliasing.Christopher Ferris2015-03-251-4/+2
* Make gensyscalls.py use the ALIAS_SYMBOL macro.Christopher Ferris2015-03-2414-28/+14
* Hide statfs/fstatfs' ST_VALID flag from userspace.Elliott Hughes2015-03-182-10/+6
* Fix "faccessat ignores flags"Nick Kralevich2015-02-241-2/+3
* Fix memchr overflow.Elliott Hughes2015-02-141-1/+1
* Merge changes Ib87855e8,I4b46ae20,I66364a5c,Id3fcf680Colin Cross2015-02-051-1/+1
|\
| * Fix typo in cpu variant makefile depenendency for arm64Colin Cross2015-02-041-1/+1
* | Ensure raw fchmod/fchmodat syscalls are hidden.Nick Kralevich2015-02-032-6/+6
* | Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH supportNick Kralevich2015-02-022-4/+6
|/
* [Arm64] Fix overlapping fp fields in jmp_bufDuane Sand2015-01-261-2/+2
* Fix arm64 clone stack handling.Elliott Hughes2014-12-101-8/+8
* Merge "support _POSIX_REALTIME_SIGNALS"Yabin Cui2014-12-091-0/+15
|\
| * support _POSIX_REALTIME_SIGNALSYabin Cui2014-12-081-0/+15
* | Simplify our endian.h implementation.Elliott Hughes2014-12-081-48/+0
* | Use 64-bit units in the aarch64 setjmp implementation.Elliott Hughes2014-12-081-50/+39
* | Switch arm and arm64 over to the x86 style of jmpbuf.Elliott Hughes2014-12-081-25/+15
* | Fix signal mask save/restore for arm64.Elliott Hughes2014-12-061-24/+20