Merge tag 'v4.10.10' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.10-stable

[email protected]
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23993156AbdFFPyMPOxd3/[email protected]>
Author: Ralf Baechle <[email protected]> Tue Jun 6 12:10:16 2017 +0200
Commit: bb44e6bd019387e52637849ffc5b18876fe50f0a
Gitweb: https://git.linux-mips.org/g/ralf/linux/bb44e6bd0193
Branch: linux-4.10-stable

---

 Documentation/devicetree/bindings/usb/usb-xhci.txt |    1 
 .../devicetree/bindings/watchdog/samsung-wdt.txt   |    9 -
 Documentation/process/stable-kernel-rules.rst      |    2 
 Makefile                                           |   16 +
 arch/arm/kernel/armksyms.c                         |    4 
 arch/arm/kernel/smccc-call.S                       |   14 +
 arch/arm/kvm/mmu.c                                 |   23 +
 arch/arm64/kernel/arm64ksyms.c                     |    4 
 arch/arm64/kernel/asm-offsets.c                    |    7 
 arch/arm64/kernel/smccc-call.S                     |   23 +
 arch/arm64/mm/fault.c                              |   42 ++-
 arch/metag/include/asm/uaccess.h                   |   15 +
 arch/metag/lib/usercopy.c                          |  312 ++++++++------------
 arch/mips/Kconfig                                  |    2 
 arch/mips/include/asm/spinlock.h                   |    8 -
 arch/mips/kernel/cpu-probe.c                       |    2 
 arch/mips/kernel/genex.S                           |    4 
 arch/mips/kernel/traps.c                           |   17 +
 arch/mips/lantiq/xway/sysctrl.c                    |    2 
 arch/mips/mm/c-r4k.c                               |    2 
 arch/mips/mm/tlbex.c                               |   25 +-
 arch/mips/ralink/rt3883.c                          |    4 
 arch/nios2/kernel/prom.c                           |    7 
 arch/nios2/kernel/setup.c                          |    3 
 arch/powerpc/crypto/crc32c-vpmsum_glue.c           |    3 
 arch/powerpc/kernel/align.c                        |   27 +-
 arch/powerpc/kernel/misc_64.S                      |    4 
 arch/powerpc/kernel/setup_64.c                     |    9 +
 arch/powerpc/mm/hash_native_64.c                   |    7 
 arch/s390/boot/compressed/misc.c                   |   35 +-
 arch/s390/include/asm/uaccess.h                    |    2 
 arch/x86/kernel/cpu/mcheck/mce.c                   |    7 
 arch/x86/kernel/reboot.c                           |   16 +
 arch/x86/kvm/vmx.c                                 |    9 -
 arch/xtensa/include/asm/page.h                     |   13 +
 drivers/acpi/button.c                              |    2 
 drivers/acpi/glue.c                                |   12 -
 drivers/acpi/sleep.c                               |   19 +
 drivers/ata/ahci_da850.c                           |   33 ++
 drivers/char/random.c                              |   84 +++--
 drivers/firmware/qcom_scm-64.c                     |   13 +
 drivers/gpio/gpiolib-acpi.c                        |    4 
 drivers/gpu/drm/drm_edid.c                         |    6 
 drivers/gpu/drm/i915/gvt/kvmgt.c                   |    4 
 drivers/gpu/drm/i915/gvt/sched_policy.c            |    4 
 drivers/gpu/drm/i915/i915_pci.c                    |    1 
 drivers/gpu/drm/mga/mga_dma.c                      |   20 +
 drivers/gpu/drm/mga/mga_drv.c                      |   37 --
 drivers/gpu/drm/msm/adreno/a5xx_gpu.c              |    2 
 drivers/gpu/drm/ttm/ttm_object.c                   |   10 -
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c              |   79 +++--
 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c              |    4 
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c           |    4 
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c            |   31 +-
 drivers/hid/wacom_wac.c                            |    3 
 drivers/iio/gyro/bmg160_core.c                     |   12 +
 drivers/iio/industrialio-core.c                    |    7 
 drivers/iio/pressure/st_pressure_core.c            |    1 
 drivers/md/dm-raid.c                               |    2 
 drivers/md/dm-verity-fec.c                         |   18 +
 drivers/md/dm-verity-fec.h                         |    4 
 drivers/mmc/host/sdhci-of-esdhc.c                  |   18 +
 .../net/wireless/broadcom/brcm80211/brcmfmac/p2p.c |    8 -
 drivers/pci/host/pci-thunder-pem.c                 |   62 ++++
 drivers/pci/host/pci-xgene.c                       |    7 
 drivers/pci/quirks.c                               |   99 +++++-
 drivers/platform/x86/asus-wmi.c                    |   23 +
 drivers/staging/android/ashmem.c                   |    1 
 drivers/tty/serial/8250/8250_omap.c                |    9 -
 drivers/usb/chipidea/ci_hdrc_msm.c                 |    4 
 drivers/usb/dwc3/gadget.c                          |   21 +
 drivers/usb/dwc3/host.c                            |   21 +
 drivers/usb/host/xhci-hub.c                        |    6 
 drivers/usb/host/xhci-plat.c                       |    3 
 drivers/usb/host/xhci.h                            |    3 
 drivers/usb/storage/unusual_devs.h                 |   14 +
 drivers/watchdog/s3c2410_wdt.c                     |   21 +
 fs/cifs/smb2pdu.c                                  |    4 
 fs/dax.c                                           |   35 +-
 fs/orangefs/super.c                                |    9 -
 fs/sysfs/file.c                                    |    6 
 fs/xfs/xfs_bmap_util.c                             |   10 +
 include/drm/i915_pciids.h                          |   11 -
 include/drm/ttm/ttm_object.h                       |    5 
 include/linux/arm-smccc.h                          |   52 +++
 include/linux/pci_ids.h                            |    2 
 include/linux/random.h                             |    1 
 init/main.c                                        |    1 
 kernel/ptrace.c                                    |   14 +
 kernel/trace/ring_buffer.c                         |    8 -
 mm/mempolicy.c                                     |   20 +
 mm/page_alloc.c                                    |    2 
 net/mac80211/iface.c                               |    3 
 net/wireless/sysfs.c                               |   10 -
 sound/soc/codecs/rt5670.c                          |    1 
 sound/soc/intel/atom/sst/sst_acpi.c                |   37 ++
 sound/soc/intel/boards/bytcr_rt5640.c              |   10 +
 sound/soc/intel/boards/cht_bsw_rt5645.c            |   98 +++++-
 sound/soc/sunxi/sun4i-i2s.c                        |   57 ++++
 99 files changed, 1208 insertions(+), 604 deletions(-)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.