Age | Commit message (Expand) | Author | Files | Lines |
2023-09-29 | x86: Add support for AVX10 preset and vec size in cpu-features | Noah Goldstein | 4 | -3/+71 |
2023-08-29 | x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643] | H.J. Lu | 1 | -18/+13 |
2023-08-11 | x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745] | Noah Goldstein | 1 | -4/+3 |
2023-08-06 | x86: Fix for cache computation on AMD legacy cpus. | Sajan Karumanchi | 1 | -27/+199 |
2023-07-27 | <sys/platform/x86.h>: Add APX support | H.J. Lu | 4 | -0/+11 |
2023-07-18 | [PATCH v1] x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold. | Noah Goldstein | 1 | -3/+12 |
2023-07-18 | x86: Fix slight bug in `shared_per_thread` cache size calculation. | Noah Goldstein | 1 | -2/+2 |
2023-07-17 | configure: Use autoconf 2.71 | Siddhesh Poyarekar | 1 | -46/+52 |
2023-06-26 | x86: Make dl-cache.h and readelflib.c not Linux-specific | Sergey Bugaev | 1 | -0/+90 |
2023-06-19 | Fix misspellings -- BZ 25337 | Paul Pluzhnikov | 2 | -2/+2 |
2023-06-12 | x86: Make the divisor in setting `non_temporal_threshold` cpu specific | Noah Goldstein | 4 | -26/+51 |
2023-06-12 | x86: Refactor Intel `init_cpu_features` | Noah Goldstein | 1 | -81/+309 |
2023-06-12 | x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4` | Noah Goldstein | 1 | -27/+43 |
2023-06-02 | Fix a few more typos I missed in previous round -- BZ 25337 | Paul Pluzhnikov | 1 | -1/+1 |
2023-05-30 | Fix misspellings in sysdeps/ -- BZ 25337 | Paul Pluzhnikov | 3 | -3/+3 |
2023-05-27 | x86: Use 64MB as nt-store threshold if no cacheinfo [BZ #30429] | Noah Goldstein | 1 | -1/+9 |
2023-04-05 | <sys/platform/x86.h>: Add PREFETCHI support | H.J. Lu | 4 | -0/+7 |
2023-04-05 | <sys/platform/x86.h>: Add AMX-COMPLEX support | H.J. Lu | 4 | -0/+8 |
2023-04-05 | <sys/platform/x86.h>: Add AVX-NE-CONVERT support | H.J. Lu | 4 | -0/+8 |
2023-04-05 | <sys/platform/x86.h>: Add AVX-VNNI-INT8 support | H.J. Lu | 4 | -0/+17 |
2023-04-05 | <sys/platform/x86.h>: Add MSRLIST support | H.J. Lu | 2 | -0/+2 |
2023-04-05 | <sys/platform/x86.h>: Add AVX-IFMA support | H.J. Lu | 4 | -0/+8 |
2023-04-05 | <sys/platform/x86.h>: Add AMX-FP16 support | H.J. Lu | 4 | -0/+8 |
2023-04-05 | <sys/platform/x86.h>: Add WRMSRNS support | H.J. Lu | 2 | -0/+2 |
2023-04-05 | <sys/platform/x86.h>: Add ArchPerfmonExt support | H.J. Lu | 2 | -0/+2 |
2023-04-05 | <sys/platform/x86.h>: Add CMPCCXADD support | H.J. Lu | 4 | -0/+7 |
2023-04-05 | <sys/platform/x86.h>: Add LASS support | H.J. Lu | 2 | -0/+2 |
2023-04-05 | <sys/platform/x86.h>: Add RAO-INT support | H.J. Lu | 4 | -0/+7 |
2023-04-05 | <sys/platform/x86.h>: Add LBR support | H.J. Lu | 2 | -1/+2 |
2023-04-05 | <sys/platform/x86.h>: Add RTM_FORCE_ABORT support | H.J. Lu | 2 | -1/+2 |
2023-04-05 | <sys/platform/x86.h>: Add SGX-KEYS support | H.J. Lu | 2 | -1/+2 |
2023-04-05 | <sys/platform/x86.h>: Add BUS_LOCK_DETECT support | H.J. Lu | 2 | -1/+2 |
2023-04-05 | <sys/platform/x86.h>: Add LA57 support | H.J. Lu | 2 | -1/+2 |
2023-04-05 | <bits/platform/x86.h>: Rename to x86_cpu_INDEX_7_ECX_15 | H.J. Lu | 1 | -1/+1 |
2023-04-04 | x86/dl-cacheinfo: remove unsused parameter from handle_amd | Andreas Schwab | 1 | -36/+30 |
2023-04-03 | x86: Set FSGSBASE to active if enabled by kernel | H.J. Lu | 3 | -0/+31 |
2023-03-29 | Remove --enable-tunables configure option | Adhemerval Zanella Netto | 5 | -68/+29 |
2023-03-21 | x86: Don't check PREFETCHWT1 in tst-cpu-features-cpuinfo.c | DJ Delorie | 1 | -0/+3 |
2023-03-07 | x86: Fix bug about glibc.cpu.hwcaps. | caiyinyu | 1 | -3/+3 |
2023-02-22 | x86-64: Add glibc.cpu.prefer_map_32bit_exec [BZ #28656] | H.J. Lu | 2 | -0/+16 |
2023-02-17 | string: Remove string_private.h | Adhemerval Zanella | 1 | -20/+0 |
2023-02-12 | htl: Generalize i386 pt-machdep.h to x86 | Samuel Thibault | 1 | -0/+28 |
2023-01-18 | x86: Cache computation for AMD architecture. | Sajan Karumanchi | 1 | -159/+45 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 121 | -121/+121 |
2023-01-03 | x86: Check minimum/maximum of non_temporal_threshold [BZ #29953] | H.J. Lu | 1 | -9/+16 |
2022-12-06 | x86_64: State assembler is being tested on sysdeps/x86/configure | Adhemerval Zanella | 2 | -3/+3 |
2022-12-06 | configure: Remove AS check | Adhemerval Zanella | 2 | -3/+3 |
2022-10-06 | elf: Remove _dl_string_hwcap | Javier Pello | 1 | -14/+0 |
2022-10-03 | x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementations | Aurelien Jarno | 1 | -0/+1 |
2022-10-03 | x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementation | Aurelien Jarno | 1 | -0/+1 |