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