summaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
Commit message (Expand)AuthorAgeFilesLines
...
* cpu/hotplug: Make target state writeableThomas Gleixner2016-03-011-8/+65
* cpu/hotplug: Add sysfs state interfaceThomas Gleixner2016-03-011-0/+100
* cpu/hotplug: Hand in target state to _cpu_up/downThomas Gleixner2016-03-011-11/+20
* cpu/hotplug: Convert the hotplugged cpu work to a state machineThomas Gleixner2016-03-011-15/+66
* cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner2016-03-011-26/+176
* cpu/hotplug: Split out cpu down functionsThomas Gleixner2016-03-011-30/+53
* cpu/hotplug: Restructure cpu_up codeThomas Gleixner2016-03-011-22/+47
* cpu/hotplug: Restructure FROZEN state handlingThomas Gleixner2016-03-011-40/+29
* kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes2016-01-201-34/+0
* kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes2016-01-201-8/+0
* kernel/cpu.c: export __cpu_*_maskRasmus Villemoes2016-01-201-5/+9
* kernel/cpu.c: change type of cpu_possible_bits and friendsRasmus Villemoes2016-01-201-22/+22
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-031-5/+5
|\
| * sched: Start stopper earlyPeter Zijlstra2015-10-201-1/+0
| * stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Oleg Nesterov2015-10-201-0/+1
| * stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...Oleg Nesterov2015-10-201-1/+1
| * cpu/hotplug: Read_lock(tasklist_lock) doesn't need to disable irqsOleg Nesterov2015-09-121-4/+4
* | cpu: Remove try_get_online_cpus()Paul E. McKenney2015-10-071-13/+0
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-311-1/+1
|\
| * stop_machine: Unexport __stop_machine()Oleg Nesterov2015-08-031-1/+1
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-311-5/+5
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-08-121-5/+5
| |\ \
| | * | cpu: Wait for RCU grace periods concurrentlyPaul E. McKenney2015-07-221-5/+5
| | |/
* | | Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-08-311-8/+8
|\ \ \
| * | | kernel, cpu: Remove bogus __ref annotationsMathias Krause2015-08-051-8/+8
| |/ /
* | | cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disableVitaly Kuznetsov2015-08-051-1/+2
* | | cpu-hotplug: convert cpu_hotplug_disabled to a counterVitaly Kuznetsov2015-08-051-8/+13
|/ /
* | genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner2015-07-151-9/+0
* | hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner2015-07-081-1/+21
|/
* cpu: Remove new instance of __cpuinit that crept back inPaul Gortmaker2015-05-271-1/+1
* cpu: Handle smpboot_unpark_threads() uniformlyPaul E. McKenney2015-05-271-1/+1
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-141-4/+34
|\
| * cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney2015-04-131-3/+31
| * cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney2015-03-121-1/+3
* | clockevents: Cleanup dead cpu explicitelyThomas Gleixner2015-04-031-0/+1
* | clockevents: Make tick handover explicitThomas Gleixner2015-04-031-0/+2
* | clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy2015-04-021-0/+2
|/
* hotplugcpu: Avoid deadlocks by waking active_writerDavid Hildenbrand2015-01-061-33/+23
* cpu: Avoid puts_pending overflowPaul E. McKenney2014-11-031-6/+13
* rcu: More on deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney2014-10-231-1/+13
* rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney2014-09-181-1/+15
* sched: Rework check_for_tasks()Kirill Tkhai2014-07-051-13/+20
* Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-121-0/+5
|\
| * Merge branch 'pm-sleep'Rafael J. Wysocki2014-06-121-0/+5
| |\
| | * PM / sleep: trace events for suspend/resumeTodd E Brandt2014-06-071-0/+5
* | | kernel/cpu.c: convert printk to pr_foo()Fabian Frederick2014-06-041-17/+14
|/ /
* / sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan2014-05-221-2/+4
|/
* CPU hotplug: Provide lockless versions of callback registration functionsSrivatsa S. Bhat2014-03-201-2/+19
* CPU hotplug: Add lockdep annotations to get/put_online_cpus()Gautham R. Shenoy2014-03-201-0/+17
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-1/+4
|\