summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-0350-1375/+1452
|\
| * Merge branch 'smp/for-block' into smp/hotplugThomas Gleixner2016-09-211-0/+2
| |\
| | * blk/mq: Reserve hotplug states for block multiqueueSebastian Andrzej Siewior2016-09-201-0/+2
| * | cpufreq: Fix up conversion to hotplug state machineSebastian Andrzej Siewior2016-09-201-0/+1
| * | x86/apic/uv: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-25/+6
| * | s390/mm/pfault: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-192-18/+13
| * | mips/loongson/smp: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-26/+8
| * | mips/octeon/smp: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-192-21/+4
| * | fault-injection/cpu: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-192-6/+41
| * | padata: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-192-39/+51
| * | cpufreq: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-26/+12
| * | ACPI/processor: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-194-48/+52
| * | virtio scsi: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-192-27/+50
| * | oprofile/timer: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-21/+23
| * | block/softirq: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-192-17/+11
| * | lib/irq_poll: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-192-17/+10
| * | x86/microcode: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-35/+17
| * | sh/SH-X3 SMP: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-192-21/+6
| * | ia64/mca: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-22/+4
| * | ARM/OMAP/wakeupgen: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-192-22/+14
| * | ARM/shmobile: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-192-18/+9
| * | arm64/FP/SIMD: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-192-17/+6
| * | powerpc/mmu nohash: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-062-32/+25
| * | powerpc/powermac: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-062-25/+26
| * | x86/kvm: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-27/+16
| * | MIPS/BUS/CDMM: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-58/+12
| * | cpuidle/coupled: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-062-44/+32
| * | cpuidle/powernv: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-27/+24
| * | cpuidle/pseries: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-062-27/+25
| * | md/raid5: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-063-58/+31
| * | net/mvneta: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-062-89/+144
| * | kernel/softirq: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-062-21/+7
| * | mm/writeback: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-062-19/+8
| * | slub: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-062-44/+22
| * | slab: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-064-63/+66
| * | relayfs: Convert to hotplug state machineRichard Weinberger2016-09-064-45/+26
| * | relay: Use per CPU constructs for the relay channel buffer pointersAkash Goel2016-09-062-39/+52
| * | cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner2016-09-065-56/+2
| * | cpu/hotplug: Make state names consistentThomas Gleixner2016-09-061-7/+7
| * | cpu/hotplug: Replace anon unionThomas Gleixner2016-09-051-71/+74
| * | cpu/hotplug: Handle unbalanced hotplug enable/disableLianwei Wang2016-09-021-2/+9
| * | net/virtio-net: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-022-24/+87
| * | bus/arm-ccn: Use cpu-hp's multi instance support instead custom listSebastian Andrzej Siewior2016-09-021-33/+21
| * | bus/arm-cci: Use cpu-hp's multi instance support instead custom listSebastian Andrzej Siewior2016-09-021-27/+18
| * | arm/perf: Use multi instance instead of custom listSebastian Andrzej Siewior2016-09-022-27/+19
| |/
| * cpu/hotplug: Add multi instance supportThomas Gleixner2016-09-023-38/+318
| * cpu/hotplug: Rework callback invocation logicThomas Gleixner2016-09-021-82/+80
| * Merge branch 'linus' into smp/hotplugThomas Gleixner2016-09-01679-3851/+8258
| |\
| * | cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again)Boris Ostrovsky2016-08-102-11/+8
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-0346-281/+1924
|\ \ \