summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with bcopy.M8660AAABQNLYA109005M8660AAABQNLYA109003M8660AAABQNLYA109002M8660AAABQNLYA10900020M8660AAABQNLYA1090M8660AAABQNLYA1088M8655AABBQVLZA31360502M76XXTSNCJNLYA6160M76XXTSNCJNLYA6150M76XXTSNCJNLYA6140M7630AABBQMLZA404007M7630AABBQMLZA404006M7630AABBQMLZA404005M7630AABBQMLZA404004M7630AABBQMLZA404003Pat Galizia2011-03-101-1/+1
* Modify Android mem* routines with CodeAurora versions.Pat Galizia2011-03-103-13/+554
* bionic: Change cache line size to 32M8660AAABQNLZA3110M8660AAABQNLYA107616M8660AAABQNLYA107614M8660AAABQNLYA107502M8660AAABQNLYA1075M8260AAABQNLZA2520M76XXTSNCJNLYA6120Brian Steuer2011-01-141-1/+1
* bionic: remove V5 instruction for V6 targetsBrian Steuer2011-01-061-0/+11
* libc: add <sys/eventfd.h> and corresponding implementations.David 'Digit' Turner2010-09-282-0/+20
* libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-282-4/+4
* libc: Add missing fdatasync() implementationDavid 'Digit' Turner2010-09-282-0/+20
* Merge "libc: Add missing pipe2() declaration and implementation." into ginger...David 'Digit' Turner2010-09-282-0/+20
|\
| * libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-272-0/+20
* | libc: remove C++ comments from public headers.David 'Digit' Turner2010-09-271-2/+0
|/
* Revert "Set SA_RESTORER in sigaction()"Dima Zavin2010-07-294-40/+4
* libc: fix fstatfs() implementation.David 'Digit' Turner2010-07-082-4/+4
* Allow static C++ destructors to be properly called on dlclose().David 'Digit' Turner2010-06-185-15/+218
* Fix setjmp()/longjmp() to save FP registers on ARMv7. - DO NOT MERGEDavid 'Digit' Turner2010-06-094-125/+142
* Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ...David 'Digit' Turner2010-06-092-0/+20
* Atomic/SMP update, part 3.Andy McFadden2010-05-281-56/+77
* Atomic/SMP update.Andy McFadden2010-05-202-6/+20
* merge from open-source masterThe Android Open Source Project2010-05-134-4/+40
|\
| * Set SA_RESTORER in sigaction()Matt Fischer2010-05-124-4/+40
| * am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% impr...Mathias Agopian2009-10-291-25/+16
| |\
| * \ am 7e7d6c48: use local symbols in memset so it doesn\'t screw up profilingMathias Agopian2009-10-191-2/+2
| |\ \
* | | | Use private futexes for pthread_mutex_t.David 'Digit' Turner2010-03-181-5/+32
* | | | Revert "bionic: pthread: use private futexes by default for mutexes and condv...Fabrice Di Meglio2010-03-111-48/+0
* | | | bionic: pthread: use private futexes by default for mutexes and condvarsDavid 'Digit' Turner2010-03-111-0/+48
* | | | Only use NEON memcpy if __ARM_NEON__ is definedColin Cross2010-03-091-1/+1
* | | | bonic: libc: cpuacct support for setuid functionsMike Chan2010-03-024-12/+12
* | | | add sigaltstack syscallAndrei Popescu2010-03-022-0/+20
* | | | bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappersSan Mehat2010-02-233-0/+40
* | | | Implement clone() C library function properly.David 'Digit' Turner2010-01-253-34/+90
* | | | Add missing symbol type directives.Doug Kwan2009-12-033-0/+8
* | | | am 3ba822cc: am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 Mi...Mathias Agopian2009-10-291-25/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)Mathias Agopian2009-10-281-25/+16
| | |/ | |/|
* | | am 76ef331c: am 7e7d6c48: use local symbols in memset so it doesn\'t screw up...Mathias Agopian2009-10-191-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * use local symbols in memset so it doesn't screw up profilingMathias Agopian2009-10-191-2/+2
* | am fdc5c1f5: Re-enable ARMv7 memcpy implementation.David 'Digit' Turner2009-10-071-15/+1
|\ \ | |/
| * Re-enable ARMv7 memcpy implementation.David 'Digit' Turner2009-10-051-15/+1
* | am 1e40783d: Fix armv7-user builds by disabling the ARMv7-optimized memcpy.David 'Digit' Turner2009-10-071-1/+15
|\ \ | |/
| * Fix armv7-user builds by disabling the ARMv7-optimized memcpy.David 'Digit' Turner2009-10-021-1/+15
* | am 7a9e06fa: Merge change I2a7ad975 into eclairDavid 'Digit' Turner2009-09-291-0/+152
|\ \ | |/
| * Merge change I2a7ad975 into eclairAndroid (Google) Code Review2009-09-291-0/+152
| |\
| | * Fix ABI breakage in libc.so and libm.so between 1.6 and Eclair.David 'Digit' Turner2009-09-291-0/+152
* | | am ee223d02: NEON optimized memcpy.Mathias Agopian2009-09-291-21/+153
|\ \ \ | |/ /
| * | NEON optimized memcpy.Mathias Agopian2009-09-281-21/+153
| |/
* | am f355096a: Remove NEON optimizations for memcpyDavid 'Digit' Turner2009-09-271-107/+0
|\ \ | |/
| * Remove NEON optimizations for memcpyDavid 'Digit' Turner2009-09-271-107/+0
| * Fix TLS access for ARMv6 and beyond.David 'Digit' Turner2009-09-221-1/+0
* | am bd192b47: Add stack unwinding directives to assembly leaf functions.Ben Cheng2009-09-154-0/+17
|\ \ | |/
| * Add stack unwinding directives to assembly leaf functions.Ben Cheng2009-09-154-0/+17
* | merge from open-source masterJean-Baptiste Queru2009-09-152-0/+17
|\ \ | |/ |/|
| * ARM architecture reference manuals for ARMv6 & ARMv7 state that the use of 's...vinay harugop2009-09-092-0/+17