about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy2014-12-238-0/+20
* move wint_t definition to the shared part of alltypes.h.inRich Felker2014-12-219-9/+0
* add arm private syscall numbersTimo Teräs2014-12-031-0/+5
* unify non-inline version of syscall code across archsRich Felker2014-11-223-104/+6
* inline 5- and 6-argument syscalls on armRich Felker2014-11-221-2/+15
* remove old clang workarounds from arm syscall implementationRich Felker2014-11-221-31/+0
* fix __aeabi_read_tp oversight in arm atomics/tls overhaulRich Felker2014-11-222-6/+5
* overhaul ARM atomics/tls for performance and compatibilityRich Felker2014-11-195-44/+330
* fix 64-bit syscall argument passing on or1kRich Felker2014-11-051-1/+1
* add explicit barrier operation to internal atomic.h APIRich Felker2014-10-109-6/+33
* add new syscall numbers for seccomp, getrandom, memfd_createSzabolcs Nagy2014-10-088-0/+50
* fix C++ incompatibility in i386 definition of max_align_tRich Felker2014-09-111-0/+4
* add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker2014-09-069-0/+18
* fix build error on arm due to new a_spin codeRich Felker2014-08-251-1/+1
* add working a_spin() atomic for non-x86 targetsRich Felker2014-08-256-0/+6
* add max_align_t definition for C11 and C++11Rich Felker2014-08-209-0/+18
* make pointers used in robust list volatileRich Felker2014-08-179-9/+9
* fix broken offset argument to the mmap2 syscall on or1kRich Felker2014-07-301-0/+2
* provide PAGE_SIZE as a constant value of 8192 on or1kRich Felker2014-07-301-0/+1
* fix terminal control ioctl constants for shRich Felker2014-07-291-4/+8
* remove unused a_cas_l from or1k atomic.hRich Felker2014-07-271-5/+0
* clean up unused and inconsistent atomics in arch dirsRich Felker2014-07-278-100/+0
* fix insufficient synchronization in sh atomic asmRich Felker2014-07-271-1/+2
* add syscall numbers for the new renameat2 syscallSzabolcs Nagy2014-07-207-0/+19
* fix regression that negated some mips syscall error returnsRich Felker2014-07-201-5/+5
* fix mips struct stat dev_t members for big endianRich Felker2014-07-191-20/+81
* fix or1k atomic storeRich Felker2014-07-191-1/+1
* fix missing barriers in powerpc atomic storeRich Felker2014-07-191-1/+5
* fix microblaze atomic storeRich Felker2014-07-191-1/+3
* fix missing barrier instructions in powerpc atomic asmRich Felker2014-07-191-1/+4
* fix missing barrier instructions in mips atomic asmRich Felker2014-07-191-14/+18
* use memory constraints for mips atomic asmRich Felker2014-07-191-24/+24
* fix build breakage from ppc asm constraints changeRich Felker2014-07-191-3/+3
* remove cruft from microblaze atomic.hRich Felker2014-07-191-13/+0
* fix broken constraints for powerpc atomic cas asmRich Felker2014-07-191-1/+1
* fix microblaze definition of struct statRich Felker2014-07-181-3/+2
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-1832-0/+1737
* fix regression in mips dynamic linkerRich Felker2014-06-301-0/+1
* add tlsdesc support for x86_64Rich Felker2014-06-191-0/+2
* add tlsdesc support for i386Rich Felker2014-06-191-0/+2
* refactor to remove arch-specific relocation code from dynamic linkerRich Felker2014-06-188-200/+98
* fix powerpc dynamic linker thread-pointer-relative relocationsRich Felker2014-06-171-3/+3
* multiple fixes to sh (superh) dynamic linker relocationsRich Felker2014-06-171-10/+8
* dynamic linker: permit error returns from arch-specific reloc functionRich Felker2014-06-168-8/+16
* add vdso clock_gettime acceleration support to i386Rich Felker2014-06-061-0/+4
* add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy2014-05-307-0/+30
* fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy2014-05-301-0/+2
* fix arm thread-pointer/atomic asm when compiling to thumb codeRich Felker2014-04-302-6/+7
* fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.hRich Felker2014-04-301-1/+2
* make socketcall types common as they are same for all architecturesTimo Teräs2014-04-172-40/+0