summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-05-11improve i386 inline syscall asm on non-broken compilersRich Felker1-1/+20
2019-05-10fix regression in i386 inline syscall asm producing invalid codeRich Felker1-6/+6
2019-05-05fix broken posix_fadvise on mips due to missing 7-arg syscall supportRich Felker1-0/+25
2019-05-05fix build regression on mips n32 due to typo in new inline syscallRich Felker1-1/+1
2019-05-05fix passing of 64-bit syscall arguments on microblazeRich Felker1-1/+1
2019-04-23fix regression in s390x SO_PEERSEC definitionRich Felker1-0/+1
2019-04-17math: add fp_arch.h with fp_barrier and fp_force_evalSzabolcs Nagy2-0/+25
2019-04-10implement inline 5- and 6-argument syscalls for mipsn32 and mips64Rich Felker2-29/+68
2019-04-10cleanup mips64 syscall_arch functionsRich Felker1-18/+9
2019-04-10implement inline 5- and 6-argument syscalls for mipsRich Felker1-6/+33
2019-04-10use inline syscalls for powerpc (32-bit)Rich Felker1-2/+84
2019-04-10remove cruft for supposedly-buggy clang from or1k & microblaze syscall_archRich Felker2-18/+0
2019-04-10overhaul i386 syscall mechanism not to depend on external asm sourceRich Felker1-9/+20
2019-03-13aarch64: add HWCAP_ definitions from linux v5.0Szabolcs Nagy1-0/+3
2019-03-13aarch64, or1k: add kexec_file_load syscall number from linux v5.0Szabolcs Nagy2-0/+2
2019-03-13powerpc: add PTRACE_SYSEMU from linux v4.20Szabolcs Nagy2-0/+4
2019-03-13aarch64: add HWCAP_SSBS from linux v4.20Szabolcs Nagy1-0/+1
2019-03-13bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20Szabolcs Nagy1-0/+2
2019-03-13arm: add io_pgetevents syscall number from v4.19Szabolcs Nagy1-0/+1
2019-03-13aarch64, or1k: define rseq syscall number following linux v4.19Szabolcs Nagy2-0/+2
2019-03-13fix POSIX_FADV_DONTNEED/_NOREUSE on s390xJonathan Neuschäfer1-0/+3
2019-02-07move arch-invariant definitions out of bits/ioctl.hBobby Bingham7-682/+0
2018-12-09add io_pgetevents and rseq syscall numbers from linux v4.18Szabolcs Nagy13-0/+23
2018-10-16make thread-pointer-loading asm non-volatileRich Felker14-19/+19
2018-10-16remove ancient clang workaround from powerpc pthread_arch.h asmRich Felker1-5/+0
2018-10-01add TLSDESC support for 32-bit armRich Felker1-1/+3
2018-09-20add arm and sh bits/ptrace.hSzabolcs Nagy2-0/+30
2018-09-14fix broken atomic store on powerpc[64]Rich Felker2-16/+0
2018-09-12apply hidden visibility to sigreturn code fragmentsRich Felker6-6/+18
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker5-8/+9
2018-08-29fix async thread cancellation on sh-fdpicRich Felker1-0/+5
2018-07-20move inclusion of linux headers for kd.h, soundcard.h, vt.h to bitsmidipix3-0/+3
2018-07-17add support for arch-specific ptrace command macrosSzabolcs Nagy11-0/+121
2018-06-26fix regression in powerpc[64] SO_PEERSEC definitionRich Felker2-0/+2
2018-06-26fix value of SO_PEERSEC on mips archsRich Felker3-0/+3
2018-06-26add m68k reg.h and user.hRich Felker2-0/+78
2018-06-20fix m68k float.h long double exponent rangeRich Felker1-2/+2
2018-06-20work around broken kernel struct ipc_perm on some big endian archsRich Felker4-0/+7
2018-06-19s390x: add kexec_file_load syscall number from linux v4.17Szabolcs Nagy1-0/+1
2018-06-19mips: add HWCAP_ flags from linux v4.17Szabolcs Nagy3-0/+3
2018-06-19aarch64: add HWCAP_ flags from linux v4.17Szabolcs Nagy1-0/+4
2018-06-19powerpc: add pkey syscall numbers from linux v4.16Szabolcs Nagy2-0/+6
2018-06-19aarch64: add HWCAP_ASIMDFHM from linux v4.16Szabolcs Nagy1-0/+1
2018-06-19add m68k portRich Felker17-0/+847
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy12-10/+19
2018-05-01work around arm gcc's rejection of r7 asm constraints in thumb modeRich Felker1-14/+39
2018-04-19arm: use a_ll/a_sc atomics when building for ARMv6T2Andre McCurdy1-1/+1
2018-04-19arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macrosAndre McCurdy2-2/+2
2018-04-19provide optimized a_ctz_32 for armAndre McCurdy1-0/+12
2018-04-19remove a_ctz_l from arch specific atomic_arch.hAndre McCurdy2-5/+5