summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* kernel-header : add alarm type and clock type for power off alarmMao Jinlong2015-12-012-6/+10
* libc: Add memchr to a53+a57 targetSteve Kondik2015-11-241-0/+1
* libc: AArch64: Tune memcpyWilco Dijkstra2015-11-191-24/+33
* libc: include strrchr for kryo and denver64HashBang2015-11-182-0/+2
* Fix regoff_t for LP32 and _FILE_OFFSET_BITS=64.Elliott Hughes2015-11-071-2/+3
* 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-072-17/+2
* libc: arm: Add optimised memchr to scorpionMichael Bestas2015-11-051-0/+1
* Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-051-1/+6
|\
| * Increase alternative signal stack size on 64-bit devices.Yabin Cui2015-09-231-1/+6
* | bionic: Let popen fall back to /sbin/shTom Marshall2015-11-032-0/+3
* | libc: arm: add optimized memchr implementationYingshiuan Pan2015-10-319-1/+162
* | libc: Add Scorpion-optimized variantSteve Kondik2015-10-292-1/+18
* | Fix over read in strcpy/stpcpy/strcat.Christopher Ferris2015-10-294-148/+176
* | Make all labels local.Christopher Ferris2015-10-292-176/+176
* | Add optimized cortex-a7/cortex-a53 memset/memcpy.Christopher Ferris2015-10-2914-430/+986
* | [AOSP Master] libc: krait: Use performance version of memcpyBrent DeGraaf2015-10-294-104/+71
* | Remove pushes from memsets (krait/cortex-a9).Christopher Ferris2015-10-292-28/+19
* | Replace bx lr with update of pc from the stack.Christopher Ferris2015-10-295-16/+8
* | Add cortex-a53.a57 target for 32 bit big/little.Christopher Ferris2015-10-291-0/+21
* | bionic: Allow devices to add device specfic static libsChristopher R. Palmer2015-10-291-0/+3
* | bionic: Add flag to restore legacy mmap behaviorFlemmard2015-10-192-1/+10
* | libc: kryo specific memory routineBrent DeGraaf2015-10-063-0/+323
* | bionic: Detect userspace memory leakMaunik Shah2015-10-062-2/+151
* | Performance: krait: Implement optimized versions of memmoveXin Qi2015-10-062-2/+221
* | Performance: krait: Re-factor high-performance memcpy for thumb2Brent DeGraaf2015-10-062-118/+219
|/
* Update timezone data to 2015fNeil Fuller2015-08-251-0/+0
* Don't abort when failed to write tracing message.Yabin Cui2015-07-231-38/+47
* Merge "Revert "Stop libc from cross-referencing unwind symbols"" into mnc-devDan Albert2015-07-212-94/+0
|\
| * Revert "Stop libc from cross-referencing unwind symbols"Dan Albert2015-07-202-94/+0
* | Add support for non-zero vaddr in maps.Christopher Ferris2015-07-212-3/+70
|/
* Merge "Do not hold hash table lock while backtracing." into mnc-devChristopher Ferris2015-07-131-5/+3
|\
| * Do not hold hash table lock while backtracing.Christopher Ferris2015-07-131-5/+3
* | Merge "Update timezone data to 2015e" into mnc-devNeil Fuller2015-07-101-0/+0
|\ \ | |/ |/|
| * Update timezone data to 2015eNeil Fuller2015-06-301-0/+0
* | Fix alignment after variable-length data.Elliott Hughes2015-07-061-0/+6
* | Improve personality initializationDmitriy Ivanov2015-06-302-1/+18
|/
* Pass around struct android_net_context for better behaviourErik Kline2015-06-303-48/+73
* Fix bad merge of 64e9e71cdb7d88397e510e1986d494b797ed3b45.Elliott Hughes2015-06-231-3/+0
* Merge "Add flag that makes linker honor min(p_vaddr)" into mnc-devDavid Srbecky2015-06-191-1/+9
|\
| * Add flag that makes linker honor min(p_vaddr)Dmitriy Ivanov2015-06-181-1/+9
* | [MIPS] Add optimized string functionsNikola Veljkovic2015-06-1711-1733/+1442
* | Fixes for building gdbserver (and gdb) out of the box.Elliott Hughes2015-06-163-2/+28
|/
* Merge "Add support for cortex-a53 in bionic." into mnc-devTim Murray2015-06-162-0/+2
|\
| * Add support for cortex-a53 in bionic.Tim Murray2015-06-162-0/+2