- 9cd4d78 x86/microcode_intel.h: Define functions and macros for early loading ucode by Fenghua Yu · 12 years ago
- 48e3068 x86, microcode: Add a refresh firmware flag to ->request_microcode_fw by Borislav Petkov · 13 years ago
- 7164b3f x86/microcode: Ensure that module is only loaded on supported Intel CPUs by Srivatsa S. Bhat · 13 years ago
- 506ed6b x86, intel: Output microcode revision in /proc/cpuinfo by Andi Kleen · 13 years ago
- 5cdd2de x86/microcode: Fix double vfree() and remove redundant pointer checks before vfree() by Jesper Juhl · 14 years ago
- 50a23e6 Update broken web addresses in arch directory. by Justin P. Mattock · 14 years ago
- 938179b x86: Improve Intel microcode loader performance by Dimitri Sivanich · 15 years ago
- 3235dc3 x86: Remove trailing spaces in messages by Frans Pop · 15 years ago
- f58e1f5 arch/x86/kernel/microcode*: Use pr_fmt() and remove duplicated KERN_ERR prefix by Joe Perches · 15 years ago
- 871b72d x86: microcode: use smp_call_function_single instead of set_cpus_allowed, cleanup of synchronization logic by Dmitry Adamushko · 16 years ago
- 4bae196 x86: microcode: cleanup by Ingo Molnar · 16 years ago
- dd3feda x86: microcode_intel.c fix style problems by Jaswinder Singh Rajput · 16 years ago
- fa623d1 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', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core by Ingo Molnar · 16 years ago
- 280a9ca x86: fix resume (S2R) broken by Intel microcode module, on A110L by Dmitry Adamushko · 16 years ago
- 4db646b x86: microcode: fix sparse warnings by Hannes Eder · 16 years ago
- 18dbc91 x86: moved microcode.c to microcode_intel.c by Dmitry Adamushko · 16 years ago
- a1c75cc x86, microcode rework, v2, fix by Ingo Molnar · 16 years ago
- a0a29b6 x86, microcode rework, v2 by Dmitry Adamushko · 16 years ago
- d45de40 x86-microcode: generic interface refactoring by Dmitry Adamushko · 17 years ago
- 8343ef2 x86-microcode: fix unbalanced use of get_cpu() by Dmitry Adamushko · 17 years ago
- 34a1b9f Fix date output in x86 microcode driver. by David Woodhouse · 17 years ago
- f516526 x86: Intel microcode patch loader style corrections by Peter Oruba · 17 years ago
- 3825c9e Merge commit 'v2.6.27-rc1' into x86/microcode by Ingo Molnar · 17 years ago
- 8d86f39 x86: major refactoring by Peter Oruba · 17 years ago
- d4ee366 x86: structure declaration renaming by Peter Oruba · 17 years ago
- 3e135d8 x86: code split to two parts by Peter Oruba · 17 years ago
- 1abae310 x86: move microcode.c to microcode_intel.c by Peter Oruba · 17 years ago[Renamed from arch/x86/kernel/microcode.c]
- c3b71bc x86: move per CPU microcode structure declaration to header file by Peter Oruba · 17 years ago
- 8e61028 x86: typedef removal by Peter Oruba · 17 years ago
- 9a56a0f x86: moved Intel microcode patch loader declarations to seperate header file by Peter Oruba · 17 years ago
- 26dcce0 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
- 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 17 years ago
- 65c0118 cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr by Mike Travis · 17 years ago
- 5a86102 Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 by Linus Torvalds · 17 years ago
- 751851af Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 17 years ago
- d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 17 years ago
- a13b04a x86 microcode: firmware data is const by Greg Kroah-Hartman · 17 years ago
- bc4e0f9 x86: microcode: cosmetic changes by Ben Castricum · 17 years ago
- 7714936 microcode: BKL pushdown by Arnd Bergmann · 17 years ago
- fc0e474 x86: use new set_cpus_allowed_ptr function by Mike Travis · 17 years ago
- fe176de x86: microcode: show results on success too by Ben Castricum · 17 years ago
- c72258c x86: fix section mismatch warnings when referencing notifiers by Sam Ravnborg · 17 years ago
- ade1af7 x86: remove unneded casts by Jan Engelhardt · 17 years ago
- 86ef5c9 cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() by Gautham R Shenoy · 17 years ago
- 92cb761 x86: convert cpuinfo_x86 array to a per_cpu array by Mike Travis · 17 years ago
- 9a163ed i386: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/microcode.c]
- 4e950f6 Remove fs.h from mm.h by Alexey Dobriyan · 18 years ago
- f8281a2 microcode: fix section mismatch warning by Sam Ravnborg · 18 years ago
- 455c017 microcode: use suspend-related CPU hotplug notifications by Rafael J. Wysocki · 18 years ago
- 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 18 years ago
- 1d64b9c [PATCH] Fix microcode-related suspend problem by Rafael J. Wysocki · 18 years ago
- 2ba1ff2 [PATCH] i386: Fix warning in microcode.c by Andi Kleen · 18 years ago
- 5dfe4c9 [PATCH] mark struct file_operations const 2 by Arjan van de Ven · 18 years ago
- be31f9c [PATCH] microcode: fix mc_cpu_notifier section warning by Jean Delvare · 18 years ago
- 6968826 [PATCH] update Tigran's email addresses by Tigran Aivazian · 18 years ago
- 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
- d654c67 [PATCH] Regression in 2.6.19-rc microcode driver by Arjan van de Ven · 18 years ago
- 2e3ad8a [PATCH] x86/microcode: handle sysfs error by Jeff Garzik · 18 years ago
- bd8e39f [PATCH] x86 microcode: don't check the size by Shaohua Li · 18 years ago
- 9a4b9ef [PATCH] x86 microcode: add sysfs and hotplug support by Shaohua Li · 18 years ago
- a30a6a2 [PATCH] x86 microcode: using request_firmware to pull microcode by Shaohua Li · 18 years ago
- 9a3110b [PATCH] x86 microcode: microcode driver cleanup. by Shaohua Li · 18 years ago
- 96192ff [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed by Greg Kroah-Hartman · 20 years ago
- ba528f2 [PATCH] fix x86 microcode driver handling of multiple matching revisions by Jan Beulich · 19 years ago
- f45e465 [PATCH] arch/i386/kernel/microcode.c: remove the obsolete microcode_ioctl by Adrian Bunk · 19 years ago
- 14cc3e2 [PATCH] sem2mutex: misc static one-file mutexes by Ingo Molnar · 19 years ago
- 2ab7f18 [PATCH] x86_64: Quieten down microcode update driver by Andi Kleen · 19 years ago
- 5cf6c54 [PATCH] x86 microcode driver vs hotplug CPUs. by Dave Jones · 19 years ago
- 487472b [PATCH] i386: Replace broken serialize_cpu in microcode driver with correct sync_core by Andi Kleen · 19 years ago
- a941564 [PATCH] capable/capability.h (arch/) by Randy Dunlap · 19 years ago
- 245067d [PATCH] i386: cleanup serialize msr by Zachary Amsden · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2