about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* add missing TIOC* macros to ioctl.hSzabolcs Nagy2016-07-037-3/+40
* add missing SIOCSIFNAME from linux/sockios.h to ioctl.hSzabolcs Nagy2016-07-037-0/+7
* remove ioctl macros that were removed from linux uapiSzabolcs Nagy2016-07-037-32/+0
* use the generic ioctl.h for x86_64, x32 and aarch64Szabolcs Nagy2016-07-033-607/+0
* add consistent reserved fields in mips64/n32 termios structuresRich Felker2016-07-032-0/+4
* fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker2016-07-012-0/+4
* add preadv2 and pwritev2 syscall numbers for linux v4.6Szabolcs Nagy2016-06-0911-0/+22
* deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham2016-05-1216-5283/+885
* x32: eliminate __X32_SYSCALL_BIT constantBobby Bingham2016-05-121-317/+316
* x32: remove arch-specific syscall remappingBobby Bingham2016-05-121-20/+0
* fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.hRich Felker2016-05-082-2/+2
* add powerpc64 portBobby Bingham2016-05-0828-0/+1907
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-1831-0/+2009
* add support for mips and mips64 r6 isaRich Felker2016-04-036-22/+58
* fix regression disabling use of pause instruction for x86 a_spinRich Felker2016-03-293-3/+3
* add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy2016-03-199-0/+18
* mips64: add recent linux syscall numbersSzabolcs Nagy2016-03-191-0/+6
* deduplicate bits/mman.hSzabolcs Nagy2016-03-1812-617/+25
* correct pointer types for a_ll_p and a_sc_p primitives on mips64Rich Felker2016-03-111-4/+4
* make mips64 a_sc_p atomic primitive's asm constraints work with clangRich Felker2016-03-111-1/+1
* add powerpc soft-float supportFelix Fietkau2016-03-062-1/+12
* add mips64 portRich Felker2016-03-0632-0/+2171
* add sched_getcpu vDSO supportNathan Zadoks2016-03-021-0/+2
* make aarch64 atomic_arch.h report that it defines pointer-sized ll/scRich Felker2016-02-231-0/+2
* remove workaround for broken mips assemblersRich Felker2016-02-081-4/+1
* better a_sc inline asm constraint on aarch64 and armSzabolcs Nagy2016-01-312-3/+3
* ldso: fix GDB dynamic linker info on MIPSFelix Fietkau2016-01-301-1/+1
* deduplicate the bulk of the arch bits headersRich Felker2016-01-2792-3194/+0
* mips: add vdso supportHauke Mehrtens2016-01-271-0/+4
* fix siginfo_t for mipsSzabolcs Nagy2016-01-261-0/+9
* add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy2016-01-2610-0/+10
* add mlock2 syscall number from linux v4.4Szabolcs Nagy2016-01-268-0/+16
* add new membarrier, userfaultfd and switch_endian syscallsSzabolcs Nagy2016-01-268-0/+34
* add new i386 socket syscall numbersSzabolcs Nagy2016-01-261-0/+30
* change the internal socketcall selection logicSzabolcs Nagy2016-01-261-0/+2
* fix arm a_crash for big endianRich Felker2016-01-251-2/+4
* add native a_crash primitive for armRich Felker2016-01-251-0/+10
* clean powerpc syscall.hSzabolcs Nagy2016-01-241-24/+0
* add missing powerpc specific PROT_SAO memory protection flagSzabolcs Nagy2016-01-241-0/+1
* fix powerpc MCL_* mlockall flags in bits/mman.hSzabolcs Nagy2016-01-241-2/+2
* fix aarch64 atomics to load/store 32bit onlySzabolcs Nagy2016-01-241-2/+2
* improve aarch64 atomicsRich Felker2016-01-231-16/+36
* remove sh port's __fpscr_values source fileRich Felker2016-01-221-5/+0
* move sh port's __shcall internal function from arch/sh/src to src treeRich Felker2016-01-221-5/+0
* move sh __unmapself code from arch/sh/src to main src treeRich Felker2016-01-221-24/+0
* move x32 sysinfo impl and syscall fixup code out of arch/x32/srcRich Felker2016-01-222-88/+0
* overhaul powerpc atomics for new atomics frameworkRich Felker2016-01-221-14/+38
* clean up x86_64 (and x32) atomics for new atomics frameworkRich Felker2016-01-222-113/+130
* clean up i386 atomics for new atomics frameworkRich Felker2016-01-221-66/+58
* overhaul mips atomics for new atomics frameworkRich Felker2016-01-221-53/+31