This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allyesconfig in repository toolchain/ci/linux.
from a1bffa48745a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 008cfe4418b3 mm: Introduce mm_struct.has_pinned new 7a4830c380f3 mm/fork: Pass new vma pointer into copy_page_range() new 70e806e4e645 mm: Do early cow for pinned pages during fork() for ptes new d042035eaf5f mm/thp: Split huge pmds/puds if they're pinned when fork() new 400d033f5a59 clocksource/drivers/h8300_timer8: Fix wrong return value i [...] new 164805157f3c clocksource/drivers/timer-ti-dm: Do reset before enable new bc6717d55d07 clocksource/drivers/timer-gx6605s: Fixup counter reload new a7b6c0feda15 Merge tag 'timers-v5.9-rc4' of https://git.linaro.org/peop [...] new ba25f0570b53 Merge tag 'timers-urgent-2020-09-27' of git://git.kernel.o [...] adds a7b3474cbb28 x86/irq: Make run_on_irqstack_cond() typesafe adds 86a82ae0b509 x86/ioapic: Unbreak check_timer() new f8818559ca62 Merge tag 'x86-urgent-2020-09-27' of git://git.kernel.org/ [...] adds 516d980f8541 scripts/kallsyms: skip ppc compiler stub *.long_branch.* / [...] new e30d694c3381 Documentation/llvm: Fix clang target examples new 16bc1d5432eb Merge tag 'kbuild-fixes-v5.9-4' of git://git.kernel.org/pu [...] new a1b8638ba132 Linux 5.9-rc7
The 13 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/kbuild/llvm.rst | 4 +- Makefile | 2 +- arch/x86/entry/common.c | 2 +- arch/x86/entry/entry_64.S | 2 + arch/x86/include/asm/idtentry.h | 2 +- arch/x86/include/asm/irq_stack.h | 69 +++++++-- arch/x86/kernel/apic/io_apic.c | 1 + arch/x86/kernel/irq.c | 2 +- arch/x86/kernel/irq_64.c | 2 +- drivers/clocksource/h8300_timer8.c | 2 +- drivers/clocksource/timer-gx6605s.c | 1 + drivers/clocksource/timer-ti-dm-systimer.c | 44 +++--- include/linux/mm.h | 2 +- include/linux/mm_types.h | 10 ++ kernel/fork.c | 3 +- mm/gup.c | 6 + mm/huge_memory.c | 28 ++++ mm/memory.c | 219 ++++++++++++++++++++++++++--- scripts/kallsyms.c | 16 ++- 19 files changed, 356 insertions(+), 61 deletions(-)