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

[email protected] Fri, 31 Aug 2018 03:33:38 +0200
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23994683AbeHaBdkmMin2/[email protected]>
Author: Ralf Baechle <[email protected]> Fri Aug 31 02:32:53 2018 +0200
Commit: e7be9efcb11c4ce13f4cbc6e50639b8215d6b616
Gitweb: https://git.linux-mips.org/g/ralf/linux/e7be9efcb11c
Branch: linux-4.4-stable

---

 Makefile                                    |    2 -
 arch/arm/boot/dts/imx6sx.dtsi               |    2 -
 arch/parisc/Kconfig                         |    2 -
 arch/parisc/include/asm/barrier.h           |   32 ++++++++++
 arch/parisc/kernel/entry.S                  |    2 +
 arch/parisc/kernel/pacache.S                |    1 
 arch/parisc/kernel/syscall.S                |    4 +
 arch/x86/include/asm/cpufeatures.h          |   10 ++-
 arch/x86/include/asm/irqflags.h             |    2 +
 arch/x86/include/asm/page_32_types.h        |    9 ++-
 arch/x86/include/asm/pgtable-2level.h       |   17 +++++
 arch/x86/include/asm/pgtable-3level.h       |   37 +++++++++++-
 arch/x86/include/asm/pgtable-invert.h       |   32 ++++++++++
 arch/x86/include/asm/pgtable.h              |   84 ++++++++++++++++++++++-----
 arch/x86/include/asm/pgtable_64.h           |   54 ++++++++++++++---
 arch/x86/include/asm/pgtable_types.h        |   10 ++-
 arch/x86/include/asm/processor.h            |    5 ++
 arch/x86/kernel/cpu/bugs.c                  |   81 ++++++++++++++++----------
 arch/x86/kernel/cpu/common.c                |   20 ++++++
 arch/x86/kernel/kprobes/core.c              |    4 -
 arch/x86/kernel/paravirt.c                  |   14 +++--
 arch/x86/kernel/setup.c                     |    6 ++
 arch/x86/mm/init.c                          |   25 ++++++++
 arch/x86/mm/kmmio.c                         |   25 +++++---
 arch/x86/mm/mmap.c                          |   21 +++++++
 arch/x86/mm/pageattr.c                      |    8 +--
 drivers/acpi/acpi_lpss.c                    |    2 +
 drivers/base/cpu.c                          |    8 +++
 drivers/char/tpm/tpm-dev.c                  |   43 ++++++--------
 drivers/infiniband/core/umem.c              |   11 ----
 drivers/infiniband/hw/mlx4/mr.c             |   50 ++++++++++++++--
 drivers/infiniband/hw/ocrdma/ocrdma_stats.c |    2 -
 drivers/net/xen-netfront.c                  |    8 +--
 drivers/scsi/sr.c                           |   29 +++++++--
 fs/dcache.c                                 |    6 +-
 fs/ext4/ialloc.c                            |    5 +-
 fs/ext4/super.c                             |    8 ---
 fs/namespace.c                              |   28 ++++++++-
 include/asm-generic/pgtable.h               |   12 ++++
 include/linux/cpu.h                         |    2 +
 include/linux/mm.h                          |    2 +
 include/linux/swapfile.h                    |    2 +
 include/linux/thread_info.h                 |    6 --
 include/rdma/ib_verbs.h                     |   14 +++++
 mm/memory.c                                 |   62 ++++++++++++++++----
 mm/mprotect.c                               |   49 ++++++++++++++++
 mm/swapfile.c                               |   46 ++++++++++-----
 net/ipv4/Kconfig                            |    1 
 net/ipv6/Kconfig                            |    1 
 49 files changed, 715 insertions(+), 191 deletions(-)