Age | Commit message (Expand) | Author | Files | Lines |
2024-01-10 | x86-64/cet: Move dl-cet.[ch] to x86_64 directories | H.J. Lu | 3 | -65/+47 |
2024-01-10 | x86: Move x86-64 shadow stack startup codes | H.J. Lu | 1 | -1/+1 |
2024-01-09 | i386: Fail if configured with --enable-cet | Adhemerval Zanella | 2 | -7/+8 |
2024-01-09 | i386: Remove CET support | Adhemerval Zanella | 31 | -770/+75 |
2024-01-09 | x86: Move CET infrastructure to x86_64 | Adhemerval Zanella | 62 | -265/+270 |
2024-01-08 | Remove ia64-linux-gnu | Adhemerval Zanella | 553 | -155556/+24 |
2024-01-06 | x32: Handle displacement overflow in PLT rewrite [BZ #31218] | H.J. Lu | 4 | -2/+89 |
2024-01-05 | x86: Fixup some nits in longjmp asm implementation | Noah Goldstein | 1 | -1/+1 |
2024-01-05 | elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLT | H.J. Lu | 12 | -2/+425 |
2024-01-04 | aarch64: Make cpu-features definitions not Linux-specific | Sergey Bugaev | 2 | -0/+0 |
2024-01-04 | hurd: Initializy _dl_pagesize early in static builds | Sergey Bugaev | 1 | -0/+4 |
2024-01-04 | hurd: Only init early static TLS if it's used to store stack or pointer guards | Sergey Bugaev | 1 | -4/+11 |
2024-01-04 | hurd: Make init-first.c no longer x86-specific | Sergey Bugaev | 1 | -2/+2 |
2024-01-04 | hurd: Drop x86-specific assembly from init-first.c | Sergey Bugaev | 1 | -9/+1 |
2024-01-04 | hurd: Pass the data pointer to _hurd_stack_setup explicitly | Sergey Bugaev | 3 | -9/+11 |
2024-01-04 | x86-64/cet: Check the restore token in longjmp | H.J. Lu | 3 | -145/+84 |
2024-01-04 | i386: Ignore --enable-cet | H.J. Lu | 6 | -113/+122 |
2024-01-03 | mach: Drop SNARF_ARGS macro | Sergey Bugaev | 2 | -21/+0 |
2024-01-03 | mach: Drop some unnecessary vm_param.h includes | Sergey Bugaev | 1 | -1/+0 |
2024-01-03 | hurd: Add some missing includes | Sergey Bugaev | 1 | -0/+1 |
2024-01-03 | Implement C23 <stdbit.h> | Joseph Myers | 36 | -0/+2520 |
2024-01-02 | aarch64: Add longjmp test for SME | Szabolcs Nagy | 2 | -0/+283 |
2024-01-02 | aarch64: Add setcontext support for SME | Szabolcs Nagy | 1 | -0/+19 |
2024-01-02 | aarch64: Add longjmp support for SME | Szabolcs Nagy | 1 | -0/+22 |
2024-01-02 | aarch64: Add SME runtime support | Szabolcs Nagy | 3 | -3/+129 |
2024-01-01 | x86/cet: Add -fcf-protection=none before -fcf-protection=branch | H.J. Lu | 1 | -4/+4 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 7411 | -7412/+7411 |
2024-01-01 | x86/cet: Run some CET tests with shadow stack | H.J. Lu | 4 | -0/+17 |
2024-01-01 | x86/cet: Don't set CET active by default | H.J. Lu | 2 | -2/+15 |
2024-01-01 | x86/cet: Check feature_1 in TCB for active IBT and SHSTK | H.J. Lu | 3 | -1/+35 |
2024-01-01 | x86/cet: Enable shadow stack during startup | H.J. Lu | 10 | -146/+175 |
2024-01-01 | elf: Always provide _dl_get_dl_main_map in libc.a | H.J. Lu | 1 | -4/+3 |
2024-01-01 | x86/cet: Sync with Linux kernel 6.6 shadow stack interface | H.J. Lu | 15 | -133/+173 |
2023-12-30 | RISC-V: Add support for dl_runtime_profile (BZ #31151) | Aurelien Jarno | 4 | -1/+225 |
2023-12-22 | x86-64: Fix the tcb field load for x32 [BZ #31185] | H.J. Lu | 1 | -2/+2 |
2023-12-22 | x86-64: Fix the dtv field load for x32 [BZ #31184] | H.J. Lu | 1 | -1/+1 |
2023-12-20 | x86/cet: Don't disable CET if not single threaded | H.J. Lu | 1 | -2/+9 |
2023-12-20 | x86: Modularize sysdeps/x86/dl-cet.c | H.J. Lu | 1 | -176/+280 |
2023-12-20 | x86/cet: Update tst-cet-vfork-1 | H.J. Lu | 1 | -26/+17 |
2023-12-20 | aarch64: Add SIMD attributes to math functions with vector versions | Joe Ramsay | 2 | -0/+113 |
2023-12-20 | aarch64: Add half-width versions of AdvSIMD f32 libmvec routines | Joe Ramsay | 19 | -14/+123 |
2023-12-19 | Fix elf: Do not duplicate the GLIBC_TUNABLES string | H.J. Lu | 1 | -1/+1 |
2023-12-19 | Fix elf: Do not duplicate the GLIBC_TUNABLES string | H.J. Lu | 1 | -5/+5 |
2023-12-19 | hppa: Fix undefined behaviour in feclearexcept (BZ 30983) | Bruno Haible | 1 | -1/+1 |
2023-12-19 | alpha: Fix fesetexceptflag (BZ 30998) | Bruno Haible | 1 | -1/+1 |
2023-12-19 | riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022) | Adhemerval Zanella | 1 | -5/+3 |
2023-12-19 | x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990) | Bruno Haible | 2 | -31/+56 |
2023-12-19 | i686: Do not raise exception traps on fesetexcept (BZ 30989) | Adhemerval Zanella | 3 | -22/+76 |
2023-12-19 | powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988) | Adhemerval Zanella | 2 | -1/+13 |
2023-12-19 | elf: Do not duplicate the GLIBC_TUNABLES string | Adhemerval Zanella | 8 | -227/+424 |