index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-17
elf: Silence GCC 11/12 false positive warning
H.J. Lu
1
-0
/
+10
2022-06-16
x86: Rename generic functions with unique postfix for clarity
Noah Goldstein
29
-76
/
+190
2022-06-16
x86: Add BMI1/BMI2 checks for ISA_V3 check
Noah Goldstein
1
-1
/
+2
2022-06-16
x86-64: Handle fewer relocation types for RTLD_BOOTSTRAP
Fangrui Song
1
-26
/
+6
2022-06-15
aarch64: Handle fewer relocations for RTLD_BOOTSTRAP
Fangrui Song
1
-18
/
+15
2022-06-15
riscv: Change the relocations handled for RTLD_BOOTSTRAP
Fangrui Song
1
-13
/
+10
2022-06-15
x86: Cleanup bounds checking in large memcpy case
Noah Goldstein
1
-8
/
+21
2022-06-15
x86: Add bounds `x86_non_temporal_threshold`
Noah Goldstein
2
-2
/
+8
2022-06-15
Remove remnant reference to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
Fangrui Song
2
-6
/
+2
2022-06-15
elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
Fangrui Song
7
-124
/
+5
2022-06-14
x86: Add sse42 implementation to strcmp's ifunc
Noah Goldstein
1
-0
/
+5
2022-06-14
x86: Fix misordered logic for setting `rep_movsb_stop_threshold`
Noah Goldstein
1
-12
/
+12
2022-06-14
elf: Refine direct extern access diagnostics to protected symbol
Fangrui Song
1
-23
/
+27
2022-06-14
Avoid -Wstringop-overflow= warning in iconv module.
Stefan Liebler
1
-2
/
+8
2022-06-10
Add bounds check to __libc_ifunc_impl_list
Wilco Dijkstra
9
-50
/
+20
2022-06-10
libio: Avoid RMW of flags2 outside lock (BZ #27842)
Wilco Dijkstra
1
-1
/
+0
2022-06-09
x86: Optimize svml_s_tanhf4_core_sse4.S
Noah Goldstein
1
-722
/
+133
2022-06-09
x86: Optimize svml_s_tanhf8_core_avx2.S
Noah Goldstein
1
-735
/
+165
2022-06-09
x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4
Noah Goldstein
1
-0
/
+621
2022-06-09
x86: Optimize svml_s_tanhf16_core_avx512.S
Noah Goldstein
1
-235
/
+282
2022-06-09
x86: Improve svml_s_atanhf4_core_sse4.S
Noah Goldstein
1
-206
/
+166
2022-06-09
x86: Improve svml_s_atanhf8_core_avx2.S
Noah Goldstein
1
-201
/
+200
2022-06-09
x86: Improve svml_s_atanhf16_core_avx512.S
Noah Goldstein
1
-228
/
+242
2022-06-09
x86: Align varshift table to 32-bytes
Noah Goldstein
2
-3
/
+5
2022-06-09
x86: Add copyright to strpbrk-c.c
Noah Goldstein
1
-0
/
+18
2022-06-08
nss: handle stat failure in check_reload_and_get (BZ #28752)
Sam James
1
-15
/
+24
2022-06-08
nss: add assert to DB_LOOKUP_FCT (BZ #28752)
Sam James
1
-0
/
+5
2022-06-08
x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]
Noah Goldstein
2
-9
/
+64
2022-06-08
nptl_db: disable DT_RELR on libthread_db.so
Paul E. Murphy
1
-0
/
+6
2022-06-08
elf: add missing newlines in lateglobal test
Andreas Schwab
1
-3
/
+3
2022-06-08
nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)
Adhemerval Zanella
3
-1
/
+85
2022-06-07
x86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no transactions
Noah Goldstein
1
-3
/
+3
2022-06-07
x86: Shrink code size of memchr-evex.S
Noah Goldstein
1
-21
/
+25
2022-06-07
x86: Shrink code size of memchr-avx2.S
Noah Goldstein
2
-50
/
+60
2022-06-07
x86: Optimize memrchr-avx2.S
Noah Goldstein
2
-268
/
+247
2022-06-07
x86: Optimize memrchr-evex.S
Noah Goldstein
1
-252
/
+249
2022-06-07
x86: Optimize memrchr-sse2.S
Noah Goldstein
1
-291
/
+262
2022-06-07
Benchtests: Improve memrchr benchmarks
Noah Goldstein
1
-41
/
+61
2022-06-07
x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`
Noah Goldstein
2
-0
/
+19
2022-06-07
x86: Create header for VEC classes in x86 strings library
Noah Goldstein
7
-0
/
+327
2022-06-07
powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197]
Matheus Castanho
1
-2
/
+2
2022-06-07
AArch64: Sort makefile entries
Wilco Dijkstra
1
-6
/
+18
2022-06-07
AArch64: Add SVE memcpy
Wilco Dijkstra
5
-40
/
+282
2022-06-06
x86_64: Add strstr function with 512-bit EVEX
Raghuveer Devulapalli
4
-4
/
+242
2022-06-06
scripts/glibcelf.py: Add PT_AARCH64_MEMTAG_MTE constant
Adhemerval Zanella
1
-0
/
+4
2022-06-06
socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225)
Dmitriy Fedchenko
1
-1
/
+1
2022-06-06
Declare timegm for ISO C2X
Joseph Myers
1
-5
/
+14
2022-06-06
Add PT_AARCH64_MEMTAG_MTE from Linux 5.18 to elf.h
Joseph Myers
1
-0
/
+3
2022-06-05
grep: egrep -> grep -E, fgrep -> grep -F
Sam James
24
-127
/
+127
2022-06-03
string.h: Fix boolean spelling in comments
H.J. Lu
1
-1
/
+1
[prev]
[next]