about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* move arm-specific translation units out of arch/arm/src, to src/*/armRich Felker2016-01-228-244/+0
* overhaul arm atomics for new atomics frameworkRich Felker2016-01-211-142/+38
* overhaul aarch64 atomics for new atomics frameworkRich Felker2016-01-211-174/+25
* overhaul sh atomics for new atomics framework, add j-core cas.l backendRich Felker2016-01-214-287/+30
* refactor internal atomic.hRich Felker2016-01-2114-834/+216
* fix build regression for arm pre-v7 from out-of-tree build patchRich Felker2016-01-202-0/+0
* fix dynamic linker path file selection for arm vs armhfRich Felker2016-01-201-3/+3
* adjust mips crt_arch entry point asm to avoid assembler bugsRich Felker2015-12-291-1/+4
* adjust i386 max_align_t definition to work around some broken compilersRich Felker2015-12-291-3/+5
* remove visibility suppression by SHARED macro in mips and x32 arch filesRich Felker2015-12-152-6/+0
* fix dynamic loader library mapping for nommu systemsRich Felker2015-11-111-0/+2
* explicitly assemble all arm asm sources as UALRich Felker2015-11-101-0/+1