summaryrefslogtreecommitdiff
path: root/arch/arm/syscall_arch.h
AgeCommit message (Expand)Author
2022-09-19re-enable vdso clock_gettime on arm (32-bit) with workaroundRich Felker
2020-04-26remove arm (32-bit) support for vdso clock_gettimeRich Felker
2019-11-02switch all existing 32-bit archs to 64-bit time_tRich Felker
2018-06-20work around broken kernel struct ipc_perm on some big endian archsRich Felker
2018-05-01work around arm gcc's rejection of r7 asm constraints in thumb modeRich Felker
2016-07-01fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker
2015-06-14arm: add vdso supportSzabolcs Nagy
2015-04-30fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy
2014-11-22inline 5- and 6-argument syscalls on armRich Felker
2014-11-22remove old clang workarounds from arm syscall implementationRich Felker
2014-02-24fixup general __syscall breakage introduced in x32 portrofl0r
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker
2012-09-15fix syscall asm constraints for arm tooRich Felker
2012-09-09inline syscall support for armRich Felker
2012-09-08syscall organization overhaulRich Felker