about summary refs log tree commit diff
path: root/arch/arm/syscall_arch.h
Commit message (Expand)AuthorAgeFilesLines
* re-enable vdso clock_gettime on arm (32-bit) with workaroundRich Felker2022-09-191-0/+7
* remove arm (32-bit) support for vdso clock_gettimeRich Felker2020-04-261-6/+0
* switch all existing 32-bit archs to 64-bit time_tRich Felker2019-11-021-1/+3
* work around broken kernel struct ipc_perm on some big endian archsRich Felker2018-06-201-0/+2
* work around arm gcc's rejection of r7 asm constraints in thumb modeRich Felker2018-05-011-14/+39
* fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker2016-07-011-0/+2
* arm: add vdso supportSzabolcs Nagy2015-06-141-0/+4
* fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy2015-04-301-2/+0
* inline 5- and 6-argument syscalls on armRich Felker2014-11-221-2/+15
* remove old clang workarounds from arm syscall implementationRich Felker2014-11-221-31/+0
* fixup general __syscall breakage introduced in x32 portrofl0r2014-02-241-0/+2
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-261-2/+0
* fix syscall asm constraints for arm tooRich Felker2012-09-151-4/+4
* inline syscall support for armRich Felker2012-09-091-0/+53
* syscall organization overhaulRich Felker2012-09-081-0/+41