summaryrefslogtreecommitdiff
path: root/arch/x86/xen/smp.c
AgeCommit message (Expand)Author
2011-09-08xen: disable PV spinlocks on HVMStefano Stabellini
2011-09-01xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.Konrad Rzeszutek Wilk
2011-08-22xen: Do not enable PV IPIs when vector callback not presentStefano Stabellini
2011-06-15xen: support CONFIG_MAXSMPAndrew Jones
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds
2011-05-19arch/x86/xen/smp: Cleanup code/data sections definitionsDaniel Kiper
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra
2011-02-25xen: PV on HVM: support PV spinlocks and IPIsStefano Stabellini
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2010-10-26xen: initialize cpu masks for pv guests in xen_smp_initStefano Stabellini
2010-10-22xen: use vcpu_ops to setup cpu masksStefano Stabellini
2010-10-21x86, kexec: Make sure to stop all CPUs before exiting the kernelAlok Kataria
2010-08-04xen/panic: use xen_reboot and fix smp_send_stopIan Campbell
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-05xen: Fix misspelled CONFIG variable in comment.Robert P. J. Day
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-10Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds
2009-12-03xen: register runstate on secondary CPUsIan Campbell
2009-11-04cpumask: Use modern cpumask style in XenRusty Russell
2009-10-29percpu: make percpu symbols in xen uniqueTejun Heo
2009-09-09xen: make -fstack-protector work under XenJeremy Fitzhardinge
2009-04-08NULL noise: arch/x86/xen/smp.cHannes Eder
2009-03-13cpumask: use new cpumask functions throughout x86Rusty Russell
2009-03-02xen: deal with virtually mapped percpu dataJeremy Fitzhardinge
2009-02-04xen: setup percpu data pointersJeremy Fitzhardinge
2009-01-31xen: setup percpu data pointersJeremy Fitzhardinge
2009-01-27x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst
2009-01-19x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst
2009-01-19x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst
2009-01-16percpu: add optimized generic percpu accessorsIngo Molnar
2009-01-16x86: fold pda into percpu area on SMPTejun Heo
2008-12-16x86: cosmetic changes apic-related files.Mike Travis
2008-12-16xen: convert to cpumask_var_t and new cpumask primitives.Mike Travis
2008-12-16x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis
2008-11-30xen_play_dead() is __cpuinitAl Viro
2008-09-08xen: make CPU hotplug functions staticAlex Nixon
2008-09-08x86, xen: fix build when !CONFIG_HOTPLUG_CPUAlex Nixon
2008-08-25xen: implement CPU hotpluggingAlex Nixon
2008-07-24x86: split spinlock implementations out into their own filesJeremy Fitzhardinge
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-07-16xen: implement Xen-specific spinlocksJeremy Fitzhardinge
2008-07-16xen: use lock-byte spinlock implementationJeremy Fitzhardinge
2008-07-16xen64: set up syscall and sysenter entrypoints for 64-bitJeremy Fitzhardinge
2008-07-16xen: set num_processorsJeremy Fitzhardinge
2008-07-16xen64: smp.c compile hackingJeremy Fitzhardinge
2008-07-16xen: move smp setup into smp.cJeremy Fitzhardinge
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe
2008-06-26x86: convert to generic helpers for IPI function callsJens Axboe