summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
2018-07-20move inclusion of linux headers for kd.h, soundcard.h, vt.h to bitsmidipix-0/+3
2018-07-17add support for arch-specific ptrace command macrosSzabolcs Nagy-0/+121
2018-06-26fix regression in powerpc[64] SO_PEERSEC definitionRich Felker-0/+2
2018-06-26fix value of SO_PEERSEC on mips archsRich Felker-0/+3
2018-06-26add m68k reg.h and user.hRich Felker-0/+78
2018-06-20fix m68k float.h long double exponent rangeRich Felker-2/+2
2018-06-20work around broken kernel struct ipc_perm on some big endian archsRich Felker-0/+7
2018-06-19s390x: add kexec_file_load syscall number from linux v4.17Szabolcs Nagy-0/+1
2018-06-19mips: add HWCAP_ flags from linux v4.17Szabolcs Nagy-0/+3
2018-06-19aarch64: add HWCAP_ flags from linux v4.17Szabolcs Nagy-0/+4
2018-06-19powerpc: add pkey syscall numbers from linux v4.16Szabolcs Nagy-0/+6
2018-06-19aarch64: add HWCAP_ASIMDFHM from linux v4.16Szabolcs Nagy-0/+1
2018-06-19add m68k portRich Felker-0/+847
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy-10/+19
2018-05-01work around arm gcc's rejection of r7 asm constraints in thumb modeRich Felker-14/+39
2018-04-19arm: use a_ll/a_sc atomics when building for ARMv6T2Andre McCurdy-1/+1
2018-04-19arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macrosAndre McCurdy-2/+2
2018-04-19provide optimized a_ctz_32 for armAndre McCurdy-0/+12
2018-04-19remove a_ctz_l from arch specific atomic_arch.hAndre McCurdy-5/+5
2018-03-10fix minor namespace issues in termios.hRich Felker-0/+12
2018-03-10use PAGESIZE rather than PAGE_SIZE in user.h bitsRich Felker-8/+8
2018-03-10reverse definition dependency between PAGESIZE and PAGE_SIZERich Felker-6/+6
2018-02-22aarch64: add sve_context struct and related defines from linux v4.15Szabolcs Nagy-0/+39
2018-02-22aarch64: update hwcap.h for linux v4.15Szabolcs Nagy-0/+6
2018-02-22arm: add get_tls syscall from linux v4.15Szabolcs Nagy-0/+1
2018-02-22powerpc: update hwcap.h for linux v4.15Szabolcs Nagy-0/+6
2018-02-22s390x: add s390_sthyi system call from v4.15Szabolcs Nagy-0/+1
2018-02-22add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15Szabolcs Nagy-0/+5
2018-02-22mips,powerpc: fix TIOCSER_TEMT in termios.hSzabolcs Nagy-5/+5
2018-02-22aarch64: add HWCAP_DCPOP from linux v4.14Szabolcs Nagy-0/+1
2018-01-31aarch64: fix mismatched type of ucontext_t uc_link memberWilliam Pitcock-1/+1
2017-12-14fix x32 unistd macros to report as ILP32 not LP64Nicholas Wilson-2/+2
2017-11-05s390x: use generic ioctl.hSzabolcs Nagy-196/+2
2017-11-05microblaze: add statx syscall from linux v4.13Szabolcs Nagy-0/+1
2017-11-05aarch64: add extra_context struct from linux v4.13Szabolcs Nagy-0/+7
2017-11-05ioctl TIOCGPTPEER from linux v4.13Szabolcs Nagy-0/+7
2017-11-05s390x: add syscall number for s390_guarded_storage from linux v4.12Szabolcs Nagy-0/+1
2017-11-05i386: add arch_prctl syscall number from linux v4.12Szabolcs Nagy-0/+1
2017-11-05aarch64: add new HWCAP_* flags from linux v4.12Szabolcs Nagy-0/+3
2017-11-05add statx syscall numbers from linux v4.11Szabolcs Nagy-0/+12
2017-11-05update aarch64 hwcap.h for linux v4.11Szabolcs Nagy-0/+2
2017-11-05add kexec_file_load syscall number on powerpc from linux v4.10Szabolcs Nagy-0/+2
2017-11-05add microblaze syscall numbers from linux v4.10Szabolcs Nagy-0/+6
2017-10-25fix build regression on ARM for ISA levels less than v5Rich Felker-0/+4
2017-09-11powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.hSzabolcs Nagy-1/+11
2017-09-06make syscall.h consistent with linuxSzabolcs Nagy-24/+20
2017-08-29arm: add HWCAP_ARM_ hwcap macrosSzabolcs Nagy-0/+24
2017-08-29add a_clz_64 helper functionSzabolcs Nagy-0/+49
2017-08-29s390x: add bits/hwcap.hSzabolcs Nagy-0/+15
2017-08-29add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy-0/+8