summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
2016-07-03remove ioctl macros that were removed from linux uapiSzabolcs Nagy-32/+0
2016-07-03use the generic ioctl.h for x86_64, x32 and aarch64Szabolcs Nagy-607/+0
2016-07-03add consistent reserved fields in mips64/n32 termios structuresRich Felker-0/+4
2016-07-01fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker-0/+4
2016-06-09add preadv2 and pwritev2 syscall numbers for linux v4.6Szabolcs Nagy-0/+22
2016-05-12deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham-5283/+885
2016-05-12x32: eliminate __X32_SYSCALL_BIT constantBobby Bingham-317/+316
2016-05-12x32: remove arch-specific syscall remappingBobby Bingham-20/+0
2016-05-08fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.hRich Felker-2/+2
2016-05-08add powerpc64 portBobby Bingham-0/+1907
2016-04-18add mips n32 port (ILP32 ABI for mips64)Rich Felker-0/+2009
2016-04-03add support for mips and mips64 r6 isaRich Felker-22/+58
2016-03-29fix regression disabling use of pause instruction for x86 a_spinRich Felker-3/+3
2016-03-19add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy-0/+18
2016-03-19mips64: add recent linux syscall numbersSzabolcs Nagy-0/+6
2016-03-18deduplicate bits/mman.hSzabolcs Nagy-617/+25
2016-03-11correct pointer types for a_ll_p and a_sc_p primitives on mips64Rich Felker-4/+4
2016-03-11make mips64 a_sc_p atomic primitive's asm constraints work with clangRich Felker-1/+1
2016-03-06add powerpc soft-float supportFelix Fietkau-1/+12
2016-03-06add mips64 portRich Felker-0/+2171
2016-03-02add sched_getcpu vDSO supportNathan Zadoks-0/+2
2016-02-23make aarch64 atomic_arch.h report that it defines pointer-sized ll/scRich Felker-0/+2
2016-02-08remove workaround for broken mips assemblersRich Felker-4/+1
2016-01-31better a_sc inline asm constraint on aarch64 and armSzabolcs Nagy-3/+3
2016-01-30ldso: fix GDB dynamic linker info on MIPSFelix Fietkau-1/+1
2016-01-27deduplicate the bulk of the arch bits headersRich Felker-3194/+0
2016-01-27mips: add vdso supportHauke Mehrtens-0/+4
2016-01-26fix siginfo_t for mipsSzabolcs Nagy-0/+9
2016-01-26add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy-0/+10
2016-01-26add mlock2 syscall number from linux v4.4Szabolcs Nagy-0/+16
2016-01-26add new membarrier, userfaultfd and switch_endian syscallsSzabolcs Nagy-0/+34
2016-01-26add new i386 socket syscall numbersSzabolcs Nagy-0/+30
2016-01-26change the internal socketcall selection logicSzabolcs Nagy-0/+2
2016-01-25fix arm a_crash for big endianRich Felker-2/+4
2016-01-25add native a_crash primitive for armRich Felker-0/+10
2016-01-24clean powerpc syscall.hSzabolcs Nagy-24/+0
2016-01-24add missing powerpc specific PROT_SAO memory protection flagSzabolcs Nagy-0/+1
2016-01-24fix powerpc MCL_* mlockall flags in bits/mman.hSzabolcs Nagy-2/+2
2016-01-24fix aarch64 atomics to load/store 32bit onlySzabolcs Nagy-2/+2
2016-01-23improve aarch64 atomicsRich Felker-16/+36
2016-01-22remove sh port's __fpscr_values source fileRich Felker-5/+0
2016-01-22move sh port's __shcall internal function from arch/sh/src to src treeRich Felker-5/+0
2016-01-22move sh __unmapself code from arch/sh/src to main src treeRich Felker-24/+0
2016-01-22move x32 sysinfo impl and syscall fixup code out of arch/x32/srcRich Felker-88/+0
2016-01-22overhaul powerpc atomics for new atomics frameworkRich Felker-14/+38
2016-01-22clean up x86_64 (and x32) atomics for new atomics frameworkRich Felker-113/+130
2016-01-22clean up i386 atomics for new atomics frameworkRich Felker-66/+58
2016-01-22overhaul mips atomics for new atomics frameworkRich Felker-53/+31
2016-01-22move arm-specific translation units out of arch/arm/src, to src/*/armRich Felker-244/+0
2016-01-21overhaul arm atomics for new atomics frameworkRich Felker-142/+38