Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-06sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Thomas Gleixner
2016-05-06sched/hotplug: Convert cpu_[in]active notifiers to state machineThomas Gleixner
2016-05-06sched: Consolidate the notifier mazeThomas Gleixner
2016-03-01rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner
2016-03-01cpu/hotplug: Make wait for dead cpu completion basedThomas Gleixner
2016-03-01cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner
2016-03-01cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner
2016-03-01cpu/hotplug: Restructure FROZEN state handlingThomas Gleixner
2015-10-08cpu: Remove try_get_online_cpus()Paul E. McKenney
2015-07-18include, lib: add __printf attributes to several function prototypesNicolas Iooss
2015-04-13cpu: Provide smpboot_thread_init() on !CONFIG_SMP kernels as wellIngo Molnar
2015-04-13cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney
2015-03-13rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney
2015-03-11smpboot: Add common code for notification from dying CPUPaul E. McKenney
2014-11-07drivers: base: add cpu_device_create to support per-cpu devicesSudeep Holla
2014-09-19rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney
2014-06-07idle: remove cpu_idle() forward declarationsGeert Uytterhoeven
2014-04-08Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-20CPU hotplug: Provide lockless versions of callback registration functionsSrivatsa S. Bhat
2014-02-19x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-10-15of: Make cpu node handling more portable.David Miller
2013-09-30hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()Toshi Kani
2013-08-27Merge branch 'pm-cpufreq'Rafael J. Wysocki
2013-08-21of: move of_get_cpu_node implementation to DT core librarySudeep KarkadaNagesha
2013-08-13ACPI / processor: Acquire writer lock to update CPU mapsToshi Kani
2013-07-15kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-06-13CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat
2013-05-28include/linux/cpu.h: Update comments to reflect realityRobert P. J. Day
2013-04-08idle: Implement generic idle functionThomas Gleixner
2013-04-08idle: Provide a generic entry point for the idle codeThomas Gleixner
2012-07-17workqueue: perform cpu down operations from low priority cpu_notifier()Tejun Heo
2012-06-01cpu: introduce clear_tasks_mm_cpumask() helperAnton Vorontsov
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker
2012-01-27CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 partsThomas Renninger
2012-01-08Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-12-22cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers
2011-12-11driver-core/cpu: Expose hotpluggability to the rest of the kernelJosh Triplett
2011-11-05PM / Sleep: Remove unused symbol 'suspend_cpu_hotplug'Srivatsa S. Bhat
2011-07-26notifiers: cpu: move cpu notifiers into cpu.hAmerigo Wang
2010-11-11driver core: prune docs about device_interfaceBrandon Philips
2010-06-29workqueue: reimplement CPU hotplugging support using trusteeTejun Heo
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo
2010-06-08sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo
2009-12-09powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...Gautham R Shenoy
2009-12-09sysfs/cpu: Add probe/release filesNathan Fontenot
2009-08-15cpu hotplug: Introduce cpu_notifier() to handle !HOTPLUG_CPU casePaul E. McKenney