about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch release/2.28/master into ibm/2.28/master ibm/2.28/masterTulio Magno Quites Machado Filho2021-02-1322-158/+632
|\
| * gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)Florian Weimer2021-01-273-20/+178
| * x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu2021-01-136-25/+32
| * x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu2021-01-134-1/+13
| * x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu2021-01-122-0/+22
| * aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]Szabolcs Nagy2020-11-041-8/+4
| * AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra2020-10-143-2/+8
| * AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra2020-10-143-4/+8
| * [AArch64] Improve integer memcpyWilco Dijkstra2020-10-141-96/+101
| * aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch2020-10-141-35/+47
| * AArch64: Improve backwards memmove performanceWilco Dijkstra2020-10-141-3/+4
| * AArch64: Add optimized Q-register memcpyWilco Dijkstra2020-10-145-4/+255
| * AArch64: Align ENTRY to a cachelineWilco Dijkstra2020-10-141-1/+1
* | Merge branch release/2.28/master into ibm/2.28/masterTulio Magno Quites Machado Filho2020-10-032-0/+16
|\|
| * NEWS: Mention BZ 25933 fixH.J. Lu2020-07-041-0/+1
| * Fix avx2 strncmp offset compare condition check [BZ #25933]Sunil K Pandey2020-07-041-0/+15
* | Merge branch release/2.28/master into ibm/2.28/masterTulio Magno Quites Machado Filho2020-03-239-16/+46
|\|
| * Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2020-03-202-12/+17
| * Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2020-03-204-0/+17
| * riscv: Do not use __has_include__Florian Weimer2020-01-212-1/+6
| * misc/test-errno-linux: Handle EINVAL from quotactlFlorian Weimer2019-12-051-2/+3
| * <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar2019-12-052-1/+3
* | Merge branch release/2.28/master into ibm/2.28/masterTulio Magno Quites Machado Filho2019-12-045-3/+47
|\|
| * x86: Assume --enable-cet if GCC defaults to CET [BZ #25225]Florian Weimer2019-12-033-2/+31
| * libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]Florian Weimer2019-11-282-0/+6
| * rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki2019-11-222-1/+10
* | Merge branch release/2.28/master into ibm/2.28/masterTulio Magno Quites Machado Filho2019-11-2261-963/+1216
|\|
| * Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler2019-11-068-42/+132
| * mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic2019-11-053-5/+89
| * elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer2019-11-013-5/+22
| * nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie2019-10-312-1/+13
| * Call _dl_open_check after relocation [BZ #24259]H.J. Lu2019-10-3118-5/+387
| * Base max_fast on alignment, not width, of bins (Bug 24903)DJ Delorie2019-10-311-1/+1
| * malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]Niklas Hambüchen2019-10-302-0/+12
| * malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]Florian Weimer2019-10-302-1/+7
| * malloc: Various cleanups for malloc/tst-mxfastFlorian Weimer2019-10-303-9/+16
| * Add glibc.malloc.mxfast tunableDJ Delorie2019-10-307-7/+96
| * nscd: avoid assertion failure during persistent db checkAndreas Schwab2019-10-302-1/+6
| * Small tcache improvementsWilco Dijkstra2019-10-303-9/+15
| * Fix assertion in malloc.c:tcache_get.Joseph Myers2019-10-302-1/+6
| * Improve performance of memmemWilco Dijkstra2019-09-132-42/+89
| * Improve performance of strstrWilco Dijkstra2019-09-133-51/+132
| * Speedup first memmem matchRajalakshmi Srinivasaraghavan2019-09-132-0/+8
| * Simplify and speedup strstr/strcasestr first matchWilco Dijkstra2019-09-133-45/+40
| * [AArch64] Add ifunc support for AresWilco Dijkstra2019-09-065-2/+15
| * posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-125-5/+53
| * aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy2019-07-122-4/+36
| * aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy2019-07-102-0/+12
| * io: Remove copy_file_range emulation [BZ #24744]Florian Weimer2019-07-0912-776/+78
* | Merge branch release/2.28/master into ibm/2.28/masterTulio Magno Quites Machado Filho2019-06-2718-137/+342
|\|