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