This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fda5e3f28400 Merge tag 'trace-v6.13-rc7-2' of git://git.kernel.org/pub/ [...] new 6d71a9c61604 sched/fair: Fix EEVDF entity placement bug causing scheduling lag new 66951e4860d3 sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUE new 8ff6d472ab35 Merge tag 'sched_urgent_for_v6.13' of git://git.kernel.org [...] new 0d62a49ab55c irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctly new 35cb2c6ce7da irqchip/gic-v3-its: Don't enable interrupts in its_irq_set [...] new 3a748d483d80 irqchip/sunxi-nmi: Add missing SKIP_WAKE flag new 9322d1915f9d irqchip: Plug a OF node reference leak in platform_irqchip [...] new b031457ab15d Merge tag 'irq_urgent_for_v6.13' of git://git.kernel.org/p [...] new 8c4840277b6d signal/posixtimers: Handle ignore/blocked sequences correctly new b729cc1ec21a timers/migration: Fix another race between hotplug and idl [...] new de3ced72a792 timers/migration: Enforce group initialization visibility [...] new 922efd298bb2 timers/migration: Annotate accesses to ignore flag new 2f8dea1692ee hrtimers: Handle CPU state correctly on hotplug new 25144ea31b90 Merge tag 'timers_urgent_for_v6.13' of git://git.kernel.or [...] new a9bbe3413331 x86: Disable EXECMEM_ROX support new de31b3cd7063 x86/fred: Fix the FRED RSP0 MSR out of sync with its per-C [...] new ae02ae16b761 x86/asm: Make serialize() always_inline new 9528d418de4d Merge tag 'x86_urgent_for_v6.13' of git://git.kernel.org/p [...]
The 18 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: arch/x86/Kconfig | 1 - arch/x86/include/asm/special_insns.h | 2 +- arch/x86/kernel/fred.c | 8 +- drivers/irqchip/irq-gic-v3-its.c | 2 +- drivers/irqchip/irq-gic-v3.c | 2 +- drivers/irqchip/irq-sunxi-nmi.c | 3 +- drivers/irqchip/irqchip.c | 4 +- include/linux/hrtimer.h | 1 + kernel/cpu.c | 2 +- kernel/sched/fair.c | 151 ++++++----------------------------- kernel/signal.c | 37 ++++++--- kernel/time/hrtimer.c | 11 ++- kernel/time/timer_migration.c | 64 ++++++++++++--- 13 files changed, 131 insertions(+), 157 deletions(-)