aboutsummaryrefslogtreecommitdiff
path: root/include/linux/smp.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-27Typedef SMP call function pointerGravatar David Howells 1-9/+10
2010-03-06smp: fix documentation in include/linux/smp.hGravatar Rakib Mullick 1-1/+1
2009-11-18generic-ipi: Add smp_call_function_any()Gravatar Rusty Russell 1-1/+10
2009-09-24cpumask: remove the deprecated smp_call_function_mask()Gravatar Rusty Russell 1-11/+0
2009-06-16remove put_cpu_no_resched()Gravatar Thomas Gleixner 1-1/+0
2009-03-13panic, smp: provide smp_send_stop() wrapper on UP tooGravatar Ingo Molnar 1-1/+3
2009-03-13Merge branch 'x86/core' into core/ipiGravatar Ingo Molnar 1-0/+6
2009-02-25generic-ipi: remove CSD_FLAG_WAITGravatar Peter Zijlstra 1-1/+2
2009-02-05smp, generic: introduce arch_disable_smp_support(), build fixGravatar Ingo Molnar 1-6/+6
2009-02-05smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_...Gravatar Ingo Molnar 1-0/+6
2009-01-11smp_call_function_single(): be slightly less stupidGravatar Andrew Morton 1-10/+3
2008-12-30cpumask: smp_call_function_many()Gravatar Rusty Russell 1-7/+8
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Rusty Russell 1-0/+2
2008-12-19cpumask: add sysfs displays for configured and disabled cpu mapsGravatar Mike Travis 1-0/+3
2008-12-15Define smp_call_function_many for UPGravatar Rusty Russell 1-0/+2
2008-11-06cpumask: introduce new API, without changing anythingGravatar Rusty Russell 1-0/+9
2008-10-17softirq: Add support for triggering softirq work on softirqs.Gravatar David S. Miller 1-1/+3
2008-07-26Full conversion to early_initcall() interface, remove old interfaceGravatar Eduard - Gabriel Munteanu 1-5/+0
2008-07-04generic-ipi: fix s390 build bugGravatar Heiko Carstens 1-1/+0
2008-06-26on_each_cpu(): kill unused 'retry' parameterGravatar Jens Axboe 1-2/+2
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentGravatar Jens Axboe 1-4/+4
2008-06-26Add generic helpers for arch IPI function callsGravatar Jens Axboe 1-2/+33
2008-01-30x86: optimize lock prefix switching to run less frequentlyGravatar Andi Kleen 1-0/+2
2007-11-09KVM: fix !SMP build errorGravatar Ingo Molnar 1-2/+5
2007-07-17smp_call_function_single() should be a macro on UPGravatar Al Viro 1-10/+8
2007-07-16SMP: Allow smp_call_function_single() to current cpuGravatar Avi Kivity 1-1/+6
2007-05-17Let smp_call_function_single return -EBUSY on UPGravatar Heiko Carstens 1-4/+3
2007-05-09Remove hardcoding of hard_smp_processor_id on UP systemsGravatar Fernando Luis Vazquez Cao 1-1/+0
2006-12-07[PATCH] declare smp_call_function_single in generic codeGravatar Randy Dunlap 1-0/+7
2006-09-26[PATCH] smp_call_function_single() cleanupGravatar Andrew Morton 1-0/+3
2006-06-30[PATCH] add smp_setup_processor_id()Gravatar Andrew Morton 1-0/+2
2006-04-26Don't include linux/config.h from anywhere else in include/Gravatar David Woodhouse 1-1/+0
2006-03-26[PATCH] cleanup smp_call_function UP buildGravatar Con Kolivas 1-1/+5
2006-03-22[PATCH] on_each_cpu(): disable local interruptsGravatar Andrew Morton 1-14/+9
2006-02-07[PATCH] remove bogus asm/bug.h includes.Gravatar Al Viro 1-1/+0
2005-11-23Revert "[NET]: Shut up warnings in net/core/flow.c"Gravatar Linus Torvalds 1-7/+1
2005-11-22[NET]: Shut up warnings in net/core/flow.cGravatar Russell King 1-1/+7
2005-07-28Revert broken "statement with no effect" warning fixGravatar Linus Torvalds 1-16/+4
2005-07-28[PATCH] alpha: fix "statement with no effect" warningsGravatar Richard Henderson 1-4/+16
2005-06-21[PATCH] smp_processor_id() cleanupGravatar Ingo Molnar 1-24/+16
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+139