- f05e798 Disintegrate asm/system.h for X86 by David Howells · 14 years ago
- 28f23d1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
- ea281a9 Merge tag 'mce-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mce by Ingo Molnar · 14 years ago
- cd593ac Merge tag 'v3.3-rc7' into x86/mce by Ingo Molnar · 14 years ago
- b11e3d7 x86, mce: Fix rcu splat in drain_mce_log_buffer() by Srivatsa S. Bhat · 14 years ago
- 11b91d6 Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mce by Ingo Molnar · 14 years ago
- fadd85f x86/mce: Fix return value of mce_chrdev_read() when erst is disabled by Naoya Horiguchi · 14 years ago
- d6126ef x86/mce: Convert static array of pointers to per-cpu variables by Greg Kroah-Hartman · 14 years ago
- 3f806e5 x86/mce/AMD: Fix UP build error by Borislav Petkov · 14 years ago
- 08dda40 x86/mce: Replace hard coded hex constants with symbolic defines by Tony Luck · 14 years ago
- 4e9f44b Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mce by Ingo Molnar · 14 years ago
- e032d807 mce: fix warning messages about static struct mce_device by Greg Kroah-Hartman · 14 years ago
- a3301b7 x86/mce: Fix CPU hotplug and suspend regression related to MCE by Srivatsa S. Bhat · 14 years ago
- 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 14 years ago
- edf7c81 Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
- 67b0243 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
- ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 14 years ago
- 5f7b88d x86/mce: Recognise machine check bank signature for data path error by Tony Luck · 14 years ago
- a8c321f x86/mce: Handle "action required" errors by Tony Luck · 14 years ago
- af104e3 x86/mce: Add mechanism to safely save information in MCE handler by Tony Luck · 14 years ago
- 85f92694 x86/mce: Create helper function to save addr/misc when needed by Tony Luck · 14 years ago
- cd42f4a HWPOISON: Clean up memory_failure() vs. __memory_failure() by Tony Luck · 14 years ago
- 8a25a2f cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem by Kay Sievers · 14 years ago
- 141168c x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86' by Kevin Winchester · 14 years ago
- a228b58 Merge branch 'mce-inject' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mce by Ingo Molnar · 14 years ago
- 2c29d9d x86: add IRQ context simulation in module mce-inject by Chen Gong · 15 years ago
- 715a431 Merge branch 'early-mce-decode' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/mce by Ingo Molnar · 14 years ago
- 29e9bf1 x86, mce, therm_throt: Don't report power limit and package level thermal throttle events in mcelog by Fenghua Yu · 15 years ago
- 0937195 x86, MCE: Drain mcelog buffer by Borislav Petkov · 15 years ago
- 3653ada x86, mce: Add wrappers for registering on the decode chain by Borislav Petkov · 15 years ago
- 98ad1cc x86: Call idle notifier after irq_enter() by Frederic Weisbecker · 15 years ago
- 66f5ddf x86/mce: Make mce_chrdev_ops 'static const' by Luck, Tony · 15 years ago
- 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 15 years ago
- 6681ba7 Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac by Linus Torvalds · 15 years ago
- 4140c54 i7core_edac: Drop the edac_mce facility by Borislav Petkov · 15 years ago
- 69c60c8 x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 15 years ago
- f0cb545 x86, MCE: Use notifier chain only for MCE decoding by Borislav Petkov · 15 years ago
- 8237eb9 Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
- 7115e3f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
- 881e23e x86, microcode: Correct microcode revision format by Borislav Petkov · 15 years ago
- 506ed6b x86, intel: Output microcode revision in /proc/cpuinfo by Andi Kleen · 15 years ago
- 9c48f1c x86, nmi: Wire up NMI handlers to new routines by Don Zickus · 15 years ago
- 9aaef96 x86, mce: Do not call del_timer_sync() in IRQ context by Hidetoshi Seto · 15 years ago
- 59d958d locking, x86: mce: Annotate cmci_discover_lock as raw by Thomas Gleixner · 16 years ago
- c7cece8 x86, mce: Use mce_sysdev_ prefix to group functions by Hidetoshi Seto · 15 years ago
- 93b62c3 x86, mce: Use mce_chrdev_ prefix to group functions by Hidetoshi Seto · 15 years ago
- 559faa6 x86, mce: Cleanup mce_read() by Hidetoshi Seto · 15 years ago
- f6783c4 x86, mce: Cleanup mce_create()/remove_device() by Hidetoshi Seto · 15 years ago
- 3a97fc3 x86, mce: Check the result of ancient_init() by Hidetoshi Seto · 15 years ago
- b8325c5 x86, mce: Introduce mce_gather_info() by Hidetoshi Seto · 15 years ago
- 2b90e77 x86, mce: Replace MCM_ with MCI_MISC_ by Hidetoshi Seto · 15 years ago
- b77e70b x86, mce: Replace MCE_SELF_VECTOR by irq_work by Hidetoshi Seto · 15 years ago
- 7639bfc x86, mce, severity: Clean up trivial coding style problems by Hidetoshi Seto · 15 years ago
- a17957c x86, mce, severity: Cleanup severity table by Hidetoshi Seto · 15 years ago
- 901d769 x86, mce, severity: Make formatting a bit more readable by Hidetoshi Seto · 15 years ago
- 880a317 x86, mce, severity: Fix two severities table signatures by Tony Luck · 15 years ago
- 1358820 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- ac2941f Merge branches 'x86-efi-for-linus', 'x86-gart-for-linus', 'x86-irq-for-linus' and 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- e503f9e x86, apic: Fix spurious error interrupts triggering on all non-boot APs by Youquan Song · 15 years ago
- d9a5ac9 x86, mce, AMD: Fix leaving freed data in a list by Julia Lawall · 15 years ago
- aff3648 Merge branch 'x86/numa' into x86-mm by Tejun Heo · 15 years ago
- dffa4b2 x86, mce: Drop the default decoding notifier by Borislav Petkov · 15 years ago
- 7b70bd3 x86, MCE: Do not taint when handling correctable errors by Borislav Petkov · 15 years ago
- a4dd992 rcu: create new rcu_access_index() and use in mce by Paul E. McKenney · 15 years ago
- fe50421 x86: Use this_cpu_has for thermal_interrupt current cpu by Christoph Lameter · 15 years ago
- 16c29da Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
- f3c6ea1 x86: Use syscore_ops instead of sysdev classes and sysdevs by Rafael J. Wysocki · 15 years ago
- 02e2407 Merge branch 'linus' into release by Len Brown · 15 years ago
- 885b976 ACPI, APEI, Add ERST record ID cache by Huang Ying · 15 years ago
- 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 15 years ago
- b3d7336 x86: Move llc_shared_map out of cpu_info by Yinghai Lu · 15 years ago
- f21bbec x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow coretemp to handler intr by Fenghua Yu · 15 years ago
- 4277616 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 4385428 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 15 years ago
- 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
- c410b83 x86, NMI: Remove DIE_NMI_IPI by Don Zickus · 15 years ago
- 166d751 x86, NMI: Add priorities to handlers by Don Zickus · 15 years ago
- 47935a7 Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-for-linus', 'x86-paravirt-for-linus', 'core-locking-for-linus' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- 9e76a97 x86, hwmon: Add core threshold notification to therm_throt.c by R, Durgadoss · 15 years ago
- 7b543a5 x86: Replace uses of current_cpu_data with this_cpu ops by Tejun Heo · 15 years ago
- 0a3aee0 x86: Use this_cpu_ops to optimize code by Tejun Heo · 15 years ago
- 0a17941 mce, amd: Remove goto in threshold_create_device() by Robert Richter · 16 years ago
- bbaff08 mce, amd: Add helper functions to setup APIC by Robert Richter · 16 years ago
- 7203a04 mce, amd: Shorten local variables mci_misc_{hi,lo} by Robert Richter · 16 years ago
- 9c37c9d mce, amd: Implement mce_threshold_block_init() helper function by Robert Richter · 16 years ago
- 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 16 years ago
- 4a60cfa Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 214515b Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 27afdf2 apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsets by Robert Richter · 16 years ago
- 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 16 years ago
- 6dcbfe4 x86, AMD, MCE thresholding: Fix the MCi_MISCj iteration order by Borislav Petkov · 16 years ago
- b62be8e x86, mce, therm_throt.c: Fix missing curly braces in error handling logic by Jin Dongming · 16 years ago
- 592091c therm_throt.c: Trivial printk message fix for a unsuitable abbreviation of 'thermal' by Jin Dongming · 16 years ago
- 1389298 x86, mcheck: Avoid duplicate sysfs links/files for thresholding banks by Andreas Herrmann · 16 years ago
- 51e3c1b x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev by Sergey Senozhatsky · 16 years ago
- 95ee46a Merge branch 'linus' into release by Len Brown · 16 years ago
- ad4ecef ACPI, APEI, Rename CPER and GHES severity constants by Huang Ying · 16 years ago
- e877977 Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- a5e1159 Merge branch 'x86-hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 3a3527b Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago