Age | Commit message (Expand) | Author | Files | Lines |
2014-01-13 | x86, microcode: Move to a proper location |  Borislav Petkov | 1 | -645/+0 |
2013-07-14 | x86: delete __cpuinit usage from all x86 files |  Paul Gortmaker | 1 | -1/+1 |
2013-01-31 | x86/microcode_intel.h: Define functions and macros for early loading ucode |  Fenghua Yu | 1 | -3/+4 |
2012-10-01 | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -33/+34 |
2012-08-27 | perf/x86: Fix microcode revision check for SNB-PEBS |  Stephane Eranian | 1 | -0/+3 |
2012-08-22 | x86, microcode: Add a refresh firmware flag to ->request_microcode_fw |  Borislav Petkov | 1 | -5/+6 |
2012-08-22 | x86, microcode: Cleanup cpu hotplug notifier callback |  Borislav Petkov | 1 | -9/+16 |
2012-08-22 | x86, microcode: Drop uci->mc check on resume path |  Borislav Petkov | 1 | -11/+5 |
2012-08-22 | x86, microcode: Save an indentation level in reload_for_cpu |  Borislav Petkov | 1 | -10/+9 |
2012-07-22 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |
2012-07-05 | perf/x86: Add a microcode revision check for SNB-PEBS |  Peter Zijlstra | 1 | -3/+7 |
2012-07-01 | x86, microcode: Make reload interface per system |  Borislav Petkov | 1 | -8/+28 |
2012-07-01 | x86, microcode: Sanitize per-cpu microcode reloading interface |  Borislav Petkov | 1 | -7/+19 |
2012-06-20 | x86/microcode: Mark microcode_id[] as __initconst |  Jan Beulich | 1 | -1/+1 |
2012-05-07 | x86, microcode: microcode_core.c simple_strtoul cleanup |  Shuah Khan | 1 | -5/+4 |
2012-04-13 | x86, microcode: Ensure that module is only loaded on supported AMD CPUs |  Andreas Herrmann | 1 | -3/+3 |
2012-04-13 | x86, microcode: Fix sysfs warning during module unload on unsupported CPUs |  Andreas Herrmann | 1 | -3/+1 |
2012-01-26 | x86: autoload microcode driver on Intel and AMD systems v2 |  Andi Kleen | 1 | -0/+15 |
2012-01-07 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core |  Linus Torvalds | 1 | -31/+33 |
2012-01-06 | Merge branch 'driver-core-next' into Linux 3.2 |  Greg Kroah-Hartman | 1 | -31/+33 |
2011-12-21 | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem |  Kay Sievers | 1 | -28/+30 |
2011-12-14 | x86, microcode, AMD: Add a vendor-specific exit function |  Borislav Petkov | 1 | -0/+5 |
2011-12-05 | x86, microcode: Fix the failure path of microcode update driver init code |  Srivatsa S. Bhat | 1 | -9/+19 |
2011-10-13 | x86, microcode: Don't request microcode from userspace unnecessarily |  Srivatsa S. Bhat | 1 | -1/+7 |
2011-03-29 | x86, microcode: Unregister syscore_ops after microcode unloaded |  Xiaotian Feng | 1 | -0/+1 |
2011-03-23 | x86: Use syscore_ops instead of sysdev classes and sysdevs |  Rafael J. Wysocki | 1 | -20/+14 |
2011-02-09 | x86, microcode: Correct sysdev_add error path |  Borislav Petkov | 1 | -2/+4 |
2010-10-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial |  Linus Torvalds | 1 | -1/+1 |
2010-10-18 | Update broken web addresses in arch directory. |  Justin P. Mattock | 1 | -1/+1 |
2010-10-15 | llseek: automatically add .llseek fop |  Arnd Bergmann | 1 | -0/+1 |
2010-05-25 | driver core: add devname module aliases to allow module on-demand auto-loading |  Kay Sievers | 1 | -0/+1 |
2010-04-14 | x86/microcode: Use nonseekable_open() |  Arnd Bergmann | 1 | -2/+2 |
2010-01-23 | Revert "x86: ucode-amd: Load ucode-patches once ..." |  Andreas Herrmann | 1 | -6/+0 |
2009-12-23 | Revert "x86, ucode-amd: Ensure ucode update on suspend/resume after CPU off/online cycle" |  Linus Torvalds | 1 | -1/+1 |
2009-12-09 | arch/x86/kernel/microcode*: Use pr_fmt() and remove duplicated KERN_ERR prefix |  Joe Perches | 1 | -12/+14 |
2009-12-08 | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -1/+7 |
2009-11-11 | x86, ucode-amd: Ensure ucode update on suspend/resume after CPU off/online cycle |  Andreas Herrmann | 1 | -1/+1 |
2009-11-10 | x86: ucode-amd: Load ucode-patches once and not separately of each CPU |  Andreas Herrmann | 1 | -0/+6 |
2009-10-14 | x86: Remove BKL from microcode |  Thomas Gleixner | 1 | -2/+0 |
2009-09-22 | mm: replace various uses of num_physpages by totalram_pages |  Jan Beulich | 1 | -2/+2 |
2009-09-19 | Driver-Core: extend devnode callbacks to provide permissions |  Kay Sievers | 1 | -1/+1 |
2009-06-15 | Driver Core: misc: add nodename support for misc devices. |  Kay Sievers | 1 | -0/+1 |
2009-05-12 | x86: microcode: use smp_call_function_single instead of set_cpus_allowed, cleanup of synchronization logic |  Dmitry Adamushko | 1 | -140/+189 |
2009-04-17 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -2/+0 |
2009-04-17 | x86: fix microcode driver newly spewing warnings |  Dmitry Adamushko | 1 | -2/+0 |
2009-04-14 | x86 microcode: revert some work_on_cpu |  Hugh Dickins | 1 | -22/+11 |
2009-03-18 | x86: microcode: cleanup |  Ingo Molnar | 1 | -29/+29 |
2009-03-18 | x86: cpumask: use work_on_cpu in arch/x86/kernel/microcode_core.c |  Rusty Russell | 1 | -45/+61 |
2008-12-23 | Merge 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 Molnar | 1 | -3/+3 |
2008-12-20 | x86: fix resume (S2R) broken by Intel microcode module, on A110L |  Dmitry Adamushko | 1 | -5/+14 |