This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 741668ef7832 Merge tag 'usb-5.15-rc5' of git://git.kernel.org/pub/scm/l [...] new 3fb937f441c6 PCI: ACPI: Check parent pointer in acpi_pci_find_companion() new cdc726fb35ed Merge tag 'acpi-5.15-rc5' of git://git.kernel.org/pub/scm/ [...] new 951cd3a0866d firmware: include drivers/firmware/Kconfig unconditionally new 424953cf3c66 qcom_scm: hide Kconfig symbol new 2fbc349911e4 asm-generic/io.h: give stub iounmap() on !MMU same prototy [...] new 0dcf60d00140 Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org [...] new 0432523f4807 xen/privcmd: replace kcalloc() by kvcalloc() when allocati [...] new e11423d6721d xen/privcmd: fix error handling in mmap-resource processing new 97315723c463 xen/privcmd: drop "pages" parameter from xen_remap_pfn() new 9172b5c4a778 xen/x86: prevent PVH type from getting clobbered new cae7d81a3730 xen/x86: allow PVH Dom0 without XEN_PV=y new adf330a7cd64 xen/x86: make "earlyprintk=xen" work better for PVH Dom0 new 8e24d9bfc44d xen/x86: allow "earlyprintk=xen" to work for PV Dom0 new 42bc9716bc1d xen/x86: make "earlyprintk=xen" work for HVM/PVH DomU new 4d1ab432acc9 xen/x86: generalize preferred console model from PV to PVH Dom0 new 079c4baa2aad xen/x86: hook up xen_banner() also for PVH new 59f7e5374175 x86/PVH: adjust function/data placement new 9c11112c0ec7 xen/x86: adjust data placement new 319933a80fd4 xen/balloon: fix cancelled balloon action new 3946b46cab8b Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.or [...] new d67ed2510d28 xtensa: use CONFIG_USE_OF instead of CONFIG_OF new 6489f8d0e1d9 xtensa: call irqchip_init only when CONFIG_USE_OF is selected new f3d7c2cdf6dc xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OF new 012e974501a2 xtensa: xtfpga: Try software restart before simulating CPU reset new 5d6ab0bb408f Merge tag 'xtensa-20211008' of git://github.com/jcmvbkbc/l [...]
The 25 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 | 2 +- arch/arm/Kconfig | 2 - arch/arm64/Kconfig | 2 - arch/ia64/Kconfig | 2 - arch/mips/Kconfig | 2 - arch/parisc/Kconfig | 2 - arch/riscv/Kconfig | 2 - arch/x86/Kconfig | 2 - arch/x86/include/asm/xen/pci.h | 11 ++-- arch/x86/pci/xen.c | 15 +++--- arch/x86/platform/pvh/enlighten.c | 12 ++--- arch/x86/xen/Kconfig | 19 ++++--- arch/x86/xen/Makefile | 2 +- arch/x86/xen/enlighten.c | 54 ++++++++++++++++--- arch/x86/xen/enlighten_pv.c | 35 +----------- arch/x86/xen/enlighten_pvh.c | 10 +++- arch/x86/xen/mmu_pv.c | 2 +- arch/x86/xen/xen-ops.h | 5 +- arch/xtensa/include/asm/kmem_layout.h | 2 +- arch/xtensa/kernel/irq.c | 2 +- arch/xtensa/kernel/setup.c | 12 ++--- arch/xtensa/mm/mmu.c | 2 +- arch/xtensa/platforms/xtfpga/setup.c | 12 +++-- drivers/Kconfig | 2 + drivers/firmware/Kconfig | 5 +- drivers/gpu/drm/msm/Kconfig | 4 +- drivers/iommu/Kconfig | 3 +- drivers/iommu/arm/arm-smmu/Makefile | 3 +- drivers/iommu/arm/arm-smmu/arm-smmu-impl.c | 3 +- drivers/media/platform/Kconfig | 2 +- drivers/mmc/host/Kconfig | 2 +- drivers/net/ipa/Kconfig | 1 + drivers/net/wireless/ath/ath10k/Kconfig | 2 +- drivers/pci/pci-acpi.c | 3 ++ drivers/pinctrl/qcom/Kconfig | 3 +- drivers/tty/hvc/hvc_xen.c | 13 ++--- drivers/xen/Kconfig | 4 +- drivers/xen/balloon.c | 21 +++++--- drivers/xen/privcmd.c | 18 +++---- include/asm-generic/io.h | 2 +- include/linux/arm-smccc.h | 10 ++++ include/linux/qcom_scm.h | 71 ------------------------- include/xen/xen-ops.h | 15 +++--- 43 files changed, 182 insertions(+), 216 deletions(-)