Age | Commit message (Expand) | Author | Files | Lines |
2016-01-16 | kernel/stop_machine.c: remove CONFIG_SMP dependencies | Andrew Morton | 1 | -4/+0 |
2016-01-06 | Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ... | Ingo Molnar | 1 | -2/+2 |
2015-12-12 | kernel: remove stop_machine() Kconfig dependency | Chris Wilson | 1 | -2/+2 |
2015-11-23 | stop_machine: Clean up the usage of the preemption counter in cpu_stopper_thr... | Oleg Nesterov | 1 | -10/+5 |
2015-11-23 | stop_machine: Shift the 'done != NULL' check from cpu_stop_signal_done() to c... | Oleg Nesterov | 1 | -10/+8 |
2015-11-23 | stop_machine: Kill cpu_stop_done->executed | Oleg Nesterov | 1 | -9/+3 |
2015-11-23 | stop_machine: Change __stop_cpus() to rely on cpu_stop_queue_work() | Oleg Nesterov | 1 | -4/+10 |
2015-11-23 | stop_machine: Change stop_one_cpu() to rely on cpu_stop_queue_work() | Oleg Nesterov | 1 | -2/+4 |
2015-11-23 | stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return bool | Oleg Nesterov | 1 | -4/+12 |
2015-11-23 | stop_machine: Don't disable preemption in stop_two_cpus() | Oleg Nesterov | 1 | -8/+3 |
2015-11-23 | stop_machine: Fix possible cpu_stopper_thread() crash | Oleg Nesterov | 1 | -1/+1 |
2015-10-20 | sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop() | Peter Zijlstra | 1 | -9/+0 |
2015-10-20 | stop_machine: Kill cpu_stop_threads->setup() and cpu_stop_unpark() | Oleg Nesterov | 1 | -11/+1 |
2015-10-20 | stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp... | Oleg Nesterov | 1 | -1/+9 |
2015-10-20 | stop_machine: Change cpu_stop_queue_two_works() to rely on stopper->enabled | Oleg Nesterov | 1 | -9/+20 |
2015-10-20 | stop_machine: Introduce __cpu_stop_queue_work() and cpu_stop_queue_two_works() | Oleg Nesterov | 1 | -11/+26 |
2015-10-20 | stop_machine: Ensure that a queued callback will be called before cpu_stop_pa... | Oleg Nesterov | 1 | -10/+13 |
2015-08-03 | stop_machine: Remove cpu_stop_work's from list in cpu_stop_park() | Oleg Nesterov | 1 | -2/+4 |
2015-08-03 | stop_machine: Use 'cpu_stop_fn_t' where possible | Oleg Nesterov | 1 | -4/+4 |
2015-08-03 | stop_machine: Unexport __stop_machine() | Oleg Nesterov | 1 | -1/+1 |
2015-08-03 | stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work() | Oleg Nesterov | 1 | -10/+7 |
2015-08-03 | stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s... | Oleg Nesterov | 1 | -8/+9 |
2015-06-19 | sched/stop_machine: Fix deadlock between multiple stop_two_cpus() | Peter Zijlstra | 1 | -37/+5 |
2014-06-04 | kernel/stop_machine.c: kernel-doc warning fix | Fabian Frederick | 1 | -0/+1 |
2014-03-11 | stop_machine: Fix^2 race between stop_two_cpus() and stop_cpus() | Peter Zijlstra | 1 | -1/+1 |
2013-11-11 | stop_machine: Fix race between stop_two_cpus() and stop_cpus() | Rik van Riel | 1 | -2/+13 |
2013-10-16 | sched: Remove get_online_cpus() usage | Peter Zijlstra | 1 | -5/+21 |
2013-10-09 | stop_machine: Introduce stop_two_cpus() | Peter Zijlstra | 1 | -98/+174 |
2013-02-26 | stop_machine: Mark per cpu stopper enabled early | Thomas Gleixner | 1 | -1/+1 |
2013-02-14 | stop_machine: Use smpboot threads | Thomas Gleixner | 1 | -86/+50 |
2013-02-14 | stop_machine: Store task reference in a separate per cpu variable | Thomas Gleixner | 1 | -16/+16 |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2011-10-31 | stop_machine: make stop_machine safe and efficient to call early | Jeremy Fitzhardinge | 1 | -0/+22 |
2011-10-31 | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker | 1 | -1/+1 |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-06-27 | x86, mtrr: use stop_machine APIs for doing MTRR rendezvous | Suresh Siddha | 1 | -1/+1 |
2011-06-27 | stop_machine: implement stop_machine_from_inactive_cpu() | Tejun Heo | 1 | -1/+61 |
2011-06-27 | stop_machine: reorganize stop_cpus() implementation | Tejun Heo | 1 | -4/+12 |
2011-06-27 | x86, mtrr: lock stop machine during MTRR rendezvous sequence | Suresh Siddha | 1 | -1/+1 |
2011-03-22 | kthread: use kthread_create_on_node() | Eric Dumazet | 1 | -2/+4 |
2010-10-26 | stop_machine: convert cpu notifier to return encapsulate errno value | Akinobu Mita | 1 | -2/+2 |
2010-10-26 | kernel/stop_machine.c: fix unused variable warning | Rakib Mullick | 1 | -1/+1 |
2010-10-18 | sched: Create special class for stop/migrate work | Peter Zijlstra | 1 | -3/+5 |
2010-08-09 | stop_machine: struct cpu_stopper, remove alignment padding on 64 bits | Richard Kennedy | 1 | -1/+1 |
2010-05-31 | sched: Make sure timers have migrated before killing the migration_thread | Amit K. Arora | 1 | -1/+1 |
2010-05-18 | stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_ca... | Ingo Molnar | 1 | -1/+4 |
2010-05-08 | cpu_stop: add dummy implementation for UP | Tejun Heo | 1 | -0/+4 |
2010-05-06 | sched: replace migration_thread with cpu_stop | Tejun Heo | 1 | -1/+1 |
2010-05-06 | stop_machine: reimplement using cpu_stop | Tejun Heo | 1 | -120/+38 |
2010-05-06 | cpu_stop: implement stop_cpu[s]() | Tejun Heo | 1 | -5/+367 |