This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 47ec5303d73e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev [...] new 5bf74682118b Drivers: hv: vmbus: Remove the target_vp field from the vm [...] new 458d090fbad5 Drivers: hv: vmbus: Remove the numa_node field from the vm [...] new 0a96820929f0 Drivers: hv: vmbus: Replace cpumask_test_cpu(, cpu_online_ [...] new 12d0dd8e728e Drivers: hv: vmbus: Remove unnecessary channel->lock criti [...] new 3eb0ac869c66 Drivers: hv: vmbus: Use channel_mutex in channel_vp_mappin [...] new 8a99e5013454 Drivers: hv: vmbus: Remove unnecessary channel->lock criti [...] new 21d2052c7afb scsi: storvsc: Introduce the per-storvsc_device spinlock new 775f43facfe8 Drivers: hv: vmbus: Remove the lock field from the vmbus_c [...] new fa52a4b2d0ab tools: hv: change http to https in hv_kvp_daemon.c new 7deff7b5b439 hyperv: hyperv.h: drop a duplicated word new 9ab9bc5115c9 Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub [...] new ef1a935c08ea xtensa: add audit support new 8b7a87a03f7c xtensa: expose syscall through user_pt_regs new da94a40f7285 xtensa: add seccomp support new 768877beed01 selftests/seccomp: add xtensa support new 10b60595ddd5 xtensa: initialize_mmu.h: fix a duplicated word new 65898b375659 xtensa: move vmlinux.bin[.gz] to boot subdirectory new 7424d9fa8477 xtensa: add uImage and xipImage to targets new 8824c1af3af2 xtensa: add boot subdirectories build artifacts to 'targets' new 6d65d3769d19 xtensa: fix xtensa_pmu_setup prototype new a0fc1436f1f4 xtensa: add missing exclusive access state management new bbcf9cd15767 Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/l [...] new c23dd2405fc2 csky: remove unusued thread_saved_pc and *_segments functi [...] new e95a4f8cb985 csky: Add SECCOMP_FILTER supported new 8077e66bc381 csky: Add cpu feature register hint for smp new f788bb2fb915 csky: Fixup duplicated restore sp in RESTORE_REGS_FTRACE new a5447fb9b32e csky: Fixup kprobes handler couldn't change pc new 71e193d7cbcf csky: Add support for function error injection new 5bc46ce26cfc csky: Optimize the trap processing flow new 953131e5b5a5 csky: Use top-down mmap layout new 50d23a1c8905 csky: Set CONFIG_NR_CPU 4 as default new 667b9324bd83 csky: Fixup warning by EXPORT_SYMBOL(kmap) new 2c81b0768297 csky: Add irq_work support new e6169c4b4413 csky: Add arch_show_interrupts for IPI interrupts new bdcd93ef9afb csky: Add context tracking support new 2044513ffe4a Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c [...] new 846484ea73f1 ARM: 8981/1: add arch/arm/Kbuild new 2631781213ee ARM: 8982/1: mm: Simplify act_mm macro new a6c30873ee4a ARM: 8989/1: use .fpu assembler directives instead of asse [...] new ee440336e5ef ARM: 8990/1: use VFP assembler mnemonics in register load/ [...] new 2cbd1cc3dcd3 ARM: 8991/1: use VFP assembler mnemonics if available new b4d5ec9b39f8 ARM: 8992/1: Fix unwind_frame for clang-built kernels new 6da5238fa384 ARM: 8993/1: remove it8152 PCI controller driver new 2350ebe2c40d ARM: uaccess: add further explanation of __range_ok() new 4d44a399b5c3 ARM: 8994/1: mm: drop kimage_voffset which was only used by KVM new 67b0141bd12d ARM: 8995/1: drop Thumb-2 workaround for ancient binutils new 918c950ca8b1 ARM: 8996/1: Documentation/Clean up the description of mac [...] new 40ddad191319 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
The 48 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/arm/arm.rst | 6 +- .../seccomp/seccomp-filter/arch-support.txt | 2 +- arch/arm/Kbuild | 11 + arch/arm/Kconfig | 39 +-- arch/arm/Kconfig.assembler | 6 + arch/arm/Makefile | 16 +- arch/arm/common/Makefile | 1 - arch/arm/common/it8152.c | 352 --------------------- arch/arm/include/asm/hardware/it8152.h | 116 ------- arch/arm/include/asm/uaccess.h | 6 +- arch/arm/include/asm/vfp.h | 2 + arch/arm/include/asm/vfpmacros.h | 31 +- arch/arm/kernel/bios32.c | 17 - arch/arm/kernel/stacktrace.c | 24 ++ arch/arm/mm/mmu.c | 5 - arch/arm/mm/proc-macros.S | 4 +- arch/arm/vfp/Makefile | 2 - arch/arm/vfp/vfphw.S | 31 +- arch/arm/vfp/vfpinstr.h | 23 +- arch/csky/Kconfig | 29 +- arch/csky/abiv2/inc/abi/entry.h | 3 - arch/csky/abiv2/mcount.S | 4 +- arch/csky/include/asm/Kbuild | 1 + arch/csky/include/asm/bug.h | 3 +- arch/csky/include/asm/irq_work.h | 11 + arch/csky/include/asm/processor.h | 6 - arch/csky/include/asm/ptrace.h | 7 + arch/csky/include/asm/thread_info.h | 2 +- arch/csky/kernel/entry.S | 28 ++ arch/csky/kernel/process.c | 10 - arch/csky/kernel/ptrace.c | 37 +-- arch/csky/kernel/smp.c | 62 +++- arch/csky/kernel/traps.c | 223 ++++++++----- arch/csky/lib/Makefile | 1 + arch/csky/lib/error-inject.c | 10 + arch/csky/mm/fault.c | 10 +- arch/csky/mm/highmem.c | 2 - arch/xtensa/Kconfig | 16 + arch/xtensa/boot/Makefile | 12 +- arch/xtensa/boot/boot-elf/Makefile | 5 +- arch/xtensa/boot/boot-redboot/Makefile | 5 +- arch/xtensa/include/asm/Kbuild | 1 + arch/xtensa/include/asm/initialize_mmu.h | 2 +- arch/xtensa/include/asm/thread_info.h | 11 +- arch/xtensa/include/uapi/asm/ptrace.h | 3 +- arch/xtensa/kernel/asm-offsets.c | 3 + arch/xtensa/kernel/entry.S | 11 + arch/xtensa/kernel/perf_event.c | 2 +- arch/xtensa/kernel/ptrace.c | 14 +- drivers/hv/channel.c | 9 +- drivers/hv/channel_mgmt.c | 31 +- drivers/hv/hv.c | 3 - drivers/hv/vmbus_drv.c | 17 +- drivers/scsi/storvsc_drv.c | 16 +- include/linux/hyperv.h | 22 +- include/uapi/linux/hyperv.h | 2 +- tools/hv/hv_kvp_daemon.c | 2 +- tools/testing/selftests/seccomp/seccomp_bpf.c | 26 +- 58 files changed, 554 insertions(+), 802 deletions(-) create mode 100644 arch/arm/Kbuild create mode 100644 arch/arm/Kconfig.assembler delete mode 100644 arch/arm/common/it8152.c delete mode 100644 arch/arm/include/asm/hardware/it8152.h create mode 100644 arch/csky/include/asm/irq_work.h create mode 100644 arch/csky/lib/error-inject.c