aboutsummaryrefslogtreecommitdiff
path: root/kernel/smp.c
AgeCommit message (Expand)Author
2021-02-17smp: Process pending softirqs in flush_smp_call_function_from_idle()Sebastian Andrzej Siewior
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap
2020-09-04smp: Make symbol 'csd_bug_count' staticWei Yongjun
2020-09-04kernel/smp: Provide CSD lock timeout diagnosticsPaul E. McKenney
2020-09-04smp: Add source and destination CPUs to __call_single_dataPaul E. McKenney
2020-07-22smp: Fix a potential usage of stale nr_cpusMuchun Song
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-02irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK tooIngo Molnar
2020-05-28sched/headers: Split out open-coded prototypes into kernel/sched/smp.hIngo Molnar
2020-05-28sched: Replace rq::wake_listPeter Zijlstra
2020-05-28irq_work, smp: Allow irq_work on call_single_queuePeter Zijlstra
2020-05-28smp: Optimize send_call_function_single_ipi()Peter Zijlstra
2020-05-28smp: Move irq_work_run() out of flush_smp_call_function_queue()Peter Zijlstra
2020-05-28smp: Optimize flush_smp_call_function_queue()Peter Zijlstra
2020-04-19smp: Use smp_call_func_t in on_each_cpu()Kaitao Cheng
2020-03-25cpu/hotplug: Move bringup of secondary CPUs out of smp_init()Qais Yousef
2020-03-06smp: Allow smp_call_function_single_async() to insert locked csdPeter Xu
2020-01-28smp: Remove superfluous cond_func check in smp_call_function_many_cond()Sebastian Andrzej Siewior
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior
2020-01-24smp: Add a smp_cond_func_t argument to smp_call_function_many()Sebastian Andrzej Siewior
2020-01-24smp: Use smp_cond_func_t as type for the conditional functionSebastian Andrzej Siewior
2019-07-20smp: Warn on function calls from softirq contextPeter Zijlstra
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit
2019-06-23smp: Do not mark call_function_data as sharedNadav Amit
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf
2018-10-09smp,cpumask: introduce on_each_cpu_cond_maskRik van Riel
2018-10-09smp: use __cpumask_set_cpu in on_each_cpu_condRik van Riel
2018-08-07cpu/hotplug: Fix SMT supported evaluationThomas Gleixner
2017-11-08smp/core: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang
2017-05-23smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()Peter Zijlstra
2017-05-23smp: Avoid sending needless IPI in smp_call_function_many()Aaron Lu
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-10-26kernel/smp: Tell the user we're bringing up secondary CPUsMichael Ellerman
2016-10-26kernel/smp: Make the SMP boot message common on all archesMichael Ellerman
2016-10-26kernel/smp: Define pr_fmt() for smp.cMichael Ellerman
2016-09-22smp: Allocate smp_call_on_cpu() workqueue on stack tooPeter Zijlstra
2016-09-05smp: Add function to execute a function synchronously on a CPUJuergen Gross
2016-09-05virt, sched: Add generic vCPU pinning supportJuergen Gross
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-15smp/cfd: Convert core to hotplug state machineRichard Weinberger
2016-06-14locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-10locking/csd_lock: Use smp_cond_acquire() in csd_lock_wait()Davidlohr Bueso