summaryrefslogtreecommitdiffstats
path: root/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* kernel/smp: Define pr_fmt() for smp.cMichael Ellerman2016-10-261-0/+3
* smp: Allocate smp_call_on_cpu() workqueue on stack tooPeter Zijlstra2016-09-221-1/+2
* smp: Add function to execute a function synchronously on a CPUJuergen Gross2016-09-051-0/+50
* virt, sched: Add generic vCPU pinning supportJuergen Gross2016-09-051-0/+1
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-47/+32
|\
| * smp/cfd: Convert core to hotplug state machineRichard Weinberger2016-07-151-47/+32
* | locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra2016-06-141-1/+1
|/
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-0/+1
|\
| * cpu/hotplug: Create hotplug threadsThomas Gleixner2016-03-011-0/+1
* | locking/csd_lock: Use smp_cond_acquire() in csd_lock_wait()Davidlohr Bueso2016-03-101-2/+1
* | locking/csd_lock: Explicitly inline csd_lock*() helpersDavidlohr Bueso2016-03-101-3/+3
|/
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* smp: Fix error case handling in smp_call_function_*()Linus Torvalds2015-04-191-1/+3
* smp: Fix smp_call_function_single_async() lockingLinus Torvalds2015-04-171-31/+47
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-3/+3
|\
| * kernel misc: Replace __get_cpu_var usesChristoph Lameter2014-08-261-3/+3