Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d4fc72ed15ce9612cf4124214fb13c3b9792b3d3
/
include
/
linux
/
smp.h
f4d03bd
smp: don't use 16-bit words for atomic accesses
by Linus Torvalds
· 10 years ago
30b8b00
init: Get rid of x86isms
by Thomas Gleixner
· 10 years ago
c6f4459
smp: Add new wake_up_all_idle_cpus() function
by Chuansheng Liu
· 10 years ago
ae02262
idle: remove cpu_idle() forward declarations
by Geert Uytterhoeven
· 10 years ago
c46fff2
smp: Rename __smp_call_function_single() to smp_call_function_single_async()
by Frederic Weisbecker
· 11 years ago
fce8ad1
smp: Remove wait argument from __smp_call_function_single()
by Frederic Weisbecker
· 11 years ago
08eed44
smp: Teach __smp_call_function_single() to check for offline cpus
by Jan Kara
· 11 years ago
0ebeb79
smp: Remove unused list_head from csd
by Jan Kara
· 11 years ago
fb37bb0
smp.h: fix x86+cpu.c sparse warnings about arch nonboot CPU calls
by Paul Gortmaker
· 11 years ago
6897fc2
kernel: use lockless list for smp_call_function_single
by Christoph Hellwig
· 11 years ago
7cf64f8
kernel-provide-a-__smp_call_function_single-stub-for-config_smp-fix
by Andrew Morton
· 11 years ago
0a06ff0
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS
by Christoph Hellwig
· 11 years ago
9809b18
watchdog: update watchdog_thresh properly
by Michal Hocko
· 11 years ago
bff2dc4
smp.h: move !SMP version of on_each_cpu() out-of-line
by David Daney
· 11 years ago
fa68820
smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_cond
by David Daney
· 11 years ago
3b8967d
include/linux/smp.h:on_each_cpu(): switch back to a C function
by Andrew Morton
· 11 years ago
c846ef7
include/linux/smp.h:on_each_cpu(): switch back to a macro
by Andrew Morton
· 11 years ago
f21afc2
smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().
by David Daney
· 11 years ago
3440a1c
kernel/smp.c: remove 'priv' of call_single_data
by liguang
· 12 years ago
9a46ad6
smp: make smp_call_function_many() use logic similar to smp_call_function_single()
by Shaohua Li
· 12 years ago
43cc7e8
smp: Remove num_booting_cpus()
by Thomas Gleixner
· 12 years ago
8feb8e8
smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]()
by Yong Zhang
· 12 years ago
f37f435
smp: Implement kick_all_cpus_sync()
by Thomas Gleixner
· 13 years ago
8239c25
smp: Add task_struct argument to __cpu_up()
by Thomas Gleixner
· 13 years ago
b3a7e98
smp: add func to IPI cpus based on parameter func
by Gilad Ben-Yossef
· 13 years ago
3fc498f
smp: introduce a generic on_each_cpu_mask() function
by Gilad Ben-Yossef
· 13 years ago
d8ad7d1
generic-ipi: Fix kexec boot crash by initializing call_single_queue before enabling interrupts
by Takao Indoh
· 14 years ago
ce2a404
Remove unused MSG_ flags in linux/smp.h
by Milton Miller
· 14 years ago
04948c7
smp: add missing init.h include
by Heiko Carstens
· 14 years ago
34db18a0
smp: move smp setup functions to kernel/smp.c
by Amerigo Wang
· 14 years ago
3a5f65d
Typedef SMP call function pointer
by David Howells
· 14 years ago
cfd8d6c
smp: fix documentation in include/linux/smp.h
by Rakib Mullick
· 15 years ago
2ea6dec
generic-ipi: Add smp_call_function_any()
by Rusty Russell
· 15 years ago
fe71a3c
cpumask: remove the deprecated smp_call_function_mask()
by Rusty Russell
· 15 years ago
8b0b1db
remove put_cpu_no_resched()
by Thomas Gleixner
· 15 years ago
d1dedb5
panic, smp: provide smp_send_stop() wrapper on UP too
by Ingo Molnar
· 16 years ago
cd80a81
Merge branch 'x86/core' into core/ipi
by Ingo Molnar
· 16 years ago
6e27563
generic-ipi: remove CSD_FLAG_WAIT
by Peter Zijlstra
· 16 years ago
a146649
smp, generic: introduce arch_disable_smp_support(), build fix
by Ingo Molnar
· 16 years ago
65a4e57
smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_setup()
by Ingo Molnar
· 16 years ago
53ce3d9
smp_call_function_single(): be slightly less stupid
by Andrew Morton
· 16 years ago
54b11e6
cpumask: smp_call_function_many()
by Rusty Russell
· 16 years ago
33edcf1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Rusty Russell
· 16 years ago
e057d7a
cpumask: add sysfs displays for configured and disabled cpu maps
by Mike Travis
· 16 years ago
d2ff911
Define smp_call_function_many for UP
by Rusty Russell
· 16 years ago
2d3854a
cpumask: introduce new API, without changing anything
by Rusty Russell
· 16 years ago
54514a7
softirq: Add support for triggering softirq work on softirqs.
by David S. Miller
· 16 years ago
7babe8d
Full conversion to early_initcall() interface, remove old interface
by Eduard - Gabriel Munteanu
· 16 years ago
ba8dd03
generic-ipi: fix s390 build bug
by Heiko Carstens
· 16 years ago
15c8b6c
on_each_cpu(): kill unused 'retry' parameter
by Jens Axboe
· 17 years ago
8691e5a
smp_call_function: get rid of the unused nonatomic/retry argument
by Jens Axboe
· 16 years ago
3d44223
Add generic helpers for arch IPI function calls
by Jens Axboe
· 16 years ago
ca74a6f
x86: optimize lock prefix switching to run less frequently
by Andi Kleen
· 17 years ago
a5fbb6d
KVM: fix !SMP build error
by Ingo Molnar
· 17 years ago
8dfd588
smp_call_function_single() should be a macro on UP
by Al Viro
· 17 years ago
a52b175
SMP: Allow smp_call_function_single() to current cpu
by Avi Kivity
· 17 years ago
79974a0
Let smp_call_function_single return -EBUSY on UP
by Heiko Carstens
· 17 years ago
2f4dfe2
Remove hardcoding of hard_smp_processor_id on UP systems
by Fernando Luis Vazquez Cao
· 18 years ago
83df8db9
[PATCH] declare smp_call_function_single in generic code
by Randy Dunlap
· 18 years ago
a3bc0db
[PATCH] smp_call_function_single() cleanup
by Andrew Morton
· 18 years ago
033ab7f
[PATCH] add smp_setup_processor_id()
by Andrew Morton
· 18 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
3c30b06
[PATCH] cleanup smp_call_function UP build
by Con Kolivas
· 19 years ago
78eef01
[PATCH] on_each_cpu(): disable local interrupts
by Andrew Morton
· 19 years ago
1b86235
[PATCH] remove bogus asm/bug.h includes.
by Al Viro
· 19 years ago
2d0ebb3
Revert "[NET]: Shut up warnings in net/core/flow.c"
by Linus Torvalds
· 19 years ago
af2b407
[NET]: Shut up warnings in net/core/flow.c
by Russell King
· 19 years ago
2ac6608
Revert broken "statement with no effect" warning fix
by Linus Torvalds
· 19 years ago
79a8810
[PATCH] alpha: fix "statement with no effect" warnings
by Richard Henderson
· 19 years ago
39c715b
[PATCH] smp_processor_id() cleanup
by Ingo Molnar
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago