aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/riscv/nptl
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert4-4/+4
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers4-4/+4
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer1-1/+1
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert4-4/+4
2021-12-17Remove ununsed tcb-offsetAdhemerval Zanella2-27/+0
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer1-7/+2
2021-12-09nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer1-8/+1
2021-12-03nptl: Increase default TCB alignment to 32Florian Weimer1-3/+0
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev1-1/+0
2021-05-21nptl: Remove remaining code from libpthreadFlorian Weimer2-7/+0
2021-02-22nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer1-8/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert5-5/+5
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-2/+0
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy1-0/+3
2020-08-27RISC-V: Support the 32-bit ABI implementationAlistair Francis3-15/+55
2020-05-06semaphore: consolidate arch headers into a generic oneVineet Gupta1-33/+0
2020-02-10nptl: add missing pthread-offsets.hAndreas Schwab1-0/+3
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers6-6/+6
2019-11-26nptl: Add default pthread-offsets.hAdhemerval Zanella1-22/+0
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella2-19/+45
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella1-6/+0
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella1-2/+0
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella1-0/+2
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella1-4/+0
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert6-6/+6
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers6-6/+6
2018-08-06RISC-V: Don't use ps_get_thread_area in libthread_db (bug 23402)Andreas Schwab1-2/+3
2018-03-11hurd: add gscope supportSamuel Thibault1-0/+1
2018-01-29RISC-V: Build InfastructurePalmer Dabbelt1-0/+26
2018-01-29RISC-V: Linux ABIPalmer Dabbelt2-0/+56
2018-01-29RISC-V: Linux Syscall InterfacePalmer Dabbelt1-0/+2
2018-01-29RISC-V: Atomic and Locking RoutinesPalmer Dabbelt3-0/+109
2018-01-29RISC-V: Thread-Local Storage SupportPalmer Dabbelt2-0/+151