This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 713eee84720e Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/ [...] new be74273aee2c sh: Fix unneeded constructor in page table allocation new 2202d81b098e sh: remove call to memset after dma_alloc_coherent new 2d2b308a8b7d sh: Implement __get_user_u64() required for 64-bit get_user() new 7619f957dc8c Revert "sh: add missing EXPORT_SYMBOL() for __delay" new 7dfaa9ea56e9 arch: sh: smc37c93x: fix spelling mistake new 8a8e54625be2 sh: Remove SH5-based Cayman platform new c64bbe7006a4 input: i8042 - Remove special Cayman handling new 845d9156febc sh: fault: Fix duplicate printing of "PC:" new fd722f25a6e4 Revert "sh: add loglvl to printk_address()" new f6bed866f113 Revert "sh: remove needless printk()" new 9b9fae8ba821 sh: kernel: disassemble: Fix broken lines in disassembly dumps new 0632a6d8c680 sh: dump_stack: Fix broken lines and ptrval in calltrace dumps new 21afcacb0348 sh: process: Fix broken lines in register dumps new f88c6a26ddd6 sh: sh2007: Modernize printing of kernel messages new 601bf18b6630 sh: pci: Modernize printing of kernel messages new eac1a488171c sh: machvec: Modernize printing of kernel messages new c0735ae9a006 sh: stacktrace: Remove stacktrace_ops.stack() new e1a8d38a17ce arch/sh/configs: remove obsolete CONFIG_SOC_CAMERA* new 91194e9b046e sh: Replace HTTP links with HTTPS ones new ccbb5239d495 sh: remove -Werror from Makefiles new 582dc536d759 sh: sort the selects for SUPERH alphabetically new e12b090eae6a sh: remove __KERNEL__ ifdefs from non-UAPI headers new 3eef6b74d9fe sh: move ioremap_fixed details out of <asm/io.h> new 13f1fc870dd7 sh: move the ioremap implementation out of line new 08732d1226ed sh: don't include <asm/io_trapped.h> in <asm/io.h> new bc0f46b1caff sh: unexport register_trapped_io and match_trapped_io_handler new 846f9e1fb9b9 dma-mapping: consolidate the NO_DMA definition in kernel/d [...] new cd57d07b1e4e sh: don't allow non-coherent DMA for NOMMU new 6dfdf673ccb2 sh: use the generic dma coherent remap allocator new e1cc9d8d596e sh: switch to copy_thread_tls() new 9d2ec8f68e9d sh: Rearrange blocks in entry-common.S new 0bb605c2c7f2 sh: Add SECCOMP_FILTER new 03dd061f0d20 sh: bring syscall_set_return_value in line with other arch [...] new 0c64a0dce51f sh: landisk: Add missing initialization of sh_io_port_base new 5bbec3cfe376 Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh new 76d4467a97bd riscv: Setup exception vector for nommu platform new d84835b118ed Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.or [...]
The 37 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/m68k/Kconfig | 4 +- arch/m68k/Kconfig.machine | 1 + arch/riscv/kernel/head.S | 25 ++-- arch/sh/Kconfig | 109 ++++++++-------- arch/sh/Makefile | 5 - arch/sh/boards/Kconfig | 6 - arch/sh/boards/board-sh2007.c | 4 +- arch/sh/boards/mach-cayman/Makefile | 5 - arch/sh/boards/mach-cayman/irq.c | 148 --------------------- arch/sh/boards/mach-cayman/panic.c | 46 ------- arch/sh/boards/mach-cayman/setup.c | 181 -------------------------- arch/sh/boards/mach-landisk/setup.c | 3 + arch/sh/configs/cayman_defconfig | 66 ---------- arch/sh/drivers/pci/Makefile | 1 - arch/sh/drivers/pci/common.c | 6 +- arch/sh/drivers/pci/fixups-cayman.c | 78 ----------- arch/sh/drivers/pci/pci-sh7780.c | 23 ++-- arch/sh/drivers/pci/pci.c | 11 +- arch/sh/include/asm/adc.h | 2 - arch/sh/include/asm/addrspace.h | 3 - arch/sh/include/asm/bitops.h | 4 - arch/sh/include/asm/cache.h | 2 - arch/sh/include/asm/cacheflush.h | 3 - arch/sh/include/asm/dma.h | 2 - arch/sh/include/asm/elf.h | 2 - arch/sh/include/asm/freq.h | 2 - arch/sh/include/asm/futex.h | 3 - arch/sh/include/asm/io.h | 119 ++--------------- arch/sh/include/asm/kdebug.h | 3 +- arch/sh/include/asm/mmu_context.h | 2 - arch/sh/include/asm/mmzone.h | 3 - arch/sh/include/asm/pci.h | 4 - arch/sh/include/asm/processor_32.h | 2 - arch/sh/include/asm/smc37c93x.h | 4 +- arch/sh/include/asm/sparsemem.h | 3 - arch/sh/include/asm/stacktrace.h | 2 - arch/sh/include/asm/string_32.h | 4 - arch/sh/include/asm/syscall_32.h | 5 +- arch/sh/include/asm/syscalls_32.h | 3 - arch/sh/include/asm/thread_info.h | 5 - arch/sh/include/asm/uaccess_32.h | 53 ++++++++ arch/sh/include/asm/watchdog.h | 2 - arch/sh/kernel/Makefile | 2 - arch/sh/kernel/disassemble.c | 103 +++++++-------- arch/sh/kernel/dma-coherent.c | 51 +------- arch/sh/kernel/dumpstack.c | 30 ++--- arch/sh/kernel/entry-common.S | 59 +++++---- arch/sh/kernel/io_trapped.c | 2 - arch/sh/kernel/ioport.c | 1 + arch/sh/kernel/machvec.c | 8 +- arch/sh/kernel/perf_callchain.c | 6 - arch/sh/kernel/process_32.c | 38 +++--- arch/sh/kernel/ptrace_32.c | 5 +- arch/sh/kernel/stacktrace.c | 7 - arch/sh/lib/Makefile | 2 - arch/sh/lib/delay.c | 1 - arch/sh/mm/Makefile | 2 - arch/sh/mm/consistent.c | 2 - arch/sh/mm/fault.c | 3 +- arch/sh/mm/init.c | 1 + arch/sh/mm/ioremap.c | 55 ++++++++ arch/sh/mm/ioremap.h | 23 ++++ arch/sh/mm/ioremap_fixed.c | 1 + arch/sh/mm/pgtable.c | 7 +- arch/sh/oprofile/backtrace.c | 7 - arch/sh/tools/mach-types | 1 - arch/um/Kconfig | 4 +- drivers/input/serio/i8042-io.h | 2 - kernel/dma/Kconfig | 3 + tools/testing/selftests/seccomp/seccomp_bpf.c | 8 +- 70 files changed, 387 insertions(+), 1006 deletions(-) delete mode 100644 arch/sh/boards/mach-cayman/Makefile delete mode 100644 arch/sh/boards/mach-cayman/irq.c delete mode 100644 arch/sh/boards/mach-cayman/panic.c delete mode 100644 arch/sh/boards/mach-cayman/setup.c delete mode 100644 arch/sh/configs/cayman_defconfig delete mode 100644 arch/sh/drivers/pci/fixups-cayman.c create mode 100644 arch/sh/mm/ioremap.h