aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
6 daysnptl: Remove unused __g_refs comment.Carlos O'Donell1-5/+0
2025-01-30ld.so: Decorate BSS mappingsPetr Malat1-4/+0
2025-01-30nptl: Add support for setup guard pages with MADV_GUARD_INSTALLAdhemerval Zanella7-93/+556
2025-01-29nptl: Correct stack size attribute when stack grows up [BZ #32574]John David Anglin1-2/+2
2025-01-21nptl: Include <stdbool.h> in tst-skeleton-affinity-inheritance.cFlorian Weimer1-0/+1
2025-01-17nptl: Use all of g1_start and g_signalsMalte Skarupke4-28/+18
2025-01-17nptl: rename __condvar_quiesce_and_switch_g1Malte Skarupke4-30/+26
2025-01-17nptl: Fix indentationMalte Skarupke1-55/+55
2025-01-17nptl: Use a single loop in pthread_cond_wait instaed of a nested loopMalte Skarupke1-22/+19
2025-01-17nptl: Remove g_refs from condition variablesMalte Skarupke2-57/+7
2025-01-17nptl: Remove unnecessary quadruple check in pthread_cond_waitMalte Skarupke1-49/+0
2025-01-17nptl: Remove unnecessary catch-all-wake in condvar group switchMalte Skarupke1-30/+1
2025-01-17nptl: Update comments and indentation for new condvar implementationMalte Skarupke2-22/+22
2025-01-17pthreads NPTL: lost wakeup fix 2Frank Barrus2-168/+81
2025-01-14affinity-inheritance: Overallocate CPU setsStefan Liebler2-7/+15
2025-01-10nptl: Remove the rseq area from 'struct pthread'Michael Jeanson1-19/+3
2025-01-10nptl: Move the rseq area to the 'extra TLS' blockMichael Jeanson1-1/+1
2025-01-09tests: Verify inheritance of cpu affinitySiddhesh Poyarekar3-0/+224
2025-01-07Revert "nptl: More useful padding in struct pthread"Florian Weimer1-25/+31
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert278-278/+278
2024-12-31elf: Do not change stack permission on dlopen/dlmopenAdhemerval Zanella1-19/+0
2024-12-27nptl: More useful padding in struct pthreadFlorian Weimer1-31/+25
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella3-16/+16
2024-12-22Suppress -Wmaybe-uninitialized only for GCCH.J. Lu1-1/+1
2024-12-22Enable execstack tests only if compiler supports trampolineH.J. Lu1-2/+7
2024-11-28pthread_getcpuclockid: Add descriptive comment to smoke testSiddhesh Poyarekar2-6/+7
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar1-1/+1
2024-11-22nptl: Add smoke test for pthread_getcpuclockid failureSiddhesh Poyarekar2-0/+51
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella3-0/+10
2024-11-07nptl: initialize rseq area prior to registrationMichael Jeanson1-0/+2
2024-10-29Add more tests of pthread attributes initial valuesJoseph Myers2-0/+63
2024-10-21Check time arguments to pthread_timedjoin_np and pthread_clockjoin_npJoseph Myers1-0/+6
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella1-0/+11
2024-09-24nptl: Prefer setresuid32 in tst-setuid2Florian Weimer1-0/+5
2024-08-23nptl: Fix Race conditions in pthread cancellation [BZ#12683]Adhemerval Zanella12-122/+240
2024-08-07nptl: Fix stray process left by tst-cancel7 blocking testingMaciej W. Rozycki1-0/+4
2024-08-07nptl: Reorder semaphore release in tst-cancel7Maciej W. Rozycki1-4/+4
2024-08-05elf: Clarify and invert second argument of _dl_allocate_tls_initFlorian Weimer1-1/+1
2024-07-12nptl: Convert tst-sem11 and tst-sem12 tests to use the test driverMaciej W. Rozycki2-4/+6
2024-07-12nptl: Add copyright notice tst-sem11 and tst-sem12 testsMaciej W. Rozycki2-0/+36
2024-07-02Add --disable-static-c++-tests option [BZ #31797]H.J. Lu1-0/+3
2024-07-01Fix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell1-1/+10
2024-04-09nptl: Add tst-pthread-key1-static for BZ #21777H.J. Lu2-0/+39
2024-02-23treewide: python-scripts: use `is None` for none-equalityKonstantin Kharlamov1-1/+1
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella2-21/+5
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert273-273/+273
2023-11-20nptl: Link tst-execstack-threads-mod.so with -z execstackFlorian Weimer1-0/+1
2023-11-20nptl: Rename tst-execstack to tst-execstack-threadsFlorian Weimer3-5/+5
2023-11-07malloc: Decorate malloc mapsAdhemerval Zanella1-0/+4
2023-11-07nptl: Decorate thread stack on pthread_createAdhemerval Zanella2-0/+46