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