summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* hwtracing/coresight-etm4x: Use cpuhp_setup_state_nocalls_cpuslocked()Sebastian Andrzej Siewior2017-05-261-10/+10
* hwtracing/coresight-etm3x: Use cpuhp_setup_state_nocalls_cpuslocked()Sebastian Andrzej Siewior2017-05-261-10/+10
* KVM/PPC/Book3S HV: Use cpuhp_setup_state_nocalls_cpuslocked()Sebastian Andrzej Siewior2017-05-261-7/+7
* cpufreq: Use cpuhp_setup_state_nocalls_cpuslocked()Sebastian Andrzej Siewior2017-05-261-10/+11
* x86/mtrr: Remove get_online_cpus() from mtrr_save_state()Sebastian Andrzej Siewior2017-05-261-2/+0
* padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata()Sebastian Andrzej Siewior2017-05-261-5/+6
* padata: Make padata_alloc() staticThomas Gleixner2017-05-262-19/+16
* stop_machine: Provide stop_machine_cpuslocked()Sebastian Andrzej Siewior2017-05-262-7/+30
* cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked()Thomas Gleixner2017-05-262-3/+24
* cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked()Sebastian Andrzej Siewior2017-05-262-11/+65
* cpu/hotplug: Provide lockdep_assert_cpus_held()Thomas Gleixner2017-05-261-0/+2
* cpu/hotplug: Provide cpus_read|write_[un]lock()Thomas Gleixner2017-05-262-33/+37
* Linux 4.12-rc2v4.12-rc2Linus Torvalds2017-05-211-1/+1
* x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds2017-05-211-3/+3
* Clean up x86 unsafe_get/put_user() type handlingLinus Torvalds2017-05-211-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-212-3/+5
|\
| * osf_wait4(): fix infoleakAl Viro2017-05-211-2/+4
| * fix unsafe_put_user()Al Viro2017-05-211-1/+1
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-213-1/+28
|\ \
| * | sched/core: Call __schedule() from do_idle() without enabling preemptionSteven Rostedt (VMware)2017-05-153-1/+28
| |/
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-212-8/+11
|\ \
| * | genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-161-1/+1
| * | irqchip/mbigen: Fix the clear register offset calculationMaJun2017-05-121-4/+1
| * | irqchip/mbigen: Fix potential NULL dereferencingHanjun Guo2017-05-121-0/+3
| * | irqchip/mbigen: Fix memory mapping codeHanjun Guo2017-05-121-3/+6
* | | Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-2010-11/+72
|\ \ \
| * | | tracing: Make sure RCU is watching before calling a stack traceSteven Rostedt (VMware)2017-05-181-1/+30
| * | | kprobes: Document how optimized kprobes are removed from module unloadSteven Rostedt (VMware)2017-05-171-0/+6
| * | | selftests/ftrace: Add test to remove instance with active event triggersNaveen N. Rao2017-05-171-2/+6
| * | | selftests/ftrace: Fix bashismsNaveen N. Rao2017-05-173-4/+4
| * | | ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)2017-05-172-2/+4
| * | | ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao2017-05-173-0/+12
| * | | ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()Naveen N. Rao2017-05-171-2/+2
| * | | tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-173-1/+9
| * | | tracing: Move postpone selftests to core from early_initcallSteven Rostedt2017-05-171-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-2013-36/+59
|\ \ \
| * | | nvmet: release the sq ref on rdma read errorsVijay Immanuel2017-05-203-0/+8