Sign in
android-kvm
/
linux
/
4a2289dae0cdecd70d93dda610d059bec67551d3
/
kernel
/
smp.c
b284909a
cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM
by Josh Poimboeuf
· 6 years ago
7d49b28
smp,cpumask: introduce on_each_cpu_cond_mask
by Rik van Riel
· 6 years ago
c3f7f2c
smp: use __cpumask_set_cpu in on_each_cpu_cond
by Rik van Riel
· 6 years ago
bc2d8d26
cpu/hotplug: Fix SMT supported evaluation
by Thomas Gleixner
· 6 years ago
83efcbd
smp/core: Use lockdep to assert IRQs are disabled/enabled
by Frederic Weisbecker
· 7 years ago
9b130ad
treewide: make "nr_cpu_ids" unsigned
by Alexey Dobriyan
· 7 years ago
966a967
smp: Avoid using two cache lines for struct call_single_data
by Ying Huang
· 7 years ago
6c8557b
smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()
by Peter Zijlstra
· 8 years ago
3fc5b3b
smp: Avoid sending needless IPI in smp_call_function_many()
by Aaron Lu
· 8 years ago
4c82269
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/idle.h>
by Ingo Molnar
· 8 years ago
51111dc
kernel/smp: Tell the user we're bringing up secondary CPUs
by Michael Ellerman
· 8 years ago
92b2327
kernel/smp: Make the SMP boot message common on all arches
by Michael Ellerman
· 8 years ago
ca7dfdb
kernel/smp: Define pr_fmt() for smp.c
by Michael Ellerman
· 8 years ago
8db5494
smp: Allocate smp_call_on_cpu() workqueue on stack too
by Peter Zijlstra
· 8 years ago
df8ce9d
smp: Add function to execute a function synchronously on a CPU
by Juergen Gross
· 8 years ago
47ae4b0
virt, sched: Add generic vCPU pinning support
by Juergen Gross
· 8 years ago
a6408f6
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
31487f8
smp/cfd: Convert core to hotplug state machine
by Richard Weinberger
· 8 years ago
1f03e8d
locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()
by Peter Zijlstra
· 9 years ago
710d60c
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
38460a2
locking/csd_lock: Use smp_cond_acquire() in csd_lock_wait()
by Davidlohr Bueso
· 9 years ago
90d1098
locking/csd_lock: Explicitly inline csd_lock*() helpers
by Davidlohr Bueso
· 9 years ago
4cb28ce
cpu/hotplug: Create hotplug threads
by Thomas Gleixner
· 9 years ago
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 9 years ago
5224b96
smp: Fix error case handling in smp_call_function_*()
by Linus Torvalds
· 10 years ago
8053871
smp: Fix smp_call_function_single_async() locking
by Linus Torvalds
· 10 years ago
0429fbc
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
c6f4459
smp: Add new wake_up_all_idle_cpus() function
by Chuansheng Liu
· 10 years ago
bb964a9
kernel misc: Replace __get_cpu_var uses
by Christoph Lameter
· 10 years ago
618fde87
kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path
by Sasha Levin
· 10 years ago
d26fad5
Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying bigger tree-wide changes
by Ingo Molnar
· 10 years ago
8d056c4
CPU hotplug, smp: flush any pending IPI callbacks before CPU offline
by Srivatsa S. Bhat
· 10 years ago
4788501
irq_work: Implement remote queueing
by Frederic Weisbecker
· 11 years ago
a219ccf
smp: print more useful debug info upon receiving IPI on an offline CPU
by Srivatsa S. Bhat
· 11 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
d7877c0
smp: Move __smp_call_function_single() below its safe version
by Frederic Weisbecker
· 11 years ago
8b28499
smp: Consolidate the various smp_call_function_single() declensions
by Frederic Weisbecker
· 11 years ago
08eed44
smp: Teach __smp_call_function_single() to check for offline cpus
by Jan Kara
· 11 years ago
5fd7759
smp: Iterate functions through llist_for_each_entry_safe()
by Jan Kara
· 11 years ago
73f9455
kernel/smp.c: remove cpumask_ipi
by Roman Gushchin
· 11 years ago
6897fc22
kernel: use lockless list for smp_call_function_single
by Christoph Hellwig
· 11 years ago
ca5ecd6
kernel: fix generic_exec_single indentation
by Christoph Hellwig
· 11 years ago
0a06ff0
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS
by Christoph Hellwig
· 11 years ago
0910c0b
Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
c84a83e
smp: don't warn about csd->flags having CSD_FLAG_LOCK cleared for !wait
by Jens Axboe
· 12 years ago
e3daab6
smp: export __smp_call_function_single()
by Jens Axboe
· 11 years ago
a17bce4
x86/boot: Further compress CPUs bootup message
by Borislav Petkov
· 11 years ago
202da40
kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().
by David Daney
· 11 years ago
60c3236
kernel/smp.c: free related resources when failure occurs in hotplug_cfd()
by Chen Gang
· 11 years ago
5e0b3a4
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
15e7191
generic-ipi/locking: Fix misleading smp_call_function_any() description
by Xie XiuQi
· 11 years ago
4659196
generic-ipi: Kill unnecessary variable - csd_flags
by Xie XiuQi
· 11 years ago
0db0628
kernel: delete __cpuinit usage from all core kernel files
by Paul Gortmaker
· 12 years ago
e1d12f3
kernel/smp.c: cleanups
by Andrew Morton
· 12 years ago
1def1dc
kernel/smp.c: use '|=' for csd_lock
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
f44310b
smp: Fix SMP function call empty cpu mask race
by Wang YanQing
· 12 years ago
8feb8e8
smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]()
by Yong Zhang
· 13 years ago
f37f435
smp: Implement kick_all_cpus_sync()
by Thomas Gleixner
· 13 years ago
3bb5d2e
smp, idle: Allocate idle thread for each possible cpu during boot
by Suresh Siddha
· 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
9984de1
kernel: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 14 years ago
d8ad7d1
generic-ipi: Fix kexec boot crash by initializing call_single_queue before enabling interrupts
by Takao Indoh
· 14 years ago
34db18a0
smp: move smp setup functions to kernel/smp.c
by Amerigo Wang
· 14 years ago
c8def55
smp_call_function_interrupt: use typedef and %pf
by Milton Miller
· 14 years ago
723aae2
smp_call_function_many: handle concurrent clearing of mask
by Milton Miller
· 14 years ago
45a5791
call_function_many: add missing ordering
by Milton Miller
· 14 years ago
e6cd1e0
call_function_many: fix list delete vs add race
by Milton Miller
· 14 years ago
2b1caf6
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
225c8e010
kernel/smp.c: consolidate writes in smp_call_function_interrupt()
by Milton Miller
· 14 years ago
6dc1989
kernel/smp.c: fix smp_call_function_many() SMP race
by Anton Blanchard
· 14 years ago
bd924e8
smp: Allow on_each_cpu() to be called while early_boot_irqs_disabled status to init/main.c
by Tejun Heo
· 14 years ago
351f8f8
kernel: clean up USE_GENERIC_SMP_HELPERS
by Amerigo Wang
· 14 years ago
3a5f65df
Typedef SMP call function pointer
by David Howells
· 14 years ago
27c379f
generic-ipi: Fix deadlock in __smp_call_function_single
by Heiko Carstens
· 14 years ago
80b5184
kernel/: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
e03bcb6
generic-ipi: Optimize accesses by using DEFINE_PER_CPU_SHARED_ALIGNED for IPI data
by Milton Miller
· 15 years ago
af2422c
smp_call_function_any(): pass the node value to cpumask_of_node()
by David John
· 15 years ago
8f0ddf9
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
c0f68c2f
generic-ipi: cleanup for generic_smp_call_function_interrupt()
by Xiao Guangrong
· 15 years ago
9f5a562
smp: Convert smplocks to raw_spinlocks
by Thomas Gleixner
· 15 years ago
2ea6dec
generic-ipi: Add smp_call_function_any()
by Rusty Russell
· 15 years ago
72f279b
generic-ipi: Fix misleading smp_call_function*() description
by Sheng Yang
· 15 years ago
0748bd0
cpumask: remove arch_send_call_function_ipi
by Rusty Russell
· 15 years ago
54fdade
generic-ipi: make struct call_function_data lockless
by Xiao Guangrong
· 15 years ago
b855192
Merge branch 'x86/urgent' into x86/pat
by H. Peter Anvin
· 15 years ago
269c861
generic-ipi: Allow cpus not yet online to call smp_call_function with irqs disabled
by Suresh Siddha
· 15 years ago
69dd647
generic-ipi: fix hotplug_cfd()
by Xiao Guangrong
· 15 years ago
eaa9584
cpumask: alloc zeroed cpumask for static cpumask_var_ts
by Yinghai Lu
· 16 years ago
641cd4c
generic-ipi: eliminate WARN_ON()s during oops/panic
by Ingo Molnar
· 16 years ago
0b13fda
generic-ipi: cleanups
by Ingo Molnar
· 16 years ago
6e27563
generic-ipi: remove CSD_FLAG_WAIT
by Peter Zijlstra
· 16 years ago
8969a5e
generic-ipi: remove kmalloc()
by Peter Zijlstra
· 16 years ago
15d0d3b
generic IPI: simplify barriers and locking
by Nick Piggin
· 16 years ago
d7240b9
generic-ipi: use per cpu data for single cpu ipi calls
by Steven Rostedt
· 16 years ago
4f4b6c1
cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: core
by Rusty Russell
· 16 years ago
ce47d97
cpumask: arch_send_call_function_ipi_mask: core
by Rusty Russell
· 16 years ago
Next »