This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 270315b8235e Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.o [...] new dd7c7ab01a04 ARC: [plat-eznps]: Drop support for EZChip NPS platform new 63bcf87cb1c5 arc: plat-hsdk: fix kconfig dependency warning when !RESET [...] new 05b1be68c4d6 ARC: [dts] fix the errors detected by dtbs_check new 937cf85f1df8 ARC: SMP: fix typo and use "come up" instead of "comeup" new 6364d1b41cc3 arc: include/asm: fix typos of "themselves" new b32649b86362 Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/l [...] new 22c9e58299e5 ARM: 8997/2: hw_breakpoint: Handle inexact watchpoint addresses new 6428ea278831 ARM: 9003/1: uncompress: Delete unused debug macros new 2c50a570e9dc ARM: 9004/1: debug: Split waituart to CTS and TXRDY new 4df24fef0961 ARM: 9005/1: debug: Select flow control for all debug UARTs new 0b0c1dbd500d ARM: 9006/1: uncompress: Wait for ready and busy in debug prints new 30d9a34dd374 ARM: 9008/1: uncompress: Drop excess whitespace print new 2596a72d3384 ARM: 9009/1: uncompress: Enable debug in head.S new c03e41470e90 ARM: 9010/1: uncompress: Print the location of appended DTB new 8e007b367a59 ARM: 9007/1: l2c: fix prefetch bits init in L2X0_AUX_CTRL [...] new 83dfeedb6663 ARM: add TEXT_OFFSET to decompressor kexec image structure new adc5f7029376 ARM: add malloc size to decompressor kexec size structure new 709ebe6dff50 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm new 073d0552ead5 xen/events: avoid removing an event channel while handling it new 4d3fe31bd993 xen/events: add a proper barrier to 2-level uevent unmasking new f01337197419 xen/events: fix race in evtchn_fifo_unmask() new 54c9de89895e xen/events: add a new "late EOI" evtchn framework new 01263a1fabe3 xen/blkback: use lateeoi irq binding new 23025393dbeb xen/netback: use lateeoi irq binding new 86991b6e7ea6 xen/scsiback: use lateeoi irq binding new c8d647a326f0 xen/pvcallsback: use lateeoi irq binding new c2711441bc96 xen/pciback: use lateeoi irq binding new c44b849cee8c xen/events: switch user event channels to lateeoi model new 7beb290caa2a xen/events: use a common cpu hotplug hook for event channels new e99502f76271 xen/events: defer eoi in case of excessive number of events new 5f7f77400ab5 xen/events: block rogue events for some time new 4a5bb973fa03 Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.o [...] new 9def3b1a07c4 iommu/vt-d: Don't dereference iommu_device if IOMMU_API is [...] new 5c7e3f3f5cbc Merge tag 'iommu-fix-v5.10' of git://git.kernel.org/pub/sc [...]
The 34 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 | 8 + MAINTAINERS | 7 - arch/arc/Kconfig | 2 - arch/arc/Makefile | 5 - arch/arc/boot/dts/axc001.dtsi | 2 +- arch/arc/boot/dts/axc003.dtsi | 2 +- arch/arc/boot/dts/axc003_idu.dtsi | 2 +- arch/arc/boot/dts/eznps.dts | 84 ----- arch/arc/boot/dts/vdk_axc003.dtsi | 2 +- arch/arc/boot/dts/vdk_axc003_idu.dtsi | 2 +- arch/arc/configs/nps_defconfig | 80 ----- arch/arc/include/asm/atomic.h | 108 +----- arch/arc/include/asm/barrier.h | 9 +- arch/arc/include/asm/bitops.h | 58 +--- arch/arc/include/asm/cmpxchg.h | 72 +--- arch/arc/include/asm/entry-compact.h | 27 -- arch/arc/include/asm/processor.h | 37 --- arch/arc/include/asm/ptrace.h | 5 - arch/arc/include/asm/setup.h | 4 - arch/arc/include/asm/spinlock.h | 6 - arch/arc/include/asm/switch_to.h | 9 - arch/arc/kernel/ctx_sw.c | 13 - arch/arc/kernel/devtree.c | 2 - arch/arc/kernel/process.c | 15 - arch/arc/kernel/smp.c | 2 +- arch/arc/mm/tlbex.S | 7 - arch/arc/plat-eznps/Kconfig | 58 ---- arch/arc/plat-eznps/Makefile | 8 - arch/arc/plat-eznps/ctop.c | 21 -- arch/arc/plat-eznps/entry.S | 60 ---- arch/arc/plat-eznps/include/plat/ctop.h | 208 ------------ arch/arc/plat-eznps/include/plat/mtm.h | 49 --- arch/arc/plat-eznps/include/plat/smp.h | 15 - arch/arc/plat-eznps/mtm.c | 166 ---------- arch/arc/plat-eznps/platform.c | 91 ----- arch/arc/plat-eznps/smp.c | 138 -------- arch/arc/plat-hsdk/Kconfig | 1 + arch/arm/Kconfig.debug | 16 +- arch/arm/Makefile | 3 + arch/arm/boot/compressed/Makefile | 7 +- arch/arm/boot/compressed/debug.S | 5 +- arch/arm/boot/compressed/head.S | 74 ++--- arch/arm/boot/compressed/vmlinux.lds.S | 4 +- arch/arm/include/debug/8250.S | 7 +- arch/arm/include/debug/asm9260.S | 5 +- arch/arm/include/debug/at91.S | 5 +- arch/arm/include/debug/bcm63xx.S | 5 +- arch/arm/include/debug/brcmstb.S | 5 +- arch/arm/include/debug/clps711x.S | 5 +- arch/arm/include/debug/dc21285.S | 5 +- arch/arm/include/debug/digicolor.S | 5 +- arch/arm/include/debug/efm32.S | 5 +- arch/arm/include/debug/icedcc.S | 15 +- arch/arm/include/debug/imx.S | 5 +- arch/arm/include/debug/meson.S | 5 +- arch/arm/include/debug/msm.S | 5 +- arch/arm/include/debug/omap2plus.S | 5 +- arch/arm/include/debug/pl01x.S | 5 +- arch/arm/include/debug/renesas-scif.S | 5 +- arch/arm/include/debug/sa1100.S | 5 +- arch/arm/include/debug/samsung.S | 5 +- arch/arm/include/debug/sirf.S | 5 +- arch/arm/include/debug/sti.S | 5 +- arch/arm/include/debug/stm32.S | 5 +- arch/arm/include/debug/tegra.S | 7 +- arch/arm/include/debug/vf.S | 5 +- arch/arm/include/debug/vt8500.S | 5 +- arch/arm/include/debug/zynq.S | 5 +- arch/arm/kernel/debug.S | 11 +- arch/arm/kernel/hw_breakpoint.c | 100 ++++-- arch/arm/mm/cache-l2x0.c | 16 +- drivers/block/xen-blkback/blkback.c | 22 +- drivers/block/xen-blkback/xenbus.c | 5 +- drivers/iommu/intel/dmar.c | 2 +- drivers/net/xen-netback/common.h | 15 + drivers/net/xen-netback/interface.c | 61 +++- drivers/net/xen-netback/netback.c | 11 +- drivers/net/xen-netback/rx.c | 13 +- drivers/xen/events/events_2l.c | 9 +- drivers/xen/events/events_base.c | 423 ++++++++++++++++++++++-- drivers/xen/events/events_fifo.c | 83 +++-- drivers/xen/events/events_internal.h | 20 +- drivers/xen/evtchn.c | 7 +- drivers/xen/pvcalls-back.c | 76 +++-- drivers/xen/xen-pciback/pci_stub.c | 13 +- drivers/xen/xen-pciback/pciback.h | 12 +- drivers/xen/xen-pciback/pciback_ops.c | 48 ++- drivers/xen/xen-pciback/xenbus.c | 2 +- drivers/xen/xen-scsiback.c | 23 +- include/xen/events.h | 21 ++ 90 files changed, 986 insertions(+), 1640 deletions(-) delete mode 100644 arch/arc/boot/dts/eznps.dts delete mode 100644 arch/arc/configs/nps_defconfig delete mode 100644 arch/arc/plat-eznps/Kconfig delete mode 100644 arch/arc/plat-eznps/Makefile delete mode 100644 arch/arc/plat-eznps/ctop.c delete mode 100644 arch/arc/plat-eznps/entry.S delete mode 100644 arch/arc/plat-eznps/include/plat/ctop.h delete mode 100644 arch/arc/plat-eznps/include/plat/mtm.h delete mode 100644 arch/arc/plat-eznps/include/plat/smp.h delete mode 100644 arch/arc/plat-eznps/mtm.c delete mode 100644 arch/arc/plat-eznps/platform.c delete mode 100644 arch/arc/plat-eznps/smp.c