aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/smp.c
AgeCommit message (Expand)Author
2022-08-17locking/csd_lock: Change csdlock_debug from early_param to __setupChen Zhongjin
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar
2022-05-01smp: Make softirq handling RT safe in flush_smp_call_function_queue()Sebastian Andrzej Siewior
2022-05-01smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner
2022-04-20kernel/smp: Provide boot-time timeout for CSD lock diagnosticsPaul E. McKenney
2022-04-13smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit
2021-10-22sched: Improve wake_up_all_idle_cpus() take #2Peter Zijlstra
2021-10-07sched: Simplify wake_up_*idle*()Peter Zijlstra
2021-08-11smp: Fix all kernel-doc warningsRandy Dunlap
2021-05-06smp: Fix smp_call_function_single_async prototypeArnd Bergmann
2021-03-06Merge branch 'locking/core' into x86/mm, to resolve conflictIngo Molnar
2021-03-06smp: Micro-optimize smp_call_function_many_cond()Peter Zijlstra
2021-03-06smp: Inline on_each_cpu_cond() and on_each_cpu()Nadav Amit
2021-03-06smp: Run functions concurrently in smp_call_function_many_cond()Nadav Amit
2021-03-06locking/csd_lock: Add more data to CSD lock debuggingJuergen Gross
2021-03-06locking/csd_lock: Prepare more CSD lock debuggingJuergen Gross
2021-03-06locking/csd_lock: Add boot parameter for controlling CSD lock debuggingJuergen Gross
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