[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-mips-cvs
Subject:    Merge tag 'v3.19.1' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-
From:       linux-mips () linux-mips ! org
Date:       2015-03-11 11:49:38
Message-ID: S27013320AbbCKLtl3acXF/20150311114941Z+2851 () eddie ! linux-mips ! org
[Download RAW message or body]

Author: Ralf Baechle <ralf@linux-mips.org> Mon Mar 9 16:12:07 2015 +0100
Commit: 4a8d06708869eb9623ceadd6b828317bac0c5da2
Gitweb: http://git.linux-mips.org/g/ralf/linux/4a8d06708869
Branch: linux-3.19-stable

---

 Makefile                                     |    2 
 arch/arc/include/asm/pgtable.h               |    3 
 arch/arm/boot/dts/am335x-bone-common.dtsi    |    1 
 arch/arm/boot/dts/bcm63138.dtsi              |    5 -
 arch/arm/boot/dts/tegra20.dtsi               |    8 +
 arch/arm/mach-bcm/Kconfig                    |    4 -
 arch/arm/mach-bcm/platsmp-brcmstb.c          |   85 ++++++++---
 arch/arm/mach-mvebu/system-controller.c      |    2 
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c    |    2 
 arch/arm/mach-pxa/corgi.c                    |    3 
 arch/arm/mach-pxa/hx4700.c                   |    2 
 arch/arm/mach-pxa/poodle.c                   |    2 
 arch/arm/mach-pxa/spitz.c                    |    2 
 arch/arm/mach-sa1100/pm.c                    |    1 
 arch/arm/mach-vexpress/Kconfig               |    1 
 arch/arm64/kernel/signal32.c                 |    5 -
 arch/metag/include/asm/processor.h           |    4 -
 arch/mips/alchemy/common/clock.c             |    2 
 arch/mips/include/asm/asmmacro.h             |    4 -
 arch/mips/include/asm/cpu-info.h             |    5 +
 arch/mips/include/asm/mmu_context.h          |    7 +
 arch/mips/include/asm/pgtable.h              |   42 +++---
 arch/mips/kernel/cps-vec.S                   |   16 +-
 arch/mips/kernel/cpu-probe.c                 |    4 -
 arch/mips/kernel/mips_ksyms.c                |   10 +
 arch/mips/kvm/locore.S                       |    2 
 arch/mips/kvm/mips.c                         |   19 ++-
 arch/powerpc/kvm/book3s_hv_rm_xics.c         |    8 +
 arch/powerpc/kvm/book3s_xics.c               |   16 +-
 arch/powerpc/mm/hugetlbpage.c                |    4 -
 arch/powerpc/sysdev/axonram.c                |    2 
 arch/s390/kvm/interrupt.c                    |   22 +++
 arch/s390/kvm/kvm-s390.c                     |    2 
 arch/sh/mm/gup.c                             |    2 
 arch/x86/boot/compressed/Makefile            |    1 
 arch/x86/boot/compressed/efi_stub_64.S       |   25 ---
 arch/x86/boot/compressed/efi_thunk_64.S      |  196 ++++++++++++++++++++++++++
 arch/x86/include/asm/spinlock.h              |   94 ++++++------
 arch/x86/kernel/acpi/boot.c                  |    5 +
 arch/x86/kernel/kvm.c                        |   13 +-
 arch/x86/kernel/pmc_atom.c                   |    4 -
 arch/x86/mm/gup.c                            |    2 
 arch/x86/mm/hugetlbpage.c                    |    8 +
 arch/x86/mm/mmap.c                           |    6 -
 arch/x86/platform/efi/efi_stub_64.S          |  161 ---------------------
 arch/x86/platform/efi/efi_thunk_64.S         |  121 ++++++++++++++--
 arch/x86/xen/p2m.c                           |    2 
 arch/x86/xen/spinlock.c                      |   13 +-
 block/blk-mq-tag.c                           |    1 
 block/blk-throttle.c                         |    3 
 block/cfq-iosched.c                          |   16 ++
 drivers/acpi/acpi_lpss.c                     |   19 ++-
 drivers/bluetooth/ath3k.c                    |   10 +
 drivers/bluetooth/btusb.c                    |   11 +
 drivers/char/random.c                        |    8 +
 drivers/char/tpm/tpm-interface.c             |    2 
 drivers/char/tpm/tpm_i2c_atmel.c             |    4 +
 drivers/char/tpm/tpm_i2c_nuvoton.c           |    5 +
 drivers/char/tpm/tpm_i2c_stm_st33.c          |    2 
 drivers/char/tpm/tpm_ibmvtpm.c               |   28 +++-
 drivers/char/tpm/tpm_tis.c                   |   76 ++++++++--
 drivers/clocksource/mtk_timer.c              |    9 +
 drivers/cpufreq/cpufreq.c                    |    6 -
 drivers/cpufreq/s3c2416-cpufreq.c            |    4 -
 drivers/cpufreq/s3c24xx-cpufreq.c            |   10 -
 drivers/cpufreq/speedstep-lib.c              |    3 
 drivers/cpufreq/speedstep-smi.c              |   12 ++
 drivers/edac/amd64_edac.c                    |   10 +
 drivers/edac/sb_edac.c                       |    9 +
 drivers/gpio/gpio-tps65912.c                 |   14 +-
 drivers/gpio/gpiolib-of.c                    |    9 +
 drivers/hid/i2c-hid/i2c-hid.c                |    5 +
 drivers/md/raid1.c                           |    5 -
 drivers/md/raid5.c                           |    3 
 drivers/media/dvb-frontends/si2168.c         |    2 
 drivers/media/platform/Kconfig               |    6 -
 drivers/media/rc/rc-main.c                   |   14 +-
 drivers/media/usb/dvb-usb-v2/lmedm04.c       |   14 +-
 drivers/media/usb/em28xx/em28xx-audio.c      |    8 +
 drivers/media/usb/em28xx/em28xx-core.c       |    4 -
 drivers/media/usb/em28xx/em28xx-dvb.c        |   14 +-
 drivers/media/usb/em28xx/em28xx-input.c      |    9 +
 drivers/media/usb/em28xx/em28xx-video.c      |    6 -
 drivers/misc/mei/hw-me.c                     |    5 -
 drivers/mmc/host/sdhci-pxav3.c               |   67 +++++++--
 drivers/net/wireless/iwlwifi/mvm/mac80211.c  |    5 -
 drivers/net/wireless/iwlwifi/mvm/tx.c        |    5 +
 drivers/net/wireless/iwlwifi/pcie/tx.c       |    7 +
 drivers/net/wireless/rtlwifi/pci.c           |    5 -
 drivers/net/wireless/rtlwifi/pci.h           |    7 +
 drivers/net/wireless/rtlwifi/rtl8192ee/fw.c  |    6 -
 drivers/net/wireless/rtlwifi/rtl8192ee/hw.c  |  166 +++++++++++++++++++---
 drivers/net/wireless/rtlwifi/rtl8192ee/reg.h |    2 
 drivers/net/wireless/rtlwifi/rtl8192ee/trx.c |   16 +-
 drivers/net/wireless/rtlwifi/rtl8192ee/trx.h |    2 
 drivers/pci/pci-driver.c                     |    2 
 drivers/pci/rom.c                            |    7 +
 drivers/platform/x86/samsung-laptop.c        |   20 ++-
 drivers/power/88pm860x_charger.c             |    1 
 drivers/power/bq24190_charger.c              |    2 
 drivers/power/gpio-charger.c                 |    4 -
 drivers/scsi/megaraid/megaraid_sas_base.c    |   89 +++++++++---
 drivers/scsi/megaraid/megaraid_sas_fp.c      |   17 +-
 drivers/scsi/megaraid/megaraid_sas_fusion.c  |   28 ++--
 drivers/scsi/megaraid/megaraid_sas_fusion.h  |    9 -
 drivers/scsi/sg.c                            |   34 ++++-
 drivers/target/iscsi/iscsi_target_tq.c       |   28 +---
 drivers/tty/pty.c                            |    3 
 drivers/tty/serial/atmel_serial.c            |   22 ++-
 drivers/tty/serial/fsl_lpuart.c              |   16 +-
 drivers/tty/tty_mutex.c                      |    6 -
 drivers/tty/vt/vt.c                          |    4 -
 drivers/usb/class/cdc-acm.c                  |   21 ++-
 drivers/usb/core/buffer.c                    |   26 ++-
 drivers/usb/core/driver.c                    |   29 ++--
 drivers/usb/core/hcd.c                       |   16 +-
 drivers/usb/core/hub.c                       |   25 +--
 drivers/usb/core/message.c                   |   23 ---
 drivers/usb/core/usb.c                       |    1 
 drivers/usb/dwc3/gadget.c                    |    1 
 drivers/usb/host/isp1760-hcd.c               |    3 
 drivers/usb/serial/cp210x.c                  |    1 
 drivers/xen/manage.c                         |    8 +
 drivers/xen/xen-scsiback.c                   |   14 +-
 fs/binfmt_elf.c                              |    5 -
 fs/btrfs/ctree.c                             |   17 +-
 fs/btrfs/disk-io.c                           |   11 +
 fs/btrfs/tree-log.c                          |   93 +++++++++++-
 fs/ext4/super.c                              |    5 -
 fs/jffs2/scan.c                              |    5 +
 fs/lockd/mon.c                               |   13 +-
 fs/nfs/callback.c                            |    8 +
 fs/nfs/callback_xdr.c                        |    4 -
 fs/nfs/direct.c                              |    2 
 fs/nfs/internal.h                            |   22 +++
 fs/nfs/nfs4proc.c                            |   14 +-
 fs/nfs/pnfs.c                                |   41 +++--
 fs/nfs/super.c                               |    9 +
 fs/ocfs2/quota_local.c                       |    4 -
 fs/proc/task_mmu.c                           |   14 +-
 fs/quota/dquot.c                             |   18 +-
 fs/quota/quota_v1.c                          |    4 -
 fs/quota/quota_v2.c                          |   10 +
 fs/udf/inode.c                               |   28 ++--
 fs/xfs/libxfs/xfs_bmap.c                     |    6 +
 fs/xfs/libxfs/xfs_symlink_remote.c           |    2 
 fs/xfs/xfs_buf_item.c                        |    4 +
 fs/xfs/xfs_inode.c                           |    2 
 fs/xfs/xfs_qm.c                              |    5 +
 fs/xfs/xfs_trans.c                           |    1 
 fs/xfs/xfs_trans_buf.c                       |    5 -
 include/linux/compiler.h                     |   27 +++-
 include/linux/fsnotify.h                     |    6 +
 include/linux/kdb.h                          |    8 +
 include/linux/nfs_xdr.h                      |    2 
 include/linux/quota.h                        |    4 -
 include/linux/sunrpc/clnt.h                  |    3 
 include/linux/usb.h                          |    5 -
 include/linux/usb/hcd.h                      |    3 
 include/net/cipso_ipv4.h                     |   25 ++-
 kernel/debug/debug_core.c                    |    2 
 kernel/debug/kdb/kdb_io.c                    |   22 ++-
 kernel/debug/kdb/kdb_main.c                  |    4 -
 kernel/printk/printk.c                       |    2 
 kernel/softirq.c                             |    6 +
 kernel/time/ntp.c                            |   10 +
 kernel/trace/ring_buffer.c                   |   40 +++++
 kernel/trace/trace.c                         |    2 
 mm/gup.c                                     |    2 
 mm/hugetlb.c                                 |    2 
 net/bluetooth/mgmt.c                         |    3 
 net/bluetooth/smp.c                          |    6 +
 net/ceph/osd_client.c                        |   26 ++-
 net/ipv4/cipso_ipv4.c                        |   51 ++++---
 net/netlabel/netlabel_kapi.c                 |   15 +-
 net/sunrpc/clnt.c                            |   12 +-
 net/sunrpc/rpcb_clnt.c                       |    8 +
 security/smack/smack.h                       |   10 +
 security/smack/smack_lsm.c                   |   24 ++-
 sound/pci/hda/patch_realtek.c                |    1 
 sound/pci/hda/patch_sigmatel.c               |   20 +++
 sound/pci/riptide/riptide.c                  |   27 +++-
 sound/pci/rme9652/hdspm.c                    |    6 +
 sound/soc/codecs/Kconfig                     |    2 
 sound/soc/codecs/rt5670.c                    |    1 
 sound/soc/codecs/rt5677.c                    |    3 
 sound/soc/davinci/Kconfig                    |    3 
 sound/soc/intel/sst/sst.h                    |    3 
 sound/soc/intel/sst/sst_acpi.c               |    2 
 sound/soc/pxa/mioa701_wm9713.c               |    2 
 sound/usb/quirks.c                           |    3 
 tools/perf/util/cloexec.c                    |   18 ++
 192 files changed, 1883 insertions(+), 954 deletions(-)

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic