| Commit message (Expand) | Author | Age | Files | Lines |
* | Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86 | H.J. Lu | 2016-05-08 | 1 | -673/+0 |
* | X86-64: Use non-temporal store in memcpy on large data | H.J. Lu | 2016-04-12 | 1 | -0/+8 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Move x86_64 init-arch.h to sysdeps/x86/init-arch.h | H.J. Lu | 2015-08-20 | 1 | -1/+1 |
* | Add _dl_x86_cpu_features to rtld_global | H.J. Lu | 2015-08-13 | 1 | -125/+12 |
* | Limit threads sharing L2 cache to 2 for SLM/KNL | H.J. Lu | 2015-03-31 | 1 | -0/+23 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Replace cpuid asm statement with __cpuid_count | H.J. Lu | 2014-08-12 | 1 | -3/+1 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Change __x86_64 prefix in cache size to __x86 | H.J. Lu | 2013-01-05 | 1 | -27/+27 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -4/+2 |
* | Fix typo in cache information table for x86-{32,64}. | Ulrich Drepper | 2011-04-03 | 1 | -1/+1 |
* | Last change caused infinite loops because of missing loop increment. | Ulrich Drepper | 2011-03-22 | 1 | -0/+2 |
* | Implement x86 cpuid handling of leaf4 for cache information. | Ulrich Drepper | 2011-03-20 | 1 | -0/+49 |
* | Enable SSE2 memset for AMD'supcoming Orochi processor. | Harsha Jagasia | 2011-03-04 | 1 | -15/+34 |
* | 32bit memset-sse2.S fails with uneven cache size | Ulrich Drepper | 2010-11-05 | 1 | -2/+18 |
* | Optimize 32bit memset/memcpy with SSE2/SSSE3. | H.J. Lu | 2010-01-12 | 1 | -2/+8 |
* | Fix whitespaces in last checkin. | Ulrich Drepper | 2009-08-07 | 1 | -1/+1 |
* | Properly count number of logical processors on Intel CPUs. | H.J. Lu | 2009-08-07 | 1 | -4/+38 |
* | Support multiarch for i686. | H.J. Lu | 2009-07-31 | 1 | -38/+41 |
* | Avoid cpuid instructions in cache info discovery. | Ulrich Drepper | 2009-07-23 | 1 | -19/+31 |
* | Add more cache descriptors for L3 caches on x86 and x86-64. | Ulrich Drepper | 2009-07-23 | 1 | -0/+3 |
* | Simplify CPUID value handling. | Ulrich Drepper | 2009-05-31 | 1 | -4/+4 |
* | Compact cache info data structure for x86/x86-64. | Ulrich Drepper | 2009-05-29 | 1 | -77/+77 |
* | * version.h (VERSION): Bump to 2.10.1.cvs/fedora-glibc-20090510T1842cvs/master | Ulrich Drepper | 2009-05-10 | 1 | -0/+1 |
* | * config.h.in (USE_MULTIARCH): Define. | Ulrich Drepper | 2009-03-13 | 1 | -4/+28 |
* | * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors. | Ulrich Drepper | 2009-02-01 | 1 | -0/+14 |
* | * sysdeps/x86_64/rtld-memset.c: New file. | Ulrich Drepper | 2008-03-07 | 1 | -9/+1 |
* | (intel_02_known): New entry 0x3f. | Ulrich Drepper | 2007-12-23 | 1 | -0/+1 |
* | * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of | Ulrich Drepper | 2007-10-17 | 1 | -0/+8 |
* | * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define. | Ulrich Drepper | 2007-10-16 | 1 | -4/+26 |
* | * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem | Ulrich Drepper | 2007-10-10 | 1 | -0/+8 |
* | * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed | Ulrich Drepper | 2007-09-22 | 1 | -18/+58 |
* | * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation ofcvs/fedora-glibc-20070825T1839 | Ulrich Drepper | 2007-08-25 | 1 | -8/+6 |
* | * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache | Ulrich Drepper | 2007-08-25 | 1 | -2/+56 |
* | * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries. | Ulrich Drepper | 2007-07-09 | 1 | -0/+2 |
* | * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value | Ulrich Drepper | 2007-05-21 | 1 | -18/+19 |
* | * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information | Ulrich Drepper | 2007-05-21 | 1 | -0/+450 |