aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-43/+132
2020-06-02irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK tooIngo Molnar1-2/+0
2020-05-28sched/headers: Split out open-coded prototypes into kernel/sched/smp.hIngo Molnar1-4/+1
2020-05-28sched: Replace rq::wake_listPeter Zijlstra1-7/+40
2020-05-28irq_work, smp: Allow irq_work on call_single_queuePeter Zijlstra1-46/+73
2020-05-28smp: Optimize send_call_function_single_ipi()Peter Zijlstra1-1/+15
2020-05-28smp: Move irq_work_run() out of flush_smp_call_function_queue()Peter Zijlstra1-8/+9
2020-05-28smp: Optimize flush_smp_call_function_queue()Peter Zijlstra1-4/+23
2020-04-19smp: Use smp_call_func_t in on_each_cpu()Kaitao Cheng1-1/+1
2020-03-25cpu/hotplug: Move bringup of secondary CPUs out of smp_init()Qais Yousef1-8/+1
2020-03-06smp: Allow smp_call_function_single_async() to insert locked csdPeter Xu1-3/+11
2020-01-28smp: Remove superfluous cond_func check in smp_call_function_many_cond()Sebastian Andrzej Siewior1-1/+1
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior1-10/+3
2020-01-24smp: Add a smp_cond_func_t argument to smp_call_function_many()Sebastian Andrzej Siewior1-43/+38
2020-01-24smp: Use smp_cond_func_t as type for the conditional functionSebastian Andrzej Siewior1-6/+5
2019-07-20smp: Warn on function calls from softirq contextPeter Zijlstra1-0/+16
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit1-7/+3
2019-06-23smp: Do not mark call_function_data as sharedNadav Amit1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf1-2/+0
2018-10-09smp,cpumask: introduce on_each_cpu_cond_maskRik van Riel1-4/+13
2018-10-09smp: use __cpumask_set_cpu in on_each_cpu_condRik van Riel1-1/+1
2018-08-07cpu/hotplug: Fix SMT supported evaluationThomas Gleixner1-0/+2
2017-11-08smp/core: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-1/+1
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-15/+17
2017-05-23smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()Peter Zijlstra1-2/+2
2017-05-23smp: Avoid sending needless IPI in smp_call_function_many()Aaron Lu1-2/+12
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/idle.h>Ingo Molnar1-0/+1
2016-10-26kernel/smp: Tell the user we're bringing up secondary CPUsMichael Ellerman1-0/+2
2016-10-26kernel/smp: Make the SMP boot message common on all archesMichael Ellerman1-6/+7
2016-10-26kernel/smp: Define pr_fmt() for smp.cMichael Ellerman1-0/+3
2016-09-22smp: Allocate smp_call_on_cpu() workqueue on stack tooPeter Zijlstra1-1/+2
2016-09-05smp: Add function to execute a function synchronously on a CPUJuergen Gross1-0/+50
2016-09-05virt, sched: Add generic vCPU pinning supportJuergen Gross1-0/+1
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-47/+32
2016-07-15smp/cfd: Convert core to hotplug state machineRichard Weinberger1-47/+32
2016-06-14locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra1-1/+1
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-03-10locking/csd_lock: Use smp_cond_acquire() in csd_lock_wait()Davidlohr Bueso1-2/+1
2016-03-10locking/csd_lock: Explicitly inline csd_lock*() helpersDavidlohr Bueso1-3/+3
2016-03-01cpu/hotplug: Create hotplug threadsThomas Gleixner1-0/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-04-19smp: Fix error case handling in smp_call_function_*()Linus Torvalds1-1/+3
2015-04-17smp: Fix smp_call_function_single_async() lockingLinus Torvalds1-31/+47
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-3/+3
2014-09-19smp: Add new wake_up_all_idle_cpus() functionChuansheng Liu1-0/+22
2014-08-26kernel misc: Replace __get_cpu_var usesChristoph Lameter1-3/+3
2014-08-06kernel/smp.c:on_each_cpu_cond(): fix warning in fallback pathSasha Levin1-1/+1
2014-07-16Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying bigger tree-wide changesIngo Molnar1-8/+49