This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6f612579be9d Merge tag 'objtool-core-2023-06-27' of git://git.kernel.or [...] new 0ae612299621 Revert "nios2: Convert __pte_free_tlb() to use ptdescs" new f9f6ff8c5adb xtensa: xt2000: drop empty platform_init new 71a5fd7d89fb xtensa: drop platform_heartbeat new 11976fe2a47a xtensa: drop platform_restart new 7561dfbf3b34 xtensa: drop platform_halt and platform_power_off new 752121c7ebf8 xtensa: clean up default platform functions new fe5775f238d6 xtensa: boot-redboot: clean up Makefile new f8b09d452412 xtensa: drop EXPORT_SYMBOL for common_exception_return new e7cb083891e4 xtensa: drop bcopy implementation new 74e25376b0fe xtensa: only build __strncpy_user with CONFIG_ARCH_HAS_STR [...] new 338d9150900d xtensa: add asm-prototypes.h new e6807b44e49a xtensa: report trax and perf counters in cpuinfo new 959b76a909bf xtensa: drop ARCH_WANT_FRAME_POINTERS new 67e886229e27 xtensa: move early_trap_init from kasan_early_init to init_arch new 3522bcfe1ecd xtensa: always install slow handler for unaligned access e [...] new 651d4aff6892 xtensa: rearrange unaligned exception handler new f29cf77609cc xtensa: add load/store exception handler new cc34f2909d2f xtensa: rearrange show_stack output new f7667ca106df xtensa: dump userspace code around the exception PC new 8d8026f376c8 Merge tag 'xtensa-20230627' of https://github.com/jcmvbkbc [...] new ecc758cee6a1 s390/pai_crypto: replace atomic_t with refcount_t new 1f2597cd3686 s390/pai_ext: replace atomic_t with refcount_t new fbac266f095d s390: select ARCH_SUPPORTS_INT128 new 5dd4241964c8 vfio/ccw: replace one-element array with flexible-array member new d933e5f41e4f vfio/ccw: use struct_size() helper new 31e9ccc67ce2 s390/ipl: add REIPL_CLEAR flag to os_info new 9f70bc890ae2 s390/zcore: conditionally clear memory on reipl new 46a29b039e2e s390/pkey: introduce reverse x-mas trees new f370f45c6475 s390/pkey: do not use struct pkey_protkey new 9e436c195e2d s390/pkey: add support for ecc clear key new e23b4fdb5cd0 Merge branch 'protected-key' into features new 6afc770048ed s390/vfio-ap: realize the VFIO_DEVICE_GET_IRQ_INFO ioctl new bf48961f6f48 s390/vfio-ap: realize the VFIO_DEVICE_SET_IRQS ioctl new 2e3d8d71e285 s390/vfio-ap: wire in the vfio_device_ops request callback new 11458e2b3ffa s390/module: fix rela calculation for R_390_GOTENT new d0d3e218d50b s390/cpum_cf: open access to hwctr device for CAP_PERFMON [...] new 9b9cf3c77e7e s390/cpum_cf: rework PER_CPU_DEFINE of struct cpu_cf_events new 6a4667699460 Merge tag 's390-6.5-1' of git://git.kernel.org/pub/scm/lin [...] new 04d684875b30 xen: xen_debug_interrupt prototype to global header new 9338c2233b97 iscsi_ibft: Fix finding the iBFT under Xen Dom 0 new 3d013424de1e x86/xen: add prototypes for paravirt mmu functions new fb9b7b4b2b82 x86: xen: add missing prototypes new 18eb3b6dff00 Merge tag 'for-linus-6.5-rc1-tag' of git://git.kernel.org/ [...]
The 43 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/nios2/include/asm/pgalloc.h | 8 +- arch/s390/Kconfig | 1 + arch/s390/crypto/paes_s390.c | 9 +- arch/s390/include/asm/asm-prototypes.h | 4 + arch/s390/include/asm/cpacf.h | 7 +- arch/s390/include/asm/os_info.h | 7 +- arch/s390/include/asm/pkey.h | 4 +- arch/s390/include/uapi/asm/pkey.h | 15 +- arch/s390/kernel/ipl.c | 16 + arch/s390/kernel/module.c | 3 +- arch/s390/kernel/perf_cpum_cf.c | 452 ++++++++++++++++++++------- arch/s390/kernel/perf_pai_crypto.c | 19 +- arch/s390/kernel/perf_pai_ext.c | 23 +- arch/s390/lib/Makefile | 2 +- arch/s390/lib/tishift.S | 63 ++++ arch/x86/kernel/setup.c | 2 +- arch/x86/xen/efi.c | 2 + arch/x86/xen/mmu_pv.c | 16 + arch/x86/xen/setup.c | 28 +- arch/x86/xen/smp.h | 4 + arch/x86/xen/smp_pv.c | 1 - arch/x86/xen/xen-ops.h | 5 +- arch/xtensa/Kconfig | 14 +- arch/xtensa/Kconfig.debug | 8 + arch/xtensa/boot/boot-redboot/Makefile | 9 +- arch/xtensa/include/asm/asm-prototypes.h | 29 ++ arch/xtensa/include/asm/asmmacro.h | 1 + arch/xtensa/include/asm/core.h | 8 + arch/xtensa/include/asm/ftrace.h | 9 - arch/xtensa/include/asm/platform.h | 20 -- arch/xtensa/include/asm/string.h | 3 - arch/xtensa/include/asm/traps.h | 7 + arch/xtensa/kernel/align.S | 256 +++++++++++----- arch/xtensa/kernel/mcount.S | 1 + arch/xtensa/kernel/platform.c | 29 +- arch/xtensa/kernel/setup.c | 41 ++- arch/xtensa/kernel/stacktrace.c | 4 - arch/xtensa/kernel/time.c | 4 - arch/xtensa/kernel/traps.c | 102 +++++-- arch/xtensa/kernel/xtensa_ksyms.c | 95 +----- arch/xtensa/lib/Makefile | 3 +- arch/xtensa/lib/ashldi3.S | 1 + arch/xtensa/lib/ashrdi3.S | 1 + arch/xtensa/lib/bswapdi2.S | 1 + arch/xtensa/lib/bswapsi2.S | 1 + arch/xtensa/lib/checksum.S | 2 + arch/xtensa/lib/divsi3.S | 1 + arch/xtensa/lib/lshrdi3.S | 1 + arch/xtensa/lib/memcopy.S | 19 +- arch/xtensa/lib/memset.S | 2 + arch/xtensa/lib/modsi3.S | 1 + arch/xtensa/lib/mulsi3.S | 1 + arch/xtensa/lib/strncpy_user.S | 1 + arch/xtensa/lib/strnlen_user.S | 1 + arch/xtensa/lib/udivsi3.S | 1 + arch/xtensa/lib/umodsi3.S | 1 + arch/xtensa/lib/umulsidi3.S | 1 + arch/xtensa/lib/usercopy.S | 1 + arch/xtensa/mm/kasan_init.c | 2 - arch/xtensa/mm/misc.S | 5 + arch/xtensa/platforms/iss/setup.c | 24 +- arch/xtensa/platforms/xt2000/setup.c | 48 +-- arch/xtensa/platforms/xtfpga/setup.c | 34 ++- drivers/firmware/iscsi_ibft_find.c | 26 +- drivers/s390/char/zcore.c | 41 ++- drivers/s390/cio/vfio_ccw_drv.c | 2 +- drivers/s390/cio/vfio_ccw_private.h | 2 +- drivers/s390/crypto/pkey_api.c | 509 ++++++++++++++++++++----------- drivers/s390/crypto/vfio_ap_ops.c | 134 +++++++- drivers/s390/crypto/vfio_ap_private.h | 3 + include/linux/iscsi_ibft.h | 10 +- include/uapi/linux/vfio.h | 9 + include/xen/events.h | 3 + include/xen/xen.h | 3 + 74 files changed, 1545 insertions(+), 681 deletions(-) create mode 100644 arch/s390/lib/tishift.S create mode 100644 arch/xtensa/include/asm/asm-prototypes.h