summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/smp.c
Commit message (Expand)AuthorAgeFilesLines
* 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-051-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/+0Star
* x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-181-2/+1Star
* x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-181-15/+3Star
* percpu: add optimized generic percpu accessorsIngo Molnar2009-01-161-1/+1
* x86: fold pda into percpu area on SMPTejun Heo2009-01-161-10/+0Star
* x86: cosmetic changes apic-related files.Mike Travis2008-12-171-5/+6
* xen: convert to cpumask_var_t and new cpumask primitives.Mike Travis2008-12-171-3/+6
* x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis2008-12-171-9/+8Star
* 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/+0Star
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-241-2/+2
|\
| * Merge branch 'linus' into cpus4096Ingo Molnar2008-07-161-89/+54Star
| |\
| * | 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/+47Star
|\ \
| * | smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-1/+1
| * | x86: convert to generic helpers for IPI function callsJens Axboe2008-06-261-87/+46Star
| |/
* | xen: implement save/restoreJeremy Fitzhardinge2008-05-271-1/+1
* | xen: count resched interrupts properlyJeremy Fitzhardinge2008-05-271-0/+6
|/
* x86: use cpumask function for present, possible, and online cpusAkinobu Mita2008-04-261-1/+1
* xen: implement a debug-interrupt handlerJeremy Fitzhardinge2008-04-241-5/+14
* xen: support sysenter/sysexit if hypervisor doesJeremy Fitzhardinge2008-04-241-0/+1
* x86: change naming of cpu_initialized_mask for xenGlauber Costa2008-04-171-3/+3
* x86: use generic register name in the thread and tss structuresH. Peter Anvin2008-01-301-2/+2
* x86: prevent dereferencing non-allocated per_cpu variablesMike Travis2008-01-301-2/+2
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds2007-10-171-0/+1
|\
| * x86: expand /proc/interrupts to include missing vectors, v2Joe Korty2007-10-171-0/+1
* | Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-171-4/+10
|\ \ | |/ |/|
| * xen: yield to IPI target if necessaryJeremy Fitzhardinge2007-10-161-4/+10
* | Convert cpu_sibling_map to be a per cpu variableMike Travis2007-10-161-2/+2
* | x86: Convert cpu_core_map to be a per cpu variableMike Travis2007-10-161-2/+12
|/
* i386: move xenThomas Gleixner2007-10-111-0/+404