aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/microcode_amd.c
AgeCommit message (Expand)Author
2011-10-19x86, microcode, AMD: Add microcode revision to /proc/cpuinfoBorislav Petkov
2011-06-16x86, microcode, AMD: Fix section header size checkBorislav Petkov
2011-06-15x86, microcode, AMD: Correct buf referencesBorislav Petkov
2011-02-20x86, microcode, AMD: Fix signedness bug in generic_load_microcode()Dan Carpenter
2011-02-10x86, microcode, AMD: Extend ucode size verificationBorislav Petkov
2011-02-09x86, microcode, AMD: Cleanup dmesg outputBorislav Petkov
2011-02-09x86, microcode, AMD: Remove unneeded memset callBorislav Petkov
2011-02-09x86, microcode, AMD: Simplify get_next_ucodeBorislav Petkov
2011-02-09x86, microcode, AMD: Simplify install_equiv_cpu_tableBorislav Petkov
2011-02-09x86, microcode, AMD: Release firmware on errorBorislav Petkov
2011-01-06Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-11-10x86, microcode, AMD: Cleanup code a bitBorislav Petkov
2010-11-10x86, microcode, AMD: Replace vmalloc+memset with vzallocJesper Juhl
2010-11-10x86: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl
2010-01-23Revert "x86: ucode-amd: Load ucode-patches once ..."Andreas Herrmann
2009-12-09arch/x86/kernel/microcode*: Use pr_fmt() and remove duplicated KERN_ERR prefixJoe Perches
2009-11-17x86: ucode-amd: Move family check to microcde_amd.c's init functionAndreas Herrmann
2009-11-10x86: ucode-amd: Convert printk(KERN_*...) to pr_*(...)Andreas Herrmann
2009-11-10x86: ucode-amd: Don't warn when no ucode is available for a CPU revisionAndreas Herrmann
2009-11-10x86: ucode-amd: Load ucode-patches once and not separately of each CPUAndreas Herrmann
2009-11-10x86, amd-ucode: Remove needless log messagesAndreas Herrmann
2009-11-10x86, amd-ucode: Check UCODE_MAGIC before loading the container fileBorislav Petkov
2009-06-07x86, microcode: Simplify vfree() useFigo.zhang
2009-05-12x86: microcode: use smp_call_function_single instead of set_cpus_allowed, cle...Dmitry Adamushko
2009-03-18x86: microcode: cleanupIngo Molnar
2008-12-19x86: fix warning in arch/x86/kernel/microcode_amd.cIngo Molnar
2008-12-16x86: microcode_amd: modify log messagesAndreas Herrmann
2008-12-16x86: microcode_amd: use 'packed' attribute for structsAndreas Herrmann
2008-12-16x86: microcode_amd: remove (wrong) chipset deivce ID checksAndreas Herrmann
2008-12-16x86: microcode_amd: consolidate macro definitionsAndreas Herrmann
2008-12-16x86: microcode_amd: replace inline asm by common rdmsr/wrmsr functionsAndreas Herrmann
2008-12-16x86: microcode_amd: don't pass superfluous function pointer for get_ucode_dataAndreas Herrmann
2008-12-16x86: microcode_amd: fix compile warningAndreas Herrmann
2008-12-16x86: microcode_amd: fix checkpatch warnings/errorsAndreas Herrmann
2008-12-16x86: microcode_amd: fix typos and trailing whitespaces in log messagesAndreas Herrmann
2008-12-16x86: microcode_amd: fix wrong handling of equivalent CPU idAndreas Herrmann
2008-10-28x86: AMD microcode patch loader author updatePeter Oruba
2008-09-24x86, microcode_amd: cleanup, mark request_microcode_user() as unsupportedDmitry Adamushko
2008-09-23x86, microcode rework, v2, renaming cont.Peter Oruba
2008-09-23x86, microcode rework, v2, renamingPeter Oruba
2008-09-23x86: moved microcode.c to microcode_intel.cDmitry Adamushko
2008-09-14x86, microcode rework, v2, fixIngo Molnar
2008-09-12x86, microcode rework, v2Dmitry Adamushko
2008-08-22x86, microcode_amd: fix shift warningRandy Dunlap
2008-08-20x86-microcode: generic interface refactoringDmitry Adamushko
2008-08-20x86-microcode: fix unbalanced use of get_cpu()Dmitry Adamushko
2008-07-31x86: minor pointer type cast in AMD microcode patch loaderPeter Oruba
2008-07-31x86: moved function declarations out from AMD microcode patch loader to heade...Peter Oruba
2008-07-31x86: AMD microcode patch loader style correctionsPeter Oruba
2008-07-29Merge commit 'v2.6.27-rc1' into x86/microcodeIngo Molnar