aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/rcupdate.c
Commit message (Expand)AuthorAgeFilesLines
* Remove single use of fastcall from hypervisor common code.Keir Fraser2012-03-301-2/+2
* CONFIG: remove CONFIG_SMP #ifdefsAndrew Cooper2012-02-091-2/+0
* eliminate cpus_xyz()Jan Beulich2011-11-081-1/+1
* eliminate direct assignments of CPU masksJan Beulich2011-10-211-5/+4
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-211-1/+0
* rcu: move private declarations and definitions from header to implementationJan Beulich2011-10-141-3/+50
* convert more literal uses of cpumask_t to pointersJan Beulich2011-09-181-1/+1
* rcupdate: Make rcu_barrier() more paranoia-proofKeir Fraser2011-01-141-5/+24
* rcupdate: Implement rcu_barrier() to synchronously flush RCU work.Keir Fraser2011-01-141-0/+25
* rcu: Migrate RCU work when taking a CPU offline.Keir Fraser2010-05-191-3/+36
* x86: Dynamically allocate percpu data area when a CPU comes online.Keir Fraser2010-05-181-1/+1
* Remove many uses of cpu_possible_map and iterators over NR_CPUS.Keir Fraser2010-05-141-1/+1
* x86: Implement cpu hotplug notifiers. Use them.Keir Fraser2010-05-141-4/+23
* xen: Free initmem after boot. Mark lots of init functions as __initKeir Fraser2007-05-121-1/+1
* Add RCU support to Xen.kaf24@localhost.localdomain2007-01-261-0/+348