This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d7393226d15a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new 7ebec5f43134 drm/nouveau/core: recognise TU102 new 9420151d88ca Merge branch 'linux-4.21' of git://github.com/skeggsb/linu [...] new c3653ebdf893 Merge tag 'drm-fixes-2019-01-18-1' of git://anongit.freede [...] new a01421e44843 omap2fb: Fix stack memory disclosure new 00257e0cc550 fbdev: offb: Fix OF node name handling new 890d14d2d4b5 fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd lin [...] new 2a8cbf2a0278 Merge tag 'fbdev-v5.0-rc3' of git://github.com/bzolnier/linux new b1c0330823fe ACPI: EC: Look for ECDT EC after calling acpi_load_tables() new 1622745551db ACPI / LPSS: Make PCI dependency explicit new 995592bc5319 ata: pata_acpi: Make PCI dependency explicit new 94e8e8e97661 vga-switcheroo: make PCI dependency explicit new 63680e0d625b platform/x86: intel_ips: make PCI dependency explicit new 737ee5824d91 platform/x86: intel_pmc: Make PCI dependency explicit new 7934d76c8881 platform/x86: apple-gmux: Make PCI dependency explicit new e9820d6b0a6c x86/intel/lpss: Make PCI dependency explicit new 6f9b5e70dfcd drivers: thermal: int340x_thermal: Make PCI dependency explicit new 11ee2a3808ae Merge branch 'acpi-pci' new 6e434bf2e36b Merge tag 'acpi-5.0-rc3' of git://git.kernel.org/pub/scm/l [...] new 8f9c46934848 crypto: authenc - fix parsing key with misaligned rta_len new ab57b33525c3 crypto: bcm - convert to use crypto_authenc_extractkeys() new dc95b5350a8f crypto: ccree - convert to use crypto_authenc_extractkeys() new 04e6d25c5bb2 crypto: caam - fix zero-length buffer DMA mapping new 2dd3fde41bf3 crypto: caam - fix SHA support detection new a7773363624b crypto: authencesn - Avoid twice completion call in decrypt path new 06bbf753476d crypto: cavium/nitrox - Use after free in process_response_list() new 6db43410179b crypto: adiantum - initialize crypto_spawn::inst new c56c2e173773 crypto: talitos - reorder code in talitos_edesc_alloc() new 1bea445b0a02 crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK new d45a90cb5d06 crypto: sm3 - fix undefined shift by >= width of value new dc6fef2cc579 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] new b79470b64fa9 pvcalls-front: read all data before closing the connection new 96283f9a084e pvcalls-front: don't try to free unallocated rings new beee1fbe8f7d pvcalls-front: properly allocate sk new d90a1ca60a1e pvcalls-front: don't return error when the ring is full new e6587cdbd732 pvcalls-back: set -ENOTCONN in pvcalls_conn_back_read new 1f8ce09b36c4 xen/pvcalls: remove set but not used variable 'intf' new 9f51c05dc41a pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlock new 5268c8f39e0e always clear the X2APIC_ENABLE bit for PV guest new b4711098066f pvcalls-front: fix potential null dereference new 867cefb4cb10 xen: Fix x86 sched_clock() interface for xen new e6ec2fda2d46 Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/ [...] new 6529870cb032 powerpc/perf: Update perf_regs structure to include MMCRA new d7b6cc199b2d powerpc/powernv/npu: Allocate enough memory in pnv_try_set [...] new fb0bdec51a49 powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool. new 897bc3df8c5a powerpc/tm: Limit TM code inside PPC_TRANSACTIONAL_MEM new 6bca51591751 powerpc/powernv/npu: Fix oops in pnv_try_setup_npu_table_group() new fcf5036f0969 powerpc/4xx/ocm: Fix fix for phys_addr_t printf warnings new da727097a482 powerpc/pseries: Fix build break due to pnv_npu2_init() new 7bea7ac0ca01 powerpc/syscalls: Fix syscall tracing new c5b709804ed7 Merge tag 'powerpc-5.0-3' of git://git.kernel.org/pub/scm/ [...]
The 50 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/fb/fbcon.txt | 8 ++ arch/powerpc/include/uapi/asm/perf_regs.h | 1 + arch/powerpc/kernel/head_8xx.S | 3 +- arch/powerpc/kernel/signal_64.c | 7 +- arch/powerpc/kernel/trace/ftrace.c | 7 -- arch/powerpc/perf/perf_regs.c | 6 ++ arch/powerpc/platforms/4xx/ocm.c | 6 +- arch/powerpc/platforms/powernv/npu-dma.c | 2 +- arch/powerpc/platforms/powernv/pci-ioda.c | 3 +- arch/powerpc/platforms/pseries/pci.c | 2 + arch/x86/Kconfig | 2 +- arch/x86/xen/enlighten_pv.c | 5 +- arch/x86/xen/time.c | 12 ++- crypto/adiantum.c | 4 + crypto/authenc.c | 14 ++- crypto/authencesn.c | 2 +- crypto/sm3_generic.c | 2 +- drivers/acpi/Makefile | 3 +- drivers/acpi/bus.c | 24 ++--- drivers/acpi/internal.h | 4 + drivers/ata/Kconfig | 2 +- drivers/crypto/Kconfig | 1 + drivers/crypto/bcm/cipher.c | 44 +++------ drivers/crypto/caam/caamalg.c | 2 +- drivers/crypto/caam/caamhash.c | 15 ++-- drivers/crypto/caam/desc.h | 1 + drivers/crypto/caam/error.h | 9 ++ drivers/crypto/cavium/nitrox/nitrox_reqmgr.c | 2 +- drivers/crypto/ccree/cc_aead.c | 40 ++++----- drivers/crypto/talitos.c | 26 ++---- drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 33 +++++++ drivers/gpu/vga/Kconfig | 1 + drivers/platform/x86/Kconfig | 6 +- drivers/thermal/intel/int340x_thermal/Kconfig | 2 +- drivers/video/fbdev/core/fbcon.c | 7 ++ drivers/video/fbdev/core/fbmem.c | 19 ++-- drivers/video/fbdev/offb.c | 18 ++-- drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c | 2 + drivers/video/logo/Kconfig | 9 -- drivers/xen/events/events_base.c | 2 +- drivers/xen/pvcalls-back.c | 9 +- drivers/xen/pvcalls-front.c | 104 ++++++++++++++++------ include/linux/fb.h | 1 + tools/arch/powerpc/include/uapi/asm/perf_regs.h | 1 + tools/perf/arch/powerpc/include/perf_regs.h | 3 +- tools/perf/arch/powerpc/util/perf_regs.c | 1 + 46 files changed, 290 insertions(+), 187 deletions(-)