about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove non-working pre-armv4t support from arm asmRich Felker2015-11-092-11/+0
* generalize sh entry point asm not to assume call dests fit in 12 bitsRich Felker2015-11-021-5/+12
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-0210-12/+10
* prevent reordering of or1k and powerpc thread pointer loadsRich Felker2015-10-152-0/+2
* mark arm thread-pointer-loading inline asm as volatileRich Felker2015-10-151-3/+3
* add comment documenting hard-coded opcode for reading mips thread pointerRich Felker2015-10-151-0/+1
* remove attribute((const)) from arm __pthread_self inline functionRich Felker2015-10-151-2/+2
* fix signal return for sh/fdpicRich Felker2015-09-232-0/+10
* have sh/fdpic entry point set fdpic personality if neededRich Felker2015-09-221-0/+12
* add real fdpic loading of shared librariesRich Felker2015-09-221-0/+1
* size-optimize sh/fdpic dynamic entry pointRich Felker2015-09-221-0/+4
* work around breakage in sh/fdpic __unmapself functionRich Felker2015-09-221-0/+5