aboutsummaryrefslogtreecommitdiff
path: root/kernel/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-01cpu/hotplug: Split out the state walk into functionsGravatar Thomas Gleixner 1-43/+68
2016-03-01cpu/hotplug: Unpark smpboot threads from the state machineGravatar Thomas Gleixner 1-34/+5
2016-03-01cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreGravatar Thomas Gleixner 1-0/+18
2016-03-01cpu/hotplug: Implement setup/removal interfaceGravatar Thomas Gleixner 1-0/+224
2016-03-01cpu/hotplug: Make target state writeableGravatar Thomas Gleixner 1-8/+65
2016-03-01cpu/hotplug: Add sysfs state interfaceGravatar Thomas Gleixner 1-0/+100
2016-03-01cpu/hotplug: Hand in target state to _cpu_up/downGravatar Thomas Gleixner 1-11/+20
2016-03-01cpu/hotplug: Convert the hotplugged cpu work to a state machineGravatar Thomas Gleixner 1-15/+66
2016-03-01cpu/hotplug: Convert to a state machine for the control processorGravatar Thomas Gleixner 1-26/+176
2016-03-01cpu/hotplug: Split out cpu down functionsGravatar Thomas Gleixner 1-30/+53
2016-03-01cpu/hotplug: Restructure cpu_up codeGravatar Thomas Gleixner 1-22/+47
2016-03-01cpu/hotplug: Restructure FROZEN state handlingGravatar Thomas Gleixner 1-40/+29
2016-01-20kernel/cpu.c: make set_cpu_* static inlinesGravatar Rasmus Villemoes 1-34/+0
2016-01-20kernel/cpu.c: eliminate cpu_*_maskGravatar Rasmus Villemoes 1-8/+0
2016-01-20kernel/cpu.c: export __cpu_*_maskGravatar Rasmus Villemoes 1-5/+9
2016-01-20kernel/cpu.c: change type of cpu_possible_bits and friendsGravatar Rasmus Villemoes 1-22/+22
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+5
2015-10-20sched: Start stopper earlyGravatar Peter Zijlstra 1-1/+0
2015-10-20stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Gravatar Oleg Nesterov 1-0/+1
2015-10-20stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...Gravatar Oleg Nesterov 1-1/+1
2015-10-07cpu: Remove try_get_online_cpus()Gravatar Paul E. McKenney 1-13/+0
2015-09-12cpu/hotplug: Read_lock(tasklist_lock) doesn't need to disable irqsGravatar Oleg Nesterov 1-4/+4
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2015-08-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+5
2015-08-31Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-8/+8
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-5/+5
2015-08-05kernel, cpu: Remove bogus __ref annotationsGravatar Mathias Krause 1-8/+8
2015-08-05cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disableGravatar Vitaly Kuznetsov 1-1/+2
2015-08-05cpu-hotplug: convert cpu_hotplug_disabled to a counterGravatar Vitaly Kuznetsov 1-8/+13
2015-08-03stop_machine: Unexport __stop_machine()Gravatar Oleg Nesterov 1-1/+1
2015-07-22cpu: Wait for RCU grace periods concurrentlyGravatar Paul E. McKenney 1-5/+5
2015-07-15genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowGravatar Thomas Gleixner 1-9/+0
2015-07-08hotplug: Prevent alloc/free of irq descriptors during cpu up/downGravatar Thomas Gleixner 1-1/+21
2015-05-27cpu: Remove new instance of __cpuinit that crept back inGravatar Paul Gortmaker 1-1/+1
2015-05-27cpu: Handle smpboot_unpark_threads() uniformlyGravatar Paul E. McKenney 1-1/+1
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+34
2015-04-13cpu: Defer smpboot kthread unparking until CPU known to schedulerGravatar Paul E. McKenney 1-3/+31
2015-04-03clockevents: Cleanup dead cpu explicitelyGravatar Thomas Gleixner 1-0/+1
2015-04-03clockevents: Make tick handover explicitGravatar Thomas Gleixner 1-0/+2
2015-04-02clockevents: Fix cpu_down() race for hrtimer based broadcastingGravatar Preeti U Murthy 1-0/+2
2015-03-12cpu: Make CPU-offline idle-loop transition point more preciseGravatar Paul E. McKenney 1-1/+3
2015-01-06hotplugcpu: Avoid deadlocks by waking active_writerGravatar David Hildenbrand 1-33/+23
2014-11-03cpu: Avoid puts_pending overflowGravatar Paul E. McKenney 1-6/+13
2014-10-23rcu: More on deadlock between CPU hotplug and expedited grace periodsGravatar Paul E. McKenney 1-1/+13
2014-09-18rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsGravatar Paul E. McKenney 1-1/+15
2014-07-05sched: Rework check_for_tasks()Gravatar Kirill Tkhai 1-13/+20
2014-06-12Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+5
2014-06-12Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 1-0/+5
2014-06-07PM / sleep: trace events for suspend/resumeGravatar Todd E Brandt 1-0/+5
2014-06-04kernel/cpu.c: convert printk to pr_foo()Gravatar Fabian Frederick 1-17/+14