index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
smp.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-21
smp: make smp_call_function_many() use logic similar to smp_call_function_sin...
Shaohua Li
1
-1
/
+2
2012-06-05
smp: Remove num_booting_cpus()
Thomas Gleixner
1
-1
/
+0
2012-06-05
smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]()
Yong Zhang
1
-4
/
+0
2012-05-08
smp: Implement kick_all_cpus_sync()
Thomas Gleixner
1
-0
/
+4
2012-04-26
smp: Add task_struct argument to __cpu_up()
Thomas Gleixner
1
-1
/
+1
2012-03-28
smp: add func to IPI cpus based on parameter func
Gilad Ben-Yossef
1
-0
/
+24
2012-03-28
smp: introduce a generic on_each_cpu_mask() function
Gilad Ben-Yossef
1
-0
/
+22
2011-06-17
generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...
Takao Indoh
1
-1
/
+4
2011-05-26
Remove unused MSG_ flags in linux/smp.h
Milton Miller
1
-10
/
+0
2011-03-23
smp: add missing init.h include
Heiko Carstens
1
-0
/
+1
2011-03-22
smp: move smp setup functions to kernel/smp.c
Amerigo Wang
1
-0
/
+2
2010-10-27
Typedef SMP call function pointer
David Howells
1
-9
/
+10
2010-03-06
smp: fix documentation in include/linux/smp.h
Rakib Mullick
1
-1
/
+1
2009-11-18
generic-ipi: Add smp_call_function_any()
Rusty Russell
1
-1
/
+10
2009-09-24
cpumask: remove the deprecated smp_call_function_mask()
Rusty Russell
1
-11
/
+0
2009-06-16
remove put_cpu_no_resched()
Thomas Gleixner
1
-1
/
+0
2009-03-13
panic, smp: provide smp_send_stop() wrapper on UP too
Ingo Molnar
1
-1
/
+3
2009-03-13
Merge branch 'x86/core' into core/ipi
Ingo Molnar
1
-0
/
+6
2009-02-25
generic-ipi: remove CSD_FLAG_WAIT
Peter Zijlstra
1
-1
/
+2
2009-02-05
smp, generic: introduce arch_disable_smp_support(), build fix
Ingo Molnar
1
-6
/
+6
2009-02-05
smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_...
Ingo Molnar
1
-0
/
+6
2009-01-11
smp_call_function_single(): be slightly less stupid
Andrew Morton
1
-10
/
+3
2008-12-30
cpumask: smp_call_function_many()
Rusty Russell
1
-7
/
+8
2008-12-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Rusty Russell
1
-0
/
+2
2008-12-19
cpumask: add sysfs displays for configured and disabled cpu maps
Mike Travis
1
-0
/
+3
2008-12-15
Define smp_call_function_many for UP
Rusty Russell
1
-0
/
+2
2008-11-06
cpumask: introduce new API, without changing anything
Rusty Russell
1
-0
/
+9
2008-10-17
softirq: Add support for triggering softirq work on softirqs.
David S. Miller
1
-1
/
+3
2008-07-26
Full conversion to early_initcall() interface, remove old interface
Eduard - Gabriel Munteanu
1
-5
/
+0
2008-07-04
generic-ipi: fix s390 build bug
Heiko Carstens
1
-1
/
+0
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
1
-2
/
+2
2008-06-26
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
1
-4
/
+4
2008-06-26
Add generic helpers for arch IPI function calls
Jens Axboe
1
-2
/
+33
2008-01-30
x86: optimize lock prefix switching to run less frequently
Andi Kleen
1
-0
/
+2
2007-11-09
KVM: fix !SMP build error
Ingo Molnar
1
-2
/
+5
2007-07-17
smp_call_function_single() should be a macro on UP
Al Viro
1
-10
/
+8
2007-07-16
SMP: Allow smp_call_function_single() to current cpu
Avi Kivity
1
-1
/
+6
2007-05-17
Let smp_call_function_single return -EBUSY on UP
Heiko Carstens
1
-4
/
+3
2007-05-09
Remove hardcoding of hard_smp_processor_id on UP systems
Fernando Luis Vazquez Cao
1
-1
/
+0
2006-12-07
[PATCH] declare smp_call_function_single in generic code
Randy Dunlap
1
-0
/
+7
2006-09-26
[PATCH] smp_call_function_single() cleanup
Andrew Morton
1
-0
/
+3
2006-06-30
[PATCH] add smp_setup_processor_id()
Andrew Morton
1
-0
/
+2
2006-04-26
Don't include linux/config.h from anywhere else in include/
David Woodhouse
1
-1
/
+0
2006-03-26
[PATCH] cleanup smp_call_function UP build
Con Kolivas
1
-1
/
+5
2006-03-22
[PATCH] on_each_cpu(): disable local interrupts
Andrew Morton
1
-14
/
+9
2006-02-07
[PATCH] remove bogus asm/bug.h includes.
Al Viro
1
-1
/
+0
2005-11-23
Revert "[NET]: Shut up warnings in net/core/flow.c"
Linus Torvalds
1
-7
/
+1
2005-11-22
[NET]: Shut up warnings in net/core/flow.c
Russell King
1
-1
/
+7
2005-07-28
Revert broken "statement with no effect" warning fix
Linus Torvalds
1
-16
/
+4
2005-07-28
[PATCH] alpha: fix "statement with no effect" warnings
Richard Henderson
1
-4
/
+16
[next]