commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=fc7023f928fb44298f0ded8bb952f1151b668a11
branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk-next

Signed-off-by: Mike Frysinger <[email protected]>
---
 Documentation/power/devices.txt            |   67 ++--------
 Documentation/power/runtime_pm.txt         |    5 -
 Makefile                                   |    2 +-
 arch/alpha/include/asm/mmzone.h            |    1 -
 arch/arm/boot/compressed/head.S            |   14 ++-
 arch/arm/include/asm/assembler.h           |    4 +
 arch/arm/include/asm/entry-macro-multi.S   |    2 +
 arch/arm/kernel/module.c                   |   13 ++-
 arch/arm/kernel/smp.c                      |    6 +-
 arch/arm/mach-h720x/Kconfig                |    2 +
 arch/arm/mm/proc-v7.S                      |   16 ++-
 arch/arm/plat-iop/cp6.c                    |    1 +
 arch/m32r/include/asm/mmzone.h             |    8 +-
 arch/mn10300/include/asm/uaccess.h         |    1 +
 arch/parisc/include/asm/mmzone.h           |    7 -
 arch/powerpc/include/asm/mmzone.h          |    7 -
 arch/s390/Kconfig                          |    1 +
 arch/s390/kernel/smp.c                     |    4 +-
 arch/s390/oprofile/init.c                  |    8 +-
 arch/sh/include/asm/mmzone.h               |    4 -
 arch/sparc/include/asm/mmzone.h            |    2 -
 arch/tile/include/asm/mmzone.h             |   11 --
 arch/um/include/asm/percpu.h               |    6 +
 arch/x86/include/asm/mmzone_32.h           |   11 --
 arch/x86/include/asm/mmzone_64.h           |    3 -
 arch/x86/pci/acpi.c                        |    2 +-
 block/blk-throttle.c                       |    4 +-
 block/cfq-iosched.c                        |   16 ++-
 block/genhd.c                              |   79 +++++++------
 drivers/ata/libata-core.c                  |    6 +-
 drivers/ata/libata-scsi.c                  |    6 +
 drivers/ata/pata_marvell.c                 |    3 +
 drivers/ata/sata_dwc_460ex.c               |    2 +-
 drivers/base/power/clock_ops.c             |    4 +-
 drivers/base/power/main.c                  |   28 ++++-
 drivers/gpu/drm/drm_gem.c                  |    1 +
 drivers/gpu/drm/i915/i915_dma.c            |    3 +-
 drivers/gpu/drm/i915/i915_gem.c            |   48 +++-----
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |    4 -
 drivers/gpu/drm/i915/i915_irq.c            |    1 +
 drivers/gpu/drm/i915/i915_reg.h            |    1 +
 drivers/gpu/drm/i915/i915_suspend.c        |    5 +
 drivers/gpu/drm/i915/intel_display.c       |    3 +-
 drivers/gpu/drm/i915/intel_overlay.c       |    5 +
 drivers/gpu/drm/radeon/evergreen.c         |    4 +-
 drivers/gpu/drm/radeon/radeon.h            |    1 +
 drivers/gpu/drm/radeon/radeon_atombios.c   |   36 ++++++
 drivers/gpu/drm/ttm/ttm_tt.c               |    5 +-
 drivers/hid/hid-core.c                     |    1 +
 drivers/hid/hid-ids.h                      |    1 +
 drivers/hid/hid-multitouch.c               |   12 +-
 drivers/infiniband/hw/cxgb4/cm.c           |   46 ++++++--
 drivers/infiniband/hw/cxgb4/cq.c           |    4 +
 drivers/infiniband/hw/cxgb4/mem.c          |    2 +-
 drivers/infiniband/hw/cxgb4/qp.c           |    5 +-
 drivers/infiniband/hw/qib/qib_iba7322.c    |   25 +++-
 drivers/infiniband/hw/qib/qib_intr.c       |    6 +-
 drivers/leds/leds-lp5521.c                 |    4 +-
 drivers/leds/leds-lp5523.c                 |    4 +-
 drivers/misc/cb710/sgbuf2.c                |    2 +-
 drivers/misc/ioc4.c                        |    2 +-
 drivers/misc/lkdtm.c                       |    8 ++
 drivers/mmc/card/block.c                   |    5 +-
 drivers/mmc/card/queue.c                   |   15 +--
 drivers/mmc/card/queue.h                   |    3 +-
 drivers/mmc/core/core.c                    |    2 +-
 drivers/mmc/core/sdio.c                    |   39 ++++++
 drivers/mmc/core/sdio_bus.c                |    2 +-
 drivers/mmc/host/of_mmc_spi.c              |    5 +
 drivers/mmc/host/omap_hsmmc.c              |    6 +-
 drivers/mmc/host/sh_mobile_sdhi.c          |    5 +-
 drivers/mmc/host/tmio_mmc_pio.c            |    4 +-
 drivers/mmc/host/vub300.c                  |   11 +-
 drivers/pci/pci-driver.c                   |    4 +-
 drivers/pci/pci.c                          |    2 +-
 drivers/pci/probe.c                        |    2 +-
 drivers/pci/quirks.c                       |    2 +
 drivers/rtc/rtc-ds1307.c                   |    1 +
 drivers/rtc/rtc-vt8500.c                   |   45 +-------
 drivers/target/loopback/tcm_loop.c         |   13 ++-
 drivers/target/target_core_configfs.c      |   24 ++--
 drivers/target/target_core_device.c        |    5 +-
 drivers/target/target_core_pr.c            |    6 +-
 drivers/target/target_core_tmr.c           |    8 +-
 drivers/target/target_core_transport.c     |    6 +-
 drivers/target/tcm_fc/tcm_fc.h             |    2 +-
 drivers/target/tcm_fc/tfc_cmd.c            |   64 +++++-----
 drivers/target/tcm_fc/tfc_io.c             |    2 +-
 drivers/target/tcm_fc/tfc_sess.c           |    4 +-
 drivers/tty/serial/8250_pci.c              |    2 +-
 drivers/tty/serial/mrst_max3110.c          |    5 +-
 drivers/usb/core/driver.c                  |    6 +-
 fs/block_dev.c                             |   14 ++-
 fs/btrfs/ctree.h                           |    1 -
 fs/btrfs/delayed-inode.c                   |  104 ++++++++++++----
 fs/btrfs/delayed-inode.h                   |    1 +
 fs/btrfs/extent-tree.c                     |    4 +-
 fs/btrfs/free-space-cache.c                |    9 +-
 fs/btrfs/inode.c                           |   13 ++-
 fs/cifs/Kconfig                            |    2 +-
 fs/cifs/cifs_fs_sb.h                       |    1 +
 fs/cifs/cifsfs.c                           |  156 ++++++++++--------------
 fs/cifs/cifsproto.h                        |    8 +-
 fs/cifs/connect.c                          |   88 ++++++++------
 fs/cifs/smbencrypt.c                       |    6 +-
 fs/ext4/ext4_extents.h                     |    9 +-
 fs/ext4/extents.c                          |   42 +++----
 fs/ext4/inode.c                            |    2 +-
 fs/ext4/mballoc.c                          |    8 +-
 fs/ext4/move_extent.c                      |   10 +-
 fs/ext4/super.c                            |   15 ++-
 fs/inode.c                                 |    7 +
 fs/jbd2/checkpoint.c                       |   28 +++--
 fs/jbd2/commit.c                           |   33 +++--
 fs/jbd2/journal.c                          |   91 +++++----------
 fs/jbd2/transaction.c                      |   69 ++++++------
 fs/jfs/file.c                              |    6 +-
 fs/jfs/jfs_imap.c                          |   12 +-
 fs/jfs/jfs_incore.h                        |    3 +-
 fs/jfs/resize.c                            |    2 +-
 fs/lockd/clntproc.c                        |    8 +-
 fs/nfs/inode.c                             |    6 +-
 fs/nfs/internal.h                          |   11 ++
 fs/nfs/nfs4filelayout.c                    |   21 ++-
 fs/nfs/nfs4proc.c                          |   45 ++++---
 fs/nfs/nfs4xdr.c                           |   26 ++--
 fs/nfs/objlayout/objio_osd.c               |    4 +-
 fs/nfs/objlayout/objlayout.c               |    2 +-
 fs/nfs/pagelist.c                          |    3 +-
 fs/nfs/pnfs.c                              |   44 +++++--
 fs/nfs/pnfs.h                              |    1 +
 fs/nfs/pnfs_dev.c                          |   17 ++-
 fs/omfs/file.c                             |    1 -
 fs/romfs/mmap-nommu.c                      |    8 +-
 fs/xfs/xfs_attr.c                          |    7 +
 fs/xfs/xfs_iget.c                          |   13 ++-
 fs/xfs/xfs_inode.h                         |   10 ++
 fs/xfs/xfs_vnodeops.c                      |    7 +-
 include/linux/blk_types.h                  |    2 +-
 include/linux/blktrace_api.h               |    3 +-
 include/linux/compat.h                     |    2 +
 include/linux/device.h                     |    5 +-
 include/linux/fs.h                         |    1 +
 include/linux/hrtimer.h                    |    1 +
 include/linux/jbd2.h                       |    2 -
 include/linux/mmzone.h                     |    7 +
 include/linux/nfs_page.h                   |    3 +
 include/linux/nfs_xdr.h                    |    1 -
 include/linux/pci_ids.h                    |    1 +
 include/linux/pm.h                         |    3 +-
 include/linux/shmem_fs.h                   |   21 ++++
 include/linux/sunrpc/sched.h               |    3 +-
 include/linux/swap.h                       |   10 --
 include/net/sock.h                         |    1 -
 include/sound/soc.h                        |    3 +-
 include/trace/events/ext4.h                |  179 ++++++++++++----------------
 init/calibrate.c                           |   14 ++-
 kernel/power/user.c                        |    4 +-
 kernel/taskstats.c                         |   15 ++-
 kernel/time/alarmtimer.c                   |  158 ++++++++++++++-----------
 mm/memcontrol.c                            |    1 +
 mm/memory-failure.c                        |   21 +---
 mm/memory.c                                |   24 ----
 mm/memory_hotplug.c                        |    4 +-
 mm/rmap.c                                  |    5 +-
 mm/shmem.c                                 |   74 ++++++++----
 mm/swapfile.c                              |    2 +-
 mm/truncate.c                              |   29 +++++
 mm/vmscan.c                                |   27 +++--
 net/sunrpc/auth_gss/auth_gss.c             |    4 +-
 net/sunrpc/clnt.c                          |    5 +-
 net/sunrpc/sched.c                         |    1 +
 security/keys/request_key.c                |    3 +-
 sound/pci/asihpi/asihpi.c                  |    1 -
 sound/pci/hda/patch_realtek.c              |   13 ++-
 sound/pci/hda/patch_via.c                  |   35 ++++--
 sound/soc/codecs/wm8991.c                  |    1 -
 sound/soc/imx/Kconfig                      |    7 -
 sound/soc/imx/imx-pcm-dma-mx2.c            |    2 +
 sound/soc/imx/imx-ssi.c                    |    2 +-
 sound/soc/pxa/pxa2xx-pcm.c                 |    4 +-
 sound/soc/soc-cache.c                      |    3 -
 182 files changed, 1464 insertions(+), 1116 deletions(-)

Patch is too large, so refusing to show it
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to