This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 74164d284b29 Merge tag 'pwm/for-5.18-rc1' of git://git.kernel.org/pub/s [...] new dc0ce6cc4b13 lib/test: use after free in register_test_dev_kmod() new 57c06b6e1e74 Merge tag 'modules-5.18-rc1' of git://git.kernel.org/pub/s [...] new 08a491b2e4b1 Revert "parisc: Fix invalidate/flush vmap routines" new 939fc856676c parisc: Fix CPU affinity for Lasi, WAX and Dino chips new ac2dd3279445 parisc: Clean up cpu_check_affinity() and drop cpu_set_aff [...] new ed9794812b0a parisc: Detect hppa-suse-linux-gcc compiler for cross-building new 7e0b2be94c31 parisc: Add constants for control registers and clean up mfctl() new 1e93848a385e parisc: Ensure set_firmware_width() is called only once new 62773112acc5 parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGY new 95370b4031ec parisc: Move store_cpu_topology() into text section new beb48dfd9672 parisc: Move CPU startup-related functions into .text section new 4d7d4c3fc1ae parisc: Move disable_sr_hashing_asm() into .text section new db2b0d76cdc4 parisc: Add PDC locking functions for rendezvous code new 88b3aac6228b parisc: Implement __cpu_die() and __cpu_disable() for CPU [...] new 98903688e610 parisc: Rewrite arch_cpu_idle_dead() for CPU hotplugging new ca45ec3cb44a parisc: Move common_stext into .text section when CONFIG_H [...] new 1afde47d082c parisc: Find a new timesync master if current CPU is removed new a9fe7fa7d874 parisc: Fix patch code locking and flushing new d5fd43bac839 Merge tag 'for-5.18/parisc-2' of git://git.kernel.org/pub/ [...] new 787af64d05cd mm: page_alloc: validate buddy before check its migratetype.
The 20 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/parisc/Kconfig | 12 +--- arch/parisc/Makefile | 4 +- arch/parisc/include/asm/pdc.h | 3 + arch/parisc/include/asm/pdcpat.h | 3 +- arch/parisc/include/asm/processor.h | 1 + arch/parisc/include/asm/smp.h | 9 +-- arch/parisc/include/asm/special_insns.h | 17 +++-- arch/parisc/include/asm/topology.h | 23 +------ arch/parisc/kernel/Makefile | 2 +- arch/parisc/kernel/cache.c | 26 ++------ arch/parisc/kernel/firmware.c | 44 ++++++++++++- arch/parisc/kernel/head.S | 11 +++- arch/parisc/kernel/irq.c | 25 +------- arch/parisc/kernel/pacache.S | 2 +- arch/parisc/kernel/patch.c | 25 ++++---- arch/parisc/kernel/process.c | 27 +++++++- arch/parisc/kernel/processor.c | 6 +- arch/parisc/kernel/smp.c | 108 +++++++++++++++++++++++++++----- arch/parisc/kernel/time.c | 6 +- arch/parisc/kernel/topology.c | 77 ++++++----------------- drivers/parisc/dino.c | 41 +++++++++--- drivers/parisc/gsc.c | 31 +++++++++ drivers/parisc/gsc.h | 1 + drivers/parisc/lasi.c | 7 +-- drivers/parisc/wax.c | 7 +-- lib/test_kmod.c | 1 + mm/page_alloc.c | 3 + 27 files changed, 316 insertions(+), 206 deletions(-)