aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/microcode_amd.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-23Revert "x86: ucode-amd: Load ucode-patches once ..."Gravatar Andreas Herrmann 1-31/+13
2009-12-09arch/x86/kernel/microcode*: Use pr_fmt() and remove duplicated KERN_ERR prefixGravatar Joe Perches 1-21/+19
2009-11-17x86: ucode-amd: Move family check to microcde_amd.c's init functionGravatar Andreas Herrmann 1-6/+15
2009-11-10x86: ucode-amd: Convert printk(KERN_*...) to pr_*(...)Gravatar Andreas Herrmann 1-19/+15
2009-11-10x86: ucode-amd: Don't warn when no ucode is available for a CPU revisionGravatar Andreas Herrmann 1-4/+1
2009-11-10x86: ucode-amd: Load ucode-patches once and not separately of each CPUGravatar Andreas Herrmann 1-7/+17
2009-11-10x86, amd-ucode: Remove needless log messagesGravatar Andreas Herrmann 1-8/+1
2009-11-10x86, amd-ucode: Check UCODE_MAGIC before loading the container fileGravatar Borislav Petkov 1-0/+6
2009-06-07x86, microcode: Simplify vfree() useGravatar Figo.zhang 1-8/+4
2009-05-12x86: microcode: use smp_call_function_single instead of set_cpus_allowed, cle...Gravatar Dmitry Adamushko 1-36/+22
2009-03-18x86: microcode: cleanupGravatar Ingo Molnar 1-23/+20
2008-12-19x86: fix warning in arch/x86/kernel/microcode_amd.cGravatar Ingo Molnar 1-1/+2
2008-12-16x86: microcode_amd: modify log messagesGravatar Andreas Herrmann 1-32/+26
2008-12-16x86: microcode_amd: use 'packed' attribute for structsGravatar Andreas Herrmann 1-22/+23
2008-12-16x86: microcode_amd: remove (wrong) chipset deivce ID checksGravatar Andreas Herrmann 1-27/+5
2008-12-16x86: microcode_amd: consolidate macro definitionsGravatar Andreas Herrmann 1-13/+3
2008-12-16x86: microcode_amd: replace inline asm by common rdmsr/wrmsr functionsGravatar Andreas Herrmann 1-18/+5
2008-12-16x86: microcode_amd: don't pass superfluous function pointer for get_ucode_dataGravatar Andreas Herrmann 1-17/+12
2008-12-16x86: microcode_amd: fix compile warningGravatar Andreas Herrmann 1-9/+11
2008-12-16x86: microcode_amd: fix checkpatch warnings/errorsGravatar Andreas Herrmann 1-11/+14
2008-12-16x86: microcode_amd: fix typos and trailing whitespaces in log messagesGravatar Andreas Herrmann 1-6/+6
2008-12-16x86: microcode_amd: fix wrong handling of equivalent CPU idGravatar Andreas Herrmann 1-17/+6
2008-10-28x86: AMD microcode patch loader author updateGravatar Peter Oruba 1-1/+1
2008-09-24x86, microcode_amd: cleanup, mark request_microcode_user() as unsupportedGravatar Dmitry Adamushko 1-32/+4
2008-09-23x86, microcode rework, v2, renaming cont.Gravatar Peter Oruba 1-9/+8
2008-09-23x86, microcode rework, v2, renamingGravatar Peter Oruba 1-7/+7
2008-09-23x86: moved microcode.c to microcode_intel.cGravatar Dmitry Adamushko 1-29/+43
2008-09-14x86, microcode rework, v2, fixGravatar Ingo Molnar 1-2/+4
2008-09-12x86, microcode rework, v2Gravatar Dmitry Adamushko 1-174/+155
2008-08-22x86, microcode_amd: fix shift warningGravatar Randy Dunlap 1-4/+4
2008-08-20x86-microcode: generic interface refactoringGravatar Dmitry Adamushko 1-65/+12
2008-08-20x86-microcode: fix unbalanced use of get_cpu()Gravatar Dmitry Adamushko 1-4/+6
2008-07-31x86: minor pointer type cast in AMD microcode patch loaderGravatar Peter Oruba 1-1/+2
2008-07-31x86: moved function declarations out from AMD microcode patch loader to heade...Gravatar Peter Oruba 1-3/+0
2008-07-31x86: AMD microcode patch loader style correctionsGravatar Peter Oruba 1-3/+3
2008-07-29Merge commit 'v2.6.27-rc1' into x86/microcodeGravatar Ingo Molnar 1-2/+1
2008-07-29x86, microcode: fix module license stringGravatar Ingo Molnar 1-1/+1
2008-07-28x86: AMD microcode patch loading supportGravatar Peter Oruba 1-0/+521