index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
smp.h
Age
Commit message (
Expand
)
Author
2014-06-06
idle: remove cpu_idle() forward declarations
Geert Uytterhoeven
2014-02-24
smp: Rename __smp_call_function_single() to smp_call_function_single_async()
Frederic Weisbecker
2014-02-24
smp: Remove wait argument from __smp_call_function_single()
Frederic Weisbecker
2014-02-24
smp: Teach __smp_call_function_single() to check for offline cpus
Jan Kara
2014-02-24
smp: Remove unused list_head from csd
Jan Kara
2014-02-10
smp.h: fix x86+cpu.c sparse warnings about arch nonboot CPU calls
Paul Gortmaker
2014-01-30
kernel: use lockless list for smp_call_function_single
Christoph Hellwig
2013-11-15
kernel-provide-a-__smp_call_function_single-stub-for-config_smp-fix
Andrew Morton
2013-11-15
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS
Christoph Hellwig
2013-09-24
watchdog: update watchdog_thresh properly
Michal Hocko
2013-09-11
smp.h: move !SMP version of on_each_cpu() out-of-line
David Daney
2013-09-11
smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_cond
David Daney
2013-09-11
include/linux/smp.h:on_each_cpu(): switch back to a C function
Andrew Morton
2013-07-03
include/linux/smp.h:on_each_cpu(): switch back to a macro
Andrew Morton
2013-06-14
smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().
David Daney
2013-04-30
kernel/smp.c: remove 'priv' of call_single_data
liguang
2013-02-21
smp: make smp_call_function_many() use logic similar to smp_call_function_sin...
Shaohua Li
2012-06-05
smp: Remove num_booting_cpus()
Thomas Gleixner
2012-06-05
smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]()
Yong Zhang
2012-05-08
smp: Implement kick_all_cpus_sync()
Thomas Gleixner
2012-04-26
smp: Add task_struct argument to __cpu_up()
Thomas Gleixner
2012-03-28
smp: add func to IPI cpus based on parameter func
Gilad Ben-Yossef
2012-03-28
smp: introduce a generic on_each_cpu_mask() function
Gilad Ben-Yossef
2011-06-17
generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...
Takao Indoh
2011-05-26
Remove unused MSG_ flags in linux/smp.h
Milton Miller
2011-03-23
smp: add missing init.h include
Heiko Carstens
2011-03-22
smp: move smp setup functions to kernel/smp.c
Amerigo Wang
2010-10-27
Typedef SMP call function pointer
David Howells
2010-03-06
smp: fix documentation in include/linux/smp.h
Rakib Mullick
2009-11-18
generic-ipi: Add smp_call_function_any()
Rusty Russell
2009-09-24
cpumask: remove the deprecated smp_call_function_mask()
Rusty Russell
2009-06-16
remove put_cpu_no_resched()
Thomas Gleixner
2009-03-13
panic, smp: provide smp_send_stop() wrapper on UP too
Ingo Molnar
2009-03-13
Merge branch 'x86/core' into core/ipi
Ingo Molnar
2009-02-25
generic-ipi: remove CSD_FLAG_WAIT
Peter Zijlstra
2009-02-05
smp, generic: introduce arch_disable_smp_support(), build fix
Ingo Molnar
2009-02-05
smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_...
Ingo Molnar
2009-01-11
smp_call_function_single(): be slightly less stupid
Andrew Morton
2008-12-30
cpumask: smp_call_function_many()
Rusty Russell
2008-12-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Rusty Russell
2008-12-19
cpumask: add sysfs displays for configured and disabled cpu maps
Mike Travis
2008-12-15
Define smp_call_function_many for UP
Rusty Russell
2008-11-06
cpumask: introduce new API, without changing anything
Rusty Russell
2008-10-17
softirq: Add support for triggering softirq work on softirqs.
David S. Miller
2008-07-26
Full conversion to early_initcall() interface, remove old interface
Eduard - Gabriel Munteanu
2008-07-04
generic-ipi: fix s390 build bug
Heiko Carstens
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
2008-06-26
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
2008-06-26
Add generic helpers for arch IPI function calls
Jens Axboe
2008-01-30
x86: optimize lock prefix switching to run less frequently
Andi Kleen
[next]