aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-09xen: make -fstack-protector work under XenJeremy Fitzhardinge1-0/+1
2009-04-08NULL noise: arch/x86/xen/smp.cHannes Eder1-2/+2
2009-03-13cpumask: use new cpumask functions throughout x86Rusty Russell1-3/+3
2009-03-02xen: deal with virtually mapped percpu dataJeremy Fitzhardinge1-1/+5
2009-02-04xen: setup percpu data pointersJeremy Fitzhardinge1-2/+4
2009-01-31xen: setup percpu data pointersJeremy Fitzhardinge1-1/+4
2009-01-27x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst1-1/+0
2009-01-19x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-2/+1
2009-01-19x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-15/+3
2009-01-16percpu: add optimized generic percpu accessorsIngo Molnar1-1/+1
2009-01-16x86: fold pda into percpu area on SMPTejun Heo1-10/+0
2008-12-16x86: cosmetic changes apic-related files.Mike Travis1-5/+6
2008-12-16xen: convert to cpumask_var_t and new cpumask primitives.Mike Travis1-3/+6
2008-12-16x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis1-9/+8
2008-11-30xen_play_dead() is __cpuinitAl Viro1-1/+1
2008-09-08xen: make CPU hotplug functions staticAlex Nixon1-6/+6
2008-09-08x86, xen: fix build when !CONFIG_HOTPLUG_CPUAlex Nixon1-0/+18
2008-08-25xen: implement CPU hotpluggingAlex Nixon1-12/+48
2008-07-24x86: split spinlock implementations out into their own filesJeremy Fitzhardinge1-167/+0
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2008-07-16xen: implement Xen-specific spinlocksJeremy Fitzhardinge1-1/+171
2008-07-16xen: use lock-byte spinlock implementationJeremy Fitzhardinge1-0/+1
2008-07-16xen64: set up syscall and sysenter entrypoints for 64-bitJeremy Fitzhardinge1-0/+1
2008-07-16xen: set num_processorsJeremy Fitzhardinge1-1/+3
2008-07-16xen64: smp.c compile hackingJeremy Fitzhardinge1-41/+57
2008-07-16xen: move smp setup into smp.cJeremy Fitzhardinge1-8/+26
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar1-89/+54
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-88/+47
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-06-26x86: convert to generic helpers for IPI function callsJens Axboe1-87/+46
2008-05-27xen: implement save/restoreJeremy Fitzhardinge1-1/+1
2008-05-27xen: count resched interrupts properlyJeremy Fitzhardinge1-0/+6
2008-05-23x86: use performance variant for_each_cpu_mask_nrMike Travis1-2/+2
2008-04-26x86: use cpumask function for present, possible, and online cpusAkinobu Mita1-1/+1
2008-04-24xen: implement a debug-interrupt handlerJeremy Fitzhardinge1-5/+14
2008-04-24xen: support sysenter/sysexit if hypervisor doesJeremy Fitzhardinge1-0/+1
2008-04-17x86: change naming of cpu_initialized_mask for xenGlauber Costa1-3/+3
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-2/+2
2008-01-30x86: prevent dereferencing non-allocated per_cpu variablesMike Travis1-2/+2
2007-10-17Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds1-0/+1
2007-10-17x86: expand /proc/interrupts to include missing vectors, v2Joe Korty1-0/+1
2007-10-17Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-4/+10
2007-10-16xen: yield to IPI target if necessaryJeremy Fitzhardinge1-4/+10
2007-10-16Convert cpu_sibling_map to be a per cpu variableMike Travis1-2/+2
2007-10-16x86: Convert cpu_core_map to be a per cpu variableMike Travis1-2/+12
2007-10-11i386: move xenThomas Gleixner1-0/+404