summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* x86, apic: remove genapic.hIngo Molnar2009-02-171-1/+1
* x86: update copyrightsIngo Molnar2009-01-311-1/+1
* x86, smp: remove mach_ipi.hIngo Molnar2009-01-291-1/+0
* x86: remove mach_apic.hIngo Molnar2009-01-291-1/+1
* x86, apic: untangle the send_IPI_*() jungleIngo Molnar2009-01-281-5/+5
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-101-1/+1
|\
| * x86: update Alan Cox's email addressesAlan Cox2009-01-051-1/+1
* | x86: cleanup remaining cpumask_t ops in smpboot codeMike Travis2009-01-041-5/+12
|/
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-4/+4
|\
| * x86: cosmetic changes apic-related files.Mike Travis2008-12-161-3/+3
| * x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis2008-12-161-4/+4
* | Merge branch 'x86/irq' into x86/coreIngo Molnar2008-12-231-15/+3
|\ \ | |/ |/|
| * x86: hardirq: introduce inc_irq_stat()Hiroshi Shimamoto2008-12-121-15/+3
* | x86: call machine_shutdown and stop all CPUs in native_machine_haltIvan Vecera2008-11-111-13/+0
|/
* x86: add cpu hotplug hooks into smp_opsAlex Nixon2008-08-251-1/+5
* generic-ipi: fixletJens Axboe2008-07-061-1/+1
* 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-138/+20
* x86: fix app crashes after SMP resumeHugh Dickins2008-05-131-1/+2
* x86: move ipi definitions to mach_ipi.hGlauber Costa2008-04-171-5/+1
* x86: Don't send RESCHEDULE_VECTOR to offlined cpusGautham R Shenoy2008-04-171-1/+4
* x86: get rid of smp_32.c and smp_64.cGlauber Costa2008-04-171-0/+91
* x86: create smp.cGlauber Costa2008-04-171-0/+253