about summary refs log tree commit diff
path: root/sysdeps/x86
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registersH.J. Lu2024-02-294-5/+71
* x86: Don't check XFD against /proc/cpuinfoH.J. Lu2024-02-281-0/+3
* x86-64: Don't use SSE resolvers for ISA level 3 or aboveH.J. Lu2024-02-281-6/+11
* x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu2024-02-286-3/+110
* x86: Change ENQCMD test to CHECK_FEATURE_PRESENTH.J. Lu2024-02-271-1/+1
* x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarchSunil K Pandey2024-02-252-0/+57
* x86-64: Save APX registers in ld.so trampolineH.J. Lu2024-02-251-6/+46
* Apply the Makefile sorting fixH.J. Lu2024-02-151-3/+3
* x86: Do not prefer ERMS for memset on Zen3+Adhemerval Zanella2024-02-131-0/+5
* x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)Adhemerval Zanella2024-02-131-20/+18
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-1/+1
* x86-64: Check if mprotect works before rewriting PLTH.J. Lu2024-01-151-1/+7
* x86-64/cet: Make CET feature check specific to Linux/x86H.J. Lu2024-01-115-33/+35
* i386: Remove CET support bitsH.J. Lu2024-01-105-135/+3
* x86-64/cet: Move check-cet.awk to x86_64H.J. Lu2024-01-101-53/+0
* x86-64/cet: Move dl-cet.[ch] to x86_64 directoriesH.J. Lu2024-01-101-364/+0
* x86: Move x86-64 shadow stack startup codesH.J. Lu2024-01-101-74/+0
* i386: Remove CET supportAdhemerval Zanella2024-01-091-44/+0
* x86: Move CET infrastructure to x86_64Adhemerval Zanella2024-01-0953-1501/+0
* Remove ia64-linux-gnuAdhemerval Zanella2024-01-081-13/+0
* elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu2024-01-054-1/+38
* x86-64/cet: Check the restore token in longjmpH.J. Lu2024-01-041-0/+3
* i386: Ignore --enable-cetH.J. Lu2024-01-042-113/+0
* x86/cet: Add -fcf-protection=none before -fcf-protection=branchH.J. Lu2024-01-011-4/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01136-136/+136
* x86/cet: Run some CET tests with shadow stackH.J. Lu2024-01-014-0/+17
* x86/cet: Don't set CET active by defaultH.J. Lu2024-01-012-2/+15
* x86/cet: Check feature_1 in TCB for active IBT and SHSTKH.J. Lu2024-01-013-1/+35
* x86/cet: Enable shadow stack during startupH.J. Lu2024-01-016-93/+93
* x86/cet: Sync with Linux kernel 6.6 shadow stack interfaceH.J. Lu2024-01-012-6/+11
* x86/cet: Don't disable CET if not single threadedH.J. Lu2023-12-201-2/+9
* x86: Modularize sysdeps/x86/dl-cet.cH.J. Lu2023-12-201-176/+280
* Fix elf: Do not duplicate the GLIBC_TUNABLES stringH.J. Lu2023-12-191-1/+1
* Fix elf: Do not duplicate the GLIBC_TUNABLES stringH.J. Lu2023-12-191-5/+5
* i686: Do not raise exception traps on fesetexcept (BZ 30989)Adhemerval Zanella2023-12-191-18/+5
* elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella2023-12-193-75/+193
* x86/cet: Check CPU_FEATURE_ACTIVE in permissive modeH.J. Lu2023-12-192-0/+6
* x86/cet: Check legacy shadow stack code in .init_array sectionH.J. Lu2023-12-1911-0/+330
* x86/cet: Add tests for GLIBC_TUNABLES=glibc.cpu.hwcaps=-SHSTKH.J. Lu2023-12-193-0/+28
* x86/cet: Check CPU_FEATURE_ACTIVE when CET is disabledH.J. Lu2023-12-193-0/+9
* x86/cet: Check legacy shadow stack applicationsH.J. Lu2023-12-196-0/+130
* x86/cet: Don't assume that SHSTK implies IBTH.J. Lu2023-12-183-11/+11
* x86/cet: Check user_shstk in /proc/cpuinfoH.J. Lu2023-12-171-1/+1
* x86: Check PT_GNU_PROPERTY earlyH.J. Lu2023-12-111-40/+80
* sysdeps/x86/Makefile: Split and sort testsH.J. Lu2023-12-111-32/+78
* x86: Use dl-symbol-redir-ifunc.h on cpu-tunablesAdhemerval Zanella2023-11-211-27/+12
* x86: Add support for AVX10 preset and vec size in cpu-featuresNoah Goldstein2023-09-294-3/+71
* x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643]H.J. Lu2023-08-291-18/+13
* x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein2023-08-111-4/+3
* x86: Fix for cache computation on AMD legacy cpus.Sajan Karumanchi2023-08-061-27/+199