This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 034bda1cd5ab Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/ [...] new f3c899927e19 ARM: 8786/1: Debug kernel copy by printing new d3c61619568c ARM: 8788/1: ftrace: remove old mcount support new 3f5395019027 ARM: 8798/1: remove unnecessary KBUILD_SRC ifeq conditional new f9b58e8c7d03 ARM: 8800/1: use choice for kernel unwinders new 8403bcb779a0 ARM: 8801/1: makefile: use ARMv3M mode for RiscPC new f18aef742c8f ARM: 8802/1: Call syscall_trace_exit even when system call [...] new 5ca451cf6ed0 ARM: 8789/1: signal: copy registers using __copy_to_user() new 73839798af7e ARM: 8790/1: signal: always use __copy_to_user to save iwm [...] new 3aa2df6ec2ca ARM: 8791/1: vfp: use __copy_to_user() when saving VFP state new 319508902600 ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user() new 18ea66bd6e7a ARM: 8793/1: signal: replace __put_user_error with __put_user new 621afc677465 ARM: 8794/1: uaccess: Prevent speculative use of the curre [...] new e3aa6243434f ARM: 8795/1: spectre-v1.1: use put_user() for __put_user() new afaf6838f4bc ARM: 8796/1: spectre-v1,v1.1: provide helpers for address [...] new a1d09e074250 ARM: 8797/1: spectre-v1.1: harden __copy_to_user new 3e98d240981a Merge branches 'fixes', 'misc' and 'spectre' into for-next new 07171da26424 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk [...] new cd2b8520681a parisc: Use PARISC_ITLB_TRAP constant in entry.S new c9dfa0c796f2 parisc: remove check for minimum required GCC version new 7c4ba3d38a3b parisc: remove the dead ccio-rm-dma driver new a886c9791aed parisc: Reorder TLB flush timing calculation new 32a7901f6d1d parisc: Remove PTE load and fault check from L2_ptep macro new 8dbac7746e55 parisc: Add SYSTEM_INFO and REGISTER TOC PAT functions new e98bc5ee9793 parisc: Clean up crash header output new 35d8be9c563c parisc: dino: Utilize DINO_MASK_IRQ() macro new 2e37787df0ed parisc: Ratelimit dino stuck interrupt warnings new d27dfa13b9f7 parisc: Release spinlocks using ordered store new 4dd5b673fa62 parisc: Purge TLB entries after updating page table entry [...] new 3c229b3f2dd8 parisc: Fix map_pages() to not overwrite existing pte entries new 99a3ae51d557 parisc: Fix exported address of os_hpmc handler new 1138b6718ff7 parisc: Fix address in HPMC IVA new db139d71c4c3 extract-vmlinux: Check for uncompressed image as fallback new 34c201ae49fe parisc: Include compressed vmlinux file in vmlinuz boot kernel new 3847dab77421 parisc: Add alternative coding infrastructure new a45a01160f1d parisc: Use zdep for shlw macro on PA1.1 and PA2.0 new 32c1ceeabda3 parisc: Drop two instructions from pte lookup code new fe8376dbbd6a parisc: Add PDC PAT cell_info() and pd_get_pdc_revisions() [...] new 5a23237f14c5 parisc: Remove pte_inserted define new 4c5fe5db1ac6 parisc: Optimze cache flush algorithms new e543b3a62029 parisc: Retrieve and display the PDC PAT capabilities new 44786880df19 Merge branch 'parisc-4.20-1' of git://git.kernel.org/pub/s [...]
The 41 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/arm/Kconfig.debug | 45 +++-- arch/arm/Makefile | 6 +- arch/arm/boot/compressed/head.S | 43 +++++ arch/arm/include/asm/assembler.h | 11 ++ arch/arm/include/asm/ftrace.h | 3 - arch/arm/include/asm/thread_info.h | 4 +- arch/arm/include/asm/uaccess.h | 49 +++++- arch/arm/kernel/armksyms.c | 3 - arch/arm/kernel/entry-common.S | 9 +- arch/arm/kernel/entry-ftrace.S | 75 +------- arch/arm/kernel/ftrace.c | 51 ------ arch/arm/kernel/signal.c | 80 +++++---- arch/arm/kernel/sys_oabi-compat.c | 8 +- arch/arm/lib/copy_from_user.S | 6 +- arch/arm/lib/copy_to_user.S | 6 +- arch/arm/lib/uaccess_with_memcpy.c | 3 +- arch/arm/vfp/vfpmodule.c | 20 +-- arch/parisc/Makefile | 9 - arch/parisc/boot/compressed/Makefile | 4 +- arch/parisc/boot/compressed/misc.c | 95 ++++++++-- arch/parisc/boot/compressed/vmlinux.lds.S | 10 +- arch/parisc/include/asm/alternative.h | 47 +++++ arch/parisc/include/asm/assembly.h | 9 +- arch/parisc/include/asm/cache.h | 22 ++- arch/parisc/include/asm/page.h | 12 +- arch/parisc/include/asm/pdc.h | 1 + arch/parisc/include/asm/pdcpat.h | 62 +++++-- arch/parisc/include/asm/pgtable.h | 33 ++-- arch/parisc/include/asm/sections.h | 2 + arch/parisc/include/asm/spinlock.h | 4 +- arch/parisc/include/asm/tlbflush.h | 3 +- arch/parisc/kernel/cache.c | 63 ++++--- arch/parisc/kernel/entry.S | 34 ++-- arch/parisc/kernel/firmware.c | 57 ++++++ arch/parisc/kernel/hpmc.S | 3 +- arch/parisc/kernel/inventory.c | 10 ++ arch/parisc/kernel/pacache.S | 280 ++++++++++++++++++++++++++---- arch/parisc/kernel/setup.c | 81 +++++++++ arch/parisc/kernel/signal.c | 1 - arch/parisc/kernel/syscall.S | 12 +- arch/parisc/kernel/traps.c | 7 +- arch/parisc/kernel/vmlinux.lds.S | 6 + arch/parisc/mm/init.c | 23 ++- drivers/parisc/Makefile | 3 - drivers/parisc/ccio-dma.c | 12 +- drivers/parisc/ccio-rm-dma.c | 202 --------------------- drivers/parisc/dino.c | 5 +- drivers/parisc/sba_iommu.c | 17 +- lib/Kconfig.debug | 6 +- scripts/extract-vmlinux | 6 +- 50 files changed, 924 insertions(+), 639 deletions(-) create mode 100644 arch/parisc/include/asm/alternative.h delete mode 100644 drivers/parisc/ccio-rm-dma.c