about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* overhaul i386 syscall mechanism not to depend on external asm sourceRich Felker2019-04-101-9/+20
* aarch64: add HWCAP_ definitions from linux v5.0Szabolcs Nagy2019-03-131-0/+3
* aarch64, or1k: add kexec_file_load syscall number from linux v5.0Szabolcs Nagy2019-03-132-0/+2
* powerpc: add PTRACE_SYSEMU from linux v4.20Szabolcs Nagy2019-03-132-0/+4
* aarch64: add HWCAP_SSBS from linux v4.20Szabolcs Nagy2019-03-131-0/+1
* bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20Szabolcs Nagy2019-03-131-0/+2
* arm: add io_pgetevents syscall number from v4.19Szabolcs Nagy2019-03-131-0/+1
* aarch64, or1k: define rseq syscall number following linux v4.19Szabolcs Nagy2019-03-132-0/+2
* fix POSIX_FADV_DONTNEED/_NOREUSE on s390xJonathan Neuschäfer2019-03-131-0/+3
* move arch-invariant definitions out of bits/ioctl.hBobby Bingham2019-02-077-682/+0
* add io_pgetevents and rseq syscall numbers from linux v4.18Szabolcs Nagy2018-12-0913-0/+23
* make thread-pointer-loading asm non-volatileRich Felker2018-10-1614-19/+19
* remove ancient clang workaround from powerpc pthread_arch.h asmRich Felker2018-10-161-5/+0
* add TLSDESC support for 32-bit armRich Felker2018-10-011-1/+3
* add arm and sh bits/ptrace.hSzabolcs Nagy2018-09-202-0/+30
* fix broken atomic store on powerpc[64]Rich Felker2018-09-142-16/+0
* apply hidden visibility to sigreturn code fragmentsRich Felker2018-09-126-6/+18
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-055-8/+9
* fix async thread cancellation on sh-fdpicRich Felker2018-08-291-0/+5
* move inclusion of linux headers for kd.h, soundcard.h, vt.h to bitsmidipix2018-07-203-0/+3
* add support for arch-specific ptrace command macrosSzabolcs Nagy2018-07-1711-0/+121
* fix regression in powerpc[64] SO_PEERSEC definitionRich Felker2018-06-262-0/+2
* fix value of SO_PEERSEC on mips archsRich Felker2018-06-263-0/+3
* add m68k reg.h and user.hRich Felker2018-06-262-0/+78
* fix m68k float.h long double exponent rangeRich Felker2018-06-201-2/+2
* work around broken kernel struct ipc_perm on some big endian archsRich Felker2018-06-204-0/+7
* s390x: add kexec_file_load syscall number from linux v4.17Szabolcs Nagy2018-06-191-0/+1
* mips: add HWCAP_ flags from linux v4.17Szabolcs Nagy2018-06-193-0/+3
* aarch64: add HWCAP_ flags from linux v4.17Szabolcs Nagy2018-06-191-0/+4
* powerpc: add pkey syscall numbers from linux v4.16Szabolcs Nagy2018-06-192-0/+6
* aarch64: add HWCAP_ASIMDFHM from linux v4.16Szabolcs Nagy2018-06-191-0/+1
* add m68k portRich Felker2018-06-1917-0/+847
* fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2018-06-0212-10/+19
* work around arm gcc's rejection of r7 asm constraints in thumb modeRich Felker2018-05-011-14/+39
* arm: use a_ll/a_sc atomics when building for ARMv6T2Andre McCurdy2018-04-191-1/+1
* arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macrosAndre McCurdy2018-04-192-2/+2
* provide optimized a_ctz_32 for armAndre McCurdy2018-04-191-0/+12
* remove a_ctz_l from arch specific atomic_arch.hAndre McCurdy2018-04-192-5/+5
* fix minor namespace issues in termios.hRich Felker2018-03-106-0/+12
* use PAGESIZE rather than PAGE_SIZE in user.h bitsRich Felker2018-03-104-8/+8
* reverse definition dependency between PAGESIZE and PAGE_SIZERich Felker2018-03-106-6/+6
* aarch64: add sve_context struct and related defines from linux v4.15Szabolcs Nagy2018-02-221-0/+39
* aarch64: update hwcap.h for linux v4.15Szabolcs Nagy2018-02-221-0/+6
* arm: add get_tls syscall from linux v4.15Szabolcs Nagy2018-02-221-0/+1
* powerpc: update hwcap.h for linux v4.15Szabolcs Nagy2018-02-222-0/+6
* s390x: add s390_sthyi system call from v4.15Szabolcs Nagy2018-02-221-0/+1
* add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15Szabolcs Nagy2018-02-225-0/+5
* mips,powerpc: fix TIOCSER_TEMT in termios.hSzabolcs Nagy2018-02-225-5/+5
* aarch64: add HWCAP_DCPOP from linux v4.14Szabolcs Nagy2018-02-221-0/+1
* aarch64: fix mismatched type of ucontext_t uc_link memberWilliam Pitcock2018-01-311-1/+1