aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/Makefile
AgeCommit message (Expand)Author
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
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu
2014-09-29Run tst-ld-sse-use.sh with bash.Joseph Myers
2014-09-12Enhance tst-xmmymm.sh to detect zmm register usage in ld.so (BZ #16194)Siddhesh Poyarekar
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers
2012-11-08Use configured $(NM), $(OBJDUMP), $(READELF) in tst-xmmymm.sh.Joseph Myers
2012-11-07Also run tst-xmmymm.sh on i386 ld.soH.J. Lu
2012-11-02Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu