summaryrefslogtreecommitdiffstats
path: root/kernel/stop_machine.c
Commit message (Expand)AuthorAgeFilesLines
* stop_machine: Remove cpu_stop_work's from list in cpu_stop_park()Oleg Nesterov2015-08-031-2/+4
* stop_machine: Use 'cpu_stop_fn_t' where possibleOleg Nesterov2015-08-031-4/+4
* stop_machine: Unexport __stop_machine()Oleg Nesterov2015-08-031-1/+1
* stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work()Oleg Nesterov2015-08-031-10/+7
* stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s...Oleg Nesterov2015-08-031-8/+9
* sched/stop_machine: Fix deadlock between multiple stop_two_cpus()Peter Zijlstra2015-06-191-37/+5
* kernel/stop_machine.c: kernel-doc warning fixFabian Frederick2014-06-041-0/+1
* stop_machine: Fix^2 race between stop_two_cpus() and stop_cpus()Peter Zijlstra2014-03-111-1/+1
* stop_machine: Fix race between stop_two_cpus() and stop_cpus()Rik van Riel2013-11-111-2/+13
* sched: Remove get_online_cpus() usagePeter Zijlstra2013-10-161-5/+21
* stop_machine: Introduce stop_two_cpus()Peter Zijlstra2013-10-091-98/+174
* stop_machine: Mark per cpu stopper enabled earlyThomas Gleixner2013-02-261-1/+1
* stop_machine: Use smpboot threadsThomas Gleixner2013-02-141-86/+50
* stop_machine: Store task reference in a separate per cpu variableThomas Gleixner2013-02-141-16/+16
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\
| * kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* | stop_machine: make stop_machine safe and efficient to call earlyJeremy Fitzhardinge2011-10-311-0/+22
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* x86, mtrr: use stop_machine APIs for doing MTRR rendezvousSuresh Siddha2011-06-271-1/+1
* stop_machine: implement stop_machine_from_inactive_cpu()Tejun Heo2011-06-271-1/+61
* stop_machine: reorganize stop_cpus() implementationTejun Heo2011-06-271-4/+12
* x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha2011-06-271-1/+1
* kthread: use kthread_create_on_node()Eric Dumazet2011-03-221-2/+4
* stop_machine: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-10-261-2/+2
* kernel/stop_machine.c: fix unused variable warningRakib Mullick2010-10-261-1/+1
* sched: Create special class for stop/migrate workPeter Zijlstra2010-10-181-3/+5
* stop_machine: struct cpu_stopper, remove alignment padding on 64 bitsRichard Kennedy2010-08-091-1/+1
* sched: Make sure timers have migrated before killing the migration_threadAmit K. Arora2010-05-311-1/+1
* stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_ca...Ingo Molnar2010-05-181-1/+4
* cpu_stop: add dummy implementation for UPTejun Heo2010-05-081-0/+4
* sched: replace migration_thread with cpu_stopTejun Heo2010-05-061-1/+1
* stop_machine: reimplement using cpu_stopTejun Heo2010-05-061-120/+38
* cpu_stop: implement stop_cpu[s]()Tejun Heo2010-05-061-5/+367
* percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo2010-02-171-1/+1
* cpumask: remove cpumask_t from coreRusty Russell2009-03-301-1/+1
* alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell2009-02-201-1/+1
* stop_machine: introduce stop_machine_create/destroy.Heiko Carstens2009-01-051-10/+45
* cpumask: convert rest of files in kernel/Rusty Russell2009-01-011-4/+4
* stop_machine: fix race with return value (fixes Bug #11989)Rusty Russell2008-11-161-2/+3
* Revert "Call init_workqueues before pre smp initcalls."Linus Torvalds2008-10-251-1/+1
* stop_machine: fix error code handling on multiple cpusHeiko Carstens2008-10-221-3/+6
* stop_machine: use workqueues instead of kernel threadsHeiko Carstens2008-10-221-70/+41
* stop_machine: remove unused variableLi Zefan2008-08-121-1/+0
* stop_machine(): stop_machine_run() changed to use cpu maskRusty Russell2008-07-281-14/+13
* Simplify stop_machineRusty Russell2008-07-281-168/+125
* stop_machine: add ALL_CPUS optionJason Baron2008-07-281-7/+25
* cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-181-1/+2
* sched: add new API sched_setscheduler_nocheck: add a flag to control access c...Rusty Russell2008-06-231-1/+1
* stop_machine: make stop_machine_run more virtualization friendlyChristian Borntraeger2008-05-231-3/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-211-2/+1
|\
OpenPOWER on IntegriCloud