aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/Makefile
AgeCommit message (Expand)Author
2024-02-28x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersHEADmasterH.J. Lu
2024-02-15Apply the Makefile sorting fixH.J. Lu
2024-01-11x86-64/cet: Make CET feature check specific to Linux/x86H.J. Lu
2024-01-09x86: Move CET infrastructure to x86_64Adhemerval Zanella
2024-01-01x86/cet: Add -fcf-protection=none before -fcf-protection=branchH.J. Lu
2024-01-01x86/cet: Run some CET tests with shadow stackH.J. Lu
2023-12-19elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella
2023-12-19x86/cet: Check CPU_FEATURE_ACTIVE in permissive modeH.J. Lu
2023-12-19x86/cet: Check legacy shadow stack code in .init_array sectionH.J. Lu
2023-12-19x86/cet: Add tests for GLIBC_TUNABLES=glibc.cpu.hwcaps=-SHSTKH.J. Lu
2023-12-19x86/cet: Check CPU_FEATURE_ACTIVE when CET is disabledH.J. Lu
2023-12-19x86/cet: Check legacy shadow stack applicationsH.J. Lu
2023-12-18x86/cet: Don't assume that SHSTK implies IBTH.J. Lu
2023-12-11sysdeps/x86/Makefile: Split and sort testsH.J. Lu
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto
2022-07-13x86: Add missing rtm tests for strcmp familyNoah Goldstein
2022-02-18x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]Noah Goldstein
2022-02-17x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]Noah Goldstein
2022-01-14x86: Add x86-64-vN check to early startupFlorian Weimer
2021-08-31configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]Fangrui Song
2021-07-23x86: Install <bits/platform/x86.h> [BZ #27958]H.J. Lu
2021-07-23Fix build and tests with --disable-tunablesSiddhesh Poyarekar
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-03-29x86: Add string/memory function tests in RTM regionH.J. Lu
2021-03-24elf: Fix not compiling ifunc tests that need gcc ifunc supportSamuel Thibault
2021-03-15Build get-cpuid-feature-leaf.c without stack-protector [BZ #27555]Siddhesh Poyarekar
2021-03-15x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]H.J. Lu
2021-02-07x86: Add PTWRITE feature detection [BZ #27346]H.J. Lu
2021-01-29x86: Properly set usable CET feature bits [BZ #26625]H.J. Lu
2021-01-21x86: Check ifunc resolver with CPU_FEATURE_USABLE [BZ #27072]H.J. Lu
2021-01-21<sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu
2021-01-13x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu
2021-01-07x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]H.J. Lu
2020-09-22x86: Harden printf against non-normal long double values (bug 26649)Florian Weimer
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu
2020-07-11x86: Remove the unused __x86_prefetchwH.J. Lu
2020-05-18x86: Add --enable-cet=permissiveH.J. Lu
2020-03-18x86: Remove ARCH_CET_LEGACY_BITMAP [BZ #25397]H.J. Lu
2019-07-01Call _dl_open_check after relocation [BZ #24259]H.J. Lu
2018-11-23x86/CET: Add a re-exec test with legacy bitmapH.J. Lu
2018-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar
2018-07-30x86: Add tst-get-cpu-features-static to $(tests) [BZ #23458]H.J. Lu
2018-07-25x86/CET: Add tests with legacy non-CET shared objectsH.J. Lu
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu
2018-07-14x86: Support shadow stack pointer in setjmp/longjmpH.J. Lu
2018-05-02x86: Use pad in pthread_unwind_buf to preserve shadow stack registerH.J. Lu
2016-05-11Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu
2015-11-14Run tst-prelink test for GLOB_DAT relocH.J. Lu
2015-11-10Add a test for prelink outputH.J. Lu
2015-08-26Don't disable SSE in x86-64 ld.soH.J. Lu