about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix x32 unistd macros to report as ILP32 not LP64Nicholas Wilson2017-12-141-2/+2
* s390x: use generic ioctl.hSzabolcs Nagy2017-11-052-196/+2
* microblaze: add statx syscall from linux v4.13Szabolcs Nagy2017-11-051-0/+1
* aarch64: add extra_context struct from linux v4.13Szabolcs Nagy2017-11-051-0/+7
* ioctl TIOCGPTPEER from linux v4.13Szabolcs Nagy2017-11-057-0/+7
* s390x: add syscall number for s390_guarded_storage from linux v4.12Szabolcs Nagy2017-11-051-0/+1
* i386: add arch_prctl syscall number from linux v4.12Szabolcs Nagy2017-11-051-0/+1
* aarch64: add new HWCAP_* flags from linux v4.12Szabolcs Nagy2017-11-051-0/+3
* add statx syscall numbers from linux v4.11Szabolcs Nagy2017-11-0512-0/+12
* update aarch64 hwcap.h for linux v4.11Szabolcs Nagy2017-11-051-0/+2
* add kexec_file_load syscall number on powerpc from linux v4.10Szabolcs Nagy2017-11-052-0/+2
* add microblaze syscall numbers from linux v4.10Szabolcs Nagy2017-11-051-0/+6
* fix build regression on ARM for ISA levels less than v5Rich Felker2017-10-251-0/+4
* powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.hSzabolcs Nagy2017-09-112-1/+11
* make syscall.h consistent with linuxSzabolcs Nagy2017-09-0610-24/+20
* arm: add HWCAP_ARM_ hwcap macrosSzabolcs Nagy2017-08-291-0/+24
* add a_clz_64 helper functionSzabolcs Nagy2017-08-297-0/+49
* s390x: add bits/hwcap.hSzabolcs Nagy2017-08-291-0/+15
* add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy2017-08-298-0/+8
* fix mips ioctl macros to match linux asm/sockios.hSzabolcs Nagy2017-08-293-15/+15
* fix build failure for sh4a due to missing colon in asm statementThomas Petazzoni2017-08-111-1/+1
* fix omission of microblaze user.h definitionsRich Felker2017-06-211-1/+25
* remove long-obsolete clang workarounds from mips* syscall_arch.h filesRich Felker2017-05-313-157/+0
* fix fstatat syscall on mips64Rich Felker2017-05-311-3/+22
* s390x: provide sigcontext struct definitionBobby Bingham2017-04-221-0/+15
* s390x: fix fpreg_t and remove unused per_structTuan M. Hoang2017-03-151-2/+2
* fix ld-behavior-dependent crash in ppc64 ldso startupRich Felker2017-03-081-1/+1