This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4eaaa2b99e30 Merge tag 'for-linus-20181205' of git://git.kernel.dk/linux-block new 2f0799a0ffc0 mm, thp: restore node-local hugepage allocations new 2c519f583e84 ARC: remove redundant 'default n' from Kconfig new 3624379d90ad ARC: IOC: panic if kernel was started with previously enabled IOC new afba5d157fe1 ARCv2: boot log unaligned access in use new 4592f11e47a2 ARC: [plat-hsdk] Enable DW APB GPIO support new 121e38e5acdc ARC: mm: fix uninitialised signal code in do_page_fault new 6b04114f6fae arc: [devboards] Add support of NFSv3 ACL new b7cc40c32a8b ARC: change defconfig defaults to ARCv2 new 10d443431dc2 ARC: io.h: Implement reads{x}()/writes{x}() new 369af92ce47a Merge tag 'arc-4.20-rc6' of git://git.kernel.org/pub/scm/l [...]
The 10 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/arc/Kconfig | 13 +----- arch/arc/Makefile | 2 +- arch/arc/boot/dts/hsdk.dts | 15 +++++++ arch/arc/configs/axs101_defconfig | 2 + arch/arc/configs/axs103_defconfig | 1 + arch/arc/configs/axs103_smp_defconfig | 1 + arch/arc/configs/hsdk_defconfig | 4 ++ arch/arc/configs/nps_defconfig | 2 + arch/arc/configs/nsim_700_defconfig | 1 + arch/arc/configs/nsimosci_defconfig | 2 + arch/arc/configs/nsimosci_hs_defconfig | 1 + arch/arc/configs/nsimosci_hs_smp_defconfig | 1 + arch/arc/configs/tb10x_defconfig | 1 + arch/arc/configs/vdk_hs38_defconfig | 1 + arch/arc/configs/vdk_hs38_smp_defconfig | 1 + arch/arc/include/asm/cache.h | 2 + arch/arc/include/asm/io.h | 72 ++++++++++++++++++++++++++++++ arch/arc/kernel/setup.c | 9 ++-- arch/arc/mm/cache.c | 20 +++++++-- arch/arc/mm/fault.c | 2 +- include/linux/mempolicy.h | 2 - mm/huge_memory.c | 42 +++++++---------- mm/mempolicy.c | 2 +- 23 files changed, 150 insertions(+), 49 deletions(-)