- f89db78 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 60c906b Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 8312593 Merge branches 'x86/cache', 'x86/debug' and 'x86/irq' into x86/urgent by Ingo Molnar · 8 years ago
- 0becc0a x86/mce: Make timer handling more robust by Thomas Gleixner · 8 years ago
- 9026cc8 x86/ras, EDAC, acpi: Assign MCE notifier handlers a priority by Borislav Petkov · 8 years ago
- cff4c03 x86/ras: Get rid of mce_process_work() by Borislav Petkov · 8 years ago
- 669c00f x86/ras: Flip the TSC-adding logic by Borislav Petkov · 8 years ago
- 0b737a9 x86/ras/amd: Make sysfs names of banks more user-friendly by Yazen Ghannam · 8 years ago
- 9b052ea x86/ras/therm_throt: Do not log a fake MCE for thermal events by Borislav Petkov · 8 years ago
- d4b2ac6 x86/ras/inject: Make it depend on X86_LOCAL_APIC=y by Borislav Petkov · 8 years ago
- c4158ff x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlers by Daniel Bristot de Oliveira · 8 years ago
- 0dad3a3 x86/mce/AMD: Make the init code more robust by Thomas Gleixner · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- c11a6cf Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 8 years ago
- e71c397 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 212f300 Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 34bc356 x86: Remove empty idle.h header by Thomas Gleixner · 8 years ago
- 3f5a789 x86/mce: Include the PPIN in MCE records when available by Tony Luck · 8 years ago
- 33d9730 x86/mce/therm_throt: Move hotplug callbacks to online by Thomas Gleixner · 8 years ago
- d6526e7 x86/mce/therm_throt: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
- f5382de x86/mce/AMD: Add system physical address translation for AMD Fam17h by Yazen Ghannam · 8 years ago
- 254fe9c x86/MCE/AMD: Fix thinko about thresholding_en by Borislav Petkov · 8 years ago
- 18807dd x86/mce/AMD: Reset Threshold Limit after logging error by Yazen Ghannam · 8 years ago
- 0e285d3 x86/mcheck: Move CPU_DEAD to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
- 8c0eeac x86/mcheck: Move CPU_ONLINE and CPU_DOWN_PREPARE to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
- 39f152f x86/mcheck: Reorganize the hotplug callbacks by Sebastian Andrzej Siewior · 8 years ago
- 4d7b02d x86/mcheck: Split threshold_cpu_callback into two callbacks by Sebastian Andrzej Siewior · 8 years ago
- 7f34b93 x86/mcheck: Be prepared for a rollback back to the ONLINE state by Sebastian Andrzej Siewior · 8 years ago
- ec553ab x86/mcheck: Explicit cleanup on failure in mce_amd by Sebastian Andrzej Siewior · 8 years ago
- 0943637 x86/mcheck: Move threshold_create_device() by Sebastian Andrzej Siewior · 8 years ago
- 5446735 x86/MCE: Correct TSC timestamping of error records by Borislav Petkov · 8 years ago
- c09a8c4 x86/RAS: Hide SMCA bank names by Borislav Petkov · 8 years ago
- a9a1c0e x86/RAS: Rename smca_bank_names to smca_names by Borislav Petkov · 8 years ago
- 1ce9cd7 x86/RAS: Simplify SMCA HWID descriptor struct by Borislav Petkov · 8 years ago
- 79349f5 x86/RAS: Simplify SMCA bank descriptor struct by Borislav Petkov · 8 years ago
- cd9c57c x86/MCE: Dump MCE to dmesg if no consumers by Borislav Petkov · 8 years ago
- f5e886e x86/MCE: Do not look at panic_on_oops in the severity grading by Yinghai Lu · 8 years ago
- 8bc4a04 Merge branch 'for-4.9' into for-4.10 by Tejun Heo · 8 years ago
- a2c2727 mce, workqueue: remove keventd_up() usage by Tejun Heo · 8 years ago
- 4f29b73 x86/mce/AMD: Extract the error address on SMCA systems by Yazen Ghannam · 8 years ago
- 4b711f9 x86/mce, EDAC/mce_amd: Print MCA_SYND and MCA_IPID during MCE on SMCA systems by Yazen Ghannam · 8 years ago
- 5828c46 x86/mce/AMD: Save MCA_IPID in MCE struct on SMCA systems by Yazen Ghannam · 8 years ago
- 66ef269 x86/mce/AMD: Ensure the deferred error interrupt is of type APIC on SMCA systems by Yazen Ghannam · 8 years ago
- 87a6d40 x86/mce/AMD: Update sysfs bank names for SMCA systems by Yazen Ghannam · 8 years ago
- 5896820 x86/mce/AMD, EDAC/mce_amd: Define and use tables for known SMCA IP types by Yazen Ghannam · 8 years ago
- cfee4f6 x86/mce/AMD: Read MSRs on the CPU allocating the threshold blocks by Yazen Ghannam · 8 years ago
- db819d6 x86/mce: Add support for new MCA_SYND register by Yazen Ghannam · 8 years ago
- 74ab0e7 x86/mce/AMD: Use msr_ops.misc() in allocate_threshold_blocks() by Yazen Ghannam · 8 years ago
- ffb173e x86/mce: Drop X86_FEATURE_MCE_RECOVERY and the related model string test by Tony Luck · 8 years ago
- 3637efb x86/mce: Add PCI quirks to identify Xeons with machine check recovery by Tony Luck · 8 years ago
- 55392c4 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 38c54cc x86/mce: Fix mce_rdmsrl() warning message by Borislav Petkov · 9 years ago
- 955d142 x86/mce/AMD: Increase size of the bank_map type by Aravind Gopalakrishnan · 9 years ago
- f9c287b timers, x86/mce: Initialize MCE restart timer as pinned by Thomas Gleixner · 9 years ago
- b2de436 x86/mce: Do not use bank 1 for APEI generated error logs by Tony Luck · 9 years ago
- 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 14cddfd x86/mce: Update AMD mcheck init to use cpu_has() facilities by Yazen Ghannam · 9 years ago
- e128b4f x86/mce/AMD: Save an indentation level in prepare_threshold_block() by Borislav Petkov · 9 years ago
- 32544f0 x86/mce/AMD: Disable LogDeferredInMcaStat for SMCA systems by Yazen Ghannam · 9 years ago
- 3410200 x86/mce/AMD: Log Deferred Errors using SMCA MCA_DE{STAT,ADDR} registers by Yazen Ghannam · 9 years ago
- fead35c x86/mce: Detect local MCEs properly by Yazen Ghannam · 9 years ago
- 5541c93 x86/mce: Look in genpool instead of mcelog for pending error records by Tony Luck · 9 years ago
- d9d73fc x86/mce: Detect and use SMCA-specific msr_ops by Yazen Ghannam · 9 years ago
- a9750a3 x86/mce: Define vendor-specific MSR accessors by Yazen Ghannam · 9 years ago
- bb91f8c x86/mce: Carve out writes to MCx_STATUS and MCx_CTL by Aravind Gopalakrishnan · 9 years ago
- 6bda529 x86/mce: Grade uncorrected errors for SMCA-enabled systems by Aravind Gopalakrishnan · 9 years ago
- 10001d9 x86/mce: Log MCEs after a warm rest on AMD, Fam17h and later by Aravind Gopalakrishnan · 9 years ago
- b33f39e Merge tag 'v4.6-rc6' into ras/core, to refresh the tree by Ingo Molnar · 9 years ago
- 6666ea5 Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
- 806fdcc Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 93984fb x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- bf92b1f x86/mce: Remove explicit smp_rmb() when starting CPUs sync by Davidlohr Bueso · 9 years ago
- a312549 x86/mce: Avoid using object after free in genpool by Tony Luck · 9 years ago
- 8fbd4ad Merge branch 'acpi-processor' by Rafael J. Wysocki · 9 years ago
- a212116 ACPI / processor: Request native thermal interrupt handling via _OSC by Srinivas Pandruvada · 9 years ago
- ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- d88bfe1 Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- ea2ca36 x86/mce/AMD: Document some functionality by Aravind Gopalakrishnan · 9 years ago
- 8dd1e17 x86/mce/AMD: Fix logic to obtain block address by Aravind Gopalakrishnan · 9 years ago
- be0aec2 x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errors by Aravind Gopalakrishnan · 9 years ago
- 0f68c08 x86/cpufeature: Create a new synthetic cpu capability for machine check recovery by Tony Luck · 9 years ago
- b2f9d67 x86/mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entries by Tony Luck · 9 years ago
- 1b74dde x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...) by Chen Yucong · 9 years ago
- e6c8f18 x86/mce/AMD: Set MCAX Enable bit by Aravind Gopalakrishnan · 9 years ago
- 429893b x86/mce/AMD: Carve out threshold block preparation by Borislav Petkov · 9 years ago
- f57a1f3 x86/mce/AMD: Fix LVT offset configuration for thresholding by Aravind Gopalakrishnan · 9 years ago
- 60f116f x86/mce/AMD: Reduce number of blocks scanned per bank by Aravind Gopalakrishnan · 9 years ago
- 284b965 x86/mce/AMD: Do not perform shared bank check for future processors by Aravind Gopalakrishnan · 9 years ago
- bfbe0ee x86/mce: Fix order of AMD MCE init function call by Aravind Gopalakrishnan · 9 years ago
- 4bd20db Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- d90167a x86/mce: Ensure offline CPUs don't participate in rendezvous process by Ashok Raj · 9 years ago
- feab21f x86/mce: Make usable address checks Intel-only by Borislav Petkov · 9 years ago
- db548a2 x86/mce: Add the missing memory error check on AMD by Borislav Petkov · 9 years ago
- c0ec382 x86/RAS: Remove mce.usable_addr by Borislav Petkov · 9 years ago
- 8b38937 x86/mce: Do not enter deferred errors into the generic pool twice by Tony Luck · 9 years ago
- dc34bdd x86/mce: Add a default case to the switch in __mcheck_cpu_ancient_init() by Borislav Petkov · 9 years ago
- c7f54d2 x86/mce: Add a Scalable MCA vendor flags bit by Aravind Gopalakrishnan · 9 years ago
- 81ffdcd x86/mce: Fix thermal throttling reporting after kexec by Andi Kleen · 9 years ago
- 6e06780 x86/mce: Don't clear shared banks on Intel when offlining CPUs by Ashok Raj · 9 years ago
- 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago