aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/microcode_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-26x86: microcode: fix sparse warningsHannes Eder1-3/+3
2008-10-28x86: microcode patch loader author updatePeter Oruba1-2/+2
2008-10-02x86/microcode: fix sleeping function called from invalid context at kernel/mutex.cDmitry Adamushko1-7/+6
2008-09-24x86: microcode patch loader bugfixPeter Oruba1-1/+1
2008-09-23x86: moved microcode.c to microcode_intel.cDmitry Adamushko1-0/+509