summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm64
Commit message (Expand)AuthorAgeFilesLines
* Add IFUNC support for arm64 and IRELATIVE relocDmitriy Ivanov2014-10-011-0/+1
* Add posix_fadvise(3).Elliott Hughes2014-09-101-0/+15
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-08192-570/+192
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-262-35/+0
* Make __set_errno hidden in asm.Dan Albert2014-08-08189-0/+378
* Revert "Replaces vfork() implementation with fork()"Dan Albert2014-08-062-0/+49
* Fix memchr with a zero length.Christopher Ferris2014-07-301-0/+5
* Implement <sys/fsuid.h>.Elliott Hughes2014-07-302-0/+28
* Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes2014-07-162-4/+6
* Add optimized memchr implementation from newlibBernhard Rosenkränzer2014-07-115-1/+163
* Regenerate the bionic NOTICE files.Elliott Hughes2014-07-072-2/+5
* Add optimized stpcpy.Christopher Ferris2014-06-307-167/+277
* Merge "Add optimized 64 bit strcpy."Christopher Ferris2014-06-265-1/+196
|\
| * Add optimized 64 bit strcpy.Christopher Ferris2014-06-265-1/+196
* | Add optimized neon strchr implementation based on newlibBernhard Rosenkränzer2014-06-275-1/+156
|/
* Add splice, tee, and vmsplice.Elliott Hughes2014-06-243-0/+42
* Cache getpid.Elliott Hughes2014-06-201-2/+3
* Merge "add 64-bit bionic implementation for denver arch"Christopher Ferris2014-06-174-1/+487
|\
| * add 64-bit bionic implementation for denver archShu Zhang2014-06-124-1/+487
* | Merge "Remove ioprio_get(2) and ioprio_set(2) from LP64."Dan Albert2014-06-122-28/+0
|\ \
| * | Remove ioprio_get(2) and ioprio_set(2) from LP64.Dan Albert2014-06-122-28/+0
| |/
* | Remove __memcmp16 from bionic.Elliott Hughes2014-06-121-1/+0
|/
* Merge "Replaces vfork() implementation with fork()"Dan Albert2014-06-102-49/+0
|\
| * Replaces vfork() implementation with fork()Dan Albert2014-06-102-49/+0
* | AArch64: Remove Frame Record from ARM64 syscallsSerban Constantinescu2014-06-09188-2069/+0
* | Merge "Rename __bionic_clone_entry to __start_thread."Elliott Hughes2014-06-061-3/+3
|\ \
| * | Rename __bionic_clone_entry to __start_thread.Elliott Hughes2014-06-061-3/+3
| |/
* | Remove getdents from bionic.Elliott Hughes2014-06-061-2/+3
|/
* Removes index() from bionic.Dan Albert2014-06-051-1/+0
* Removes bcopy and bzero from bionic.Dan Albert2014-06-033-62/+0
* Avoid a system call in 'gettid'.Elliott Hughes2014-06-021-25/+0
* Merge "Add Aarch64 optimized bzero based on memset"Christopher Ferris2014-05-295-40/+48
|\
| * Add Aarch64 optimized bzero based on memsetBernhard Rosenkraenzer2014-05-295-40/+48
* | Merge "Revert "Revert "Lose the hand-written futex assembler."""Elliott Hughes2014-05-293-73/+0
|\ \ | |/ |/|
| * Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-283-73/+0
* | Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-285-1/+84
|\ \ | |/ |/|
| * Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-235-1/+84
* | Merge "Revert "Lose the hand-written futex assembler.""Narayan Kamath2014-05-283-0/+73
|\ \ | |/ |/|
| * Revert "Lose the hand-written futex assembler."Narayan Kamath2014-05-283-0/+73
* | Merge "Revert "Add optimized AArch64 versions of bcopy and wmemmove based on ...Christopher Ferris2014-05-245-81/+1
|\ \
| * | Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-245-81/+1
* | | Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-245-1/+81
|\ \ \ | |/ /
| * | Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-235-1/+81
| |/
* | Clear link register in __bionic_clone.Ben Cheng2014-05-231-2/+2
|/
* Lose the hand-written futex assembler.Elliott Hughes2014-05-223-73/+0
* Remove the tkill(2) stub.Elliott Hughes2014-05-221-25/+0
* Hide most of the private futex functions.Elliott Hughes2014-05-211-52/+1
* Merge "Add cfi directives for arm64 assembler."Christopher Ferris2014-05-22193-393/+1166
|\
| * Add cfi directives for arm64 assembler.Christopher Ferris2014-05-21193-393/+1166
* | Merge "Remove an unnecessary instruction from arm64 __bionic_clone."Elliott Hughes2014-05-211-3/+0
|\ \ | |/ |/|