summaryrefslogtreecommitdiff
path: root/arch/mips/pthread_arch.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-12fix excessively slow TLS performance on some mips modelsRich Felker1-2/+1
2020-08-27deduplicate __pthread_self thread pointer adjustment out of each archRich Felker1-4/+4
2020-08-24deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker1-1/+1
2018-10-16make thread-pointer-loading asm non-volatileRich Felker1-2/+2
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy1-0/+1
2016-04-03add support for mips and mips64 r6 isaRich Felker1-5/+4
2015-11-02properly access mcontext_t program counter in cancellation handlerRich Felker1-1/+1
2015-10-15add comment documenting hard-coded opcode for reading mips thread pointerRich Felker1-0/+1
2015-06-25fix local-dynamic model TLS on mips and powerpcRich Felker1-0/+2
2012-10-15add support for TLS variant I, presently needed for arm and mipsRich Felker1-4/+8
2012-09-07add clang-compatible thread-pointer code for mipsRich Felker1-0/+4
2012-07-12mipsel (little endian) supportRich Felker1-1/+1
2012-07-11initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker1-0/+8