summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorLines
2019-07-18decouple struct stat from kernel typeRich Felker-0/+21
2019-07-01add new syscall numbers from linux v5.1Szabolcs Nagy-0/+39
2019-02-07move arch-invariant definitions out of bits/ioctl.hBobby Bingham-96/+0
2018-10-16make thread-pointer-loading asm non-volatileRich Felker-1/+1
2018-09-20add arm and sh bits/ptrace.hSzabolcs Nagy-0/+5
2018-09-12apply hidden visibility to sigreturn code fragmentsRich Felker-1/+3
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker-1/+3
2018-08-29fix async thread cancellation on sh-fdpicRich Felker-0/+5
2018-06-20work around broken kernel struct ipc_perm on some big endian archsRich Felker-0/+2
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy-3/+4
2018-03-10reverse definition dependency between PAGESIZE and PAGE_SIZERich Felker-1/+1
2017-11-05ioctl TIOCGPTPEER from linux v4.13Szabolcs Nagy-0/+1
2017-08-29add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy-0/+1
2017-08-11fix build failure for sh4a due to missing colon in asm statementThomas Petazzoni-1/+1
2016-10-20add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy-0/+11
2016-10-20add sh syscall numbers from linux v4.8Szabolcs Nagy-0/+14
2016-08-11fix pread/pwrite syscall calling convention on shRich Felker-0/+1
2016-07-03make brace placement in public header struct definitions consistentRich Felker-4/+2
2016-07-03remove termios2 related ioctls from sh ioctl.hSzabolcs Nagy-4/+0
2016-07-03add missing TIOC* macros to ioctl.hSzabolcs Nagy-0/+2
2016-07-03add missing SIOCSIFNAME from linux/sockios.h to ioctl.hSzabolcs Nagy-0/+1
2016-07-03remove ioctl macros that were removed from linux uapiSzabolcs Nagy-2/+0
2016-05-12deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham-684/+341
2016-03-18deduplicate bits/mman.hSzabolcs Nagy-60/+0
2016-01-27deduplicate the bulk of the arch bits headersRich Felker-408/+0
2016-01-26add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy-0/+1
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-21overhaul sh atomics for new atomics framework, add j-core cas.l backendRich Felker-287/+30
2016-01-21refactor internal atomic.hRich Felker-72/+0
2015-11-11fix dynamic loader library mapping for nommu systemsRich Felker-0/+2
2015-11-02generalize sh entry point asm not to assume call dests fit in 12 bitsRich Felker-5/+12
2015-11-02properly access mcontext_t program counter in cancellation handlerRich Felker-1/+1
2015-09-23fix signal return for sh/fdpicRich Felker-0/+8
2015-09-22have sh/fdpic entry point set fdpic personality if neededRich Felker-0/+12
2015-09-22add real fdpic loading of shared librariesRich Felker-0/+1
2015-09-22size-optimize sh/fdpic dynamic entry pointRich Felker-0/+4
2015-09-22work around breakage in sh/fdpic __unmapself functionRich Felker-0/+5
2015-09-22add general fdpic support in dynamic linker and arch support for shRich Felker-3/+12
2015-09-12add sh fdpic subarch variantsRich Felker-1/+16
2015-09-12add fdpic version of entry point code for shRich Felker-0/+29
2015-09-12make sh clone asm fdpic-compatibleRich Felker-0/+5
2015-06-16switch to using trap number 31 for syscalls on shRich Felker-1/+1
2015-06-16switch sh port's __unmapself to generic version when running on sh2/nommuRich Felker-0/+19
2015-06-16add support for sh2 interrupt-masking-based atomics to sh portRich Felker-8/+113
2015-05-22add .text section directive to all crt_arch.h files missing itRich Felker-0/+1
2015-05-19inline llsc atomics when building for sh4aBobby Bingham-90/+128
2015-04-27fix sh jmp_buf size to match ABIRich Felker-1/+1
2015-04-24fix ldso name for sh-nofpu subarchRich Felker-1/+7