]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2022-05-02  H.J. Lux86-64: Improve EVEX strcmp with masked load
2022-05-02  Noah Goldsteinx86: Replace sse2 instructions with avx in memcmp-evex...
2022-05-02  Noah Goldsteinx86: Optimize memset-vec-unaligned-erms.S
2022-05-02  Noah Goldsteinx86: Optimize memcmp-evex-movbe.S for frontend behavior...
2022-05-02  Noah Goldsteinx86: Modify ENTRY in sysdep.h so that p2align can be...
2022-05-02  H.J. Lux86-64: Optimize load of all bits set into ZMM register...
2022-05-02  Noah Goldsteinx86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755]
2022-05-02  H.J. Lux86-64: Use testl to check __x86_string_control
2022-05-02  H.J. Lux86-64: Add Avoid_Short_Distance_REP_MOVSB
2022-05-02  Noah Goldsteinx86: Remove unnecessary overflow check from wcsnlen...
2022-05-02  Noah Goldsteinx86: Improve memmove-vec-unaligned-erms.S
2022-05-02  Noah Goldsteinx86: Improve memset-vec-unaligned-erms.S
2022-05-02  Noah Goldsteinx86: Optimize memcmp-evex-movbe.S
2022-05-02  Noah Goldsteinx86: Optimize memcmp-avx2-movbe.S
2022-05-02  Noah Goldsteinx86: Add EVEX optimized memchr family not safe for RTM
2022-05-02  H.J. Lux86: Set rep_movsb_threshold to 2112 on processors...
2022-05-02  Noah Goldsteinx86: Optimize strchr-evex.S
2022-05-02  Noah Goldsteinx86: Optimize strchr-avx2.S
2022-05-02  Noah Goldsteinx86: Optimize less_vec evex and avx512 memset-vec-unali...
2022-05-02  H.J. Lux86-64: Require BMI2 for strchr-avx2.S
2022-05-02  noahx86: Update large memcpy case in memmove-vec-unaligned...
2022-05-02  noahx86-64: Refactor and improve performance of strchr...
2022-05-02  Sajan Karumanchix86: Adding an upper bound for Enhanced REP MOVSB.
2022-04-14  Stefan LieblerS390: Add new s390 platform z16.
2022-03-15  John David... hppa: Use END instead of PSEUDO_END in swapcontext.S
2022-03-15  John David... hppa: Implement swapcontext in assembler (bug 28960)
2022-03-08  John David... hppa: Fix warnings from _dl_lookup_address
2022-03-08  John David... nptl: Fix cleanups for stack grows up [BZ# 28899]
2022-03-08  John David... hppa: Revise gettext trampoline design
2022-03-08  John David... hppa: Fix swapcontext
2022-03-08  John David... Fix elf/tst-audit2 on hppa
2022-02-19  H.J. LuNEWS: Add a bug fix entry for BZ #28896
2022-02-18  Noah Goldsteinx86: Fix TEST_NAME to make it a string in tst-strncmp...
2022-02-18  Noah Goldsteinx86: Test wcscmp RTM in the wcsncmp overflow case ...
2022-02-18  Noah Goldsteinx86: Fallback {str|wcs}cmp RTM in the ncmp overflow...
2022-02-17  H.J. Lustring: Add a testcase for wcsncmp with SIZE_MAX [BZ...
2022-02-17  H.J. Lu<bits/platform/x86.h>: Correct x86_cpu_TBM
2022-02-03  Florian Weimersocket: Do not use AF_NETLINK in __opensock
2022-02-03  Samuel Thibaulthurd if_index: Explicitly use AF_INET for if index...
2022-02-03  Florian WeimerLinux: Simplify __opensock and fix race condition ...
2022-02-01  H.J. Lux86-64: Test strlen and wcslen with 0 in the RSI regist...
2022-02-01  Noah Goldsteinx86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list...
2022-02-01  H.J. Lux86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]
2022-02-01  H.J. Lux86: Black list more Intel CPUs for TSX [BZ #27398]
2022-02-01  H.J. Lux86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]
2022-02-01  H.J. Lux86: Copy IBT and SHSTK usable only if CET is enabled
2022-01-27  H.J. Lux86-64: Require BMI2 for __strlen_evex and __strnlen_evex
2022-01-27  H.J. LuNEWS: Add a bug fix entry for BZ #27974
2022-01-27  Noah GoldsteinString: Add overflow tests for strnlen, memchr, and...
2022-01-27  Noah Goldsteinx86: Optimize strlen-evex.S
2022-01-27  Noah Goldsteinx86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen...
2022-01-27  Noah Goldsteinx86-64: Add wcslen optimize for sse4.1
2022-01-27  H.J. Lux86-64: Move strlen.S to multiarch/strlen-vec.S
2022-01-27  Alice Xux86-64: Fix an unknown vector operation in memchr-evex.S
2022-01-27  Noah Goldsteinx86: Optimize memchr-evex.S
2022-01-27  Noah Goldsteinx86: Optimize strlen-avx2.S
2022-01-27  Noah Goldsteinx86: Fix overflow bug with wmemchr-sse2 and wmemchr...
2022-01-27  Noah Goldsteinx86: Optimize memchr-avx2.S
2022-01-27  H.J. LuNEWS: Add a bug fix entry for BZ #27457
2022-01-27  Sunil K Pandeyx86-64: Fix ifdef indentation in strlen-evex.S
2022-01-27  H.J. Lux86-64: Use ZMM16-ZMM31 in AVX512 memmove family functions
2022-01-27  H.J. Lux86-64: Use ZMM16-ZMM31 in AVX512 memset family functions
2022-01-27  H.J. Lux86: Add string/memory function tests in RTM region
2022-01-27  H.J. Lux86-64: Add AVX optimized string/memory functions for RTM
2022-01-27  H.J. Lux86-64: Add memcmp family functions with 256-bit EVEX
2022-01-27  H.J. Lux86-64: Add memset family functions with 256-bit EVEX
2022-01-27  H.J. Lux86-64: Add memmove family functions with 256-bit EVEX
2022-01-27  H.J. Lux86-64: Add strcpy family functions with 256-bit EVEX
2022-01-27  H.J. Lux86-64: Add ifunc-avx2.h functions with 256-bit EVEX
2022-01-27  H.J. Lux86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMP
2022-01-27  H.J. Lutest-strnlen.c: Check that strnlen won't go beyond...
2022-01-27  H.J. Lutest-strnlen.c: Initialize wchar_t string with wmemset...
2022-01-27  H.J. LuNEWS: Add a bug fix entry for BZ #28755
2022-01-27  Noah Goldsteinx86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]
2022-01-26  Szabolcs Nagyaarch64: align stack in clone [BZ #27939]
2022-01-26  Florian Weimersupport: Fix xclone build failures on ia64 and hppa
2022-01-24  Florian WeimerLinux: Detect user namespace support in io/tst-getcwd...
2022-01-24  Siddhesh Poyarekarrealpath: Avoid overwriting preexisting error (CVE...
2022-01-24  Siddhesh Poyarekargetcwd: Set errno to ERANGE for size == 1 (CVE-2021...
2022-01-24  Adhemerval... support: Add xclone
2022-01-24  Siddhesh Poyarekartst-realpath-toolong: Fix hurd build
2022-01-24  Siddhesh Poyarekarrealpath: Set errno to ENAMETOOLONG for result larger...
2022-01-24  Siddhesh Poyarekarsupport: Add helpers to create paths longer than PATH_MAX
2022-01-18  Florian Weimerelf: Fix glibc-hwcaps priorities with cache flags misma...
2022-01-18  Paul A. Clarkepowerpc: Fix unrecognized instruction errors with recen...
2022-01-18  Florian WeimerCVE-2022-23218: Buffer overflow in sunrpc svcunix_creat...
2022-01-18  Florian Weimer<shlib-compat.h>: Support compat_symbol_reference for...
2022-01-18  Martin Seborsunrpc: Test case for clnt_create "unix" buffer overflo...
2022-01-18  Florian WeimerCVE-2022-23219: Buffer overflow in sunrpc clnt_create...
2022-01-18  Florian Weimersocket: Add the __sockaddr_un_set function
2022-01-17  Aurelien Jarnox86: use default cache size if it cannot be determined...
2022-01-10  Paul A. Clarkepowerpc: Fix unrecognized instruction errors with recen...
2021-12-17  Matheus Castanhopowerpc64[le]: Allocate extra stack frame on syscall.S
2021-12-04  Nikita Popovgconv: Do not emit spurious NUL character in ISO-2022...
2021-11-30  Matheus Castanhopowerpc64[le]: Fix CFI and LR save address for asm...
2021-11-24  Florian Weimernptl: Do not set signal mask on second setjmp return...
2021-11-24  Adhemerval... support: Add xpthread_kill
2021-11-10  Florian Weimers390: Use long branches across object boundaries (jgh...
2021-10-13  H.J. Luelf: Replace nsid with args.nsid [BZ #27609]
2021-10-07  Stefan LieblerS390: Add PCI_MIO and SIE HWCAPs
next