summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0413-713/+728
|\
| * x86/mce: Always save severity in machine_check_poll()Yazen Ghannam2017-06-261-6/+1Star
| * x86/MCE, xen/mcelog: Make /dev/mcelog registration messages more preciseJuergen Gross2017-06-201-1/+7
| * x86/mce: Update bootlog description to reflect behavior on AMDYazen Ghannam2017-06-141-2/+3
| * x86/mce: Don't disable MCA banks when offlining a CPU on AMDYazen Ghannam2017-06-141-2/+3
| * x86/mce/mce-inject: Preset the MCE injection structBorislav Petkov2017-06-141-0/+9
| * x86/mce: Clean up include filesBorislav Petkov2017-06-141-10/+0Star
| * x86/mce: Get rid of register_mce_write_callback()Borislav Petkov2017-06-144-62/+61Star
| * x86/mce: Merge mce_amd_inj into mce-injectBorislav Petkov2017-06-147-524/+532
| * x86/mce/AMD: Use saved threshold block info in interrupt handlerYazen Ghannam2017-06-141-31/+35
| * x86/mce/AMD: Use msr_stat when clearing MCA_STATUSYazen Ghannam2017-06-141-1/+1
| * Merge tag 'v4.12-rc5' into ras/core, to pick up fixesIngo Molnar2017-06-1427-186/+299
| |\
| * | x86/mce/AMD: Carve out SMCA bank configurationYazen Ghannam2017-05-211-38/+38
| * | x86/mce/AMD: Redo error logging from APIC LVT interrupt handlersYazen Ghannam2017-05-211-73/+74
| * | x86/mce: Convert threshold_bank.cpus from atomic_t to refcount_tElena Reshetova2017-05-212-4/+5
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-045-19/+13Star
|\ \ \
| * | | jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner2017-05-261-2/+0Star
| * | | perf/x86/intel: Drop get_online_cpus() in intel_snb_check_microcode()Sebastian Andrzej Siewior2017-05-261-6/+5Star
| * | | x86/perf: Drop EXPORT of perf_check_microcodeThomas Gleixner2017-05-261-1/+0Star
| * | | perf/x86/intel/cqm: Use cpuhp_setup_state_cpuslocked()Sebastian Andrzej Siewior2017-05-261-8/+8
| * | | x86/mtrr: Remove get_online_cpus() from mtrr_save_state()Sebastian Andrzej Siewior2017-05-261-2/+0Star
* | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-046-25/+85
|\ \ \ \
| * | | | x86/tsc: Call check_system_tsc_reliable() before unsynchronized_tsc()Zhenzhong Duan2017-06-221-2/+2
| * | | | x86/hpet: Do not use smp_processor_id() in preemptible codeBorislav Petkov2017-06-201-1/+1
| * | | | x86/time: Make setup_default_timer_irq() staticDou Liyang2017-06-132-2/+1Star
| * | | | x86/tsc: Remove the TSC_ADJUST clampPeter Zijlstra2017-06-041-20/+1Star
| * | | | x86/apic: Add TSC_DEADLINE quirk due to errataPeter Zijlstra2017-06-041-0/+79
| * | | | x86/apic: Change the lapic name in deadline modePeter Zijlstra2017-06-041-0/+1
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-045-56/+62
|\ \ \ \ \
| * | | | | x86/PCI: Select CONFIG_PCI_LOCKLESS_CONFIGThomas Gleixner2017-06-282-2/+3
| * | | | | x86/PCI/ce4100: Properly lock accessor functionsThomas Gleixner2017-06-281-39/+48
| * | | | | x86/PCI: Abort if legacy init failsThomas Gleixner2017-06-281-8/+10
| * | | | | x86/PCI: Remove duplicate definesThomas Gleixner2017-06-281-7/+1Star
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0420-199/+197Star
|\ \ \ \ \ \
| * | | | | | x86/apic: Mark single target interruptsThomas Gleixner2017-06-221-0/+7
| * | | | | | x86/apic: Implement effective irq mask updateThomas Gleixner2017-06-223-0/+8
| * | | | | | x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner2017-06-225-15/+32
| * | | | | | x86/apic: Move cpumask and to core codeThomas Gleixner2017-06-2212-42/+29Star
| * | | | | | x86/apic: Move online masking to core codeThomas Gleixner2017-06-223-35/+22Star
| * | | | | | x86/uv: Use default_cpu_mask_to_apicid_and()Thomas Gleixner2017-06-221-15/+4Star
| * | | | | | x86/apic: Move flat_cpu_mask_to_apicid_and() into C sourceThomas Gleixner2017-06-222-22/+22
| * | | | | | x86/irq: Use irq_migrate_all_off_this_cpu()Thomas Gleixner2017-06-222-87/+3Star
| * | | | | | x86/irq: Restructure fixup_irqs()Thomas Gleixner2017-06-221-26/+20Star
| * | | | | | genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner2017-06-221-1/+0Star
| * | | | | | x86/irq: Cleanup pending irq move in fixup_irqs()Thomas Gleixner2017-06-221-4/+21
| * | | | | | x86/msi: Create named irq domainsThomas Gleixner2017-06-221-9/+33
| * | | | | | x86/msi: Remove unused remap irq domain interfaceThomas Gleixner2017-06-222-7/+0Star
| * | | | | | x86/msi: Provide new iommu irqdomain interfaceThomas Gleixner2017-06-222-0/+17
| * | | | | | x86/uv: Create named irq domainThomas Gleixner2017-06-221-5/+13
| * | | | | | x86/htirq: Create named domainThomas Gleixner2017-06-221-5/+16