summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | timers: Fix documentation for schedule_timeout() and similarDouglas Anderson2016-10-262-10/+21
| * | timers: Fix usleep_range() in the context of wake_up_process()Douglas Anderson2016-10-261-12/+9
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-1352-1657/+894
|\ \ \
| * | | tracing/rb: Init the CPU mask on allocationSebastian Andrzej Siewior2016-12-071-1/+1
| * | | soc/fsl/qbman: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-021-27/+12
| * | | soc/fsl/qbman: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-021-30/+16
| * | | zram: Convert to hotplug state machineAnna-Maria Gleixner2016-12-024-53/+38
| * | | KVM/PPC/Book3S HV: Convert to hotplug state machineAnna-Maria Gleixner2016-12-022-37/+12
| * | | arm64/cpuinfo: Convert to hotplug state machineAnna-Maria Gleixner2016-12-021-28/+9
| * | | arm64/cpuinfo: Make hotplug notifier symmetricAnna-Maria Gleixner2016-12-021-1/+2
| * | | mm/compaction: Convert to hotplug state machineAnna-Maria Gleixner2016-12-021-13/+18
| * | | iommu/vt-d: Convert to hotplug state machineAnna-Maria Gleixner2016-12-022-18/+7
| * | | mm/zswap: Convert pool to hotplug state machineSebastian Andrzej Siewior2016-12-022-65/+35
| * | | mm/zswap: Convert dst-mem to hotplug state machineSebastian Andrzej Siewior2016-12-022-56/+18
| * | | mm/zsmalloc: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-022-54/+14
| * | | mm/vmstat: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-022-41/+36
| * | | mm/vmstat: Avoid on each online CPU loopsSebastian Andrzej Siewior2016-12-021-7/+9
| * | | mm/vmstat: Drop get_online_cpus() from init_cpu_node_state/vmstat_cpu_dead()Sebastian Andrzej Siewior2016-12-021-6/+1
| * | | tracing/rb: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-024-91/+66
| * | | oprofile/nmi timer: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-021-39/+19
| * | | net/iucv: Use explicit clean up labels in iucv_init()Sebastian Andrzej Siewior2016-11-281-7/+7
| * | | x86/pci/amd-bus: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-27/+7
| * | | x86/oprofile/nmi: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-43/+18
| * | | x86/oprofile/nmi: Remove superfluous smp_function_call_single()Anna-Maria Gleixner2016-11-221-10/+12
| * | | sparc/sysfs: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-36/+9
| * | | powerpc/sysfs: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-40/+10
| * | | ARM/hw_breakpoint: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-25/+22
| * | | arm/bL_switcher: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-222-14/+21
| * | | sched/nohz: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-19/+14
| * | | net/iucv: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-222-74/+45
| * | | watchdog/octeon: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-47/+15
| * | | PCI/xgene-msi: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-222-50/+20
| * | | x86/msr: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-54/+15
| * | | x86/cpuid: Move the hotplug callbacks to onlineThomas Gleixner2016-11-222-6/+6
| * | | x86/cpuid: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-222-53/+12
| * | | x86/mce/therm_throt: Move hotplug callbacks to onlineThomas Gleixner2016-11-222-6/+8
| * | | x86/mce/therm_throt: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-222-42/+14
| * | | x86/MCE/AMD: Fix thinko about thresholding_enBorislav Petkov2016-11-211-2/+3
| * | | kernel/printk: Block cpuhotplug callback when tasks are frozenThomas Gleixner2016-11-171-2/+4
| * | | x86/mcheck: Move CPU_DEAD to hotplug state machineSebastian Andrzej Siewior2016-11-162-27/+16
| * | | x86/mcheck: Move CPU_ONLINE and CPU_DOWN_PREPARE to hotplug state machineSebastian Andrzej Siewior2016-11-161-42/+36
| * | | x86/mcheck: Reorganize the hotplug callbacksSebastian Andrzej Siewior2016-11-161-16/+20
| * | | x86/mcheck: Split threshold_cpu_callback into two callbacksSebastian Andrzej Siewior2016-11-163-31/+28
| * | | x86/mcheck: Be prepared for a rollback back to the ONLINE stateSebastian Andrzej Siewior2016-11-162-0/+8
| * | | x86/mcheck: Explicit cleanup on failure in mce_amdSebastian Andrzej Siewior2016-11-161-2/+5
| * | | x86/mcheck: Move threshold_create_device()Sebastian Andrzej Siewior2016-11-161-25/+25
| * | | ia64/topology: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-47/+7
| * | | ia64/salinfo: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-51/+32
| * | | ia64/palinfo: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-44/+16
| * | | ia64/err-inject: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-57/+17