Age | Commit message (Expand) | Author | Files | Lines |
2025-01-30 | ld.so: Decorate BSS mappings | Petr Malat | 1 | -4/+0 |
2025-01-30 | nptl: Add support for setup guard pages with MADV_GUARD_INSTALL | Adhemerval Zanella | 7 | -93/+556 |
2025-01-29 | nptl: Correct stack size attribute when stack grows up [BZ #32574] | John David Anglin | 1 | -2/+2 |
2025-01-21 | nptl: Include <stdbool.h> in tst-skeleton-affinity-inheritance.c | Florian Weimer | 1 | -0/+1 |
2025-01-17 | nptl: Use all of g1_start and g_signals | Malte Skarupke | 4 | -28/+18 |
2025-01-17 | nptl: rename __condvar_quiesce_and_switch_g1 | Malte Skarupke | 4 | -30/+26 |
2025-01-17 | nptl: Fix indentation | Malte Skarupke | 1 | -55/+55 |
2025-01-17 | nptl: Use a single loop in pthread_cond_wait instaed of a nested loop | Malte Skarupke | 1 | -22/+19 |
2025-01-17 | nptl: Remove g_refs from condition variables | Malte Skarupke | 2 | -57/+7 |
2025-01-17 | nptl: Remove unnecessary quadruple check in pthread_cond_wait | Malte Skarupke | 1 | -49/+0 |
2025-01-17 | nptl: Remove unnecessary catch-all-wake in condvar group switch | Malte Skarupke | 1 | -30/+1 |
2025-01-17 | nptl: Update comments and indentation for new condvar implementation | Malte Skarupke | 2 | -22/+22 |
2025-01-17 | pthreads NPTL: lost wakeup fix 2 | Frank Barrus | 2 | -168/+81 |
2025-01-14 | affinity-inheritance: Overallocate CPU sets | Stefan Liebler | 2 | -7/+15 |
2025-01-10 | nptl: Remove the rseq area from 'struct pthread' | Michael Jeanson | 1 | -19/+3 |
2025-01-10 | nptl: Move the rseq area to the 'extra TLS' block | Michael Jeanson | 1 | -1/+1 |
2025-01-09 | tests: Verify inheritance of cpu affinity | Siddhesh Poyarekar | 3 | -0/+224 |
2025-01-07 | Revert "nptl: More useful padding in struct pthread" | Florian Weimer | 1 | -25/+31 |
2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 278 | -278/+278 |
2024-12-31 | elf: Do not change stack permission on dlopen/dlmopen | Adhemerval Zanella | 1 | -19/+0 |
2024-12-27 | nptl: More useful padding in struct pthread | Florian Weimer | 1 | -31/+25 |
2024-12-23 | include/sys/cdefs.h: Add __attribute_optimization_barrier__ | Adhemerval Zanella | 3 | -16/+16 |
2024-12-22 | Suppress -Wmaybe-uninitialized only for GCC | H.J. Lu | 1 | -1/+1 |
2024-12-22 | Enable execstack tests only if compiler supports trampoline | H.J. Lu | 1 | -2/+7 |
2024-11-28 | pthread_getcpuclockid: Add descriptive comment to smoke test | Siddhesh Poyarekar | 2 | -6/+7 |
2024-11-25 | Silence most -Wzero-as-null-pointer-constant diagnostics | Alejandro Colomar | 1 | -1/+1 |
2024-11-22 | nptl: Add smoke test for pthread_getcpuclockid failure | Siddhesh Poyarekar | 2 | -0/+51 |
2024-11-12 | linux: Add support for getrandom vDSO | Adhemerval Zanella | 3 | -0/+10 |
2024-11-07 | nptl: initialize rseq area prior to registration | Michael Jeanson | 1 | -0/+2 |
2024-10-29 | Add more tests of pthread attributes initial values | Joseph Myers | 2 | -0/+63 |
2024-10-21 | Check time arguments to pthread_timedjoin_np and pthread_clockjoin_np | Joseph Myers | 1 | -0/+6 |
2024-10-08 | stdlib: Make abort/_Exit AS-safe (BZ 26275) | Adhemerval Zanella | 1 | -0/+11 |
2024-09-24 | nptl: Prefer setresuid32 in tst-setuid2 | Florian Weimer | 1 | -0/+5 |
2024-08-23 | nptl: Fix Race conditions in pthread cancellation [BZ#12683] | Adhemerval Zanella | 12 | -122/+240 |
2024-08-07 | nptl: Fix stray process left by tst-cancel7 blocking testing | Maciej W. Rozycki | 1 | -0/+4 |
2024-08-07 | nptl: Reorder semaphore release in tst-cancel7 | Maciej W. Rozycki | 1 | -4/+4 |
2024-08-05 | elf: Clarify and invert second argument of _dl_allocate_tls_init | Florian Weimer | 1 | -1/+1 |
2024-07-12 | nptl: Convert tst-sem11 and tst-sem12 tests to use the test driver | Maciej W. Rozycki | 2 | -4/+6 |
2024-07-12 | nptl: Add copyright notice tst-sem11 and tst-sem12 tests | Maciej W. Rozycki | 2 | -0/+36 |
2024-07-02 | Add --disable-static-c++-tests option [BZ #31797] | H.J. Lu | 1 | -0/+3 |
2024-07-01 | Fix conditionals on mtrace-based tests (bug 31892) | Carlos O'Donell | 1 | -1/+10 |
2024-04-09 | nptl: Add tst-pthread-key1-static for BZ #21777 | H.J. Lu | 2 | -0/+39 |
2024-02-23 | treewide: python-scripts: use `is None` for none-equality | Konstantin Kharlamov | 1 | -1/+1 |
2024-01-08 | Remove ia64-linux-gnu | Adhemerval Zanella | 2 | -21/+5 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 273 | -273/+273 |
2023-11-20 | nptl: Link tst-execstack-threads-mod.so with -z execstack | Florian Weimer | 1 | -0/+1 |
2023-11-20 | nptl: Rename tst-execstack to tst-execstack-threads | Florian Weimer | 3 | -5/+5 |
2023-11-07 | malloc: Decorate malloc maps | Adhemerval Zanella | 1 | -0/+4 |
2023-11-07 | nptl: Decorate thread stack on pthread_create | Adhemerval Zanella | 2 | -0/+46 |
2023-09-04 | __call_tls_dtors: Use call_function_static_weak | Samuel Thibault | 1 | -4/+1 |