about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow page size to vary on armRich Felker2017-02-221-1/+0
* fix crashes in x32 __tls_get_addrrofl0r2017-01-131-0/+2
* reduce impact of REG_* namespace pollution in x86[_64] signal.hRich Felker2017-01-043-65/+130
* add pkey_{mprotect,alloc,free} syscalls from linux v4.9Szabolcs Nagy2016-12-299-0/+27
* rework arm atomic/tp backends to be thumb-compatible and fdpic-readyRich Felker2016-12-192-14/+23
* fix use of incomplete struct type in s390x user.hBobby Bingham2016-12-161-10/+10
* fix typo in s390x user.hBobby Bingham2016-12-161-1/+1
* remove legacy i386 fallback stdarg implementation and frameworkRich Felker2016-12-152-13/+0
* work around gdb issues recognizing sigreturn trampoline on x86_64Rich Felker2016-11-122-0/+18
* add s390x portBobby Bingham2016-11-1127-0/+1097