aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/microcode_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-13x86, microcode: Move to a proper locationBorislav Petkov1-645/+0
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+1
2013-01-31x86/microcode_intel.h: Define functions and macros for early loading ucodeFenghua Yu1-3/+4
2012-10-01Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-33/+34
2012-08-27perf/x86: Fix microcode revision check for SNB-PEBSStephane Eranian1-0/+3
2012-08-22x86, microcode: Add a refresh firmware flag to ->request_microcode_fwBorislav Petkov1-5/+6
2012-08-22x86, microcode: Cleanup cpu hotplug notifier callbackBorislav Petkov1-9/+16
2012-08-22x86, microcode: Drop uci->mc check on resume pathBorislav Petkov1-11/+5
2012-08-22x86, microcode: Save an indentation level in reload_for_cpuBorislav Petkov1-10/+9
2012-07-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-07-05perf/x86: Add a microcode revision check for SNB-PEBSPeter Zijlstra1-3/+7
2012-07-01x86, microcode: Make reload interface per systemBorislav Petkov1-8/+28
2012-07-01x86, microcode: Sanitize per-cpu microcode reloading interfaceBorislav Petkov1-7/+19
2012-06-20x86/microcode: Mark microcode_id[] as __initconstJan Beulich1-1/+1
2012-05-07x86, microcode: microcode_core.c simple_strtoul cleanupShuah Khan1-5/+4
2012-04-13x86, microcode: Ensure that module is only loaded on supported AMD CPUsAndreas Herrmann1-3/+3
2012-04-13x86, microcode: Fix sysfs warning during module unload on unsupported CPUsAndreas Herrmann1-3/+1
2012-01-26x86: autoload microcode driver on Intel and AMD systems v2Andi Kleen1-0/+15
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-31/+33
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-31/+33
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-28/+30
2011-12-14x86, microcode, AMD: Add a vendor-specific exit functionBorislav Petkov1-0/+5
2011-12-05x86, microcode: Fix the failure path of microcode update driver init codeSrivatsa S. Bhat1-9/+19
2011-10-13x86, microcode: Don't request microcode from userspace unnecessarilySrivatsa S. Bhat1-1/+7
2011-03-29x86, microcode: Unregister syscore_ops after microcode unloadedXiaotian Feng1-0/+1
2011-03-23x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki1-20/+14
2011-02-09x86, microcode: Correct sysdev_add error pathBorislav Petkov1-2/+4
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-18Update broken web addresses in arch directory.Justin P. Mattock1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers1-0/+1
2010-04-14x86/microcode: Use nonseekable_open()Arnd Bergmann1-2/+2
2010-01-23Revert "x86: ucode-amd: Load ucode-patches once ..."Andreas Herrmann1-6/+0
2009-12-23Revert "x86, ucode-amd: Ensure ucode update on suspend/resume after CPU off/online cycle"Linus Torvalds1-1/+1
2009-12-09arch/x86/kernel/microcode*: Use pr_fmt() and remove duplicated KERN_ERR prefixJoe Perches1-12/+14
2009-12-08Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+7
2009-11-11x86, ucode-amd: Ensure ucode update on suspend/resume after CPU off/online cycleAndreas Herrmann1-1/+1
2009-11-10x86: ucode-amd: Load ucode-patches once and not separately of each CPUAndreas Herrmann1-0/+6
2009-10-14x86: Remove BKL from microcodeThomas Gleixner1-2/+0
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-2/+2
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-1/+1
2009-06-15Driver Core: misc: add nodename support for misc devices.Kay Sievers1-0/+1
2009-05-12x86: microcode: use smp_call_function_single instead of set_cpus_allowed, cleanup of synchronization logicDmitry Adamushko1-140/+189
2009-04-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2009-04-17x86: fix microcode driver newly spewing warningsDmitry Adamushko1-2/+0
2009-04-14x86 microcode: revert some work_on_cpuHugh Dickins1-22/+11
2009-03-18x86: microcode: cleanupIngo Molnar1-29/+29
2009-03-18x86: cpumask: use work_on_cpu in arch/x86/kernel/microcode_core.cRusty Russell1-45/+61
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar1-3/+3
2008-12-20x86: fix resume (S2R) broken by Intel microcode module, on A110LDmitry Adamushko1-5/+14