aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
...
* x86: Warn on CPU hot-add to tsc-reliable systemKeir Fraser2010-05-281-1/+11
* x86: Synchronize slave TSC to master if necessary, during cpu bringupKeir Fraser2010-05-271-0/+49
* x86: Remove obsolete inquire_remote_apic()Keir Fraser2010-05-201-40/+0
* x86: When failing smp_callin() properly clean up before halting.Keir Fraser2010-05-191-0/+2
* x86: Fail CPU bringup cleanly if it cannot initialise HVM.Keir Fraser2010-05-191-7/+26
* x86: Streamline the CPU early boot process.Keir Fraser2010-05-191-80/+29
* Fix CPU hotplug after percpu data handling changes.Keir Fraser2010-05-191-3/+0
* x86: Remove cpu_possible_mapKeir Fraser2010-05-181-2/+0
* x86: Dynamically allocate percpu data area when a CPU comes online.Keir Fraser2010-05-181-1/+1
* x86: Pull dynamic memory allocation out of do_boot_cpu().Keir Fraser2010-05-181-76/+124
* x86: Reindent smpboot.c and clean up a little.Keir Fraser2010-05-171-846/+803
* x86: Remove special-case paths for start-of-day SMP bringup.Keir Fraser2010-05-171-446/+55
* Remove many uses of cpu_possible_map and iterators over NR_CPUS.Keir Fraser2010-05-141-5/+0
* Some cleanups to cpu offline handling.Keir Fraser2010-05-141-4/+2
* Move cpu hotplug routines into common cpu.c file.Keir Fraser2010-05-141-211/+21
* x86: Implement cpu hotplug notifiers. Use them.Keir Fraser2010-05-141-43/+60
* x86: Do no thold cpu_add_remove_lock across stop_machine_run().Keir Fraser2010-05-141-21/+20
* cpupools [1/6]: hypervisor changesKeir Fraser2010-04-211-7/+11
* x86: No need to sync_local_execstate() during CPU hot-unplug.Keir Fraser2010-04-201-12/+1
* x86: Rename __sync_lazy_execstate() to __sync_local_execstate().Keir Fraser2010-04-191-2/+2
* Move tasklet implementation into its own source files.Keir Fraser2010-04-191-0/+1
* Per-cpu tasklet lists.Keir Fraser2010-04-141-0/+1
* Fix two issues for CPU online/offline.Keir Fraser2010-04-081-4/+2
* x86, cpu hotplug: Synchronise vcpu state earlier during cpu offline.Keir Fraser2010-04-071-7/+10
* x86: Remove redundant clear for cpu_online_map.Keir Fraser2010-03-301-2/+1
* No cpu_add_remove_lock in do_boot_cpu.Keir Fraser2010-03-221-2/+0
* Do not spin on locks that may be held by stop_machine_run() callers.Keir Fraser2010-03-221-3/+17
* Increase default console ring allocation size and reduce default verbosityKeir Fraser2010-03-171-5/+5
* cpu hotplug: Add the missed rcu init for new added CPUKeir Fraser2010-03-081-0/+2
* tboot: fix S3 issue for Intel Trusted Execution Technology.Keir Fraser2010-02-031-1/+1
* x86 hvm: Pre-allocate per-cpu HVM memory before bringing CPUs onlineKeir Fraser2010-01-181-1/+5
* numa: Correct handling node with CPU populated but no memory populatedKeir Fraser2010-01-051-1/+1
* Revert 20726:ddb8c5e798f9Keir Fraser2010-01-041-1/+1
* numa: Correct handling node with CPU populated but no memory populatedKeir Fraser2009-12-281-1/+1
* Replace process_pending_timers() with process_pending_softirqs().Keir Fraser2009-12-221-2/+2
* x86: Disable spinlock checks temporarily while bringing a CPU online.Keir Fraser2009-11-121-1/+24
* x86: Remove non-CONFIG_HOTPLUG_CPU code, and general cleanup.Keir Fraser2009-11-121-116/+76
* Support physical CPU hot-add in xen hypervisorKeir Fraser2009-11-121-0/+77
* Mark CPU present when it is detectedKeir Fraser2009-11-101-7/+21
* Hypercall to expose physical CPU information.Keir Fraser2009-11-101-1/+6
* x86: reduce the uses of CONFIG_COMPATKeir Fraser2009-10-121-2/+0
* x86: trust new architecturally-defined TSC Invariant bit on Intel systemsKeir Fraser2009-10-091-0/+8
* x86: minor cleanup of code that writes to TSCKeir Fraser2009-09-231-2/+2
* x86: Implement per-cpu vector for xen hypervisorKeir Fraser2009-08-191-8/+16
* x86: CPU synchronization while doing MTRR register updateKeir Fraser2009-08-051-0/+6
* Rename for_each_cpu() to for_each_possible_cpu()Keir Fraser2009-07-151-1/+1
* x86: Fix an oversight of c/s 19927 - per-CPU data accesses mustKeir Fraser2009-07-151-1/+1
* Move cpu_{sibling,core}_map into per-CPU spaceKeir Fraser2009-07-131-29/+26
* Avoid compat_arg_xlat to be a large per-CPU objectKeir Fraser2009-07-061-0/+3
* Add CPU status info and a status call to the CPU on/offline sysctls.Keir Fraser2009-03-171-1/+3