summaryrefslogtreecommitdiffstats
path: root/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* smp: Fix all kernel-doc warningsRandy Dunlap2021-08-111-3/+11
* smp: Fix smp_call_function_single_async prototypeArnd Bergmann2021-05-061-13/+13
* Merge branch 'locking/core' into x86/mm, to resolve conflictIngo Molnar2021-03-061-11/+263
|\
| * locking/csd_lock: Add more data to CSD lock debuggingJuergen Gross2021-03-061-4/+222
| * locking/csd_lock: Prepare more CSD lock debuggingJuergen Gross2021-03-061-6/+10
| * locking/csd_lock: Add boot parameter for controlling CSD lock debuggingJuergen Gross2021-03-061-4/+34
* | smp: Micro-optimize smp_call_function_many_cond()Peter Zijlstra2021-03-061-1/+1
* | smp: Inline on_each_cpu_cond() and on_each_cpu()Nadav Amit2021-03-061-56/+0
* | smp: Run functions concurrently in smp_call_function_many_cond()Nadav Amit2021-03-061-68/+88
|/
* smp: Process pending softirqs in flush_smp_call_function_from_idle()Sebastian Andrzej Siewior2021-02-171-0/+4
* Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-271-1/+1
|\
* | smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-241-25/+25
|/
* Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-181-0/+134
|\
| * smp: Make symbol 'csd_bug_count' staticWei Yongjun2020-09-041-1/+1
| * kernel/smp: Provide CSD lock timeout diagnosticsPaul E. McKenney2020-09-041-2/+130
| * smp: Add source and destination CPUs to __call_single_dataPaul E. McKenney2020-09-041-0/+6
* | kernel/: fix repeated words in commentsRandy Dunlap2020-10-161-1/+1
|/
* smp: Fix a potential usage of stale nr_cpusMuchun Song2020-07-221-2/+1
* smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra2020-06-281-18/+0
* Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-031-43/+132
|\
| * irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK tooIngo Molnar2020-06-021-2/+0
| * sched/headers: Split out open-coded prototypes into kernel/sched/smp.hIngo Molnar2020-05-281-4/+1
| * sched: Replace rq::wake_listPeter Zijlstra2020-05-281-7/+40
| * irq_work, smp: Allow irq_work on call_single_queuePeter Zijlstra2020-05-281-46/+73
| * smp: Optimize send_call_function_single_ipi()Peter Zijlstra2020-05-281-1/+15
| * smp: Move irq_work_run() out of flush_smp_call_function_queue()Peter Zijlstra2020-05-281-8/+9
| * smp: Optimize flush_smp_call_function_queue()Peter Zijlstra2020-05-281-4/+23
* | smp: Use smp_call_func_t in on_each_cpu()Kaitao Cheng2020-04-191-1/+1
|/
* cpu/hotplug: Move bringup of secondary CPUs out of smp_init()Qais Yousef2020-03-251-8/+1
* smp: Allow smp_call_function_single_async() to insert locked csdPeter Xu2020-03-061-3/+11
* smp: Remove superfluous cond_func check in smp_call_function_many_cond()Sebastian Andrzej Siewior2020-01-281-1/+1
* smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior2020-01-241-10/+3
* smp: Add a smp_cond_func_t argument to smp_call_function_many()Sebastian Andrzej Siewior2020-01-241-43/+38
* smp: Use smp_cond_func_t as type for the conditional functionSebastian Andrzej Siewior2020-01-241-6/+5
* smp: Warn on function calls from softirq contextPeter Zijlstra2019-07-201-0/+16
* smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit2019-06-231-7/+3
* smp: Do not mark call_function_data as sharedNadav Amit2019-06-231-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-01-301-2/+0
* smp,cpumask: introduce on_each_cpu_cond_maskRik van Riel2018-10-091-4/+13
* smp: use __cpumask_set_cpu in on_each_cpu_condRik van Riel2018-10-091-1/+1
* cpu/hotplug: Fix SMT supported evaluationThomas Gleixner2018-08-071-0/+2
* smp/core: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-1/+1
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
* smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-291-15/+17
* smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()Peter Zijlstra2017-05-231-2/+2
* smp: Avoid sending needless IPI in smp_call_function_many()Aaron Lu2017-05-231-2/+12
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* kernel/smp: Tell the user we're bringing up secondary CPUsMichael Ellerman2016-10-261-0/+2
* kernel/smp: Make the SMP boot message common on all archesMichael Ellerman2016-10-261-6/+7