aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-03-13aarch64: add HWCAP_ definitions from linux v5.0Szabolcs Nagy
2019-03-13aarch64, or1k: add kexec_file_load syscall number from linux v5.0Szabolcs Nagy
2019-03-13powerpc: add PTRACE_SYSEMU from linux v4.20Szabolcs Nagy
2019-03-13aarch64: add HWCAP_SSBS from linux v4.20Szabolcs Nagy
2019-03-13bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20Szabolcs Nagy
2019-03-13arm: add io_pgetevents syscall number from v4.19Szabolcs Nagy
2019-03-13aarch64, or1k: define rseq syscall number following linux v4.19Szabolcs Nagy
2019-03-13fix POSIX_FADV_DONTNEED/_NOREUSE on s390xJonathan Neuschäfer
2019-02-07move arch-invariant definitions out of bits/ioctl.hBobby Bingham
2018-12-09add io_pgetevents and rseq syscall numbers from linux v4.18Szabolcs Nagy
2018-10-16make thread-pointer-loading asm non-volatileRich Felker
2018-10-16remove ancient clang workaround from powerpc pthread_arch.h asmRich Felker
2018-10-01add TLSDESC support for 32-bit armRich Felker
2018-09-20add arm and sh bits/ptrace.hSzabolcs Nagy
2018-09-14fix broken atomic store on powerpc[64]Rich Felker
2018-09-12apply hidden visibility to sigreturn code fragmentsRich Felker
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker
2018-08-29fix async thread cancellation on sh-fdpicRich Felker
2018-07-20move inclusion of linux headers for kd.h, soundcard.h, vt.h to bitsmidipix
2018-07-17add support for arch-specific ptrace command macrosSzabolcs Nagy
2018-06-26fix regression in powerpc[64] SO_PEERSEC definitionRich Felker
2018-06-26fix value of SO_PEERSEC on mips archsRich Felker
2018-06-26add m68k reg.h and user.hRich Felker
2018-06-20fix m68k float.h long double exponent rangeRich Felker
2018-06-20work around broken kernel struct ipc_perm on some big endian archsRich Felker
2018-06-19s390x: add kexec_file_load syscall number from linux v4.17Szabolcs Nagy
2018-06-19mips: add HWCAP_ flags from linux v4.17Szabolcs Nagy
2018-06-19aarch64: add HWCAP_ flags from linux v4.17Szabolcs Nagy
2018-06-19powerpc: add pkey syscall numbers from linux v4.16Szabolcs Nagy
2018-06-19aarch64: add HWCAP_ASIMDFHM from linux v4.16Szabolcs Nagy
2018-06-19add m68k portRich Felker
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy
2018-05-01work around arm gcc's rejection of r7 asm constraints in thumb modeRich Felker
2018-04-19arm: use a_ll/a_sc atomics when building for ARMv6T2Andre McCurdy
2018-04-19arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macrosAndre McCurdy
2018-04-19provide optimized a_ctz_32 for armAndre McCurdy
2018-04-19remove a_ctz_l from arch specific atomic_arch.hAndre McCurdy
2018-03-10fix minor namespace issues in termios.hRich Felker
2018-03-10use PAGESIZE rather than PAGE_SIZE in user.h bitsRich Felker
2018-03-10reverse definition dependency between PAGESIZE and PAGE_SIZERich Felker
2018-02-22aarch64: add sve_context struct and related defines from linux v4.15Szabolcs Nagy
2018-02-22aarch64: update hwcap.h for linux v4.15Szabolcs Nagy
2018-02-22arm: add get_tls syscall from linux v4.15Szabolcs Nagy
2018-02-22powerpc: update hwcap.h for linux v4.15Szabolcs Nagy
2018-02-22s390x: add s390_sthyi system call from v4.15Szabolcs Nagy
2018-02-22add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15Szabolcs Nagy
2018-02-22mips,powerpc: fix TIOCSER_TEMT in termios.hSzabolcs Nagy
2018-02-22aarch64: add HWCAP_DCPOP from linux v4.14Szabolcs Nagy
2018-01-31aarch64: fix mismatched type of ucontext_t uc_link memberWilliam Pitcock
2017-12-14fix x32 unistd macros to report as ILP32 not LP64Nicholas Wilson