aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "x86/boot: Explicitly clean pcpu stacks in debug builds"Jan Beulich2013-08-271-4/+0
* x86/boot: Explicitly clean pcpu stacks in debug buildsAndrew Cooper2013-08-271-0/+4
* x86/boot: Remove stack segment parameter from smpbootAndrew Cooper2013-08-161-6/+3
* x86: mark certain items staticJan Beulich2012-12-071-1/+1
* x86: make cpu_2_logical_apicid private to x2apic codeJan Beulich2012-11-081-22/+0
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-4/+0
* console: prepare for non-COMn port supportJan Beulich2012-09-111-1/+1
* x86: Unify direct-apic and hiprio irq vector allocations.Keir Fraser2012-03-301-4/+5
* x86: All vectored interrupts go through do_IRQ().Keir Fraser2012-03-301-11/+5
* x86: add a new SMP bring up way for tboot caseWei, Gang2012-01-111-3/+3
* X86: Add a delay between INIT & SIPIs for tboot AP bring-up in X2APIC caseGang Wei2011-12-291-0/+13
* x86/IRQ: eliminate irq_vector[]Jan Beulich2011-11-111-2/+1
* eliminate first_cpu() etcJan Beulich2011-11-081-4/+4
* eliminate cpu_clear()Jan Beulich2011-11-081-1/+1
* eliminate cpu_set()Jan Beulich2011-11-081-5/+5
* eliminate cpu_test_xyz()Jan Beulich2011-11-081-3/+3
* IRQ: allocate CPU masks dynamicallyJan Beulich2011-11-031-1/+1
* cpupools: allocate CPU masks dynamicallyJan Beulich2011-10-211-2/+2
* allocate CPU sibling and core maps dynamicallyJan Beulich2011-10-211-32/+30
* eliminate direct assignments of CPU masksJan Beulich2011-10-211-1/+2
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-211-7/+8
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-1/+1
* fold struct irq_cfg into struct irq_descJan Beulich2011-10-191-2/+2
* x86: clean up physid_mask_t handlingJan Beulich2011-10-141-2/+3
* x86: Simplify smpboot_alloc by merging x86-{32,64} code as far asKeir Fraser2011-10-131-45/+24
* x86-64: don't use xmalloc_array() for allocation of the (per-CPU) IDTsJan Beulich2011-10-131-6/+14
* x86: make run-time part of trampoline relocatableJan Beulich2011-08-191-0/+2
* x86: Remove timeouts from INIT-SIPI-SIPI sequence when using x2apic.Tim Deegan2011-07-191-30/+33
* cpuidle: initialize default Cstate informationKevin Tian2011-07-081-1/+0
* x86: AMD core-pair topology detection codeWei Huang2011-06-281-7/+16
* x86: consolidate cpu_core_id and phys_proc_id into cpuinfo_x86 structWei Huang2011-06-281-11/+5
* x86: Fix argument checking in (privileged) function cpu_add().Keir Fraser2011-06-101-1/+3
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-2/+0
* x86/tsc: Remove incorrect assertion from cstate_restore_tsc()...Keir Fraser2011-05-161-1/+6
* A little bit of SMP boot code cleanupJan Beulich2011-05-011-1/+1
* x86: don't write_tsc() non-zero values on CPUs updating only the lower 32 bitsKeir Fraser2011-04-151-0/+13
* x86: remove pre-686 CPU support bitsJan Beulich2011-03-091-14/+0
* x86: cleanup mpparse.cJan Beulich2011-03-091-1/+1
* x86: Cache read of cpu_state in __cpu_die() for subsequent BUG_ON check.Keir Fraser2011-03-051-2/+3
* x86: On CPU offline, fix master waiting for slave to be fully dead.Keir Fraser2011-03-051-1/+5
* x86: adjust x2apic section placementKeir Fraser2010-12-151-1/+1
* x86: increase MAX_LOCAL_APICKeir Fraser2010-12-151-3/+4
* x86: x2apic: Large cleanupKeir Fraser2010-12-091-2/+1
* Add CPU_STARTING notifier during CPU bringup.Keir Fraser2010-12-091-3/+4
* x86_64: Make 32-bit-hypercall translate area per-vcpu.Keir Fraser2010-11-161-9/+0
* Fix serial interrupt's destinationKeir Fraser2010-09-131-1/+1
* Rename irq_cfg->domain to irq_cfg->cpu_maskKeir Fraser2010-08-301-1/+1
* x86: Small APIC timer initialisation cleanupKeir Fraser2010-06-071-1/+1
* x86: On CPU offline, freed stack should be *un*guarded.Keir Fraser2010-06-021-1/+1
* x86: During cpu offline, cpu_disable_scheduler() cannot fail.Keir Fraser2010-06-011-1/+2