]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/x86
tunables: Fix environment variable processing for setuid binaries (bz #21073)
[thirdparty/glibc.git] / sysdeps / x86 /
2017-01-10  Torvald RiegelNew pthread rwlock that is more scalable.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31  Torvald RiegelNew condvar implementation that provides stronger order...
2016-12-19  Andrew SenkevichDisable TSX on some Haswell processors.
2016-12-14  Joseph MyersRefactor long double information into bits/long-double.h.
2016-12-05  Torvald RiegelUse C11-like atomics instead of plain memory accesses...
2016-12-01  Joseph MyersRefactor FP_ILOGB* out of bits/mathdef.h.
2016-11-29  Joseph MyersRefactor FP_FAST_* into bits/fp-fast.h.
2016-11-24  Joseph MyersRefactor float_t, double_t information into bits/flt...
2016-11-23  Joseph MyersFix x86_64 -mfpmath=387 float_t, double_t (bug 20787).
2016-11-07  Florian Weimernptl: Document the reason why __kind in pthread_mutex_t...
2016-11-04  Steve EllceyDefine wordsize.h macros everywhere
2016-10-17  Carlos O'DonellBug 20689: Fix FMA and AVX2 detection on Intel
2016-10-12  H.J. LuX86: Don't assert on older Intel CPUs [BZ #20647]
2016-10-06  Joseph MyersAdd iseqsig.
2016-09-23  Zack WeinbergInstalled header hygiene (BZ#20366): Test of installed...
2016-09-07  Joseph MyersAdd femode_t functions.
2016-09-06  H.J. LuX86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow...
2016-08-19  H.J. LuX86: Change bit_YMM_state to (1 << 2)
2016-07-01  Andrew SenkevichFixed wrong vector sincos/sincosf ABI to have it compat...
2016-06-30  H.J. LuCheck Prefer_ERMS in memmove/memcpy/mempcpy/memset
2016-06-29  Andreas SchwabAvoid array-bounds warning for strncat on i586 (bug...
2016-06-07  H.J. LuCheck FMA after COMMON_CPUID_INDEX_80000001
2016-05-27  H.J. LuCount number of logical processors sharing L2 cache
2016-05-20  H.J. LuRemove special L2 cache case for Knights Landing
2016-05-19  H.J. LuCorrect Intel processor level type mask from CPUID
2016-05-19  H.J. LuCheck the HTT bit before counting logical threads
2016-05-13  H.J. LuSupport non-inclusive caches on Intel processors
2016-05-11  H.J. LuRemove x86 ifunc-defines.sym and rtld-global-offsets.sym
2016-05-08  H.J. LuMove sysdeps/x86_64/cacheinfo.c to sysdeps/x86
2016-04-15  H.J. LuDetect Intel Goldmont and Airmont processors
2016-04-01  H.J. LuRemove Fast_Copy_Backward from Intel Core processors
2016-03-29  H.J. LuInitial Enhanced REP MOVSB/STOSB (ERMS) support
2016-03-28  H.J. Lu[x86] Add a feature bit: Fast_Unaligned_Copy
2016-03-22  H.J. LuSet index_arch_AVX_Fast_Unaligned_Load only for Intel...
2016-03-10  H.J. LuAdd _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.h
2016-03-08  H.J. LuDefine _HAVE_STRING_ARCH_mempcpy to 1 for x86
2016-02-18  H.J. LuAdd _STRING_INLINE_unaligned and string_private.h
2016-01-14  Amit PawarSet index_Fast_Unaligned_Load for Excavator family...
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-12-18  Andrew SenkevichAdded memset optimized with AVX512 for KNL hardware.
2015-12-15  H.J. LuAdd Prefer_MAP_32BIT_EXEC to map executable pages with... hjl/32bit/master
2015-12-15  H.J. LuEnable Silvermont optimizations for Knights Landing
2015-12-07  Andrew SenkevichUtilize x86_64 vector math functions w/o -fopenmp.
2015-11-30  H.J. LuUpdate family and model detection for AMD CPUs
2015-11-27  Andrew SenkevichBetter workaround for aliases of *_finite symbols in...
2015-11-14  H.J. LuRun tst-prelink test for GLOB_DAT reloc
2015-11-10  H.J. LuAdd a test for prelink output
2015-10-28  Joseph MyersHandle more state in i386/x86_64 fesetenv (bug 16068).
2015-10-28  Joseph MyersFix i386/x86_64 fesetenv SSE exception clearing (bug...
2015-09-25  Joseph MyersFix pow missing underflows (bug 18825).
2015-09-04  Joseph MyersRename bits/linkmap.h to linkmap.h (bug 14912).
2015-08-27  H.J. LuDetect and select i586/i686 implementation at run-time fedora/master
2015-08-26  H.J. LuDon't disable SSE in x86-64 ld.so
2015-08-20  H.J. LuMove x86_64 init-arch.h to sysdeps/x86/init-arch.h
2015-08-20  Florian Weimernptl: Document crash due to incorrect use of locks
2015-08-19  H.J. LuAlso check __i586__/__i686__ for HAS_I586/HAS_I686
2015-08-18  H.J. LuDefine HAS_CPUID/HAS_I586/HAS_I686 from -march=
2015-08-13  H.J. LuCheck if cpuid is available in init_cpu_features
2015-08-13  H.J. LuAdd _dl_x86_cpu_features to rtld_global
2015-07-09  Igor ZamyatinPreserve bound registers for pointer pass/return
2015-07-07  Torvald RiegelDo not create invalid pointers in C code of string...
2015-06-18  Andrew SenkevichVector sincosf for x86_64 and tests.
2015-06-18  Andrew SenkevichVector sincos for x86_64 and tests.
2015-06-18  Andrew SenkevichVector powf for x86_64 and tests.
2015-06-17  Andrew SenkevichVector pow for x86_64 and tests.
2015-06-17  Andrew SenkevichVector expf for x86_64 and tests.
2015-06-17  Andrew SenkevichVector exp for x86_64 and tests.
2015-06-17  Andrew SenkevichVector logf for x86_64 and tests.
2015-06-17  Andrew SenkevichVector log for x86_64 and tests.
2015-06-15  Andrew SenkevichVector sinf for x86_64 and tests.
2015-06-11  Andrew SenkevichVector sin for x86_64 and tests.
2015-06-09  Andrew SenkevichVector cosf for x86_64.
2015-06-09  Andrew SenkevichStart of series of patches with x86_64 vector math...
2015-02-18  Joseph MyersFix atan / atan2 missing underflows (bug 15319).
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-30  Joseph MyersFix libm feraiseexcept namespace (bug 17723).
2014-11-27  J. BrownRecognize recent x86 CPUs in string.h
2014-09-29  Joseph MyersRun tst-ld-sse-use.sh with bash.
2014-09-12  Siddhesh PoyarekarEnhance tst-xmmymm.sh to detect zmm register usage...
2014-08-13  Siddhesh PoyarekarFix comment error that Jakub pointed out but I forgot...
2014-08-13  Siddhesh PoyarekarDisable x87 inline functions for x86_64 and SSE [BZ...
2014-06-25  Roland McGrathx86: Consolidate unnecessary nptl/ subdirectories.
2014-06-24  Siddhesh PoyarekarFix namespace violation in pthreadtypes.h (BZ #17084)
2014-06-24  Siddhesh PoyarekarFix build warning in pthread_rwlock_*
2014-06-23  Joseph MyersFix pow overflow in non-default rounding modes (bug...
2014-06-19  H.J. LuUse 3 bytes for __pad1 in pthread_rwlock_t for x32
2014-06-13  Andi KleenAdd adaptive elision to rwlocks
2014-05-14  Roland McGrathMove NPTL public ABI headers for x86 to sysdeps/x86...
2014-05-09  Joseph MyersInclude SSE state in i386 fenv_t (bug 16064).
2014-04-25  H.J. LuReplace __int128 with __int128_t in bits/link.h
2014-04-16  Igor ZamyatinSave/restore bound registers for _dl_runtime_profile
2014-03-21  Siddhesh PoyarekarFix -Wundef warnins for __FP_FAST_FMA*
2014-03-13  Igor ZamyatinSave and restore AVX-512 zmm registers to x86-64 ld.so
2014-03-06  Joseph MyersEnumerate tests with special rules in tests-special...
2014-02-21  Joseph MyersGenerate .test-result files for tests with special...
2014-02-21  Joseph MyersComplete _BSD_SOURCE / _SVID_source followup cleanup.
2014-02-12  Joseph MyersCombine __USE_BSD and __USE_SVID into __USE_MISC.
2014-01-29  H.J. LuDisable x87 inline functions for SSE2 math
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
next