This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 586b222d748e Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/ [...] new c52198601695 locking/csd_lock: Add Kconfig option for csd_debug default new 1771257cb447 locking/csd_lock: Remove added data from CSD lock debugging new 6366d062e7f9 locking/csd_lock: Remove per-CPU data indirection from CSD [...] new 203e43584473 kernel/smp: Make csdlock_debug= resettable new 56eb0598c7a3 trace: Add trace_ipi_send_cpumask() new cc9cb0a71725 sched, smp: Trace IPIs sent via send_call_function_single_ipi() new 08407b5f61c1 smp: Trace IPIs sent via arch_send_call_function_ipi_mask() new 4468161a5ca2 irq_work: Trace self-IPIs sent via arch_irq_work_raise() new 4c8c3c7f70a6 treewide: Trace IPIs sent via smp_send_reschedule() new 253a0fb4c628 smp: reword smp call IPI comment new 68f4ff04dbad sched, smp: Trace smp callback causing an IPI new 68e2d17c9eb3 trace: Add trace_ipi_send_cpu() new 5c3124975e15 trace,smp: Trace all smp_function_call*() invocations new f20730efbd30 Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pu [...]
The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/kernel-parameters.txt | 17 +- arch/alpha/kernel/smp.c | 2 +- arch/arc/kernel/smp.c | 2 +- arch/arm/kernel/smp.c | 3 +- arch/arm/mach-actions/platsmp.c | 2 + arch/arm64/kernel/smp.c | 3 +- arch/csky/kernel/smp.c | 2 +- arch/hexagon/kernel/smp.c | 2 +- arch/ia64/kernel/smp.c | 4 +- arch/loongarch/kernel/smp.c | 4 +- arch/mips/include/asm/smp.h | 2 +- arch/openrisc/kernel/smp.c | 2 +- arch/parisc/kernel/smp.c | 4 +- arch/powerpc/kernel/smp.c | 6 +- arch/powerpc/kvm/book3s_hv.c | 3 + arch/powerpc/platforms/powernv/subcore.c | 2 + arch/riscv/kernel/smp.c | 4 +- arch/s390/kernel/smp.c | 2 +- arch/sh/kernel/smp.c | 2 +- arch/sparc/kernel/smp_32.c | 2 +- arch/sparc/kernel/smp_64.c | 2 +- arch/x86/include/asm/smp.h | 2 +- arch/x86/kvm/svm/svm.c | 4 + arch/x86/kvm/x86.c | 2 + arch/xtensa/kernel/smp.c | 2 +- include/linux/smp.h | 11 +- include/trace/events/ipi.h | 44 ++++ kernel/irq_work.c | 12 +- kernel/sched/core.c | 22 +- kernel/sched/smp.h | 2 +- kernel/smp.c | 313 ++++++------------------ lib/Kconfig.debug | 9 + virt/kvm/kvm_main.c | 3 + 33 files changed, 217 insertions(+), 281 deletions(-)