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

Signed-off-by: Mike Frysinger <[email protected]>
---
 Documentation/flexible-arrays.txt                  |    4 +-
 Makefile                                           |    2 +-
 arch/arm/configs/at91x40_defconfig                 |   48 +++
 arch/arm/kernel/ptrace.c                           |    8 +
 arch/arm/mach-at91/Kconfig                         |    1 +
 arch/arm/mach-at91/board-eb01.c                    |    7 +-
 arch/arm/mach-at91/include/mach/cpu.h              |   28 ++
 arch/powerpc/kernel/ptrace.c                       |   12 +-
 arch/sh/kernel/ptrace_32.c                         |    4 +
 arch/x86/kernel/cpu/perf_event_intel.c             |   87 +++--
 arch/x86/kernel/ptrace.c                           |   36 ++-
 drivers/block/rbd.c                                |    4 +-
 drivers/firewire/ohci.c                            |   39 ++-
 drivers/gpu/drm/drm_mm.c                           |    6 +-
 drivers/gpu/drm/i915/intel_display.c               |   10 +-
 drivers/gpu/drm/i915/intel_dp.c                    |   17 +-
 drivers/gpu/drm/i915/intel_lvds.c                  |    3 +
 drivers/gpu/drm/nouveau/nouveau_mem.c              |    2 -
 drivers/gpu/drm/nouveau/nouveau_state.c            |    5 +
 drivers/gpu/drm/radeon/radeon_atombios.c           |    4 +-
 drivers/gpu/drm/radeon/radeon_atpx_handler.c       |   29 ++-
 drivers/gpu/drm/radeon/radeon_cursor.c             |    6 +-
 drivers/media/dvb/dvb-usb/Kconfig                  |    2 +
 drivers/media/dvb/ngene/ngene-core.c               |    1 +
 drivers/media/radio/saa7706h.c                     |    2 +-
 drivers/media/radio/tef6862.c                      |    2 +-
 drivers/media/rc/imon.c                            |   31 ++-
 drivers/media/rc/ite-cir.c                         |    1 +
 drivers/media/rc/mceusb.c                          |    2 +
 drivers/media/rc/rc-main.c                         |    4 +-
 drivers/media/video/m52790.c                       |    2 +-
 drivers/media/video/tda9840.c                      |    2 +-
 drivers/media/video/tea6415c.c                     |    2 +-
 drivers/media/video/tea6420.c                      |    2 +-
 drivers/media/video/upd64031a.c                    |    2 +-
 drivers/media/video/upd64083.c                     |    2 +-
 drivers/mfd/omap-usb-host.c                        |    9 +-
 drivers/platform/x86/eeepc-laptop.c                |   57 ++-
 drivers/platform/x86/sony-laptop.c                 |  130 +++++--
 drivers/platform/x86/thinkpad_acpi.c               |    6 +-
 drivers/scsi/scsi_lib.c                            |    7 +-
 drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c   |    4 -
 drivers/staging/ft1000/ft1000-pcmcia/ft1000_proc.c |    3 -
 drivers/staging/gma500/Kconfig                     |    2 +-
 drivers/staging/intel_sst/intelmid_v1_control.c    |    1 +
 drivers/staging/intel_sst/intelmid_v2_control.c    |    1 +
 drivers/staging/olpc_dcon/olpc_dcon_xo_1.c         |    1 +
 drivers/staging/rts_pstor/debug.h                  |    2 +-
 drivers/staging/rts_pstor/ms.c                     |    1 +
 drivers/staging/rts_pstor/rtsx_chip.c              |    5 +-
 drivers/staging/rts_pstor/rtsx_scsi.c              |    1 +
 drivers/staging/rts_pstor/sd.c                     |    4 +-
 drivers/staging/rts_pstor/trace.h                  |    2 +-
 drivers/staging/rts_pstor/xd.c                     |    1 +
 drivers/staging/solo6x10/Kconfig                   |    1 +
 drivers/staging/usbip/vhci_hcd.c                   |   11 +-
 drivers/staging/usbip/vhci_sysfs.c                 |    7 +-
 drivers/staging/wlan-ng/cfg80211.c                 |    2 +-
 drivers/usb/host/ehci-omap.c                       |   20 +
 drivers/usb/host/isp1760-hcd.c                     |    1 +
 drivers/usb/host/xhci-hub.c                        |   19 +-
 drivers/usb/musb/musb_gadget.c                     |    6 +-
 drivers/usb/musb/omap2430.c                        |    2 +-
 fs/ceph/addr.c                                     |    7 +
 fs/ceph/caps.c                                     |   14 +-
 fs/ceph/file.c                                     |    5 +-
 fs/ceph/inode.c                                    |    6 +-
 fs/ceph/super.h                                    |    2 +-
 fs/ceph/xattr.c                                    |   12 +-
 fs/cifs/connect.c                                  |  120 +++---
 fs/cifs/sess.c                                     |   19 +-
 fs/hpfs/Kconfig                                    |    1 -
 fs/hpfs/alloc.c                                    |  118 ++----
 fs/hpfs/anode.c                                    |  138 +++---
 fs/hpfs/buffer.c                                   |   24 +-
 fs/hpfs/dir.c                                      |   22 +-
 fs/hpfs/dnode.c                                    |  174 ++++----
 fs/hpfs/ea.c                                       |  136 +++---
 fs/hpfs/file.c                                     |   31 +-
 fs/hpfs/hpfs.h                                     |  439 ++++++++++++--------
 fs/hpfs/hpfs_fn.h                                  |   80 ++--
 fs/hpfs/inode.c                                    |   47 +--
 fs/hpfs/map.c                                      |   56 ++--
 fs/hpfs/name.c                                     |   33 --
 fs/hpfs/namei.c                                    |  106 ++----
 fs/hpfs/super.c                                    |  118 +++---
 fs/partitions/efi.c                                |    6 +
 fs/proc/task_mmu.c                                 |   12 +-
 include/drm/drm_mm.h                               |    2 +-
 include/linux/flex_array.h                         |    2 +-
 include/linux/ftrace_event.h                       |    1 +
 include/linux/mm.h                                 |   24 +-
 include/linux/percpu.h                             |    2 +-
 include/linux/ptrace.h                             |   13 +-
 include/linux/sched.h                              |    3 +
 kernel/exit.c                                      |    2 +-
 kernel/ptrace.c                                    |   17 +
 kernel/trace/trace.c                               |    1 +
 kernel/trace/trace_events.c                        |    1 +
 lib/flex_array.c                                   |   24 +-
 mm/memory.c                                        |   19 +-
 mm/mlock.c                                         |    5 +-
 mm/mmap.c                                          |   11 +-
 mm/slub.c                                          |    4 +-
 net/ceph/messenger.c                               |   26 +-
 net/ceph/osd_client.c                              |    4 +-
 security/selinux/hooks.c                           |    3 +-
 security/selinux/ss/policydb.c                     |    6 +-
 sound/soc/davinci/davinci-mcasp.c                  |   19 +-
 sound/soc/samsung/goni_wm8994.c                    |    8 +-
 tools/perf/Makefile                                |   16 +-
 111 files changed, 1536 insertions(+), 1128 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