Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_add_cpufreq-aperf_manpage.patch | Add a manpage mostly taken from the source code comments and the command help output. =================================================================== |
no | ||||
0001-Only-x86-has-cpuid-instruction.patch | [PATCH 1/8] Only x86 has cpuid instruction | Zhang Le <r0bertz@gentoo.org> | no | 2010-07-18 | ||
0003-cpufrequtils-aperf-Fix-MSR-read-on-32-bit.patch | [PATCH 3/8] cpufrequtils aperf: Fix MSR read on 32-bit The cpufreq-aperf command does not work on 32-bit systems. The reason for that is a wrong count argument passed to the read() call. Instead of the buffer size, the size of the pointer to the buffer is used. On 64-bit systems this just happened to work, because we need to read an 8 byte value and a pointer has a size of 8 bytes on 64-bit. On 32-bit systems only 4 bytes are read, which then triggers the error path. |
Frank Arnold <frank.arnold@amd.com> | no | 2010-12-08 | ||
0004-i18n-Catalan.patch | [PATCH 4/8] i18n: Catalan | Dominik Brodowski <linux@dominikbrodowski.net> | no | 2011-03-09 | ||
0005-cpufrequtils-sysfs-increase-MAX_LINE_LEN.patch | [PATCH 5/8] cpufrequtils sysfs: increase MAX_LINE_LEN larger sysfs data (>255 bytes) was truncated and thus used improperly |
Roman Vasiyarov <rvasiyarov@gmail.com> | no | 2011-04-25 | ||
0006-aperf-fix-compilation-on-x86-32-with-fPIC.patch | [PATCH 6/8] aperf: fix compilation on x86-32 with -fPIC ebx is used to store the GOT pointer when compiled with -fPIC, so it's not usable by inline assembly. https://bugs.gentoo.org/375967 |
Matt Turner <mattst88@gmail.com> | no | 2011-07-26 | ||
0007-po-add-missing-word-in-DE.patch | [PATCH 7/8] po: add missing word in DE | Dominik Brodowski <linux@dominikbrodowski.net> | no | 2011-07-29 | ||
0008-cpufrequtils-make-NLS-optional.patch | [PATCH 8/8] cpufrequtils: make NLS optional https://bugs.gentoo.org/205576 |
Sergey Dryabzhinsky <sergey.dryabzhinsky@gmail.com> | no | 2011-08-13 | ||
10_build_static_lib.patch | Build the static library archive even without libtool =================================================================== |
no | ||||
11_dont_touch_po_files.patch | Do not update po files upon building and installing binaries. Use a separate target instead. =================================================================== |
no | ||||
12_fix_typo_in_man.patch | Fix typos in man files. | no |