about summary refs log tree commit diff
path: root/arch/mips/pthread_arch.h
Commit message (Expand)AuthorAgeFilesLines
* fix excessively slow TLS performance on some mips modelsRich Felker2021-08-121-2/+1
* deduplicate __pthread_self thread pointer adjustment out of each archRich Felker2020-08-271-4/+4
* deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker2020-08-241-1/+1
* make thread-pointer-loading asm non-volatileRich Felker2018-10-161-2/+2
* fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2018-06-021-0/+1
* add support for mips and mips64 r6 isaRich Felker2016-04-031-5/+4
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-021-1/+1
* add comment documenting hard-coded opcode for reading mips thread pointerRich Felker2015-10-151-0/+1
* fix local-dynamic model TLS on mips and powerpcRich Felker2015-06-251-0/+2
* add support for TLS variant I, presently needed for arm and mipsRich Felker2012-10-151-4/+8
* add clang-compatible thread-pointer code for mipsRich Felker2012-09-071-0/+4
* mipsel (little endian) supportRich Felker2012-07-121-1/+1
* initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker2012-07-111-0/+8