summaryrefslogtreecommitdiffstats
path: root/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-101-2/+4
|\
| * lib/cpumask: add FORCE_NR_CPUS config optionYury Norov2022-09-201-1/+1
| * smp: add set_nr_cpu_ids()Yury Norov2022-09-191-2/+2
| * smp: don't declare nr_cpu_ids if NR_CPUS == 1Yury Norov2022-09-191-0/+2
* | sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()Zhen Lei2022-08-311-2/+1
|/
* locking/csd_lock: Change csdlock_debug from early_param to __setupChen Zhongjin2022-07-191-2/+2
* Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-241-8/+24
|\
| * Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar2022-05-061-1/+1
| |\
| * | smp: Make softirq handling RT safe in flush_smp_call_function_queue()Sebastian Andrzej Siewior2022-05-011-1/+4
| * | smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner2022-05-011-7/+20
* | | Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-231-2/+5
|\ \ \ | |_|/ |/| |
| * | kernel/smp: Provide boot-time timeout for CSD lock diagnosticsPaul E. McKenney2022-04-201-2/+5
| |/
* / smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit2022-04-131-1/+1
|/
* sched: Improve wake_up_all_idle_cpus() take #2Peter Zijlstra2021-10-221-7/+5
* sched: Simplify wake_up_*idle*()Peter Zijlstra2021-10-071-3/+3
* 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