aboutsummaryrefslogtreecommitdiffstats
path: root/libc/arch-arm
Commit message (Expand)AuthorAgeFilesLines
* Fix SYSCALLS.TXT now clock_getres comes from the vdso.Elliott Hughes2017-12-111-1/+0
* bionic: add vdso clock_getresMark Salyzyn2017-12-071-2/+3
* Give ELF notes 4-byte alignment.Elliott Hughes2017-12-041-9/+10
* Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbolsdimitry2017-10-272-0/+7
* Unified sysroot: kill arch-specific include dirs.Elliott Hughes2017-10-124-151/+0
* Add <sys/random.h>.Elliott Hughes2017-09-291-0/+16
* Add syncfs(2).Elliott Hughes2017-08-241-0/+16
* Merge "Build support for 32-bit armv8-a"Isaac Chen2017-08-171-18/+11
|\
| * Build support for 32-bit armv8-aIsaac Chen2017-08-141-18/+11
* | libc: Move FORTIFY into one file; make style fixupsGeorge Burgess IV2017-07-251-8/+8
* | Split our FORTIFY implementation into libc_fortifyGeorge Burgess IV2017-07-249-93/+43
|/
* Remove obsolete <machine/cpu-features.h>.Elliott Hughes2017-06-161-51/+0
* libc: warn that cpu-features.h is deprecatedJake Weinstein2017-06-021-0/+3
* Fix assembler warnings.Christopher Ferris2017-05-2417-0/+68
* Move libc_log code into libasync_safe.Christopher Ferris2017-05-031-2/+2
* Make all the ELF relocation constants available.Elliott Hughes2017-04-191-111/+0
* Remove unused elf_machdep.h cruft.Elliott Hughes2017-04-171-14/+0
* libc: ARM: Add 32-bit Kryo memcpyJake Weinstein2017-04-131-0/+138
* Merge "Removing the kuser_helper elf note from building"Treehugger Robot2017-02-101-4/+4
|\
| * Removing the kuser_helper elf note from buildingmspector2017-02-091-4/+4
* | libc: add clang FORTIFY supportGeorge Burgess IV2017-02-091-1/+1
|/
* Adding kuser_helper on note to all arm32 binaries.mspector2017-01-251-0/+38
* Fix streaming(memcpy) performance on Cortex-A7Chitti Babu Theegala2016-12-191-3/+25
* Abort harder.Elliott Hughes2016-11-291-44/+0
* Add cortex-a7 specific routines.Christopher Ferris2016-11-284-0/+596
* Fix cortex-a53 inclusion of files.Christopher Ferris2016-11-063-12/+358
* Small cleanup of cortex-a15 code.Christopher Ferris2016-11-017-634/+358
* Use ENTRY_PRIVATE in __bionic_clone assembler.Elliott Hughes2016-10-261-2/+1
* Minor copyright header unification.Elliott Hughes2016-10-241-1/+1
* Remove remaining big-endian cruft.Elliott Hughes2016-09-161-4/+0
* Remove _KERNEL references from <machine/elf_machdep.h>.Elliott Hughes2016-09-161-11/+0
* Don't use an anonymous label in arm's __bionic_clone.Elliott Hughes2016-09-081-4/+4
* Fix "Unknown token error" when upstream clang is used.MinSeong Kim2016-09-061-2/+2
* Support 32-bit ARM vdso.Elliott Hughes2016-07-122-4/+4
* Merge "Remove deprecated Android.mk files"Colin Cross2016-06-029-269/+0
|\
| * Remove deprecated Android.mk filesColin Cross2016-05-269-269/+0
* | Improve diagnostics from the assembler __strcpy_chk routines.Elliott Hughes2016-05-264-65/+22
* | Improve diagnostics from the assembler __strcat_chk routines.Elliott Hughes2016-05-264-65/+11
|/
* Stop including <machine/cpu-features.h>.Elliott Hughes2016-05-1613-13/+1
* Add unwind information for r7 in arm syscalls.Christopher Ferris2016-04-27177-0/+354
* Add <sys/quota.h>.Elliott Hughes2016-04-061-0/+14
* Add sync_file_range to <fcntl.h>.Elliott Hughes2016-04-051-0/+22
* Move math headers in with the other headers.Elliott Hughes2016-04-021-0/+63
* Add {get,set}domainname(2)Greg Hackmann2016-03-251-0/+14
* Merge changes I17c22dc2,I9989e2eaJosh Gao2016-03-031-11/+42
|\
| * Add a checksum to jmp_buf on ARM.Josh Gao2016-03-031-11/+42
* | Remove optimized code for bzero, which was removed from POSIX in 2008.Elliott Hughes2016-03-026-51/+6
|/
* Mandate optimized __memset_chk for arm and arm64.Elliott Hughes2016-03-021-1/+0
* Improve diagnostics from the assembler __memcpy_chk routines.Elliott Hughes2016-03-015-108/+35
* Improve diagnostics from the assembler __memset_chk routines.Elliott Hughes2016-03-016-62/+6