aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
5 daysCVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...release/2.33/masterFlorian Weimer
5 daysCVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer
5 daysCVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer
5 daysCVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer
13 daysiconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol
2024-04-09aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra
2024-04-09aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab
2024-04-09AArch64: Improve strrchrWilco Dijkstra
2024-04-09AArch64: Optimize strnlenWilco Dijkstra
2024-04-09AArch64: Optimize strlenWilco Dijkstra
2024-04-09AArch64: Optimize strcpyWilco Dijkstra
2024-04-09AArch64: Improve strchrnulWilco Dijkstra
2024-04-09AArch64: Optimize strchrWilco Dijkstra
2024-04-09AArch64: Improve strlen_asimdWilco Dijkstra
2024-04-09AArch64: Optimize memrchrWilco Dijkstra
2024-04-09AArch64: Optimize memchrWilco Dijkstra
2024-04-09aarch64: Optimize string functions with shrn instructionDanila Kutenin
2024-04-09AArch64: Optimize memcmpWilco Dijkstra
2024-04-09AArch64: Improve strnlen performanceWilco Dijkstra
2024-01-31x86_64: Optimize ffsll function code size.Sunil K Pandey
2023-09-11x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein
2023-09-11x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein
2023-09-11x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein
2023-09-11x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein
2023-07-21debug: Mark libSegFault.so as NODELETEFlorian Weimer
2023-05-23Document BZ #20975 fixH.J. Lu
2023-05-23__check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu
2022-11-24x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein
2022-10-04x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno
2022-10-04x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno
2022-10-04x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno
2022-10-04x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno
2022-10-04x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno
2022-10-04x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno
2022-10-04x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno
2022-10-04x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno
2022-09-28nptl: Add backoff mechanism to spinlock loopWangyang Guo
2022-09-28sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein
2022-09-28nptl: Effectively skip CAS in spinlock loopJangwoong Kim
2022-09-28Move assignment out of the CAS conditionH.J. Lu
2022-09-28Add LLL_MUTEX_READ_LOCK [BZ #28537]H.J. Lu
2022-09-28Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]H.J. Lu
2022-09-28Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537]H.J. Lu
2022-08-30elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer
2022-07-18x86: Add missing IS_IN (libc) check to strncmp-sse4_2.SNoah Goldstein
2022-07-18x86: Move mem{p}{mov|cpy}_{chk_}erms to its own fileNoah Goldstein
2022-07-18x86: Move and slightly improve memset_ermsNoah Goldstein
2022-07-18x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl listNoah Goldstein
2022-07-18x86: Put wcs{n}len-sse4.1 in the sse4.1 text sectionNoah Goldstein
2022-07-18x86: Align entry for memrchr to 64-bytes.Noah Goldstein