index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
smp.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-28
smp, irq_work: Continue smp_call_function*() and irq_work*() integration
Peter Zijlstra
1
-15
/
+8
2020-06-03
Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+23
2020-05-28
sched: Replace rq::wake_list
Peter Zijlstra
1
-0
/
+1
2020-05-28
irq_work, smp: Allow irq_work on call_single_queue
Peter Zijlstra
1
-1
/
+22
2020-05-07
cpu/hotplug: Remove disable_nonboot_cpus()
Qais Yousef
1
-2
/
+2
2020-01-24
smp: Remove allocation mask from on_each_cpu_cond.*()
Sebastian Andrzej Siewior
1
-3
/
+2
2020-01-24
smp: Use smp_cond_func_t as type for the conditional function
Sebastian Andrzej Siewior
1
-6
/
+6
2019-07-09
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-14
/
+31
2019-06-23
smp: Remove smp_call_function() and on_each_cpu() return values
Nadav Amit
1
-4
/
+3
2019-06-17
x86/percpu: Relax smp_processor_id()
Peter Zijlstra
1
-14
/
+31
2018-10-09
smp,cpumask: introduce on_each_cpu_cond_mask
Rik van Riel
1
-0
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-29
smp: Avoid using two cache lines for struct call_single_data
Ying Huang
1
-2
/
+6
2017-03-26
lockdep: Fix per-cpu static objects
Peter Zijlstra
1
-0
/
+12
2016-09-05
smp: Add function to execute a function synchronously on a CPU
Juergen Gross
1
-0
/
+3
2016-07-15
smp/cfd: Convert core to hotplug state machine
Richard Weinberger
1
-0
/
+5
2015-04-20
smp: don't use 16-bit words for atomic accesses
Linus Torvalds
1
-1
/
+1
2015-01-22
init: Get rid of x86isms
Thomas Gleixner
1
-0
/
+7
2014-09-19
smp: Add new wake_up_all_idle_cpus() function
Chuansheng Liu
1
-0
/
+2
2014-06-07
idle: remove cpu_idle() forward declarations
Geert Uytterhoeven
1
-2
/
+0
2014-02-25
smp: Rename __smp_call_function_single() to smp_call_function_single_async()
Frederic Weisbecker
1
-1
/
+1
2014-02-25
smp: Remove wait argument from __smp_call_function_single()
Frederic Weisbecker
1
-1
/
+1
2014-02-25
smp: Teach __smp_call_function_single() to check for offline cpus
Jan Kara
1
-2
/
+1
2014-02-25
smp: Remove unused list_head from csd
Jan Kara
1
-4
/
+1
2014-02-11
smp.h: fix x86+cpu.c sparse warnings about arch nonboot CPU calls
Paul Gortmaker
1
-0
/
+3
2014-01-31
kernel: use lockless list for smp_call_function_single
Christoph Hellwig
1
-1
/
+5
2013-11-15
kernel-provide-a-__smp_call_function_single-stub-for-config_smp-fix
Andrew Morton
1
-9
/
+3
2013-11-15
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS
Christoph Hellwig
1
-4
/
+0
2013-09-25
watchdog: update watchdog_thresh properly
Michal Hocko
1
-0
/
+6
2013-09-12
smp.h: move !SMP version of on_each_cpu() out-of-line
David Daney
1
-16
/
+5
2013-09-12
smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_cond
David Daney
1
-46
/
+16
2013-09-12
include/linux/smp.h:on_each_cpu(): switch back to a C function
Andrew Morton
1
-8
/
+12
2013-07-04
include/linux/smp.h:on_each_cpu(): switch back to a macro
Andrew Morton
1
-12
/
+8
2013-06-15
smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().
David Daney
1
-7
/
+12
2013-05-01
kernel/smp.c: remove 'priv' of call_single_data
liguang
1
-1
/
+0
2013-02-22
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-29
smp: add func to IPI cpus based on parameter func
Gilad Ben-Yossef
1
-0
/
+24
2012-03-29
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-23
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
[next]