Merge tag 'v4.4.144' 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:32:55 +0200
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23994675AbeHaBc7aCZ-2/[email protected]>
Author: Ralf Baechle <[email protected]> Fri Aug 31 02:31:05 2018 +0200
Commit: b26b78512b155c5b8ab65fc93ff3cb5cbd5551a4
Gitweb: https://git.linux-mips.org/g/ralf/linux/b26b78512b15
Branch: linux-4.4-stable

---

 Documentation/ABI/testing/sysfs-devices-system-cpu |    1 
 Documentation/kernel-parameters.txt                |   45 ++
 Documentation/spec_ctrl.txt                        |   94 ++++
 Makefile                                           |    2 
 arch/arc/include/asm/page.h                        |    2 
 arch/arc/include/asm/pgtable.h                     |    2 
 arch/x86/entry/entry_64_compat.S                   |   75 ++--
 arch/x86/include/asm/apm.h                         |    6 
 arch/x86/include/asm/barrier.h                     |    2 
 arch/x86/include/asm/cpufeature.h                  |    7 
 arch/x86/include/asm/cpufeatures.h                 |   37 ++
 arch/x86/include/asm/disabled-features.h           |    3 
 arch/x86/include/asm/efi.h                         |    7 
 arch/x86/include/asm/intel-family.h                |   10 
 arch/x86/include/asm/irqflags.h                    |    2 
 arch/x86/include/asm/mmu.h                         |   15 +
 arch/x86/include/asm/mmu_context.h                 |   25 +
 arch/x86/include/asm/msr-index.h                   |   22 +
 arch/x86/include/asm/nospec-branch.h               |   54 +++
 arch/x86/include/asm/required-features.h           |    3 
 arch/x86/include/asm/spec-ctrl.h                   |   80 ++++
 arch/x86/include/asm/thread_info.h                 |    6 
 arch/x86/include/asm/tlbflush.h                    |   12 +
 arch/x86/kernel/Makefile                           |    1 
 arch/x86/kernel/cpu/amd.c                          |   38 ++
 arch/x86/kernel/cpu/bugs.c                         |  427 +++++++++++++++++++-
 arch/x86/kernel/cpu/common.c                       |  121 +++++-
 arch/x86/kernel/cpu/cpu.h                          |    3 
 arch/x86/kernel/cpu/intel.c                        |   73 +++
 arch/x86/kernel/cpu/mcheck/mce.c                   |    3 
 arch/x86/kernel/irqflags.S                         |   26 +
 arch/x86/kernel/ldt.c                              |    4 
 arch/x86/kernel/process.c                          |  224 +++++++++-
 arch/x86/kernel/smpboot.c                          |    5 
 arch/x86/kvm/svm.c                                 |    2 
 arch/x86/kvm/vmx.c                                 |    2 
 arch/x86/mm/tlb.c                                  |   33 ++
 arch/x86/platform/efi/efi_64.c                     |    3 
 arch/x86/xen/enlighten.c                           |   16 -
 arch/x86/xen/smp.c                                 |    5 
 arch/x86/xen/suspend.c                             |   16 +
 block/blk-core.c                                   |   10 
 drivers/base/cpu.c                                 |    8 
 drivers/clk/tegra/clk-tegra30.c                    |   11 -
 drivers/mtd/ubi/attach.c                           |  139 +++++--
 drivers/mtd/ubi/eba.c                              |    4 
 drivers/mtd/ubi/fastmap-wl.c                       |    6 
 drivers/mtd/ubi/fastmap.c                          |   51 ++
 drivers/mtd/ubi/ubi.h                              |   46 ++
 drivers/mtd/ubi/wl.c                               |  114 ++++-
 drivers/net/ethernet/broadcom/tg3.c                |    9 
 drivers/net/phy/phy_device.c                       |    7 
 drivers/ptp/ptp_chardev.c                          |    1 
 drivers/usb/host/xhci.c                            |   40 ++
 drivers/usb/host/xhci.h                            |    4 
 fs/fat/inode.c                                     |   20 +
 fs/proc/array.c                                    |   26 +
 include/linux/cpu.h                                |    2 
 include/linux/nospec.h                             |   10 
 include/linux/sched.h                              |    9 
 include/linux/seccomp.h                            |    3 
 include/linux/skbuff.h                             |   12 -
 include/net/ipv6.h                                 |    2 
 include/uapi/linux/prctl.h                         |   12 +
 include/uapi/linux/seccomp.h                       |    4 
 kernel/seccomp.c                                   |   21 +
 kernel/sys.c                                       |   21 +
 lib/rhashtable.c                                   |   17 +
 mm/memcontrol.c                                    |    2 
 net/core/skbuff.c                                  |    1 
 net/ipv4/fib_frontend.c                            |    1 
 net/ipv4/sysctl_net_ipv4.c                         |    5 
 sound/core/rawmidi.c                               |   20 +
 tools/testing/selftests/seccomp/seccomp_bpf.c      |   98 ++++-
 virt/kvm/eventfd.c                                 |    6 
 75 files changed, 1981 insertions(+), 275 deletions(-)