Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / stop_machine.c
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-01 Jeremy Fitzhardingestop_machine: make stop_machine safe and efficient...
2011-10-31 Paul Gortmakerkernel: Map most files to use export.h instead of module.h
2011-10-25 Jeremy Fitzhardingestop_machine: make stop_machine safe and efficient...
2011-07-26 Arun Sharmaatomic: use <linux/atomic.h>
2011-06-27 Suresh Siddhax86, mtrr: use stop_machine APIs for doing MTRR rendezvous
2011-06-27 Tejun Heostop_machine: implement stop_machine_from_inactive_cpu()
2011-06-27 Tejun Heostop_machine: reorganize stop_cpus() implementation
2011-06-27 Suresh Siddhax86, mtrr: lock stop machine during MTRR rendezvous...
2011-06-17 Thomas Renninger- stop_machine: implement stop_machine_from_offline_cpu()
2011-06-10 Thomas RenningerUpdate Suresh's patchset to version 3:
2011-06-08 Thomas RenningerUpdate Suresh's version 2 of the patchseries:
2011-06-07 Thomas Renningerstop_machine: enable __stop_machine() to be called...
2011-03-23 Eric Dumazetkthread: use kthread_create_on_node()
2010-10-26 Akinobu Mitastop_machine: convert cpu notifier to return encapsulat...
2010-10-26 Rakib Mullickkernel/stop_machine.c: fix unused variable warning
2010-10-18 Peter Zijlstrasched: Create special class for stop/migrate work
2010-08-10 Richard Kennedystop_machine: struct cpu_stopper, remove alignment...
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-31 Amit K. Arorasched: Make sure timers have migrated before killing...
2010-05-17 Ingo Molnarstop_machine: Move local variable closer to the usage...
2010-05-08 Tejun Heocpu_stop: add dummy implementation for UP
2010-05-06 Tejun Heosched: replace migration_thread with cpu_stop
2010-05-06 Tejun Heostop_machine: reimplement using cpu_stop
2010-05-06 Tejun Heocpu_stop: implement stop_cpu[s]()
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to core kernel...
2009-03-30 Rusty Russellcpumask: remove cpumask_t from core
2009-02-20 Rusty Russellalloc_percpu: change percpu_ptr to per_cpu_ptr
2009-01-04 Heiko Carstensstop_machine: introduce stop_machine_create/destroy.
2008-12-31 Rusty Russellcpumask: convert rest of files in kernel/
2008-11-16 Rusty Russellstop_machine: fix race with return value (fixes Bug...
2008-10-26 Linus TorvaldsRevert "Call init_workqueues before pre smp initcalls."
2008-10-21 Heiko Carstensstop_machine: fix error code handling on multiple cpus
2008-10-21 Heiko Carstensstop_machine: use workqueues instead of kernel threads
2008-08-12 Li Zefanstop_machine: remove unused variable
2008-07-28 Rusty Russellstop_machine(): stop_machine_run() changed to use cpu...
2008-07-28 Rusty RussellSimplify stop_machine
2008-07-28 Jason Baronstop_machine: add ALL_CPUS option
2008-07-26 Mike Traviscpumask: change cpumask_of_cpu_ptr to use new cpumask_o...
2008-07-18 Mike Traviscpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr
2008-06-23 Rusty Russellsched: add new API sched_setscheduler_nocheck: add...
2008-05-23 Christian Borntraegerstop_machine: make stop_machine_run more virtualization...
2008-04-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-21 Linus TorvaldsMerge branch 'semaphore' of git://git./linux/kernel...
2008-04-21 Pavel Machektrivial: small cleanups
2008-04-19 Mike Travisgeneric: use new set_cpus_allowed_ptr function
2008-04-19 Matthew Wilcoxkernel: Remove unnecessary inclusions of asm/semaphore.h
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-06 Daniel Walkerstopmachine: semaphore to mutex
2008-01-25 Gautham R Shenoycpu-hotplug: replace lock_cpu_hotplug() with get_online...
2007-07-16 Satoru TakeuchiFix stop_machine_run problem with naughty real time...
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-11 Benjamin Herrenschmidtstop_machine() now uses hard_irq_disable
2007-05-08 Prarit BhargavaUse stop_machine_run in the Intel RNG driver
2006-09-29 Rusty Russell[PATCH] stop_machine.c copyright
2006-08-27 Yingchao Zhou[PATCH] Remove redundant up() in stop_machine()
2006-07-04 Andrew Morton[PATCH] revert "kthread: convert stop_machine into...
2006-06-25 Serge E. Hallyn[PATCH] kthread: convert stop_machine into a kthread
2006-01-10 akpm@osdl.org[PATCH] Remove set_fs() in stop_machine()
2005-11-14 Kirill Korotaev[PATCH] stop_machine() vs. synchronous IPI send deadlock
2005-06-22 Ingo Molnar[PATCH] smp_processor_id() cleanup
2005-05-01 akpm@osdl.org[PATCH] use smp_mb/wmb/rmb where possible
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2005-01-08 Ingo Molnar[PATCH] remove the BKL by turning it into a semaphore
2004-12-01 Rusty Russell[PATCH] Fix occasional stop_machine() lockup with ...
2004-05-25 Andrea Arcangeli- fix the other smp race condition in do_stop() #40082
2004-05-06 Hubert Mantelfix race in kthread_stop (#40082)
2004-04-12 Andrew Morton[PATCH] add stop_machine barriers
2004-03-30 Srivatsa Vaddagiri[PATCH] Fix obvious stupid race in do_stop
2004-03-10 Olaf Hering+- update to patches.fixes/linux-post-2.6.4rc3-20040310
2004-03-09 Olaf Hering+- update to patches.fixes/linux-post-2.6.4rc2-20040309
2004-03-09 Linus TorvaldsMake sure to include syscalls.h to get proper prototypes.
2004-03-08 Rusty Russell[PATCH] stop_machine_run: Move Bogolock Code Out of...