aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/arm/nptl
AgeCommit message (Expand)AuthorFilesLines
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers5-5/+5
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella1-0/+2
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella1-0/+5
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler1-23/+0
2017-05-11Remove wrong definitions from pthread header refactorAdhemerval Zanella1-1/+1
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella2-202/+69
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel1-7/+7
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers6-6/+6
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel1-8/+21
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella1-1/+0
2016-11-07nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer1-1/+1
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer1-11/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers6-6/+6
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers6-6/+6
2014-06-30ARM: Split Linuxism out of sysdeps/arm/nptl/tls.hRoland McGrath1-15/+2
2014-06-26ARM: Move more aeabi routine magic out of Linux-specific directoriesRoland McGrath1-0/+13
2014-06-13Add adaptive elision to rwlocksAndi Kleen1-0/+2
2014-06-09ARM: Define TLS_DEFINE_INIT_TPRoland McGrath1-0/+2
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab1-1/+1
2014-05-13Move NPTL public ABI headers for ARM to sysdeps/arm/nptl/.Roland McGrath2-0/+221
2014-05-13Clean up __exit_thread.Roland McGrath1-5/+0
2014-03-14Compile with -Wundef.Roland McGrath1-0/+1
2014-02-08Move arm from ports to libc.Joseph Myers5-0/+247