summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kprobes: Ensure that jprobe probepoints are at function entryNaveen N. Rao2017-07-081-2/+6
* kprobes: Simplify register_jprobes()Naveen N. Rao2017-07-081-14/+16
* kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-084-8/+8
* Merge tag 'perf-urgent-for-mingo-4.12-20170704' of git://git.kernel.org/pub/s...Ingo Molnar2017-07-052-1/+2
|\
| * perf unwind: Do not fail due to missing unwind supportJiri Olsa2017-07-041-1/+1
| * perf evsel: Set attr.exclude_kernel when probing max attr.precise_ipArnaldo Carvalho de Melo2017-07-041-0/+1
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0418-730/+759
|\ \
| * | RAS/CEC: Check the correct variable in the debugfs error handlingChristophe JAILLET2017-06-261-1/+1
| * | 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-202-1/+9
| * | x86/mce: Update bootlog description to reflect behavior on AMDYazen Ghannam2017-06-142-3/+5
| * | 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-14868-5343/+9848
| |\ \
| * | | 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
| * | | RAS: Make local function parse_ras_param() staticWei Yongjun2017-05-211-1/+1
| * | | ACPI/APEI: Handle GSIV and GPIO notification typesShiju Jose2017-05-211-14/+25
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-0440-375/+474
|\ \ \ \
| * | | | cpu/hotplug: Constify attribute_group structuresArvind Yadav2017-06-301-2/+2
| * | | | 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
| * | | | cpu/hotplug: Remove unused check_for_tasks() functionArnd Bergmann2017-06-121-24/+0
| * | | | perf/core: Don't release cred_guard_mutex if not takenAlexander Levin2017-06-031-1/+1
| * | | | cpuhotplug: Link lock stacks for hotplug callbacksThomas Gleixner2017-05-261-0/+13
| * | | | acpi/processor: Prevent cpu hotplug deadlockThomas Gleixner2017-05-261-8/+8
| * | | | sched: Provide is_percpu_thread() helperThomas Gleixner2017-05-261-0/+10
| * | | | cpu/hotplug: Convert hotplug locking to percpu rwsemThomas Gleixner2017-05-262-95/+14
| * | | | 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
| * | | | kprobes: Cure hotplug lock ordering issuesThomas Gleixner2017-05-261-27/+32
| * | | | jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner2017-05-265-14/+14
| * | | | perf/tracing/cpuhotplug: Fix locking orderThomas Gleixner2017-05-262-30/+78
| * | | | ACPI/processor: Use cpu_hotplug_disable() instead of get_online_cpus()Thomas Gleixner2017-05-261-2/+2
| * | | | PCI: Replace the racy recursion preventionThomas Gleixner2017-05-262-22/+26
| * | | | PCI: Use cpu_hotplug_disable() instead of get_online_cpus()Thomas Gleixner2017-05-261-2/+2
| * | | | 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
| * | | | cpu/hotplug: Use stop_machine_cpuslocked() in takedown_cpu()Sebastian Andrzej Siewior2017-05-261-1/+1
| * | | | 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