| Commit message (Expand) | Author | Age | Files | Lines |
* | Move file_util to base/files/ directory. | brettw@chromium.org | 2014-08-13 | 1 | -1/+1 |
* | Disable Poly1305 code only on bad chips. | agl@chromium.org | 2014-08-08 | 1 | -31/+82 |
* | base: check XSAVE CPUID bit before xgetbv. | agl@chromium.org | 2014-05-28 | 1 | -0/+6 |
* | Checking for 'model name' string in /proc/cpuinfo for ARM. | grunell@chromium.org | 2014-05-06 | 1 | -7/+14 |
* | Parsing /proc/cpuinfo for cpu branding information on Android and Aura. | puttaraju.r@samsung.com | 2014-04-28 | 1 | -7/+50 |
* | net: boost AES-GCM ciphers if the machine has AES-NI. | agl@chromium.org | 2013-12-02 | 1 | -0/+2 |
* | crypto: disable NSS AES-NI support when AVX is disabled by OS. | agl@chromium.org | 2013-11-22 | 1 | -23/+33 |
* | Force virtual contexts on Chrome OS ARM | piman@chromium.org | 2013-10-31 | 1 | -0/+7 |
* | Revert 216795 "Adding check for OS support to AVX" | thestig@chromium.org | 2013-08-10 | 1 | -13/+1 |
* | Adding check for OS support to AVX | dalecurtis@chromium.org | 2013-08-10 | 1 | -1/+13 |
* | Include CPU information in UMA system profile. | simonjam@chromium.org | 2013-07-18 | 1 | -1/+3 |
* | Create a field trial to test if we can detect good QPC implementations. | simonjam@chromium.org | 2013-04-30 | 1 | -0/+8 |
* | Adds AVX detection to CPU and records a histogram of Intel Microarchitecture ... | whunt@chromium.org | 2013-02-02 | 1 | -0/+12 |
* | Use the cpuid instruction to generate the CPU brand string. And | chunyang.dai@intel.com | 2012-10-04 | 1 | -10/+25 |
* | Fix base::CPU detection. | jbauman@chromium.org | 2012-03-31 | 1 | -3/+5 |
* | iwyu: Cleanup in the following files: | jhawkins@chromium.org | 2011-04-04 | 1 | -3/+1 |
* | detect cpu feature for all x64 and x86 platforms (no longer windows only). | jiesun@chromium.org | 2011-02-16 | 1 | -3/+74 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | Check for cpu items before assuming it will work. | mbelshe@google.com | 2008-09-26 | 1 | -8/+10 |
* | Wow, it's been a while since we cleaned EOL. | maruel@google.com | 2008-09-25 | 1 | -52/+52 |
* | Create a class for getting at processor information via the | mbelshe@google.com | 2008-09-24 | 1 | -0/+52 |