summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-03-10fix minor namespace issues in termios.hRich Felker6-0/+12
2018-03-10use PAGESIZE rather than PAGE_SIZE in user.h bitsRich Felker4-8/+8
2018-03-10reverse definition dependency between PAGESIZE and PAGE_SIZERich Felker6-6/+6
2018-02-22aarch64: add sve_context struct and related defines from linux v4.15Szabolcs Nagy1-0/+39
2018-02-22aarch64: update hwcap.h for linux v4.15Szabolcs Nagy1-0/+6
2018-02-22arm: add get_tls syscall from linux v4.15Szabolcs Nagy1-0/+1
2018-02-22powerpc: update hwcap.h for linux v4.15Szabolcs Nagy2-0/+6
2018-02-22s390x: add s390_sthyi system call from v4.15Szabolcs Nagy1-0/+1
2018-02-22add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15Szabolcs Nagy5-0/+5
2018-02-22mips,powerpc: fix TIOCSER_TEMT in termios.hSzabolcs Nagy5-5/+5
2018-02-22aarch64: add HWCAP_DCPOP from linux v4.14Szabolcs Nagy1-0/+1
2018-01-31aarch64: fix mismatched type of ucontext_t uc_link memberWilliam Pitcock1-1/+1
2017-12-14fix x32 unistd macros to report as ILP32 not LP64Nicholas Wilson1-2/+2
2017-11-05s390x: use generic ioctl.hSzabolcs Nagy2-196/+2
2017-11-05microblaze: add statx syscall from linux v4.13Szabolcs Nagy1-0/+1
2017-11-05aarch64: add extra_context struct from linux v4.13Szabolcs Nagy1-0/+7
2017-11-05ioctl TIOCGPTPEER from linux v4.13Szabolcs Nagy7-0/+7
2017-11-05s390x: add syscall number for s390_guarded_storage from linux v4.12Szabolcs Nagy1-0/+1
2017-11-05i386: add arch_prctl syscall number from linux v4.12Szabolcs Nagy1-0/+1
2017-11-05aarch64: add new HWCAP_* flags from linux v4.12Szabolcs Nagy1-0/+3
2017-11-05add statx syscall numbers from linux v4.11Szabolcs Nagy12-0/+12
2017-11-05update aarch64 hwcap.h for linux v4.11Szabolcs Nagy1-0/+2
2017-11-05add kexec_file_load syscall number on powerpc from linux v4.10Szabolcs Nagy2-0/+2
2017-11-05add microblaze syscall numbers from linux v4.10Szabolcs Nagy1-0/+6
2017-10-25fix build regression on ARM for ISA levels less than v5Rich Felker1-0/+4
2017-09-11powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.hSzabolcs Nagy2-1/+11
2017-09-06make syscall.h consistent with linuxSzabolcs Nagy10-24/+20
2017-08-29arm: add HWCAP_ARM_ hwcap macrosSzabolcs Nagy1-0/+24
2017-08-29add a_clz_64 helper functionSzabolcs Nagy7-0/+49
2017-08-29s390x: add bits/hwcap.hSzabolcs Nagy1-0/+15
2017-08-29add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy8-0/+8
2017-08-29fix mips ioctl macros to match linux asm/sockios.hSzabolcs Nagy3-15/+15
2017-08-11fix build failure for sh4a due to missing colon in asm statementThomas Petazzoni1-1/+1
2017-06-21fix omission of microblaze user.h definitionsRich Felker1-1/+25
2017-05-31remove long-obsolete clang workarounds from mips* syscall_arch.h filesRich Felker3-157/+0
2017-05-31fix fstatat syscall on mips64Rich Felker1-3/+22
2017-04-22s390x: provide sigcontext struct definitionBobby Bingham1-0/+15
2017-03-15s390x: fix fpreg_t and remove unused per_structTuan M. Hoang1-2/+2
2017-03-08fix ld-behavior-dependent crash in ppc64 ldso startupRich Felker1-1/+1
2017-02-22allow page size to vary on armRich Felker1-1/+0
2017-01-13fix crashes in x32 __tls_get_addrrofl0r1-0/+2
2017-01-04reduce impact of REG_* namespace pollution in x86[_64] signal.hRich Felker3-65/+130
2016-12-29add pkey_{mprotect,alloc,free} syscalls from linux v4.9Szabolcs Nagy9-0/+27
2016-12-19rework arm atomic/tp backends to be thumb-compatible and fdpic-readyRich Felker2-14/+23
2016-12-16fix use of incomplete struct type in s390x user.hBobby Bingham1-10/+10
2016-12-16fix typo in s390x user.hBobby Bingham1-1/+1
2016-12-15remove legacy i386 fallback stdarg implementation and frameworkRich Felker2-13/+0
2016-11-12work around gdb issues recognizing sigreturn trampoline on x86_64Rich Felker2-0/+18
2016-11-11add s390x portBobby Bingham27-0/+1097
2016-11-11generalize ELF hash table types not to assume 32-bit entriesRich Felker1-0/+1