| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-04-13 | x86, microcode: Ensure that module is only loaded on supported AMD CPUs |  Andreas Herrmann | 1 | -5/+7 |
| 2012-02-07 | x86/microcode: Remove noisy AMD microcode warning |  Prarit Bhargava | 1 | -1/+0 |
| 2012-01-26 | x86/microcode_amd: Add support for CPU family specific container files |  Andreas Herrmann | 1 | -2/+22 |
| 2011-12-14 | x86, microcode, AMD: Update copyrights |  Borislav Petkov | 1 | -3/+7 |
| 2011-12-14 | x86, microcode, AMD: Exit early on success |  Borislav Petkov | 1 | -13/+9 |
| 2011-12-14 | x86, microcode, AMD: Simplify ucode verification |  Borislav Petkov | 1 | -86/+93 |
| 2011-12-14 | x86, microcode, AMD: Add a reusable buffer |  Borislav Petkov | 1 | -0/+8 |
| 2011-12-14 | x86, microcode, AMD: Add a vendor-specific exit function |  Borislav Petkov | 1 | -0/+4 |
| 2011-10-19 | x86, microcode, AMD: Add microcode revision to /proc/cpuinfo |  Borislav Petkov | 1 | -2/+3 |
| 2011-06-16 | x86, microcode, AMD: Fix section header size check |  Borislav Petkov | 1 | -7/+8 |
| 2011-06-15 | x86, microcode, AMD: Correct buf references |  Borislav Petkov | 1 | -3/+3 |
| 2011-02-20 | x86, microcode, AMD: Fix signedness bug in generic_load_microcode() |  Dan Carpenter | 1 | -1/+1 |
| 2011-02-10 | x86, microcode, AMD: Extend ucode size verification |  Borislav Petkov | 1 | -16/+44 |
| 2011-02-09 | x86, microcode, AMD: Cleanup dmesg output |  Borislav Petkov | 1 | -14/+16 |
| 2011-02-09 | x86, microcode, AMD: Remove unneeded memset call |  Borislav Petkov | 1 | -1/+0 |
| 2011-02-09 | x86, microcode, AMD: Simplify get_next_ucode |  Borislav Petkov | 1 | -36/+32 |
| 2011-02-09 | x86, microcode, AMD: Simplify install_equiv_cpu_table |  Borislav Petkov | 1 | -13/+8 |
| 2011-02-09 | x86, microcode, AMD: Release firmware on error |  Borislav Petkov | 1 | -12/+14 |
| 2011-01-06 | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -24/+10 |
| 2010-11-10 | x86, microcode, AMD: Cleanup code a bit |  Borislav Petkov | 1 | -20/+5 |
| 2010-11-10 | x86, microcode, AMD: Replace vmalloc+memset with vzalloc |  Jesper Juhl | 1 | -9/+10 |
| 2010-11-10 | x86: Remove unnecessary casts of void ptr returning alloc function return values |  Jesper Juhl | 1 | -1/+1 |
| 2010-01-23 | Revert "x86: ucode-amd: Load ucode-patches once ..." |  Andreas Herrmann | 1 | -31/+13 |
| 2009-12-09 | arch/x86/kernel/microcode*: Use pr_fmt() and remove duplicated KERN_ERR prefix |  Joe Perches | 1 | -21/+19 |
| 2009-11-17 | x86: ucode-amd: Move family check to microcde_amd.c's init function |  Andreas Herrmann | 1 | -6/+15 |
| 2009-11-10 | x86: ucode-amd: Convert printk(KERN_*...) to pr_*(...) |  Andreas Herrmann | 1 | -19/+15 |
| 2009-11-10 | x86: ucode-amd: Don't warn when no ucode is available for a CPU revision |  Andreas Herrmann | 1 | -4/+1 |
| 2009-11-10 | x86: ucode-amd: Load ucode-patches once and not separately of each CPU |  Andreas Herrmann | 1 | -7/+17 |
| 2009-11-10 | x86, amd-ucode: Remove needless log messages |  Andreas Herrmann | 1 | -8/+1 |
| 2009-11-10 | x86, amd-ucode: Check UCODE_MAGIC before loading the container file |  Borislav Petkov | 1 | -0/+6 |
| 2009-06-07 | x86, microcode: Simplify vfree() use |  Figo.zhang | 1 | -8/+4 |
| 2009-05-12 | x86: microcode: use smp_call_function_single instead of set_cpus_allowed, cleanup of synchronization logic |  Dmitry Adamushko | 1 | -36/+22 |
| 2009-03-18 | x86: microcode: cleanup |  Ingo Molnar | 1 | -23/+20 |
| 2008-12-19 | x86: fix warning in arch/x86/kernel/microcode_amd.c |  Ingo Molnar | 1 | -1/+2 |
| 2008-12-16 | x86: microcode_amd: modify log messages |  Andreas Herrmann | 1 | -32/+26 |
| 2008-12-16 | x86: microcode_amd: use 'packed' attribute for structs |  Andreas Herrmann | 1 | -22/+23 |
| 2008-12-16 | x86: microcode_amd: remove (wrong) chipset deivce ID checks |  Andreas Herrmann | 1 | -27/+5 |
| 2008-12-16 | x86: microcode_amd: consolidate macro definitions |  Andreas Herrmann | 1 | -13/+3 |
| 2008-12-16 | x86: microcode_amd: replace inline asm by common rdmsr/wrmsr functions |  Andreas Herrmann | 1 | -18/+5 |
| 2008-12-16 | x86: microcode_amd: don't pass superfluous function pointer for get_ucode_data |  Andreas Herrmann | 1 | -17/+12 |
| 2008-12-16 | x86: microcode_amd: fix compile warning |  Andreas Herrmann | 1 | -9/+11 |
| 2008-12-16 | x86: microcode_amd: fix checkpatch warnings/errors |  Andreas Herrmann | 1 | -11/+14 |
| 2008-12-16 | x86: microcode_amd: fix typos and trailing whitespaces in log messages |  Andreas Herrmann | 1 | -6/+6 |
| 2008-12-16 | x86: microcode_amd: fix wrong handling of equivalent CPU id |  Andreas Herrmann | 1 | -17/+6 |
| 2008-10-28 | x86: AMD microcode patch loader author update |  Peter Oruba | 1 | -1/+1 |
| 2008-09-24 | x86, microcode_amd: cleanup, mark request_microcode_user() as unsupported |  Dmitry Adamushko | 1 | -32/+4 |
| 2008-09-23 | x86, microcode rework, v2, renaming cont. |  Peter Oruba | 1 | -9/+8 |
| 2008-09-23 | x86, microcode rework, v2, renaming |  Peter Oruba | 1 | -7/+7 |
| 2008-09-23 | x86: moved microcode.c to microcode_intel.c |  Dmitry Adamushko | 1 | -29/+43 |
| 2008-09-14 | x86, microcode rework, v2, fix |  Ingo Molnar | 1 | -2/+4 |