aboutsummaryrefslogtreecommitdiff
path: root/libc/arch-arm64
AgeCommit message (Expand)Author
2014-10-28Add __memcpy_chk assembly for 64 bit.Christopher Ferris
2014-10-28Clean up the architecture-specific makefiles.Elliott Hughes
2014-10-28Remove the unnecessary generic-neon code.Christopher Ferris
2014-10-27Use the kernel's sa_restorer for aarch64.Elliott Hughes
2014-10-27Fix signal trampolines.Elliott Hughes
2014-10-01Add IFUNC support for arm64 and IRELATIVE relocDmitriy Ivanov
2014-09-10Add posix_fadvise(3).Elliott Hughes
2014-09-08Ensure __set_errno is still visible on LP32.Elliott Hughes
2014-08-26Fix pthread_getattr_np for the main thread.Elliott Hughes
2014-08-08Make __set_errno hidden in asm.Dan Albert
2014-08-06Revert "Replaces vfork() implementation with fork()"Dan Albert
2014-07-30Fix memchr with a zero length.Christopher Ferris
2014-07-30Implement <sys/fsuid.h>.Elliott Hughes
2014-07-16Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes
2014-07-11Add optimized memchr implementation from newlibBernhard Rosenkränzer
2014-07-07Regenerate the bionic NOTICE files.Elliott Hughes
2014-06-30Add optimized stpcpy.Christopher Ferris
2014-06-26Merge "Add optimized 64 bit strcpy."Christopher Ferris
2014-06-26Add optimized 64 bit strcpy.Christopher Ferris
2014-06-27Add optimized neon strchr implementation based on newlibBernhard Rosenkränzer
2014-06-24Add splice, tee, and vmsplice.Elliott Hughes
2014-06-20Cache getpid.Elliott Hughes
2014-06-17Merge "add 64-bit bionic implementation for denver arch"Christopher Ferris
2014-06-12add 64-bit bionic implementation for denver archShu Zhang
2014-06-12Merge "Remove ioprio_get(2) and ioprio_set(2) from LP64."Dan Albert
2014-06-12Remove ioprio_get(2) and ioprio_set(2) from LP64.Dan Albert
2014-06-12Remove __memcmp16 from bionic.Elliott Hughes
2014-06-10Merge "Replaces vfork() implementation with fork()"Dan Albert
2014-06-10Replaces vfork() implementation with fork()Dan Albert
2014-06-09AArch64: Remove Frame Record from ARM64 syscallsSerban Constantinescu
2014-06-06Merge "Rename __bionic_clone_entry to __start_thread."Elliott Hughes
2014-06-06Rename __bionic_clone_entry to __start_thread.Elliott Hughes
2014-06-06Remove getdents from bionic.Elliott Hughes
2014-06-05Removes index() from bionic.Dan Albert
2014-06-03Removes bcopy and bzero from bionic.Dan Albert
2014-06-02Avoid a system call in 'gettid'.Elliott Hughes
2014-05-29Merge "Add Aarch64 optimized bzero based on memset"Christopher Ferris
2014-05-29Add Aarch64 optimized bzero based on memsetBernhard Rosenkraenzer
2014-05-29Merge "Revert "Revert "Lose the hand-written futex assembler."""Elliott Hughes
2014-05-28Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes
2014-05-28Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris
2014-05-28Merge "Revert "Lose the hand-written futex assembler.""Narayan Kamath
2014-05-28Revert "Lose the hand-written futex assembler."Narayan Kamath
2014-05-23Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer
2014-05-24Merge "Revert "Add optimized AArch64 versions of bcopy and wmemmove based on ...Christopher Ferris
2014-05-24Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris
2014-05-24Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris
2014-05-23Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer
2014-05-23Clear link register in __bionic_clone.Ben Cheng
2014-05-22Lose the hand-written futex assembler.Elliott Hughes