aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/smp.c
Commit message (Expand)AuthorAge
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* xen: Fix misspelled CONFIG variable in comment.Robert P. J. Day2010-02-05
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-14
|\
| * percpu: make percpu symbols in xen uniqueTejun Heo2009-10-29
* | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds2009-12-10
|\ \
| * | xen: register runstate on secondary CPUsIan Campbell2009-12-03
| |/
* / cpumask: Use modern cpumask style in XenRusty Russell2009-11-04
|/
* xen: make -fstack-protector work under XenJeremy Fitzhardinge2009-09-09
* NULL noise: arch/x86/xen/smp.cHannes Eder2009-04-08
* cpumask: use new cpumask functions throughout x86Rusty Russell2009-03-13
* xen: deal with virtually mapped percpu dataJeremy Fitzhardinge2009-03-02
* xen: setup percpu data pointersJeremy Fitzhardinge2009-02-04
* xen: setup percpu data pointersJeremy Fitzhardinge2009-01-31
* x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst2009-01-26
* x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-18
* x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-18
* percpu: add optimized generic percpu accessorsIngo Molnar2009-01-16
* x86: fold pda into percpu area on SMPTejun Heo2009-01-16
* x86: cosmetic changes apic-related files.Mike Travis2008-12-16
* xen: convert to cpumask_var_t and new cpumask primitives.Mike Travis2008-12-16
* x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis2008-12-16
* xen_play_dead() is __cpuinitAl Viro2008-11-30
* xen: make CPU hotplug functions staticAlex Nixon2008-09-08
* x86, xen: fix build when !CONFIG_HOTPLUG_CPUAlex Nixon2008-09-08
* xen: implement CPU hotpluggingAlex Nixon2008-08-25
* x86: split spinlock implementations out into their own filesJeremy Fitzhardinge2008-07-24
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-23
|\
| * Merge branch 'linus' into cpus4096Ingo Molnar2008-07-15
| |\
| * | x86: use performance variant for_each_cpu_mask_nrMike Travis2008-05-23
* | | xen: implement Xen-specific spinlocksJeremy Fitzhardinge2008-07-16
* | | xen: use lock-byte spinlock implementationJeremy Fitzhardinge2008-07-16
* | | xen64: set up syscall and sysenter entrypoints for 64-bitJeremy Fitzhardinge2008-07-16
* | | xen: set num_processorsJeremy Fitzhardinge2008-07-16
* | | xen64: smp.c compile hackingJeremy Fitzhardinge2008-07-16
* | | xen: move smp setup into smp.cJeremy Fitzhardinge2008-07-16
| |/ |/|
* | Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-15
|\ \
| * | smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-26
| * | x86: convert to generic helpers for IPI function callsJens Axboe2008-06-26
| |/
* | xen: implement save/restoreJeremy Fitzhardinge2008-05-27
* | xen: count resched interrupts properlyJeremy Fitzhardinge2008-05-27
|/
* x86: use cpumask function for present, possible, and online cpusAkinobu Mita2008-04-26
* xen: implement a debug-interrupt handlerJeremy Fitzhardinge2008-04-24
* xen: support sysenter/sysexit if hypervisor doesJeremy Fitzhardinge2008-04-24
* x86: change naming of cpu_initialized_mask for xenGlauber Costa2008-04-17
* x86: use generic register name in the thread and tss structuresH. Peter Anvin2008-01-30
* x86: prevent dereferencing non-allocated per_cpu variablesMike Travis2008-01-30
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds2007-10-17
|\
| * x86: expand /proc/interrupts to include missing vectors, v2Joe Korty2007-10-17
* | Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-17
|\ \ | |/ |/|
| * xen: yield to IPI target if necessaryJeremy Fitzhardinge2007-10-16