about summary refs log tree commit diff
path: root/arch/powerpc/pthread_arch.h
Commit message (Expand)AuthorAgeFilesLines
* remove redundant pthread struct members repeated for layout purposesRich Felker2020-08-271-2/+0
* deduplicate __pthread_self thread pointer adjustment out of each archRich Felker2020-08-271-3/+3
* 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-1/+1
* remove ancient clang workaround from powerpc pthread_arch.h asmRich Felker2018-10-161-5/+0
* fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2018-06-021-0/+1
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-021-2/+1
* prevent reordering of or1k and powerpc thread pointer loadsRich Felker2015-10-151-0/+1
* fix local-dynamic model TLS on mips and powerpcRich Felker2015-06-251-0/+2
* fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker2015-05-061-0/+1
* workaround clang deficiency affecting thread pointer access on powerpcRich Felker2013-12-021-1/+6
* PPC port cleaned up, static linking works well now.rofl0r2012-11-131-0/+14