This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f3c0b8ce4840 Merge tag 'dmaengine-fix-4.19-rc4' of git://git.infradead. [...] new 13aceef06adf arm64: jump_label.h: use asm_volatile_goto macro instead o [...] new 84c57dbd3c48 arm64: kernel: arch_crash_save_vmcoreinfo() should depend [...] new 500dd232449e asm-generic: io: Fix ioport_map() for !CONFIG_GENERIC_IOMA [...] new 3e153256d9f1 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new ef439d49e0bf xtensa: ISS: don't allocate memory in platform_setup new 8e966fab8eeb xtensa: remove unnecessary KBUILD_SRC ifeq conditional new 4a7f50f78c22 xtensa: enable SG chaining in Kconfig new eae4f8851f35 Merge tag 'xtensa-20180914' of git://github.com/jcmvbkbc/l [...] new 87dffe86d406 xen/manage: don't complain about an empty value in control [...] new 197ecb3802c0 xen/balloon: add runtime control for scrubbing ballooned o [...] new 3366cdb6d350 xen: avoid crash in disable_hotplug_cpu new 4dca864b59dd xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCH [...] new 58a575699040 xen/gntdev: fix up blockable calls to mn_invl_range_start new d7c0268090e2 Merge tag 'for-linus-4.19c-rc4-tag' of git://git.kernel.or [...] new e54192b48da7 of: fix phandle cache creation for DTs with no phandles new 090b75bcba62 Merge tag 'devicetree-fixes-for-4.19-2' of git://git.kerne [...]
The 16 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: .../ABI/stable/sysfs-devices-system-xen_memory | 9 ++++++++ Documentation/admin-guide/kernel-parameters.txt | 6 +++++ arch/arm64/include/asm/jump_label.h | 4 ++-- arch/arm64/kernel/Makefile | 1 + arch/arm64/kernel/crash_core.c | 19 ++++++++++++++++ arch/arm64/kernel/machine_kexec.c | 11 --------- arch/xtensa/Kconfig | 1 + arch/xtensa/Makefile | 4 ---- arch/xtensa/platforms/iss/setup.c | 25 ++++++++++++--------- drivers/of/base.c | 3 +++ drivers/xen/Kconfig | 10 ++++++--- drivers/xen/cpu_hotplug.c | 15 +++++++------ drivers/xen/events/events_base.c | 2 +- drivers/xen/gntdev.c | 26 +++++++++++++--------- drivers/xen/manage.c | 6 +++-- drivers/xen/mem-reservation.c | 4 ++++ drivers/xen/xen-balloon.c | 3 +++ include/asm-generic/io.h | 3 ++- include/xen/mem-reservation.h | 7 +++--- 19 files changed, 104 insertions(+), 55 deletions(-) create mode 100644 arch/arm64/kernel/crash_core.c