summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-core-for-mingo-4.13-20170718' of git://git.kernel.org/pub/scm...Ingo Molnar2017-07-201-1/+51
|\
| * perf/x86/intel: Record branch typeJin Yao2017-07-181-1/+51
* | perf/x86/intel: Fix debug_store reset field for freq eventsJiri Olsa2017-07-181-0/+2
* | perf/x86/intel: Add Goldmont Plus CPU PMU supportKan Liang2017-07-183-0/+166
* | perf/x86/intel: Enable C-state residency events for Apollo LakeHarry Pan2017-07-181-6/+20
|/
* kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-081-1/+1
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0313-713/+728
|\
| * x86/mce: Always save severity in machine_check_poll()Yazen Ghannam2017-06-261-6/+1
| * 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/+0
| * x86/mce: Get rid of register_mce_write_callback()Borislav Petkov2017-06-144-62/+61
| * 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-1499-483/+794
| |\
| * | 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-0321-56/+69
|\ \ \
| * | | powerpc: Only obtain cpu_hotplug_lock if called by rtasdThiago Jung Bauermann2017-06-233-4/+26
| * | | ARM/hw_breakpoint: Fix possible recursive locking for arch_hw_breakpoint_initTony Lindgren2017-06-201-1/+1
| * | | s390: Prevent hotplug rwsem recursionThomas Gleixner2017-05-262-3/+3
| * | | arm: Prevent hotplug rwsem recursionThomas Gleixner2017-05-262-2/+3
| * | | arm64: Prevent cpu hotplug rwsem recursionThomas Gleixner2017-05-262-3/+3
| * | | jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner2017-05-264-8/+0
| * | | perf/x86/intel: Drop get_online_cpus() in intel_snb_check_microcode()Sebastian Andrzej Siewior2017-05-261-6/+5
| * | | x86/perf: Drop EXPORT of perf_check_microcodeThomas Gleixner2017-05-261-1/+0
| * | | powerpc/powernv: Use stop_machine_cpuslocked()Sebastian Andrzej Siewior2017-05-261-3/+4
| * | | s390/kernel: Use stop_machine_cpuslocked()Sebastian Andrzej Siewior2017-05-261-3/+3
| * | | ARM/hw_breakpoint: Use cpuhp_setup_state_cpuslocked()Sebastian Andrzej Siewior2017-05-261-5/+6
| * | | perf/x86/intel/cqm: Use cpuhp_setup_state_cpuslocked()Sebastian Andrzej Siewior2017-05-261-8/+8
| * | | KVM/PPC/Book3S HV: Use cpuhp_setup_state_nocalls_cpuslocked()Sebastian Andrzej Siewior2017-05-261-7/+7
| * | | x86/mtrr: Remove get_online_cpus() from mtrr_save_state()Sebastian Andrzej Siewior2017-05-261-2/+0
* | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-036-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/+1
| * | | | x86/tsc: Remove the TSC_ADJUST clampPeter Zijlstra2017-06-041-20/+1
| * | | | 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-035-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/+1
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0320-199/+197
|\ \ \ \ \ \
| * | | | | | x86/apic: Mark single target interruptsThomas Gleixner2017-06-221-0/+7