summaryrefslogtreecommitdiffstats
path: root/kernel/smp.c
AgeCommit message (Expand)AuthorLines
2022-07-19locking/csd_lock: Change csdlock_debug from early_param to __setupChen Zhongjin-2/+2
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+24
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+5
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar-1/+1
2022-05-01smp: Make softirq handling RT safe in flush_smp_call_function_queue()Sebastian Andrzej Siewior-1/+4
2022-05-01smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner-7/+20
2022-04-20kernel/smp: Provide boot-time timeout for CSD lock diagnosticsPaul E. McKenney-2/+5
2022-04-13smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit-1/+1
2021-10-22sched: Improve wake_up_all_idle_cpus() take #2Peter Zijlstra-7/+5
2021-10-07sched: Simplify wake_up_*idle*()Peter Zijlstra-3/+3
2021-08-11smp: Fix all kernel-doc warningsRandy Dunlap-3/+11
2021-05-06smp: Fix smp_call_function_single_async prototypeArnd Bergmann-13/+13
2021-03-06Merge branch 'locking/core' into x86/mm, to resolve conflictIngo Molnar-11/+263
2021-03-06smp: Micro-optimize smp_call_function_many_cond()Peter Zijlstra-1/+1
2021-03-06smp: Inline on_each_cpu_cond() and on_each_cpu()Nadav Amit-56/+0
2021-03-06smp: Run functions concurrently in smp_call_function_many_cond()Nadav Amit-68/+88
2021-03-06locking/csd_lock: Add more data to CSD lock debuggingJuergen Gross-4/+222
2021-03-06locking/csd_lock: Prepare more CSD lock debuggingJuergen Gross-6/+10
2021-03-06locking/csd_lock: Add boot parameter for controlling CSD lock debuggingJuergen Gross-4/+34
2021-02-17smp: Process pending softirqs in flush_smp_call_function_from_idle()Sebastian Andrzej Siewior-0/+4
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar-1/+1
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra-25/+25
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+134
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap-1/+1
2020-09-04smp: Make symbol 'csd_bug_count' staticWei Yongjun-1/+1
2020-09-04kernel/smp: Provide CSD lock timeout diagnosticsPaul E. McKenney-2/+130
2020-09-04smp: Add source and destination CPUs to __call_single_dataPaul E. McKenney-0/+6
2020-07-22smp: Fix a potential usage of stale nr_cpusMuchun Song-2/+1
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra-18/+0
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-43/+132
2020-06-02irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK tooIngo Molnar-2/+0
2020-05-28sched/headers: Split out open-coded prototypes into kernel/sched/smp.hIngo Molnar-4/+1
2020-05-28sched: Replace rq::wake_listPeter Zijlstra-7/+40
2020-05-28irq_work, smp: Allow irq_work on call_single_queuePeter Zijlstra-46/+73
2020-05-28smp: Optimize send_call_function_single_ipi()Peter Zijlstra-1/+15
2020-05-28smp: Move irq_work_run() out of flush_smp_call_function_queue()Peter Zijlstra-8/+9
2020-05-28smp: Optimize flush_smp_call_function_queue()Peter Zijlstra-4/+23
2020-04-19smp: Use smp_call_func_t in on_each_cpu()Kaitao Cheng-1/+1
2020-03-25cpu/hotplug: Move bringup of secondary CPUs out of smp_init()Qais Yousef-8/+1
2020-03-06smp: Allow smp_call_function_single_async() to insert locked csdPeter Xu-3/+11
2020-01-28smp: Remove superfluous cond_func check in smp_call_function_many_cond()Sebastian Andrzej Siewior-1/+1
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior-10/+3
2020-01-24smp: Add a smp_cond_func_t argument to smp_call_function_many()Sebastian Andrzej Siewior-43/+38
2020-01-24smp: Use smp_cond_func_t as type for the conditional functionSebastian Andrzej Siewior-6/+5
2019-07-20smp: Warn on function calls from softirq contextPeter Zijlstra-0/+16
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit-7/+3
2019-06-23smp: Do not mark call_function_data as sharedNadav Amit-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf-2/+0
2018-10-09smp,cpumask: introduce on_each_cpu_cond_maskRik van Riel-4/+13