aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
Commit message (Expand)AuthorAge
* kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes2016-01-20
* kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes2016-01-20
* kernel/cpu.c: export __cpu_*_maskRasmus Villemoes2016-01-20
* kernel/cpu.c: change type of cpu_possible_bits and friendsRasmus Villemoes2016-01-20
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-03
|\
| * sched: Start stopper earlyPeter Zijlstra2015-10-20
| * stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Oleg Nesterov2015-10-20
| * stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...Oleg Nesterov2015-10-20
| * cpu/hotplug: Read_lock(tasklist_lock) doesn't need to disable irqsOleg Nesterov2015-09-12
* | cpu: Remove try_get_online_cpus()Paul E. McKenney2015-10-07
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-31
|\
| * stop_machine: Unexport __stop_machine()Oleg Nesterov2015-08-03
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-31
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-08-12
| |\ \
| | * | cpu: Wait for RCU grace periods concurrentlyPaul E. McKenney2015-07-22
| | |/
* | | Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-08-31
|\ \ \
| * | | kernel, cpu: Remove bogus __ref annotationsMathias Krause2015-08-05
| |/ /
* | | cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disableVitaly Kuznetsov2015-08-05
* | | cpu-hotplug: convert cpu_hotplug_disabled to a counterVitaly Kuznetsov2015-08-05
|/ /
* | genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner2015-07-15
* | hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner2015-07-08
|/
* cpu: Remove new instance of __cpuinit that crept back inPaul Gortmaker2015-05-27
* cpu: Handle smpboot_unpark_threads() uniformlyPaul E. McKenney2015-05-27
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-14
|\
| * cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney2015-04-13
| * cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney2015-03-12
* | clockevents: Cleanup dead cpu explicitelyThomas Gleixner2015-04-03
* | clockevents: Make tick handover explicitThomas Gleixner2015-04-03
* | clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy2015-04-02
|/
* hotplugcpu: Avoid deadlocks by waking active_writerDavid Hildenbrand2015-01-06
* cpu: Avoid puts_pending overflowPaul E. McKenney2014-11-03
* rcu: More on deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney2014-10-23
* rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney2014-09-18
* sched: Rework check_for_tasks()Kirill Tkhai2014-07-05
* Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-12
|\
| * Merge branch 'pm-sleep'Rafael J. Wysocki2014-06-12
| |\
| | * PM / sleep: trace events for suspend/resumeTodd E Brandt2014-06-06
* | | kernel/cpu.c: convert printk to pr_foo()Fabian Frederick2014-06-04
|/ /
* / sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan2014-05-22
|/
* CPU hotplug: Provide lockless versions of callback registration functionsSrivatsa S. Bhat2014-03-20
* CPU hotplug: Add lockdep annotations to get/put_online_cpus()Gautham R. Shenoy2014-03-20
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-14
|\
| * sched: Fix endless sync_sched/rcu() loop inside _cpu_down()Michael wang2013-11-13
* | cpu/mem hotplug: add try_online_node() for cpu_up()Toshi Kani2013-11-12
|/
* sched: Remove get_online_cpus() usagePeter Zijlstra2013-10-16
* ACPI / processor: Acquire writer lock to update CPU mapsToshi Kani2013-08-13
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-14
* CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat2013-06-12
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-19
|\
| * stop_machine: Use smpboot threadsThomas Gleixner2013-02-14