Age | Commit message (Expand) | Author |
2024-09-18 | Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2024-09-08 | smp: Mark smp_prepare_boot_cpu() __init | Bibo Mao |
2024-08-15 | locking/csd_lock: Provide an indication of ongoing CSD-lock stall | Paul E. McKenney |
2024-03-11 | Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2024-03-11 | Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-03-04 | smp: Consolidate smp_prepare_boot_cpu() | Thomas Gleixner |
2024-02-27 | smp: Provide 'setup_max_cpus' definition on UP too | Ingo Molnar |
2024-02-19 | smp: Make __smp_processor_id() 0-argument macro | Alexey Dobriyan |
2023-09-13 | smp: Change function signatures to use call_single_data_t | Leonardo Bras |
2023-04-28 | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-14 | cpu: Mark nmi_panic_self_stop() __noreturn | Josh Poimboeuf |
2023-04-14 | cpu: Mark panic_smp_self_stop() __noreturn | Josh Poimboeuf |
2023-03-24 | trace: Add trace_ipi_send_cpu() | Peter Zijlstra |
2023-03-24 | treewide: Trace IPIs sent via smp_send_reschedule() | Valentin Schneider |
2021-11-09 | kernel.h: drop unneeded <linux/kernel.h> inclusion from other headers | Andy Shevchenko |
2021-05-09 | Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2021-05-07 | smp: kernel/panic.c - silence warnings | He Ying |
2021-05-06 | smp: Fix smp_call_function_single_async prototype | Arnd Bergmann |
2021-03-06 | smp: Inline on_each_cpu_cond() and on_each_cpu() | Nadav Amit |
2020-11-24 | smp: Cleanup smp_call_function*() | Peter Zijlstra |
2020-09-04 | smp: Add source and destination CPUs to __call_single_data | Paul E. McKenney |
2020-06-28 | smp, irq_work: Continue smp_call_function*() and irq_work*() integration | Peter Zijlstra |
2020-06-03 | Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-05-28 | sched: Replace rq::wake_list | Peter Zijlstra |
2020-05-28 | irq_work, smp: Allow irq_work on call_single_queue | Peter Zijlstra |
2020-05-07 | cpu/hotplug: Remove disable_nonboot_cpus() | Qais Yousef |
2020-01-24 | smp: Remove allocation mask from on_each_cpu_cond.*() | Sebastian Andrzej Siewior |
2020-01-24 | smp: Use smp_cond_func_t as type for the conditional function | Sebastian Andrzej Siewior |
2019-07-08 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2019-06-23 | smp: Remove smp_call_function() and on_each_cpu() return values | Nadav Amit |
2019-06-17 | x86/percpu: Relax smp_processor_id() | Peter Zijlstra |
2018-10-09 | smp,cpumask: introduce on_each_cpu_cond_mask | Rik van Riel |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-08-29 | smp: Avoid using two cache lines for struct call_single_data | Ying Huang |
2017-03-26 | lockdep: Fix per-cpu static objects | Peter Zijlstra |
2016-09-05 | smp: Add function to execute a function synchronously on a CPU | Juergen Gross |
2016-07-15 | smp/cfd: Convert core to hotplug state machine | Richard Weinberger |
2015-04-20 | smp: don't use 16-bit words for atomic accesses | Linus Torvalds |
2015-01-22 | init: Get rid of x86isms | Thomas Gleixner |
2014-09-19 | smp: Add new wake_up_all_idle_cpus() function | Chuansheng Liu |
2014-06-06 | idle: remove cpu_idle() forward declarations | Geert Uytterhoeven |
2014-02-24 | smp: Rename __smp_call_function_single() to smp_call_function_single_async() | Frederic Weisbecker |
2014-02-24 | smp: Remove wait argument from __smp_call_function_single() | Frederic Weisbecker |
2014-02-24 | smp: Teach __smp_call_function_single() to check for offline cpus | Jan Kara |
2014-02-24 | smp: Remove unused list_head from csd | Jan Kara |
2014-02-10 | smp.h: fix x86+cpu.c sparse warnings about arch nonboot CPU calls | Paul Gortmaker |
2014-01-30 | kernel: use lockless list for smp_call_function_single | Christoph Hellwig |
2013-11-15 | kernel-provide-a-__smp_call_function_single-stub-for-config_smp-fix | Andrew Morton |
2013-11-15 | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS | Christoph Hellwig |
2013-09-24 | watchdog: update watchdog_thresh properly | Michal Hocko |