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

[email protected]
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23993900AbdAXLxKl5sYS/[email protected]>
Author: Ralf Baechle <[email protected]> Tue Jan 24 11:55:56 2017 +0100
Commit: 85fefcc99b964167a8385e12c5b92bbbe14c3ba6
Gitweb: https://git.linux-mips.org/g/ralf/linux/85fefcc99b96
Branch: linux-4.9-stable

---

 Documentation/devicetree/bindings/mfd/tps65086.txt |    2 
 Makefile                                           |    2 
 arch/arm64/mm/hugetlbpage.c                        |   22 -
 arch/powerpc/include/asm/book3s/64/mmu-hash.h      |   47 ++-
 arch/powerpc/kernel/ibmebus.c                      |   16 +
 arch/powerpc/mm/hash_native_64.c                   |   30 +-
 arch/powerpc/mm/pgtable-radix.c                    |    4 
 arch/powerpc/platforms/powernv/pci-ioda.c          |    2 
 arch/powerpc/platforms/ps3/htab.c                  |    2 
 arch/powerpc/platforms/pseries/lpar.c              |    2 
 arch/x86/include/asm/cpufeatures.h                 |    2 
 arch/x86/kernel/cpu/amd.c                          |   58 ++-
 arch/x86/kernel/cpu/common.c                       |    2 
 arch/x86/kernel/process.c                          |    3 
 arch/x86/kvm/emulate.c                             |  249 +++++++++++++--
 arch/x86/kvm/lapic.c                               |    6 
 arch/x86/kvm/lapic.h                               |    1 
 arch/x86/kvm/x86.c                                 |    3 
 arch/x86/platform/efi/efi.c                        |   66 ++++
 arch/x86/platform/efi/quirks.c                     |    4 
 block/blk-mq.c                                     |    4 
 block/cfq-iosched.c                                |    2 
 drivers/acpi/apei/ghes.c                           |    7 
 drivers/acpi/cppc_acpi.c                           |    4 
 drivers/block/virtio_blk.c                         |    4 
 drivers/block/zram/zram_drv.c                      |   19 +
 drivers/bus/vexpress-config.c                      |    7 
 drivers/char/mem.c                                 |   10 -
 drivers/cpufreq/powernv-cpufreq.c                  |    8 
 drivers/dma/omap-dma.c                             |   30 +-
 drivers/extcon/extcon.c                            |    2 
 drivers/firmware/efi/fake_mem.c                    |    3 
 drivers/firmware/efi/libstub/efistub.h             |    8 
 drivers/firmware/efi/libstub/fdt.c                 |   87 +++--
 drivers/firmware/efi/memmap.c                      |   38 ++
 drivers/gpio/gpiolib.c                             |    2 
 drivers/gpu/drm/amd/amdgpu/si_dpm.c                |   70 ++--
 drivers/gpu/drm/drm_atomic_helper.c                |    4 
 drivers/gpu/drm/drm_irq.c                          |    4 
 drivers/gpu/drm/drm_mm.c                           |    1 
 drivers/gpu/drm/i915/intel_display.c               |   32 +-
 drivers/gpu/drm/i915/intel_pm.c                    |   38 +-
 drivers/gpu/drm/panel/panel-simple.c               |    2 
 drivers/gpu/drm/radeon/si.c                        |   60 ++-
 drivers/gpu/drm/radeon/si_dpm.c                    |   13 -
 drivers/gpu/drm/savage/savage_state.c              |    1 
 drivers/gpu/drm/tegra/dpaux.c                      |    4 
 drivers/gpu/drm/vc4/vc4_gem.c                      |    9 -
 drivers/i2c/busses/i2c-piix4.c                     |   22 +
 drivers/i2c/i2c-core.c                             |    2 
 drivers/i2c/i2c-dev.c                              |    2 
 drivers/i2c/muxes/i2c-mux-pca954x.c                |    5 
 drivers/infiniband/hw/cxgb4/device.c               |    4 
 drivers/input/joystick/xpad.c                      |    6 
 drivers/input/serio/i8042-x86ia64io.h              |    6 
 drivers/input/touchscreen/elants_i2c.c             |    4 
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |    6 
 drivers/net/wireless/intersil/orinoco/mic.c        |   44 ++-
 drivers/net/wireless/intersil/orinoco/mic.h        |    3 
 drivers/net/wireless/intersil/orinoco/orinoco.h    |    4 
 drivers/nvme/host/core.c                           |    7 
 drivers/pinctrl/freescale/pinctrl-imx.c            |    8 
 drivers/pinctrl/meson/pinctrl-meson.c              |    2 
 drivers/pinctrl/sh-pfc/core.c                      |   15 +
 drivers/pinctrl/sh-pfc/core.h                      |    4 
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c               |  343 ++++++++++----------
 drivers/pinctrl/sh-pfc/pinctrl.c                   |    3 
 drivers/pinctrl/sh-pfc/sh_pfc.h                    |    6 
 drivers/power/supply/bq24190_charger.c             |    2 
 drivers/power/supply/bq27xxx_battery.c             |   41 ++
 drivers/power/supply/bq27xxx_battery_i2c.c         |    4 
 drivers/powercap/intel_rapl.c                      |   25 +
 drivers/regulator/axp20x-regulator.c               |   12 +
 drivers/regulator/helpers.c                        |    6 
 drivers/regulator/tps65086-regulator.c             |   54 ++-
 drivers/remoteproc/Kconfig                         |    5 
 drivers/remoteproc/Makefile                        |    5 
 drivers/remoteproc/qcom_wcnss.c                    |   25 +
 drivers/remoteproc/qcom_wcnss.h                    |    2 
 drivers/remoteproc/qcom_wcnss_iris.c               |    8 
 drivers/remoteproc/st_remoteproc.c                 |    4 
 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c           |    2 
 drivers/tty/serial/8250/8250_core.c                |    2 
 drivers/tty/serial/8250/8250_port.c                |    2 
 drivers/tty/serial/atmel_serial.c                  |   22 +
 drivers/tty/sysrq.c                                |    4 
 drivers/usb/host/xhci-ring.c                       |   11 -
 drivers/usb/host/xhci.c                            |   13 -
 drivers/usb/musb/musb_debugfs.c                    |   20 +
 drivers/usb/serial/ch341.c                         |   84 +++--
 drivers/usb/serial/kl5kusb105.c                    |    9 -
 drivers/usb/wusbcore/crypto.c                      |    3 
 drivers/vme/bridges/vme_ca91cx42.c                 |    2 
 fs/btrfs/async-thread.c                            |   15 +
 fs/btrfs/extent-tree.c                             |    5 
 fs/dcache.c                                        |    7 
 fs/namespace.c                                     |   64 +++-
 fs/nfs/dir.c                                       |   15 -
 fs/nfs/filelayout/filelayoutdev.c                  |    3 
 fs/nfs/pnfs.c                                      |    8 
 fs/nfs/super.c                                     |    2 
 fs/ocfs2/dlmglue.c                                 |   10 +
 fs/ocfs2/stackglue.c                               |    6 
 fs/ocfs2/stackglue.h                               |    3 
 fs/proc/proc_sysctl.c                              |    3 
 fs/xfs/xfs_aops.c                                  |   19 +
 include/linux/blkdev.h                             |    2 
 include/linux/efi.h                                |    2 
 include/linux/jump_label_ratelimit.h               |    5 
 include/linux/memcontrol.h                         |   26 +-
 include/linux/mm_inline.h                          |    2 
 include/linux/power/bq27xxx_battery.h              |    3 
 include/linux/swap.h                               |    3 
 include/sound/hdmi-codec.h                         |    8 
 include/trace/events/btrfs.h                       |   22 +
 kernel/jump_label.c                                |    7 
 kernel/memremap.c                                  |    4 
 kernel/pid_namespace.c                             |   10 -
 lib/iov_iter.c                                     |   54 ++-
 mm/filemap.c                                       |    2 
 mm/huge_memory.c                                   |    6 
 mm/hugetlb.c                                       |   37 ++
 mm/memcontrol.c                                    |   18 -
 mm/slab.c                                          |    8 
 mm/swapfile.c                                      |   20 +
 mm/vmscan.c                                        |   27 +-
 net/bridge/br_netfilter_hooks.c                    |    2 
 net/iucv/af_iucv.c                                 |   25 +
 net/wireless/nl80211.c                             |   16 -
 tools/testing/selftests/Makefile                   |    2 
 tools/testing/selftests/net/run_netsocktests       |    2 
 virt/lib/irqbypass.c                               |    4 
 132 files changed, 1515 insertions(+), 821 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.