aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/smp.c
Commit message (Expand)AuthorAgeFilesLines
* xen/smp: Fix crash when booting with ACPI hotplug CPUs.Konrad Rzeszutek Wilk2012-05-071-0/+15
* xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.Konrad Rzeszutek Wilk2011-10-031-0/+10
* xen: Do not enable PV IPIs when vector callback not presentStefano Stabellini2011-08-291-2/+2
* xen: support CONFIG_MAXSMPAndrew Jones2011-06-151-0/+7
*-. Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-191-3/+2
|\ \
| * | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-3/+2
| |/
* | arch/x86/xen/smp: Cleanup code/data sections definitionsDaniel Kiper2011-05-191-4/+4
|/
* xen: PV on HVM: support PV spinlocks and IPIsStefano Stabellini2011-02-251-0/+38
* Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-281-0/+26
|\
| * xen: initialize cpu masks for pv guests in xen_smp_initStefano Stabellini2010-10-261-2/+22
| * xen: use vcpu_ops to setup cpu masksStefano Stabellini2010-10-221-1/+7
* | x86, kexec: Make sure to stop all CPUs before exiting the kernelAlok Kataria2010-10-211-3/+3
|/
* xen/panic: use xen_reboot and fix smp_send_stopIan Campbell2010-08-041-0/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* xen: Fix misspelled CONFIG variable in comment.Robert P. J. Day2010-02-051-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-20/+21
|\
| * percpu: make percpu symbols in xen uniqueTejun Heo2009-10-291-20/+21
* | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds2009-12-101-0/+1
|\ \
| * | xen: register runstate on secondary CPUsIan Campbell2009-12-031-0/+1
| |/
* | cpumask: Use modern cpumask style in XenRusty Russell2009-11-041-1/+1
|/
* xen: make -fstack-protector work under XenJeremy Fitzhardinge2009-09-091-0/+1
* NULL noise: arch/x86/xen/smp.cHannes Eder2009-04-081-2/+2
* cpumask: use new cpumask functions throughout x86Rusty Russell2009-03-131-3/+3
* xen: deal with virtually mapped percpu dataJeremy Fitzhardinge2009-03-021-1/+5
* xen: setup percpu data pointersJeremy Fitzhardinge2009-02-041-2/+4
* xen: setup percpu data pointersJeremy Fitzhardinge2009-01-311-1/+4
* x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst2009-01-271-1/+0
* x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-191-2/+1
* x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-191-15/+3
* percpu: add optimized generic percpu accessorsIngo Molnar2009-01-161-1/+1
* x86: fold pda into percpu area on SMPTejun Heo2009-01-161-10/+0
* x86: cosmetic changes apic-related files.Mike Travis2008-12-161-5/+6
* xen: convert to cpumask_var_t and new cpumask primitives.Mike Travis2008-12-161-3/+6
* x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis2008-12-161-9/+8
* xen_play_dead() is __cpuinitAl Viro2008-11-301-1/+1
* xen: make CPU hotplug functions staticAlex Nixon2008-09-081-6/+6
* x86, xen: fix build when !CONFIG_HOTPLUG_CPUAlex Nixon2008-09-081-0/+18
* xen: implement CPU hotpluggingAlex Nixon2008-08-251-12/+48
* x86: split spinlock implementations out into their own filesJeremy Fitzhardinge2008-07-241-167/+0
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-231-2/+2
|\
| * Merge branch 'linus' into cpus4096Ingo Molnar2008-07-161-89/+54
| |\
| * | x86: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-2/+2
* | | xen: implement Xen-specific spinlocksJeremy Fitzhardinge2008-07-161-1/+171
* | | xen: use lock-byte spinlock implementationJeremy Fitzhardinge2008-07-161-0/+1
* | | xen64: set up syscall and sysenter entrypoints for 64-bitJeremy Fitzhardinge2008-07-161-0/+1
* | | xen: set num_processorsJeremy Fitzhardinge2008-07-161-1/+3
* | | xen64: smp.c compile hackingJeremy Fitzhardinge2008-07-161-41/+57
* | | xen: move smp setup into smp.cJeremy Fitzhardinge2008-07-161-8/+26
| |/ |/|
* | Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-88/+47
|\ \
| * | smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-1/+1