summaryrefslogtreecommitdiff
path: root/Next/merge.log
diff options
context:
space:
mode:
Diffstat (limited to 'Next/merge.log')
-rw-r--r--Next/merge.log1894
1 files changed, 1894 insertions, 0 deletions
diff --git a/Next/merge.log b/Next/merge.log
new file mode 100644
index 000000000000..28bc339edf87
--- /dev/null
+++ b/Next/merge.log
@@ -0,0 +1,1894 @@
+$ git checkout master
+Already on 'master'
+$ git reset --hard stable
+HEAD is now at c5617b2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
+Merging origin/master
+$ git merge origin/master
+Updating c5617b2..67a3e12
+Fast-forward
+ Documentation/acpi/apei/einj.txt | 59 +
+ Documentation/arm/Samsung-S3C24XX/GPIO.txt | 81 +-
+ Documentation/arm/Samsung-S3C24XX/Overview.txt | 15 +-
+ Documentation/arm/Samsung/GPIO.txt | 42 +
+ Documentation/arm/Samsung/Overview.txt | 33 +-
+ Documentation/filesystems/Locking | 2 +-
+ Documentation/filesystems/vfs.txt | 9 +-
+ Documentation/kernel-parameters.txt | 14 +-
+ MAINTAINERS | 7 +
+ Makefile | 4 +-
+ arch/arm/configs/s3c2410_defconfig | 35 +-
+ arch/arm/configs/s3c6400_defconfig | 390 +++++-
+ arch/arm/mach-davinci/board-da850-evm.c | 19 +-
+ arch/arm/mach-s3c64xx/clock.c | 6 +
+ arch/arm/mach-u300/i2c.c | 57 +-
+ arch/arm/mach-u300/include/mach/irqs.h | 7 +
+ arch/arm/mach-ux500/board-mop500.c | 2 +-
+ arch/arm/mach-ux500/clock.c | 2 +-
+ arch/arm/mach-ux500/cpu-db8500.c | 4 +
+ arch/arm/mach-ux500/devices-db8500.c | 109 ++
+ arch/arm/mach-ux500/include/mach/db8500-regs.h | 12 +
+ arch/arm/mach-ux500/include/mach/devices.h | 3 +
+ arch/arm/mach-ux500/ste-dma40-db8500.h | 154 ++
+ arch/arm/plat-s5p/clock.c | 1 +
+ arch/arm/plat-samsung/include/plat/gpio-cfg.h | 23 +-
+ arch/frv/include/asm/cache.h | 2 -
+ arch/frv/include/asm/mem-layout.h | 4 +-
+ arch/ia64/include/asm/acpi.h | 1 -
+ arch/ia64/kernel/smpboot.c | 4 +
+ arch/ia64/pci/pci.c | 5 +-
+ arch/parisc/include/asm/cacheflush.h | 16 +-
+ arch/parisc/kernel/asm-offsets.c | 15 +-
+ arch/parisc/kernel/entry.S | 52 +-
+ arch/parisc/kernel/syscall.S | 32 +-
+ arch/parisc/math-emu/decode_exc.c | 1 +
+ arch/parisc/mm/fault.c | 7 +-
+ arch/powerpc/platforms/cell/spufs/file.c | 3 +-
+ arch/powerpc/platforms/cell/spufs/inode.c | 2 +-
+ arch/powerpc/platforms/pseries/hvCall_inst.c | 10 +-
+ arch/x86/include/asm/acpi.h | 2 -
+ arch/x86/include/asm/cpufeature.h | 7 +
+ arch/x86/include/asm/mce.h | 8 +
+ arch/x86/include/asm/rdc321x_defs.h | 12 -
+ arch/x86/include/asm/thread_info.h | 4 +-
+ arch/x86/kernel/acpi/boot.c | 19 +-
+ arch/x86/kernel/acpi/sleep.c | 2 -
+ arch/x86/kernel/apic/apic.c | 41 +-
+ arch/x86/kernel/cpu/cpufreq/powernow-k8.c | 6 +-
+ arch/x86/kernel/cpu/mcheck/Makefile | 2 +
+ arch/x86/kernel/cpu/mcheck/mce-apei.c | 138 ++
+ arch/x86/kernel/cpu/mcheck/mce-internal.h | 23 +
+ arch/x86/kernel/cpu/mcheck/mce.c | 79 +-
+ arch/x86/kernel/setup.c | 11 +
+ arch/x86/kernel/smpboot.c | 26 +-
+ arch/x86/lguest/boot.c | 1 -
+ arch/x86/mm/numa.c | 17 -
+ arch/x86/mm/pat.c | 10 +-
+ arch/x86/mm/pat_internal.h | 6 +-
+ arch/x86/mm/pat_rbtree.c | 7 +-
+ arch/x86/mm/pgtable_32.c | 1 -
+ arch/x86/pci/acpi.c | 8 +-
+ drivers/Makefile | 2 +-
+ drivers/acpi/Kconfig | 9 +
+ drivers/acpi/Makefile | 5 +-
+ drivers/acpi/acpi_pad.c | 22 +-
+ drivers/acpi/acpica/evxfevnt.c | 33 +-
+ drivers/acpi/acpica/hwacpi.c | 20 +-
+ drivers/acpi/apei/Kconfig | 30 +
+ drivers/acpi/apei/Makefile | 5 +
+ drivers/acpi/apei/apei-base.c | 593 ++++++++
+ drivers/acpi/apei/apei-internal.h | 114 ++
+ drivers/acpi/apei/cper.c | 84 ++
+ drivers/acpi/apei/einj.c | 548 +++++++
+ drivers/acpi/apei/erst.c | 855 +++++++++++
+ drivers/acpi/apei/ghes.c | 427 ++++++
+ drivers/acpi/apei/hest.c | 173 +++
+ drivers/acpi/atomicio.c | 360 +++++
+ drivers/acpi/ec.c | 3 +-
+ drivers/acpi/hed.c | 112 ++
+ drivers/acpi/hest.c | 139 --
+ drivers/acpi/pci_root.c | 67 +-
+ drivers/acpi/processor_driver.c | 15 +-
+ drivers/acpi/processor_idle.c | 58 +-
+ drivers/acpi/sleep.c | 157 +--
+ drivers/acpi/sleep.h | 2 +-
+ drivers/acpi/tables.c | 4 +-
+ drivers/acpi/video.c | 118 ++-
+ drivers/acpi/video_detect.c | 2 +-
+ drivers/ata/Kconfig | 511 ++++----
+ drivers/ata/Makefile | 83 +-
+ drivers/ata/ata_generic.c | 2 +-
+ drivers/ata/ata_piix.c | 4 +-
+ drivers/ata/libata-core.c | 16 +-
+ drivers/ata/libata-sff.c | 416 ++++--
+ drivers/ata/pata_acpi.c | 2 +-
+ drivers/ata/pata_ali.c | 5 +-
+ drivers/ata/pata_amd.c | 2 +-
+ drivers/ata/pata_artop.c | 2 +-
+ drivers/ata/pata_atiixp.c | 4 +-
+ drivers/ata/pata_atp867x.c | 2 +-
+ drivers/ata/pata_bf54x.c | 2 +-
+ drivers/ata/pata_cmd64x.c | 2 +-
+ drivers/ata/pata_cs5520.c | 2 +-
+ drivers/ata/pata_cs5530.c | 2 +-
+ drivers/ata/pata_cs5535.c | 2 +-
+ drivers/ata/pata_cs5536.c | 2 +-
+ drivers/ata/pata_cypress.c | 2 +-
+ drivers/ata/pata_efar.c | 4 +-
+ drivers/ata/pata_hpt366.c | 2 +-
+ drivers/ata/pata_hpt37x.c | 2 +-
+ drivers/ata/pata_hpt3x2n.c | 2 +-
+ drivers/ata/pata_hpt3x3.c | 2 +-
+ drivers/ata/pata_icside.c | 2 +-
+ drivers/ata/pata_it8213.c | 2 +-
+ drivers/ata/pata_it821x.c | 2 +-
+ drivers/ata/pata_jmicron.c | 2 +-
+ drivers/ata/pata_macio.c | 2 +-
+ drivers/ata/pata_marvell.c | 2 +-
+ drivers/ata/pata_mpc52xx.c | 2 +-
+ drivers/ata/pata_netcell.c | 2 +-
+ drivers/ata/pata_ninja32.c | 2 +-
+ drivers/ata/pata_ns87415.c | 2 +-
+ drivers/ata/pata_octeon_cf.c | 18 -
+ drivers/ata/pata_oldpiix.c | 2 +-
+ drivers/ata/pata_optidma.c | 2 +-
+ drivers/ata/pata_pdc2027x.c | 2 +-
+ drivers/ata/pata_pdc202xx_old.c | 2 +-
+ drivers/ata/pata_piccolo.c | 2 +-
+ drivers/ata/pata_radisys.c | 2 +-
+ drivers/ata/pata_rdc.c | 4 +-
+ drivers/ata/pata_sc1200.c | 2 +-
+ drivers/ata/pata_scc.c | 4 +-
+ drivers/ata/pata_sch.c | 2 +-
+ drivers/ata/pata_serverworks.c | 2 +-
+ drivers/ata/pata_sil680.c | 4 +-
+ drivers/ata/pata_sis.c | 2 +-
+ drivers/ata/pata_sl82c105.c | 2 +-
+ drivers/ata/pata_triflex.c | 2 +-
+ drivers/ata/pata_via.c | 2 +-
+ drivers/ata/sata_mv.c | 4 +-
+ drivers/ata/sata_nv.c | 8 +-
+ drivers/ata/sata_qstor.c | 16 +-
+ drivers/ata/sata_sil.c | 4 +-
+ drivers/ata/sata_sis.c | 4 +-
+ drivers/ata/sata_svw.c | 2 +-
+ drivers/ata/sata_uli.c | 2 +-
+ drivers/ata/sata_via.c | 8 +-
+ drivers/ata/sata_vsc.c | 2 +-
+ drivers/char/ps3flash.c | 3 +-
+ drivers/cpuidle/cpuidle.c | 12 +-
+ drivers/cpuidle/cpuidle.h | 1 -
+ drivers/cpuidle/driver.c | 16 +-
+ drivers/cpuidle/sysfs.c | 5 +-
+ drivers/dma/Kconfig | 9 +
+ drivers/dma/Makefile | 1 +
+ drivers/dma/pl330.c | 866 +++++++++++
+ drivers/gpio/Kconfig | 26 +
+ drivers/gpio/Makefile | 5 +-
+ drivers/gpio/janz-ttl.c | 258 ++++
+ drivers/gpio/rdc321x-gpio.c | 246 ++++
+ drivers/gpio/tc35892-gpio.c | 381 +++++
+ drivers/gpu/drm/radeon/radeon_state.c | 5 +-
+ drivers/idle/Kconfig | 11 +
+ drivers/idle/Makefile | 1 +
+ drivers/idle/intel_idle.c | 461 ++++++
+ drivers/infiniband/core/ucm.c | 11 +-
+ drivers/infiniband/hw/qib/qib_fs.c | 25 +-
+ drivers/infiniband/hw/qib/qib_iba6120.c | 12 -
+ drivers/infiniband/hw/qib/qib_iba7322.c | 771 +++--------
+ drivers/infiniband/hw/qib/qib_init.c | 6 +
+ drivers/input/touchscreen/Kconfig | 13 +
+ drivers/input/touchscreen/Makefile | 1 +
+ drivers/input/touchscreen/tps6507x-ts.c | 400 ++++++
+ drivers/leds/Kconfig | 6 +-
+ drivers/leds/leds-gpio.c | 1 -
+ drivers/mfd/88pm860x-core.c | 6 +-
+ drivers/mfd/88pm860x-i2c.c | 2 +-
+ drivers/mfd/Kconfig | 87 +-
+ drivers/mfd/Makefile | 13 +-
+ drivers/mfd/ab3100-core.c | 99 +-
+ drivers/mfd/ab3100-otp.c | 13 +-
+ drivers/mfd/ab3550-core.c | 1401 ++++++++++++++++++
+ drivers/mfd/ab4500-core.c | 209 ---
+ drivers/mfd/ab8500-core.c | 444 ++++++
+ drivers/mfd/ab8500-spi.c | 133 ++
+ drivers/mfd/abx500-core.c | 157 ++
+ drivers/mfd/da903x.c | 1 +
+ drivers/mfd/janz-cmodio.c | 304 ++++
+ drivers/mfd/max8925-core.c | 7 +-
+ drivers/mfd/max8925-i2c.c | 2 -
+ drivers/mfd/menelaus.c | 3 +-
+ drivers/mfd/mfd-core.c | 2 +-
+ drivers/mfd/pcf50633-adc.c | 39 +-
+ drivers/mfd/pcf50633-core.c | 345 +-----
+ drivers/mfd/pcf50633-irq.c | 318 ++++
+ drivers/mfd/rdc321x-southbridge.c | 123 ++
+ drivers/mfd/t7l66xb.c | 3 +
+ drivers/mfd/tc35892.c | 347 +++++
+ drivers/mfd/timberdale.c | 156 ++-
+ drivers/mfd/timberdale.h | 16 +-
+ drivers/mfd/tps65010.c | 2 +-
+ drivers/mfd/tps6507x.c | 159 ++
+ drivers/mfd/twl4030-irq.c | 11 +-
+ drivers/mfd/wm831x-core.c | 112 ++-
+ drivers/mfd/wm831x-irq.c | 18 +-
+ drivers/mfd/wm8350-i2c.c | 6 +-
+ drivers/mfd/wm8400-core.c | 4 +-
+ drivers/mtd/ubi/cdev.c | 3 +-
+ drivers/net/3c507.c | 3 +-
+ drivers/net/benet/be_cmds.c | 2 +-
+ drivers/net/benet/be_main.c | 2 +-
+ drivers/net/can/Kconfig | 10 +
+ drivers/net/can/Makefile | 1 +
+ drivers/net/can/janz-ican3.c | 1830 ++++++++++++++++++++++++
+ drivers/net/cnic.c | 10 +-
+ drivers/net/cnic_if.h | 4 +-
+ drivers/net/fec.c | 28 +-
+ drivers/net/hamradio/yam.c | 3 +-
+ drivers/net/ll_temac.h | 5 +
+ drivers/net/ll_temac_main.c | 84 +-
+ drivers/pci/pcie/aer/aerdrv.h | 17 +
+ drivers/pci/pcie/aer/aerdrv_acpi.c | 77 +
+ drivers/pci/pcie/aer/aerdrv_core.c | 8 +-
+ drivers/pci/probe.c | 8 -
+ drivers/rapidio/rio-scan.c | 2 +-
+ drivers/rapidio/rio.c | 10 +-
+ drivers/regulator/ab3100.c | 35 +-
+ drivers/regulator/tps6507x-regulator.c | 373 +++---
+ drivers/rtc/rtc-ab3100.c | 41 +-
+ drivers/serial/s5pv210.c | 8 +-
+ drivers/staging/pohmelfs/inode.c | 10 +-
+ drivers/usb/gadget/printer.c | 2 +-
+ drivers/vhost/net.c | 14 +-
+ drivers/vhost/vhost.c | 57 +-
+ drivers/video/fb_defio.c | 2 +-
+ drivers/watchdog/rdc321x_wdt.c | 53 +-
+ fs/9p/vfs_file.c | 6 +-
+ fs/adfs/dir.c | 2 +-
+ fs/adfs/file.c | 2 +-
+ fs/adfs/inode.c | 3 +-
+ fs/affs/affs.h | 2 +-
+ fs/affs/file.c | 4 +-
+ fs/afs/internal.h | 2 +-
+ fs/afs/write.c | 3 +-
+ fs/aio.c | 6 +-
+ fs/anon_inodes.c | 2 +-
+ fs/attr.c | 50 +-
+ fs/bad_inode.c | 3 +-
+ fs/bfs/dir.c | 2 +-
+ fs/block_dev.c | 16 +-
+ fs/btrfs/ctree.h | 2 +-
+ fs/btrfs/file.c | 3 +-
+ fs/buffer.c | 123 ++-
+ fs/ceph/auth.c | 7 +-
+ fs/ceph/auth.h | 6 +
+ fs/ceph/auth_none.c | 8 +
+ fs/ceph/auth_x.c | 12 +
+ fs/ceph/caps.c | 4 +-
+ fs/ceph/ceph_fs.h | 21 +-
+ fs/ceph/dir.c | 7 +-
+ fs/ceph/export.c | 2 +-
+ fs/ceph/file.c | 2 +-
+ fs/ceph/inode.c | 2 +-
+ fs/ceph/mds_client.c | 21 +-
+ fs/ceph/messenger.c | 6 +
+ fs/ceph/messenger.h | 1 +
+ fs/ceph/mon_client.c | 5 +-
+ fs/ceph/osd_client.c | 7 +-
+ fs/ceph/osdmap.c | 2 +-
+ fs/ceph/super.c | 12 +-
+ fs/ceph/super.h | 3 +-
+ fs/cifs/cifsfs.h | 2 +-
+ fs/cifs/file.c | 4 +-
+ fs/coda/coda_int.h | 3 +-
+ fs/coda/file.c | 4 +-
+ fs/configfs/inode.c | 9 +-
+ fs/debugfs/file.c | 21 +-
+ fs/direct-io.c | 61 +-
+ fs/ecryptfs/file.c | 2 +-
+ fs/ecryptfs/inode.c | 4 +-
+ fs/exofs/file.c | 7 +-
+ fs/ext2/ext2.h | 3 +-
+ fs/ext2/file.c | 7 +-
+ fs/ext2/inode.c | 153 ++-
+ fs/ext2/super.c | 20 +
+ fs/ext3/dir.c | 2 +-
+ fs/ext3/fsync.c | 4 +-
+ fs/ext3/super.c | 38 +-
+ fs/ext4/ext4.h | 2 +-
+ fs/ext4/fsync.c | 8 +-
+ fs/ext4/super.c | 37 +-
+ fs/fat/fat.h | 6 +-
+ fs/fat/file.c | 40 +-
+ fs/fat/inode.c | 35 +-
+ fs/file_table.c | 21 +-
+ fs/fuse/dev.c | 527 ++++++-
+ fs/fuse/dir.c | 5 +-
+ fs/fuse/file.c | 48 +-
+ fs/fuse/fuse_i.h | 6 +-
+ fs/gfs2/aops.c | 8 +-
+ fs/gfs2/file.c | 4 +-
+ fs/gfs2/ops_inode.c | 5 +-
+ fs/hostfs/hostfs_kern.c | 4 +-
+ fs/hpfs/file.c | 4 +-
+ fs/hpfs/hpfs_fn.h | 2 +-
+ fs/hppfs/hppfs.c | 2 +-
+ fs/hugetlbfs/inode.c | 2 +-
+ fs/jffs2/file.c | 4 +-
+ fs/jffs2/fs.c | 4 +-
+ fs/jffs2/os-linux.h | 2 +-
+ fs/jfs/file.c | 4 +-
+ fs/jfs/jfs_inode.h | 2 +-
+ fs/jfs/super.c | 16 +
+ fs/libfs.c | 108 ++-
+ fs/logfs/file.c | 4 +-
+ fs/logfs/logfs.h | 2 +-
+ fs/minix/dir.c | 7 +-
+ fs/minix/file.c | 2 +-
+ fs/minix/itree_v2.c | 27 +-
+ fs/namei.c | 2 +-
+ fs/ncpfs/file.c | 2 +-
+ fs/nfs/dir.c | 6 +-
+ fs/nfs/file.c | 5 +-
+ fs/nilfs2/file.c | 4 +-
+ fs/nilfs2/nilfs.h | 2 +-
+ fs/ntfs/dir.c | 5 +-
+ fs/ntfs/file.c | 9 +-
+ fs/ocfs2/file.c | 15 +-
+ fs/ocfs2/super.c | 50 +-
+ fs/omfs/file.c | 2 +-
+ fs/pipe.c | 19 +-
+ fs/qnx4/dir.c | 2 +-
+ fs/quota/dquot.c | 190 +--
+ fs/quota/quota.c | 4 +-
+ fs/ramfs/file-mmu.c | 3 +-
+ fs/ramfs/file-nommu.c | 9 +-
+ fs/reiserfs/dir.c | 8 +-
+ fs/reiserfs/file.c | 5 +-
+ fs/reiserfs/super.c | 48 +-
+ fs/smbfs/file.c | 3 +-
+ fs/smbfs/inode.c | 2 +-
+ fs/super.c | 17 +-
+ fs/sync.c | 8 +-
+ fs/sysfs/inode.c | 8 +-
+ fs/sysv/dir.c | 2 +-
+ fs/sysv/file.c | 2 +-
+ fs/sysv/inode.c | 1 +
+ fs/ubifs/file.c | 17 +-
+ fs/ubifs/ubifs.h | 4 +-
+ fs/udf/balloc.c | 43 +-
+ fs/udf/dir.c | 2 +-
+ fs/udf/file.c | 28 +-
+ fs/udf/ialloc.c | 21 +-
+ fs/udf/inode.c | 5 -
+ fs/udf/namei.c | 20 -
+ fs/udf/super.c | 13 +-
+ fs/udf/udfdecl.h | 1 -
+ fs/ufs/balloc.c | 24 -
+ fs/ufs/dir.c | 2 +-
+ fs/ufs/file.c | 5 +-
+ fs/ufs/ialloc.c | 13 -
+ fs/ufs/inode.c | 4 -
+ fs/ufs/namei.c | 16 -
+ fs/ufs/super.c | 110 +--
+ fs/ufs/truncate.c | 20 +-
+ fs/xfs/linux-2.6/xfs_file.c | 10 +-
+ include/acpi/acpi_bus.h | 2 +-
+ include/acpi/acpi_drivers.h | 3 +-
+ include/acpi/acpi_hest.h | 12 -
+ include/acpi/apei.h | 34 +
+ include/acpi/atomicio.h | 10 +
+ include/acpi/hed.h | 18 +
+ include/acpi/processor.h | 13 -
+ include/acpi/video.h | 16 +
+ include/linux/acpi.h | 1 -
+ include/linux/amba/pl330.h | 45 +
+ include/linux/bitmap.h | 1 -
+ include/linux/buffer_head.h | 11 +-
+ include/linux/completion.h | 2 +
+ include/linux/cper.h | 314 ++++
+ include/linux/cpuidle.h | 8 +-
+ include/linux/debugfs.h | 2 +
+ include/linux/ext3_fs.h | 2 +-
+ include/linux/fb.h | 5 +-
+ include/linux/file.h | 1 -
+ include/linux/fs.h | 36 +-
+ include/linux/fuse.h | 5 +-
+ include/linux/input/tps6507x-ts.h | 24 +
+ include/linux/libata.h | 36 +-
+ include/linux/mfd/88pm860x.h | 4 +-
+ include/linux/mfd/ab3100.h | 129 --
+ include/linux/mfd/ab4500.h | 262 ----
+ include/linux/mfd/ab8500.h | 128 ++
+ include/linux/mfd/abx500.h | 233 +++
+ include/linux/mfd/janz.h | 54 +
+ include/linux/mfd/rdc321x.h | 26 +
+ include/linux/mfd/tc35892.h | 132 ++
+ include/linux/mfd/tps6507x.h | 169 +++
+ include/linux/mfd/wm831x/core.h | 5 +-
+ include/linux/nodemask.h | 8 -
+ include/linux/pci.h | 3 +-
+ include/linux/quota.h | 20 +-
+ include/linux/quotaops.h | 79 +-
+ include/linux/rio.h | 6 +
+ include/linux/slub_def.h | 11 +-
+ include/linux/usb/audio-v2.h | 16 +
+ include/linux/uuid.h | 70 +
+ include/net/cls_cgroup.h | 2 +-
+ include/net/sctp/structs.h | 2 +-
+ include/net/sock.h | 20 +-
+ include/trace/events/ext4.h | 6 +-
+ ipc/shm.c | 11 +-
+ kernel/cpu.c | 2 +-
+ kernel/fork.c | 4 -
+ kernel/hrtimer.c | 2 +-
+ kernel/mutex.c | 7 +
+ kernel/perf_event.c | 40 +-
+ kernel/posix-timers.c | 11 +-
+ kernel/sched.c | 17 +
+ kernel/timer.c | 10 +-
+ kernel/trace/ring_buffer.c | 19 +-
+ kernel/trace/trace.c | 6 -
+ lib/Makefile | 2 +-
+ lib/atomic64_test.c | 1 +
+ lib/bitmap.c | 2 +-
+ lib/uuid.c | 53 +
+ mm/filemap.c | 1 +
+ mm/shmem.c | 45 +-
+ mm/slub.c | 33 +-
+ mm/swap.c | 1 +
+ mm/truncate.c | 10 +-
+ net/core/datagram.c | 6 +-
+ net/core/neighbour.c | 1 +
+ net/core/rtnetlink.c | 26 +-
+ net/core/sock.c | 33 +
+ net/ipv4/ipmr.c | 2 +-
+ net/ipv4/udp.c | 14 +-
+ net/ipv6/ip6_output.c | 2 +-
+ net/ipv6/ip6mr.c | 2 +-
+ net/ipv6/udp.c | 5 +-
+ net/iucv/af_iucv.c | 2 +-
+ net/netfilter/xt_TEE.c | 4 +-
+ scripts/kconfig/streamline_config.pl | 9 +-
+ sound/mips/au1x00.c | 1 +
+ sound/oss/dmasound/dmasound_atari.c | 5 +-
+ sound/pci/asihpi/hpi.h | 8 +-
+ sound/pci/asihpi/hpi6000.c | 6 +-
+ sound/pci/asihpi/hpi6205.c | 21 +-
+ sound/pci/asihpi/hpi_internal.h | 5 +
+ sound/pci/asihpi/hpicmn.c | 38 +-
+ sound/pci/asihpi/hpifunc.c | 17 +-
+ sound/pci/asihpi/hpios.c | 23 -
+ sound/pci/asihpi/hpios.h | 9 -
+ sound/pci/hda/hda_intel.c | 2 +
+ sound/pci/hda/patch_conexant.c | 2 +
+ sound/soc/codecs/wm8350.c | 4 +-
+ sound/soc/codecs/wm8400.c | 18 +-
+ sound/soc/codecs/wm8990.c | 18 +-
+ sound/soc/imx/imx-pcm-dma-mx2.c | 7 +-
+ sound/soc/sh/siu_dai.c | 2 +
+ sound/usb/caiaq/control.c | 36 +-
+ sound/usb/caiaq/device.c | 8 +-
+ sound/usb/endpoint.c | 64 +-
+ sound/usb/format.c | 24 +-
+ sound/usb/format.h | 7 +-
+ sound/usb/mixer.c | 2 +-
+ sound/usb/pcm.c | 37 +-
+ tools/perf/builtin-annotate.c | 2 +-
+ tools/perf/builtin-top.c | 2 +-
+ tools/perf/util/debug.c | 2 +-
+ tools/perf/util/newt.c | 1 +
+ tools/perf/util/symbol.c | 27 +-
+ tools/perf/util/symbol.h | 2 +-
+ 473 files changed, 18176 insertions(+), 4664 deletions(-)
+ create mode 100644 Documentation/acpi/apei/einj.txt
+ create mode 100644 Documentation/arm/Samsung/GPIO.txt
+ create mode 100644 arch/arm/mach-ux500/ste-dma40-db8500.h
+ delete mode 100644 arch/x86/include/asm/rdc321x_defs.h
+ create mode 100644 arch/x86/kernel/cpu/mcheck/mce-apei.c
+ create mode 100644 drivers/acpi/apei/Kconfig
+ create mode 100644 drivers/acpi/apei/Makefile
+ create mode 100644 drivers/acpi/apei/apei-base.c
+ create mode 100644 drivers/acpi/apei/apei-internal.h
+ create mode 100644 drivers/acpi/apei/cper.c
+ create mode 100644 drivers/acpi/apei/einj.c
+ create mode 100644 drivers/acpi/apei/erst.c
+ create mode 100644 drivers/acpi/apei/ghes.c
+ create mode 100644 drivers/acpi/apei/hest.c
+ create mode 100644 drivers/acpi/atomicio.c
+ create mode 100644 drivers/acpi/hed.c
+ delete mode 100644 drivers/acpi/hest.c
+ create mode 100644 drivers/dma/pl330.c
+ create mode 100644 drivers/gpio/janz-ttl.c
+ create mode 100644 drivers/gpio/rdc321x-gpio.c
+ create mode 100644 drivers/gpio/tc35892-gpio.c
+ create mode 100755 drivers/idle/intel_idle.c
+ create mode 100644 drivers/input/touchscreen/tps6507x-ts.c
+ create mode 100644 drivers/mfd/ab3550-core.c
+ delete mode 100644 drivers/mfd/ab4500-core.c
+ create mode 100644 drivers/mfd/ab8500-core.c
+ create mode 100644 drivers/mfd/ab8500-spi.c
+ create mode 100644 drivers/mfd/abx500-core.c
+ create mode 100644 drivers/mfd/janz-cmodio.c
+ create mode 100644 drivers/mfd/pcf50633-irq.c
+ create mode 100644 drivers/mfd/rdc321x-southbridge.c
+ create mode 100644 drivers/mfd/tc35892.c
+ create mode 100644 drivers/mfd/tps6507x.c
+ create mode 100644 drivers/net/can/janz-ican3.c
+ delete mode 100644 include/acpi/acpi_hest.h
+ create mode 100644 include/acpi/apei.h
+ create mode 100644 include/acpi/atomicio.h
+ create mode 100644 include/acpi/hed.h
+ create mode 100644 include/linux/amba/pl330.h
+ create mode 100644 include/linux/cper.h
+ create mode 100644 include/linux/input/tps6507x-ts.h
+ delete mode 100644 include/linux/mfd/ab3100.h
+ delete mode 100644 include/linux/mfd/ab4500.h
+ create mode 100644 include/linux/mfd/ab8500.h
+ create mode 100644 include/linux/mfd/abx500.h
+ create mode 100644 include/linux/mfd/janz.h
+ create mode 100644 include/linux/mfd/rdc321x.h
+ create mode 100644 include/linux/mfd/tc35892.h
+ create mode 100644 include/linux/mfd/tps6507x.h
+ create mode 100644 include/linux/uuid.h
+ create mode 100644 lib/uuid.c
+Merging fixes/fixes
+$ git merge fixes/fixes
+Updating 67a3e12..49422df
+Fast-forward
+ arch/arm/mach-vexpress/ct-ca9x4.c | 1 +
+ drivers/acpi/apei/apei-base.c | 1 +
+ drivers/acpi/atomicio.c | 1 +
+ drivers/rtc/rtc-davinci.c | 1 +
+ drivers/staging/tm6000/tm6000-alsa.c | 1 +
+ drivers/staging/tm6000/tm6000-cards.c | 1 +
+ drivers/staging/tm6000/tm6000-core.c | 1 +
+ drivers/staging/tm6000/tm6000-dvb.c | 1 +
+ fs/ocfs2/reservations.c | 1 -
+ 9 files changed, 8 insertions(+), 1 deletions(-)
+Merging arm-current/master
+$ git merge arm-current/master
+Auto-merging arch/arm/mach-ux500/clock.c
+Merge made by recursive.
+ arch/arm/common/sa1111.c | 9 +++-
+ arch/arm/mach-nomadik/clock.c | 11 +++--
+ arch/arm/mach-nomadik/clock.h | 2 +
+ arch/arm/mach-nomadik/cpu-8815.c | 8 +++
+ arch/arm/mach-ux500/clock.c | 104 +++++++++++++++++++++++++++++++++++--
+ arch/arm/mach-ux500/clock.h | 22 ++++++++
+ arch/arm/mach-ux500/cpu.c | 6 ++
+ arch/arm/mm/init.c | 6 +-
+ arch/arm/plat-nomadik/timer.c | 26 +++++++++-
+ arch/arm/vfp/vfphw.S | 2 +-
+ 10 files changed, 178 insertions(+), 18 deletions(-)
+Merging m68k-current/for-linus
+$ git merge m68k-current/for-linus
+Already up-to-date.
+Merging powerpc-merge/merge
+$ git merge powerpc-merge/merge
+Already up-to-date.
+Merging sparc-current/master
+$ git merge sparc-current/master
+Already up-to-date.
+Merging scsi-rc-fixes/master
+$ git merge scsi-rc-fixes/master
+Already up-to-date.
+Merging net-current/master
+$ git merge net-current/master
+Auto-merging drivers/net/fs_enet/mac-fcc.c
+Auto-merging net/core/skbuff.c
+Auto-merging net/ipv4/udp.c
+Merge made by recursive.
+ drivers/isdn/hardware/mISDN/hfcsusb.c | 4 ++-
+ drivers/net/benet/be_cmds.c | 11 ++++--
+ drivers/net/fs_enet/mac-fcc.c | 49 +++++++++++++++++++++++++++----
+ drivers/net/wireless/ath/ar9170/usb.c | 14 +++++++-
+ drivers/net/wireless/ath/ath9k/xmit.c | 6 ++-
+ drivers/net/wireless/libertas/rx.c | 5 +--
+ drivers/net/wireless/rt2x00/rt2800usb.c | 2 +-
+ drivers/ssb/pci.c | 9 ++++--
+ drivers/ssb/sprom.c | 1 +
+ include/linux/skbuff.h | 2 +-
+ net/caif/cfserl.c | 6 ++-
+ net/core/skbuff.c | 16 ++++++----
+ net/ipv4/udp.c | 2 +
+ net/ipv6/route.c | 2 +-
+ net/ipv6/udp.c | 6 ++-
+ net/mac80211/chan.c | 2 +-
+ net/phonet/pep.c | 6 ++--
+ net/rds/ib_cm.c | 1 +
+ net/rds/iw_cm.c | 1 +
+ 19 files changed, 107 insertions(+), 38 deletions(-)
+Merging sound-current/for-linus
+$ git merge sound-current/for-linus
+Already up-to-date.
+Merging pci-current/for-linus
+$ git merge pci-current/for-linus
+Auto-merging drivers/pci/pcie/aer/aerdrv_core.c
+Merge made by recursive.
+ drivers/pci/hotplug/shpchp_hpc.c | 2 +-
+ drivers/pci/pcie/aer/aerdrv_core.c | 17 +++++++++--------
+ drivers/pci/quirks.c | 24 +++++++++++++++++++++---
+ 3 files changed, 31 insertions(+), 12 deletions(-)
+Merging wireless-current/master
+$ git merge wireless-current/master
+Already up-to-date.
+Merging kbuild-current/for-linus
+$ git merge kbuild-current/for-linus
+Already up-to-date.
+Merging quilt/driver-core.current
+$ git merge quilt/driver-core.current
+Already up-to-date.
+Merging quilt/tty.current
+$ git merge quilt/tty.current
+Already up-to-date.
+Merging quilt/usb.current
+$ git merge quilt/usb.current
+Already up-to-date.
+Merging quilt/staging.current
+$ git merge quilt/staging.current
+Already up-to-date.
+Merging cpufreq-current/fixes
+$ git merge cpufreq-current/fixes
+Already up-to-date.
+Merging input-current/for-linus
+$ git merge input-current/for-linus
+Already up-to-date.
+Merging md-current/for-linus
+$ git merge md-current/for-linus
+Already up-to-date.
+Merging audit-current/for-linus
+$ git merge audit-current/for-linus
+Already up-to-date.
+Merging crypto-current/master
+$ git merge crypto-current/master
+Already up-to-date.
+Merging ide-curent/master
+$ git merge ide-curent/master
+Already up-to-date.
+Merging dwmw2/master
+$ git merge dwmw2/master
+Already up-to-date.
+Merging gcl-current/merge
+$ git merge gcl-current/merge
+Already up-to-date.
+Merging arm/devel
+$ git merge arm/devel
+Already up-to-date.
+Merging davinci/davinci-next
+$ git merge davinci/davinci-next
+Already up-to-date.
+Merging i.MX/for-next
+$ git merge i.MX/for-next
+Already up-to-date.
+Merging msm/for-next
+$ git merge msm/for-next
+Merge made by recursive.
+ arch/arm/mach-msm/acpuclock-arm11.c | 1 -
+ arch/arm/mach-msm/clock.c | 1 -
+ arch/arm/mach-msm/dma.c | 1 +
+ drivers/mmc/host/Kconfig | 2 +-
+ drivers/serial/msm_serial.c | 21 ++-----------
+ drivers/serial/msm_serial.h | 56 +++++++++++++++++++++++++++++++++++
+ 6 files changed, 61 insertions(+), 21 deletions(-)
+Merging omap/for-next
+$ git merge omap/for-next
+Merge made by recursive.
+ arch/arm/mach-omap2/usb-ehci.c | 2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+Merging pxa/for-next
+$ git merge pxa/for-next
+Already up-to-date.
+Merging samsung/next-samsung
+$ git merge samsung/next-samsung
+Already uptodate!
+Merge made by recursive.
+Merging avr32/avr32-arch
+$ git merge avr32/avr32-arch
+Already up-to-date.
+Merging blackfin/for-linus
+$ git merge blackfin/for-linus
+Merge made by recursive.
+ arch/blackfin/include/asm/elf.h | 1 +
+ .../mach-bf527/include/mach/defBF52x_base.h | 81 --------------------
+ .../mach-bf548/include/mach/defBF54x_base.h | 60 ---------------
+ 3 files changed, 1 insertions(+), 141 deletions(-)
+Merging cris/for-next
+$ git merge cris/for-next
+Merge made by recursive.
+ arch/cris/arch-v10/drivers/ds1302.c | 20 +++++++++++++++-----
+ arch/cris/arch-v10/drivers/pcf8563.c | 19 +++++++++++++++----
+ arch/cris/arch-v32/drivers/i2c.c | 22 ++++++++++++++--------
+ arch/cris/arch-v32/drivers/pcf8563.c | 21 ++++++++++++++++-----
+ 4 files changed, 60 insertions(+), 22 deletions(-)
+Merging ia64/test
+$ git merge ia64/test
+Already up-to-date.
+Merging m68k/for-next
+$ git merge m68k/for-next
+Merge made by recursive.
+ drivers/net/mac8390.c | 44 ++++++++++++++++++++++----------------------
+ 1 files changed, 22 insertions(+), 22 deletions(-)
+Merging m68knommu/for-next
+$ git merge m68knommu/for-next
+Merge made by recursive.
+ arch/m68k/include/asm/m520xsim.h | 3 +
+ arch/m68k/include/asm/m523xsim.h | 3 +
+ arch/m68k/include/asm/m5249sim.h | 4 +-
+ arch/m68k/include/asm/m527xsim.h | 3 +
+ arch/m68knommu/Kconfig | 4 ++
+ arch/m68knommu/platform/5272/intc.c | 39 +++++++++++---
+ arch/m68knommu/platform/68328/ints.c | 8 +--
+ arch/m68knommu/platform/68360/ints.c | 8 +--
+ arch/m68knommu/platform/coldfire/intc-2.c | 76 ++++++++++++++++++++++++--
+ arch/m68knommu/platform/coldfire/intc-simr.c | 68 ++++++++++++++++++++++--
+ arch/m68knommu/platform/coldfire/intc.c | 59 +++++++++++++++++++--
+ 11 files changed, 239 insertions(+), 36 deletions(-)
+Merging microblaze/next
+$ git merge microblaze/next
+Auto-merging lib/Kconfig.debug
+Merge made by recursive.
+ arch/microblaze/Kconfig | 30 +++
+ arch/microblaze/include/asm/cacheflush.h | 5 +-
+ arch/microblaze/include/asm/elf.h | 2 +-
+ arch/microblaze/include/asm/exceptions.h | 5 +
+ arch/microblaze/include/asm/page.h | 12 +-
+ arch/microblaze/include/asm/system.h | 1 -
+ arch/microblaze/include/asm/uaccess.h | 4 +-
+ arch/microblaze/include/asm/unwind.h | 29 +++
+ arch/microblaze/kernel/Makefile | 2 +-
+ arch/microblaze/kernel/cpu/mb.c | 1 +
+ arch/microblaze/kernel/entry-nommu.S | 28 +++
+ arch/microblaze/kernel/entry.S | 27 ++
+ arch/microblaze/kernel/head.S | 4 +-
+ arch/microblaze/kernel/hw_exception_handler.S | 4 +-
+ arch/microblaze/kernel/irq.c | 2 +
+ arch/microblaze/kernel/ptrace.c | 17 ++-
+ arch/microblaze/kernel/stacktrace.c | 44 +---
+ arch/microblaze/kernel/traps.c | 91 +++----
+ arch/microblaze/kernel/unwind.c | 318 +++++++++++++++++++++++++
+ arch/microblaze/kernel/vmlinux.lds.S | 12 +-
+ arch/microblaze/mm/init.c | 7 +-
+ include/asm-generic/atomic.h | 12 +-
+ lib/Kconfig.debug | 6 +-
+ 23 files changed, 538 insertions(+), 125 deletions(-)
+ create mode 100644 arch/microblaze/include/asm/unwind.h
+ create mode 100644 arch/microblaze/kernel/unwind.c
+Merging mips/mips-for-linux-next
+$ git merge mips/mips-for-linux-next
+Merge made by recursive.
+ arch/mips/dec/promcon.c | 3 +-
+ arch/mips/include/asm/mach-powertv/asic_reg_map.h | 2 +-
+ arch/mips/include/asm/mach-powertv/dma-coherence.h | 8 +-
+ arch/mips/include/asm/mach-powertv/ioremap.h | 165 +++++++---
+ arch/mips/math-emu/dp_modf.c | 2 +-
+ arch/mips/math-emu/dp_tint.c | 3 +-
+ arch/mips/math-emu/dp_tlong.c | 3 +-
+ arch/mips/math-emu/sp_modf.c | 2 +-
+ arch/mips/math-emu/sp_tint.c | 3 +-
+ arch/mips/math-emu/sp_tlong.c | 3 +-
+ arch/mips/pci/ops-titan-ht.c | 4 +-
+ arch/mips/pmc-sierra/yosemite/ht-irq.c | 13 +-
+ arch/mips/powertv/Makefile | 3 +-
+ arch/mips/powertv/asic/asic-calliope.c | 2 +-
+ arch/mips/powertv/asic/asic-cronus.c | 4 +-
+ arch/mips/powertv/asic/asic-zeus.c | 2 +-
+ arch/mips/powertv/asic/asic_devices.c | 24 +-
+ arch/mips/powertv/ioremap.c | 136 ++++++++
+ arch/mips/powertv/memory.c | 342 +++++++++++++++-----
+ arch/mips/sgi-ip27/ip27-klconfig.c | 8 +-
+ drivers/video/tdfxfb.c | 4 +-
+ 21 files changed, 558 insertions(+), 178 deletions(-)
+ create mode 100644 arch/mips/powertv/ioremap.c
+Merging parisc/next
+$ git merge parisc/next
+Already up-to-date.
+Merging powerpc/next
+$ git merge powerpc/next
+Already up-to-date.
+Merging 4xx/next
+$ git merge 4xx/next
+Merge made by recursive.
+ arch/powerpc/boot/4xx.c | 12 +-
+ arch/powerpc/boot/dts/icon.dts | 447 +++++++++
+ arch/powerpc/boot/dts/katmai.dts | 1 +
+ arch/powerpc/boot/dts/redwood.dts | 122 +++
+ arch/powerpc/configs/44x/icon_defconfig | 1451 ++++++++++++++++++++++++++++
+ arch/powerpc/platforms/44x/Kconfig | 11 +
+ arch/powerpc/platforms/44x/ppc44x_simple.c | 3 +-
+ arch/powerpc/sysdev/ppc4xx_pci.c | 119 +++
+ arch/powerpc/sysdev/ppc4xx_pci.h | 58 ++
+ 9 files changed, 2217 insertions(+), 7 deletions(-)
+ create mode 100644 arch/powerpc/boot/dts/icon.dts
+ create mode 100644 arch/powerpc/configs/44x/icon_defconfig
+Merging 52xx-and-virtex/next
+$ git merge 52xx-and-virtex/next
+Resolved 'drivers/serial/mpc52xx_uart.c' using previous resolution.
+Auto-merging drivers/serial/mpc52xx_uart.c
+CONFLICT (content): Merge conflict in drivers/serial/mpc52xx_uart.c
+Automatic merge failed; fix conflicts and then commit the result.
+$ git commit -v -a
+[master a7f9c6e] Merge remote branch '52xx-and-virtex/next'
+$ git diff -M --stat --summary HEAD^..
+ arch/powerpc/platforms/512x/Kconfig | 13 +--
+ drivers/serial/mpc52xx_uart.c | 145 ++++++++++++++++++++++++++++-------
+ 2 files changed, 120 insertions(+), 38 deletions(-)
+Merging galak/next
+$ git merge galak/next
+Resolved 'arch/powerpc/sysdev/fsl_msi.c' using previous resolution.
+Auto-merging arch/powerpc/Kconfig
+Auto-merging arch/powerpc/kernel/traps.c
+Auto-merging arch/powerpc/sysdev/fsl_msi.c
+CONFLICT (content): Merge conflict in arch/powerpc/sysdev/fsl_msi.c
+Automatic merge failed; fix conflicts and then commit the result.
+$ git commit -v -a
+[master 9a10ac7] Merge remote branch 'galak/next'
+$ git diff -M --stat --summary HEAD^..
+ arch/powerpc/Kconfig | 2 +-
+ arch/powerpc/boot/dts/mpc8548cds.dts | 4 -
+ arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts | 15 +-
+ arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts | 7 +-
+ arch/powerpc/boot/dts/p1021mds.dts | 698 ++++++++++++++++++++++++
+ arch/powerpc/include/asm/cputable.h | 1 +
+ arch/powerpc/include/asm/kexec.h | 13 +
+ arch/powerpc/include/asm/reg_booke.h | 33 +-
+ arch/powerpc/kernel/Makefile | 8 +-
+ arch/powerpc/kernel/cputable.c | 2 +-
+ arch/powerpc/kernel/crash.c | 4 +
+ arch/powerpc/kernel/fsl_booke_entry_mapping.S | 237 ++++++++
+ arch/powerpc/kernel/head_fsl_booke.S | 200 +-------
+ arch/powerpc/kernel/misc_32.S | 17 +
+ arch/powerpc/kernel/swsusp_booke.S | 193 +++++++
+ arch/powerpc/kernel/traps.c | 88 +++-
+ arch/powerpc/platforms/85xx/mpc85xx_mds.c | 102 ++++-
+ arch/powerpc/sysdev/fsl_msi.c | 117 ++++-
+ arch/powerpc/sysdev/fsl_msi.h | 3 +
+ 19 files changed, 1494 insertions(+), 250 deletions(-)
+ create mode 100644 arch/powerpc/boot/dts/p1021mds.dts
+ create mode 100644 arch/powerpc/kernel/fsl_booke_entry_mapping.S
+ create mode 100644 arch/powerpc/kernel/swsusp_booke.S
+Merging s390/features
+$ git merge s390/features
+Already up-to-date.
+Merging sh/master
+$ git merge sh/master
+Merge made by recursive.
+ arch/sh/boards/mach-ecovec24/setup.c | 1 -
+ arch/sh/kernel/dwarf.c | 19 +++++++++++++++++--
+ arch/sh/kernel/return_address.c | 2 ++
+ drivers/video/sh_mobile_lcdcfb.c | 6 +++---
+ include/linux/serial_sci.h | 4 +---
+ 5 files changed, 23 insertions(+), 9 deletions(-)
+Merging genesis/master
+$ git merge genesis/master
+Resolved 'include/linux/serial_sci.h' using previous resolution.
+Auto-merging MAINTAINERS
+Auto-merging drivers/dma/Kconfig
+Auto-merging drivers/dma/shdma.c
+Auto-merging drivers/serial/sh-sci.c
+Auto-merging include/linux/serial_sci.h
+CONFLICT (content): Merge conflict in include/linux/serial_sci.h
+Auto-merging include/video/sh_mobile_lcdc.h
+Automatic merge failed; fix conflicts and then commit the result.
+$ git commit -v -a
+[master cd7ad6f] Merge remote branch 'genesis/master'
+$ git diff -M --stat --summary HEAD^..
+ MAINTAINERS | 3 +-
+ arch/arm/configs/ap4evb_defconfig | 71 +++-
+ arch/arm/configs/g3evm_defconfig | 73 +++-
+ arch/arm/configs/g4evm_defconfig | 72 +++-
+ arch/arm/mach-shmobile/Kconfig | 13 +
+ arch/arm/mach-shmobile/Makefile | 6 +-
+ arch/arm/mach-shmobile/board-ap4evb.c | 248 ++++++++++++-
+ arch/arm/mach-shmobile/board-g3evm.c | 56 +++-
+ arch/arm/mach-shmobile/board-g4evm.c | 151 +++++++-
+ arch/arm/mach-shmobile/clock-sh7367.c | 357 +++++++++++++++---
+ arch/arm/mach-shmobile/clock-sh7372.c | 395 +++++++++++++++++++
+ arch/arm/mach-shmobile/clock-sh7377.c | 369 ++++++++++++++++++
+ arch/arm/mach-shmobile/clock.c | 44 +++
+ arch/arm/mach-shmobile/include/mach/common.h | 10 +
+ arch/arm/mach-shmobile/include/mach/irqs.h | 6 +
+ arch/arm/mach-shmobile/include/mach/memory.h | 3 +
+ arch/arm/mach-shmobile/include/mach/vmalloc.h | 3 +-
+ arch/arm/mach-shmobile/intc-sh7367.c | 178 +++++++++-
+ arch/arm/mach-shmobile/intc-sh7372.c | 232 +++++++++++-
+ arch/arm/mach-shmobile/intc-sh7377.c | 300 +++++++++++++++-
+ arch/arm/mach-shmobile/setup-sh7367.c | 30 ++-
+ arch/arm/mach-shmobile/setup-sh7372.c | 98 ++++--
+ arch/arm/mach-shmobile/setup-sh7377.c | 34 ++-
+ drivers/dma/Kconfig | 2 +-
+ drivers/dma/shdma.c | 8 +-
+ drivers/i2c/busses/Kconfig | 2 +-
+ drivers/i2c/busses/i2c-sh_mobile.c | 121 ++++--
+ drivers/serial/sh-sci.c | 42 ++-
+ drivers/serial/sh-sci.h | 29 ++-
+ drivers/sh/Makefile | 5 +-
+ drivers/video/Kconfig | 8 +
+ drivers/video/Makefile | 1 +
+ drivers/video/sh_mipi_dsi.c | 505 +++++++++++++++++++++++++
+ include/linux/serial_core.h | 3 +
+ include/video/mipi_display.h | 130 +++++++
+ include/video/sh_mipi_dsi.h | 35 ++
+ include/video/sh_mobile_lcdc.h | 39 +-
+ 37 files changed, 3434 insertions(+), 248 deletions(-)
+ create mode 100644 arch/arm/mach-shmobile/clock-sh7372.c
+ create mode 100644 arch/arm/mach-shmobile/clock-sh7377.c
+ create mode 100644 arch/arm/mach-shmobile/clock.c
+ create mode 100644 drivers/video/sh_mipi_dsi.c
+ create mode 100644 include/video/mipi_display.h
+ create mode 100644 include/video/sh_mipi_dsi.h
+Merging sparc/master
+$ git merge sparc/master
+Already up-to-date.
+Merging xtensa/master
+$ git merge xtensa/master
+Auto-merging arch/xtensa/kernel/time.c
+Merge made by recursive.
+ arch/xtensa/Kconfig | 17 +-
+ arch/xtensa/Makefile | 7 +-
+ arch/xtensa/boot/Makefile | 1 +
+ arch/xtensa/configs/iss_defconfig | 1 +
+ arch/xtensa/include/asm/cacheflush.h | 1 +
+ arch/xtensa/include/asm/coprocessor.h | 9 +-
+ arch/xtensa/include/asm/elf.h | 1 +
+ arch/xtensa/include/asm/io.h | 40 ++--
+ arch/xtensa/include/asm/irq.h | 7 +-
+ arch/xtensa/include/asm/pgalloc.h | 1 +
+ arch/xtensa/include/asm/processor.h | 1 -
+ arch/xtensa/include/asm/ptrace.h | 2 +
+ arch/xtensa/include/asm/serial.h | 12 +-
+ arch/xtensa/kernel/Makefile | 8 +-
+ arch/xtensa/kernel/asm-offsets.c | 1 +
+ arch/xtensa/kernel/entry.S | 1 +
+ arch/xtensa/kernel/head.S | 4 +-
+ arch/xtensa/kernel/time.c | 2 +-
+ arch/xtensa/platforms/iss/network.c | 22 +-
+ arch/xtensa/platforms/xtavnet/Makefile | 10 +
+ .../platforms/xtavnet/include/platform/hardware.h | 85 ++++++
+ .../platforms/xtavnet/include/platform/lcd.h | 22 ++
+ .../platforms/xtavnet/include/platform/serial.h | 1 +
+ arch/xtensa/platforms/xtavnet/lcd.c | 79 ++++++
+ arch/xtensa/platforms/xtavnet/setup.c | 269 ++++++++++++++++++++
+ 25 files changed, 554 insertions(+), 50 deletions(-)
+ create mode 100644 arch/xtensa/platforms/xtavnet/Makefile
+ create mode 100644 arch/xtensa/platforms/xtavnet/include/platform/hardware.h
+ create mode 100644 arch/xtensa/platforms/xtavnet/include/platform/lcd.h
+ create mode 100644 arch/xtensa/platforms/xtavnet/include/platform/serial.h
+ create mode 100644 arch/xtensa/platforms/xtavnet/lcd.c
+ create mode 100644 arch/xtensa/platforms/xtavnet/setup.c
+Merging ceph/for-next
+$ git merge ceph/for-next
+Auto-merging fs/ceph/file.c
+Auto-merging fs/ceph/messenger.c
+Auto-merging fs/ceph/messenger.h
+Auto-merging fs/ceph/mon_client.c
+Auto-merging fs/ceph/osd_client.c
+Auto-merging fs/ceph/osdmap.c
+Auto-merging fs/ceph/super.c
+Auto-merging fs/ceph/super.h
+Merge made by recursive.
+ fs/ceph/Kconfig | 10 +
+ fs/ceph/Makefile | 2 +
+ fs/ceph/README | 1 +
+ fs/ceph/debugfs.c | 11 +-
+ fs/ceph/file.c | 46 ++
+ fs/ceph/messenger.c | 188 +++++-
+ fs/ceph/messenger.h | 3 +
+ fs/ceph/mon_client.c | 173 +++++-
+ fs/ceph/mon_client.h | 5 +
+ fs/ceph/osd_client.c | 207 +++++--
+ fs/ceph/osd_client.h | 30 +
+ fs/ceph/osdmap.c | 13 +
+ fs/ceph/osdmap.h | 2 +
+ fs/ceph/rbd.c | 1803 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ fs/ceph/rbd.h | 8 +
+ fs/ceph/rbd_types.h | 48 ++
+ fs/ceph/super.c | 191 ++++--
+ fs/ceph/super.h | 36 +-
+ 18 files changed, 2624 insertions(+), 153 deletions(-)
+ create mode 100644 fs/ceph/rbd.c
+ create mode 100644 fs/ceph/rbd.h
+ create mode 100644 fs/ceph/rbd_types.h
+Merging cifs/master
+$ git merge cifs/master
+Already up-to-date.
+Merging configfs/linux-next
+$ git merge configfs/linux-next
+Already up-to-date.
+Merging ecryptfs/next
+$ git merge ecryptfs/next
+Resolved 'fs/ecryptfs/main.c' using previous resolution.
+Auto-merging fs/ecryptfs/main.c
+CONFLICT (content): Merge conflict in fs/ecryptfs/main.c
+Automatic merge failed; fix conflicts and then commit the result.
+$ git commit -v -a
+[master b99e7e1] Merge remote branch 'ecryptfs/next'
+$ git diff -M --stat --summary HEAD^..
+Merging ext3/for_next
+$ git merge ext3/for_next
+Already up-to-date.
+Merging ext4/next
+$ git merge ext4/next
+Already up-to-date.
+Merging fatfs/master
+$ git merge fatfs/master
+Already up-to-date.
+Merging fuse/for-next
+$ git merge fuse/for-next
+Already up-to-date.
+Merging gfs2/master
+$ git merge gfs2/master
+Already up-to-date.
+Merging jfs/next
+$ git merge jfs/next
+Already up-to-date.
+Merging logfs/master
+$ git merge logfs/master
+Resolved 'fs/logfs/logfs.h' using previous resolution.
+Auto-merging fs/logfs/dir.c
+Auto-merging fs/logfs/file.c
+Auto-merging fs/logfs/logfs.h
+CONFLICT (content): Merge conflict in fs/logfs/logfs.h
+Automatic merge failed; fix conflicts and then commit the result.
+$ git commit -v -a
+[master 60d7950] Merge remote branch 'logfs/master'
+$ git diff -M --stat --summary HEAD^..
+ fs/logfs/dir.c | 2 +-
+ fs/logfs/file.c | 6 +++---
+ fs/logfs/logfs.h | 4 ++--
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+Merging nfs/linux-next
+$ git merge nfs/linux-next
+Already up-to-date.
+Merging nfsd/nfsd-next
+$ git merge nfsd/nfsd-next
+Already up-to-date.
+Merging nilfs2/for-next
+$ git merge nilfs2/for-next
+Already up-to-date.
+Merging ocfs2/linux-next
+$ git merge ocfs2/linux-next
+Already up-to-date.
+Merging squashfs/master
+$ git merge squashfs/master
+Already up-to-date.
+Merging udf/for_next
+$ git merge udf/for_next
+Auto-merging fs/udf/file.c
+Merge made by recursive.
+ fs/udf/file.c | 1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+Merging v9fs/for-next
+$ git merge v9fs/for-next
+Already up-to-date.
+Merging ubifs/linux-next
+$ git merge ubifs/linux-next
+Already up-to-date.
+Merging xfs/master
+$ git merge xfs/master
+Auto-merging fs/xfs/linux-2.6/xfs_quotaops.c
+Merge made by recursive.
+ fs/xfs/linux-2.6/xfs_iops.c | 16 ++-
+ fs/xfs/linux-2.6/xfs_quotaops.c | 1 -
+ fs/xfs/linux-2.6/xfs_sync.c | 9 -
+ fs/xfs/linux-2.6/xfs_trace.c | 1 -
+ fs/xfs/linux-2.6/xfs_trace.h | 356 ++++++++++++++++---------------
+ fs/xfs/quota/xfs_qm.c | 4 +-
+ fs/xfs/xfs_ag.h | 1 -
+ fs/xfs/xfs_iget.c | 3 -
+ fs/xfs/xfs_inode.c | 2 -
+ fs/xfs/xfs_log_recover.c | 11 +-
+ fs/xfs/xfs_mount.c | 68 +++----
+ fs/xfs/xfs_rtalloc.c | 4 +-
+ fs/xfs/xfs_rtalloc.h | 11 +-
+ fs/xfs/xfs_trans.c | 446 +++++++++++++++++++++++++++++++++++----
+ fs/xfs/xfs_trans.h | 411 ------------------------------------
+ fs/xfs/xfs_vnodeops.c | 2 +-
+ 16 files changed, 649 insertions(+), 697 deletions(-)
+Merging vfs/for-next
+$ git merge vfs/for-next
+Already up-to-date.
+Merging pci/linux-next
+$ git merge pci/linux-next
+Auto-merging Documentation/kernel-parameters.txt
+Merge made by recursive.
+ Documentation/kernel-parameters.txt | 2 ++
+ arch/x86/include/asm/pci_x86.h | 1 +
+ arch/x86/pci/common.c | 20 ++++++++++++++++++++
+ 3 files changed, 23 insertions(+), 0 deletions(-)
+Merging hid/for-next
+$ git merge hid/for-next
+Merge made by recursive.
+ drivers/hid/hidraw.c | 2 --
+ 1 files changed, 0 insertions(+), 2 deletions(-)
+Merging quilt/i2c
+$ git merge quilt/i2c
+Merge made by recursive.
+ Documentation/i2c/busses/i2c-ali1535 | 4 +-
+ Documentation/i2c/busses/i2c-ali1563 | 2 +-
+ Documentation/i2c/busses/i2c-ali15x3 | 16 ++--
+ Documentation/i2c/busses/i2c-pca-isa | 14 ++--
+ Documentation/i2c/busses/i2c-sis5595 | 58 ++++++------
+ Documentation/i2c/busses/i2c-sis630 | 8 +-
+ Documentation/i2c/ten-bit-addresses | 6 +-
+ drivers/i2c/i2c-core.c | 179 +++++++++++++++++++++-------------
+ 8 files changed, 164 insertions(+), 123 deletions(-)
+Merging bjdooks-i2c/next-i2c
+$ git merge bjdooks-i2c/next-i2c
+Resolved 'arch/arm/plat-omap/i2c.c' using previous resolution.
+Resolved 'drivers/i2c/busses/i2c-cpm.c' using previous resolution.
+Resolved 'drivers/i2c/busses/i2c-mpc.c' using previous resolution.
+Auto-merging MAINTAINERS
+Auto-merging arch/arm/plat-omap/i2c.c
+CONFLICT (content): Merge conflict in arch/arm/plat-omap/i2c.c
+Auto-merging drivers/i2c/busses/i2c-cpm.c
+CONFLICT (content): Merge conflict in drivers/i2c/busses/i2c-cpm.c
+Auto-merging drivers/i2c/busses/i2c-ibm_iic.c
+Auto-merging drivers/i2c/busses/i2c-mpc.c
+CONFLICT (content): Merge conflict in drivers/i2c/busses/i2c-mpc.c
+Auto-merging drivers/i2c/busses/i2c-pxa.c
+Auto-merging drivers/i2c/busses/i2c-s3c2410.c
+Automatic merge failed; fix conflicts and then commit the result.
+$ git commit -v -a
+[master 656e59d] Merge remote branch 'bjdooks-i2c/next-i2c'
+$ git diff -M --stat --summary HEAD^..
+Merging quilt/jdelvare-hwmon
+$ git merge quilt/jdelvare-hwmon
+Merge made by recursive.
+ Documentation/hwmon/ltc4245 | 24 ++++++-
+ drivers/hwmon/ltc4245.c | 177 ++++++++++++++++++++++++++++++++++++++++---
+ include/linux/i2c/ltc4245.h | 21 +++++
+ 3 files changed, 211 insertions(+), 11 deletions(-)
+ create mode 100644 include/linux/i2c/ltc4245.h
+Merging quilt/kernel-doc
+$ git merge quilt/kernel-doc
+Auto-merging fs/aio.c
+Merge made by recursive.
+ Documentation/kbuild/makefiles.txt | 100 +++++++++++++++++------------------
+ Documentation/vm/page-types.c | 2 +-
+ fs/aio.c | 21 ++++----
+ 3 files changed, 61 insertions(+), 62 deletions(-)
+Merging v4l-dvb/master
+$ git merge v4l-dvb/master
+Auto-merging include/linux/input.h
+Merge made by recursive.
+ drivers/input/evdev.c | 39 +++++++
+ drivers/input/input.c | 267 ++++++++++++++++++++++++++++++++++++++++++++-----
+ include/linux/input.h | 39 ++++++-
+ 3 files changed, 313 insertions(+), 32 deletions(-)
+Merging kbuild/for-next
+$ git merge kbuild/for-next
+Auto-merging .gitignore
+Auto-merging MAINTAINERS
+Auto-merging Makefile
+Auto-merging arch/ia64/include/asm/percpu.h
+Auto-merging arch/ia64/kernel/ivt.S
+Auto-merging arch/parisc/include/asm/system.h
+Auto-merging arch/powerpc/include/asm/cache.h
+Auto-merging arch/s390/kernel/swsusp_asm64.S
+Auto-merging arch/sh/include/asm/cache.h
+Auto-merging arch/sparc/include/asm/cache.h
+Auto-merging arch/x86/kernel/setup_percpu.c
+Auto-merging arch/x86/kernel/vmlinux.lds.S
+Auto-merging include/asm-generic/percpu.h
+Auto-merging include/asm-generic/vmlinux.lds.h
+Auto-merging include/linux/init_task.h
+Auto-merging include/linux/percpu-defs.h
+Auto-merging include/linux/spinlock.h
+Auto-merging init/Kconfig
+Auto-merging kernel/module.c
+Auto-merging scripts/Makefile.lib
+Auto-merging scripts/gen_initramfs_list.sh
+Auto-merging scripts/kconfig/Makefile
+Auto-merging scripts/kconfig/util.c
+Auto-merging scripts/markup_oops.pl
+Auto-merging scripts/package/mkspec
+Merge made by recursive.
+ .gitignore | 1 +
+ Documentation/.gitignore | 7 +
+ Documentation/kbuild/kbuild.txt | 6 +-
+ Documentation/mutex-design.txt | 4 +-
+ MAINTAINERS | 5 +-
+ Makefile | 65 +-
+ arch/frv/kernel/break.S | 4 +-
+ arch/frv/kernel/entry.S | 2 +-
+ arch/frv/kernel/head.S | 2 +-
+ arch/frv/kernel/vmlinux.lds.S | 10 +-
+ arch/frv/mm/tlb-miss.S | 2 +-
+ arch/h8300/boot/compressed/head.S | 2 +-
+ arch/h8300/boot/compressed/vmlinux.lds | 2 +-
+ arch/ia64/include/asm/asmmacro.h | 12 +-
+ arch/ia64/include/asm/cache.h | 2 +-
+ arch/ia64/include/asm/percpu.h | 2 +-
+ arch/ia64/kernel/Makefile.gate | 2 +-
+ arch/ia64/kernel/gate-data.S | 2 +-
+ arch/ia64/kernel/gate.S | 8 +-
+ arch/ia64/kernel/gate.lds.S | 10 +-
+ arch/ia64/kernel/init_task.c | 2 +-
+ arch/ia64/kernel/ivt.S | 2 +-
+ arch/ia64/kernel/minstate.h | 4 +-
+ arch/ia64/kernel/paravirtentry.S | 2 +-
+ arch/ia64/kernel/vmlinux.lds.S | 28 +-
+ arch/ia64/kvm/vmm_ivt.S | 2 +-
+ arch/ia64/scripts/unwcheck.py | 2 +-
+ arch/ia64/xen/gate-data.S | 2 +-
+ arch/ia64/xen/xensetup.S | 2 +-
+ arch/m68knommu/kernel/vmlinux.lds.S | 4 +-
+ arch/m68knommu/platform/68360/head-ram.S | 2 +-
+ arch/m68knommu/platform/68360/head-rom.S | 2 +-
+ arch/mips/lasat/image/head.S | 2 +-
+ arch/mips/lasat/image/romscript.normal | 2 +-
+ arch/parisc/include/asm/cache.h | 2 +-
+ arch/parisc/include/asm/system.h | 2 +-
+ arch/parisc/kernel/head.S | 2 +-
+ arch/parisc/kernel/init_task.c | 6 +-
+ arch/parisc/kernel/vmlinux.lds.S | 12 +-
+ arch/powerpc/Makefile | 5 +
+ arch/powerpc/include/asm/cache.h | 2 +-
+ arch/powerpc/include/asm/page_64.h | 8 -
+ arch/powerpc/kernel/vmlinux.lds.S | 10 +-
+ arch/s390/include/asm/cache.h | 2 +-
+ arch/s390/kernel/swsusp_asm64.S | 2 +-
+ arch/sh/boot/compressed/vmlinux.scr | 2 +-
+ arch/sh/include/asm/cache.h | 2 +-
+ arch/sparc/boot/btfixupprep.c | 2 +-
+ arch/sparc/include/asm/cache.h | 2 +-
+ arch/um/kernel/dyn.lds.S | 2 +-
+ arch/um/kernel/init_task.c | 2 +-
+ arch/um/kernel/uml.lds.S | 2 +-
+ arch/x86/.gitignore | 3 +
+ arch/x86/boot/compressed/mkpiggy.c | 2 +-
+ arch/x86/boot/compressed/vmlinux.lds.S | 4 +-
+ arch/x86/include/asm/cache.h | 2 +-
+ arch/x86/kernel/acpi/wakeup_32.S | 2 +-
+ arch/x86/kernel/init_task.c | 2 +-
+ arch/x86/kernel/setup_percpu.c | 2 +-
+ arch/x86/kernel/vmlinux.lds.S | 4 +-
+ include/asm-generic/percpu.h | 10 +-
+ include/asm-generic/vmlinux.lds.h | 38 +-
+ include/linux/cache.h | 2 +-
+ include/linux/init.h | 2 +-
+ include/linux/init_task.h | 2 +-
+ include/linux/linkage.h | 8 +-
+ include/linux/percpu-defs.h | 4 +-
+ include/linux/spinlock.h | 2 +-
+ init/Kconfig | 8 +
+ kernel/module.c | 2 +-
+ scripts/Makefile.build | 2 +-
+ scripts/Makefile.lib | 2 +-
+ scripts/checkincludes.pl | 24 +-
+ scripts/checkstack.pl | 16 +-
+ scripts/checkversion.pl | 23 +-
+ scripts/decodecode | 48 +-
+ scripts/export_report.pl | 37 +-
+ scripts/gen_initramfs_list.sh | 3 +-
+ scripts/genksyms/genksyms.c | 4 +-
+ scripts/headerdep.pl | 3 +-
+ scripts/headers_check.pl | 11 +-
+ scripts/headers_install.pl | 19 +-
+ scripts/kallsyms.c | 6 +-
+ scripts/kconfig/Makefile | 16 +-
+ scripts/kconfig/expr.c | 27 +-
+ scripts/kconfig/expr.h | 5 +-
+ scripts/kconfig/gconf.c | 113 +--
+ scripts/kconfig/gconf.glade | 26 +-
+ scripts/kconfig/lkc.h | 7 +-
+ scripts/kconfig/lkc_proto.h | 6 +-
+ scripts/kconfig/lxdialog/inputbox.c | 4 +-
+ scripts/kconfig/lxdialog/menubox.c | 22 +-
+ scripts/kconfig/mconf.c | 36 +-
+ scripts/kconfig/menu.c | 28 +-
+ scripts/kconfig/nconf.c | 1568 ++++++++++++++++++++++++++++++
+ scripts/kconfig/nconf.gui.c | 617 ++++++++++++
+ scripts/kconfig/nconf.h | 95 ++
+ scripts/kconfig/symbol.c | 30 +-
+ scripts/kconfig/util.c | 2 +
+ scripts/kconfig/zconf.tab.c_shipped | 25 +-
+ scripts/kconfig/zconf.y | 25 +-
+ scripts/markup_oops.pl | 54 +-
+ scripts/mkcompile_h | 5 +-
+ scripts/mod/modpost.c | 152 ++--
+ scripts/namespace.pl | 65 +-
+ scripts/package/builddeb | 2 +
+ scripts/package/mkspec | 2 +-
+ scripts/profile2linkerlist.pl | 8 +-
+ scripts/rt-tester/rt-tester.py | 2 +-
+ scripts/show_delta | 2 +-
+ scripts/tags.sh | 45 +-
+ 111 files changed, 3023 insertions(+), 538 deletions(-)
+ create mode 100644 Documentation/.gitignore
+ create mode 100644 arch/x86/.gitignore
+ create mode 100644 scripts/kconfig/nconf.c
+ create mode 100644 scripts/kconfig/nconf.gui.c
+ create mode 100644 scripts/kconfig/nconf.h
+Merging kconfig/for-next
+$ git merge kconfig/for-next
+Already uptodate!
+Merge made by recursive.
+Merging ide/master
+$ git merge ide/master
+Already up-to-date.
+Merging libata/NEXT
+$ git merge libata/NEXT
+Already up-to-date.
+Merging infiniband/for-next
+$ git merge infiniband/for-next
+Already up-to-date.
+Merging acpi/test
+$ git merge acpi/test
+Merge made by recursive.
+ drivers/acpi/ec.c | 22 +++++++++++++-----
+ drivers/acpi/internal.h | 5 ++-
+ drivers/acpi/sleep.c | 57 ++++++++++++++++++++++++----------------------
+ 3 files changed, 49 insertions(+), 35 deletions(-)
+Merging idle-test/idle-test
+$ git merge idle-test/idle-test
+Already up-to-date.
+Merging ieee1394/for-next
+$ git merge ieee1394/for-next
+Already uptodate!
+Merge made by recursive.
+Merging ubi/linux-next
+$ git merge ubi/linux-next
+Already up-to-date.
+Merging kvm/linux-next
+$ git merge kvm/linux-next
+Auto-merging arch/x86/include/asm/msr-index.h
+Merge made by recursive.
+ arch/powerpc/kvm/e500.c | 2 +-
+ arch/x86/include/asm/msr-index.h | 1 +
+ arch/x86/kvm/svm.c | 96 +++++++++++++++++++++++++++++++++++++-
+ 3 files changed, 97 insertions(+), 2 deletions(-)
+Merging dlm/next
+$ git merge dlm/next
+Already up-to-date.
+Merging ibft/master
+$ git merge ibft/master
+Merge made by recursive.
+ drivers/firmware/Kconfig | 9 +
+ drivers/firmware/Makefile | 1 +
+ drivers/firmware/iscsi_boot_sysfs.c | 481 +++++++++++++++++++++++
+ drivers/firmware/iscsi_ibft.c | 726 +++++++++++++----------------------
+ drivers/firmware/iscsi_ibft_find.c | 56 +++-
+ include/linux/iscsi_boot_sysfs.h | 123 ++++++
+ include/linux/iscsi_ibft.h | 12 +-
+ 7 files changed, 924 insertions(+), 484 deletions(-)
+ create mode 100644 drivers/firmware/iscsi_boot_sysfs.c
+ create mode 100644 include/linux/iscsi_boot_sysfs.h
+Merging scsi/master
+$ git merge scsi/master
+Already up-to-date.
+Merging async_tx/next
+$ git merge async_tx/next
+Already up-to-date.
+Merging net/master
+$ git merge net/master
+Already up-to-date.
+Merging wireless/master
+$ git merge wireless/master
+Already up-to-date.
+Merging mtd/master
+$ git merge mtd/master
+Auto-merging drivers/mtd/mtdchar.c
+Merge made by recursive.
+ drivers/mtd/mtdchar.c | 11 +++--------
+ 1 files changed, 3 insertions(+), 8 deletions(-)
+Merging crypto/master
+$ git merge crypto/master
+Merge made by recursive.
+ arch/s390/crypto/Makefile | 2 +-
+ arch/s390/crypto/crypto_des.h | 2 +-
+ arch/s390/crypto/des_s390.c | 238 ++-----------------
+ crypto/authenc.c | 2 +-
+ crypto/ctr.c | 2 +-
+ crypto/xts.c | 2 +-
+ drivers/crypto/mv_cesa.c | 10 +-
+ drivers/crypto/n2_core.c | 520 ++++++++++++++++++++++++++++-------------
+ drivers/crypto/omap-sham.c | 1 -
+ 9 files changed, 383 insertions(+), 396 deletions(-)
+Merging sound/for-next
+$ git merge sound/for-next
+Already uptodate!
+Merge made by recursive.
+Merging cpufreq/next
+$ git merge cpufreq/next
+Auto-merging Documentation/feature-removal-schedule.txt
+Auto-merging arch/x86/kernel/cpu/cpufreq/powernow-k8.c
+Auto-merging drivers/cpufreq/cpufreq.c
+Auto-merging drivers/cpufreq/cpufreq_ondemand.c
+Auto-merging include/linux/cpufreq.h
+Merge made by recursive.
+ Documentation/feature-removal-schedule.txt | 10 --------
+ arch/x86/kernel/cpu/cpufreq/powernow-k8.c | 2 +
+ drivers/cpufreq/cpufreq.c | 10 ++------
+ drivers/cpufreq/cpufreq_ondemand.c | 33 +++++++++++++++------------
+ include/linux/cpufreq.h | 5 ----
+ 5 files changed, 23 insertions(+), 37 deletions(-)
+Merging quilt/rr
+$ git merge quilt/rr
+Auto-merging arch/um/drivers/hostaudio_kern.c
+Auto-merging drivers/char/ipmi/ipmi_watchdog.c
+Auto-merging drivers/misc/lkdtm.c
+Auto-merging init/main.c
+Auto-merging net/sunrpc/xprtsock.c
+Auto-merging scripts/mod/modpost.c
+Merge made by recursive.
+ Documentation/cpu-hotplug.txt | 2 +-
+ arch/um/drivers/hostaudio_kern.c | 10 +
+ drivers/acpi/debug.c | 32 +++-
+ drivers/block/virtio_blk.c | 4 +-
+ drivers/char/hvc_iucv.c | 9 +-
+ drivers/char/ipmi/ipmi_watchdog.c | 42 +++--
+ drivers/ide/ide.c | 20 ++-
+ drivers/input/misc/ati_remote2.c | 26 ++-
+ drivers/input/mouse/psmouse-base.c | 14 +-
+ drivers/message/fusion/mptbase.c | 3 +-
+ drivers/misc/lkdtm.c | 4 +-
+ drivers/net/myri10ge/myri10ge.c | 54 ++++--
+ drivers/net/virtio_net.c | 10 +-
+ drivers/net/wireless/libertas/if_sdio.c | 32 +++-
+ drivers/net/wireless/libertas/if_usb.c | 3 +
+ drivers/net/wireless/libertas_tf/if_usb.c | 3 +
+ drivers/scsi/bfa/bfad.c | 2 +
+ drivers/staging/rtl8187se/r8180_core.c | 6 +-
+ drivers/staging/rtl8192e/r8192E_core.c | 6 +-
+ drivers/staging/rtl8192su/r8192U_core.c | 6 +-
+ drivers/usb/atm/ueagle-atm.c | 2 +
+ drivers/video/uvesafb.c | 7 +-
+ drivers/video/vt8623fb.c | 2 +
+ drivers/virtio/virtio_ring.c | 21 ++-
+ fs/nfs/callback.c | 11 +-
+ include/linux/moduleparam.h | 282 ++++++++++++++++++++++-------
+ include/linux/virtio_ring.h | 12 ++
+ init/main.c | 8 +-
+ kernel/params.c | 233 ++++++++++++++++--------
+ net/mac80211/rate.c | 2 +
+ net/sunrpc/xprtsock.c | 26 ++-
+ scripts/mod/modpost.c | 13 ++
+ 32 files changed, 657 insertions(+), 250 deletions(-)
+Merging mmc/next
+$ git merge mmc/next
+Already up-to-date.
+Merging input/next
+$ git merge input/next
+Already up-to-date.
+Merging lsm/for-next
+$ git merge lsm/for-next
+Already up-to-date.
+Merging block/for-next
+$ git merge block/for-next
+Recorded preimage for 'fs/pipe.c'
+Auto-merging drivers/block/drbd/drbd_worker.c
+Auto-merging fs/fcntl.c
+Auto-merging fs/pipe.c
+CONFLICT (content): Merge conflict in fs/pipe.c
+Auto-merging kernel/relay.c
+Auto-merging kernel/sysctl.c
+Auto-merging kernel/trace/trace.c
+Auto-merging net/core/skbuff.c
+Automatic merge failed; fix conflicts and then commit the result.
+$ git commit -v -a
+Recorded resolution for 'fs/pipe.c'.
+[master 0b6c389] Merge remote branch 'block/for-next'
+$ git diff -M --stat --summary HEAD^..
+Merging quilt/device-mapper
+$ git merge quilt/device-mapper
+Merge made by recursive.
+ drivers/md/dm-crypt.c | 3 +-
+ drivers/md/dm-ioctl.c | 115 +++++++++++++++++++--------------------
+ drivers/md/dm-snap-persistent.c | 6 +-
+ 3 files changed, 60 insertions(+), 64 deletions(-)
+Merging embedded/master
+$ git merge embedded/master
+Already up-to-date.
+Merging firmware/master
+$ git merge firmware/master
+Already up-to-date.
+Merging pcmcia/master
+$ git merge pcmcia/master
+Already up-to-date.
+Merging battery/master
+$ git merge battery/master
+Already up-to-date.
+Merging leds/for-mm
+$ git merge leds/for-mm
+Merge made by recursive.
+Merging backlight/for-mm
+$ git merge backlight/for-mm
+Already up-to-date.
+Merging kgdb/kgdb-next
+$ git merge kgdb/kgdb-next
+Merge made by recursive.
+ drivers/char/sysrq.c | 2 +-
+ kernel/debug/kdb/kdb_main.c | 9 ++++++++-
+ 2 files changed, 9 insertions(+), 2 deletions(-)
+Merging slab/for-next
+$ git merge slab/for-next
+Merge made by recursive.
+Merging uclinux/for-next
+$ git merge uclinux/for-next
+Already up-to-date.
+Merging md/for-next
+$ git merge md/for-next
+Already up-to-date.
+Merging mfd/for-next
+$ git merge mfd/for-next
+Already up-to-date.
+Merging hdlc/hdlc-next
+$ git merge hdlc/hdlc-next
+Already up-to-date.
+Merging drm/drm-next
+$ git merge drm/drm-next
+Already up-to-date.
+Merging viafb/viafb-next
+$ git merge viafb/viafb-next
+Auto-merging drivers/media/video/Kconfig
+Auto-merging drivers/media/video/Makefile
+Auto-merging include/media/v4l2-chip-ident.h
+Merge made by recursive.
+ drivers/media/video/Kconfig | 10 +
+ drivers/media/video/Makefile | 2 +
+ drivers/media/video/via-camera.c | 1369 ++++++++++++++++++++++++++++++++++++++
+ drivers/media/video/via-camera.h | 93 +++
+ drivers/video/via/accel.c | 2 +-
+ drivers/video/via/via-core.c | 16 +-
+ include/linux/via-core.h | 4 +-
+ include/media/v4l2-chip-ident.h | 4 +
+ 8 files changed, 1496 insertions(+), 4 deletions(-)
+ create mode 100644 drivers/media/video/via-camera.c
+ create mode 100644 drivers/media/video/via-camera.h
+Merging voltage/for-next
+$ git merge voltage/for-next
+Auto-merging drivers/mfd/88pm860x-core.c
+Auto-merging drivers/regulator/ab3100.c
+Auto-merging drivers/regulator/core.c
+Auto-merging include/linux/mfd/88pm860x.h
+Merge made by recursive.
+Merging security-testing/next
+$ git merge security-testing/next
+Already up-to-date.
+Merging lblnet/master
+$ git merge lblnet/master
+Already up-to-date.
+Merging agp/agp-next
+$ git merge agp/agp-next
+Auto-merging drivers/char/agp/backend.c
+Auto-merging drivers/char/agp/hp-agp.c
+Merge made by recursive.
+Merging uwb/for-upstream
+$ git merge uwb/for-upstream
+Merge made by recursive.
+ drivers/uwb/i1480/i1480u-wlp/lc.c | 16 ++++++------
+ drivers/uwb/wlp/messages.c | 40 ++++++++++++++++----------------
+ drivers/uwb/wlp/sysfs.c | 46 ++++++++++++++++++------------------
+ drivers/uwb/wlp/wlp-lc.c | 12 +++++-----
+ include/linux/wlp.h | 2 +-
+ 5 files changed, 58 insertions(+), 58 deletions(-)
+Merging watchdog/master
+$ git merge watchdog/master
+Already up-to-date.
+Merging bdev/master
+$ git merge bdev/master
+Already up-to-date.
+Merging dwmw2-iommu/master
+$ git merge dwmw2-iommu/master
+Already up-to-date.
+Merging cputime/cputime
+$ git merge cputime/cputime
+Already up-to-date.
+Merging osd/linux-next
+$ git merge osd/linux-next
+Already up-to-date.
+Merging jc_docs/docs-next
+$ git merge jc_docs/docs-next
+Already up-to-date.
+Merging nommu/master
+$ git merge nommu/master
+Already up-to-date.
+Merging trivial/for-next
+$ git merge trivial/for-next
+Already up-to-date.
+Merging audit/for-next
+$ git merge audit/for-next
+Already up-to-date.
+Merging quilt/aoe
+$ git merge quilt/aoe
+Auto-merging drivers/block/aoe/aoecmd.c
+Merge made by recursive.
+ drivers/block/aoe/aoecmd.c | 8 ++++++--
+ 1 files changed, 6 insertions(+), 2 deletions(-)
+Merging suspend/linux-next
+$ git merge suspend/linux-next
+Already up-to-date.
+Merging bluetooth/master
+$ git merge bluetooth/master
+Already up-to-date.
+Merging fsnotify/for-next
+$ git merge fsnotify/for-next
+Auto-merging Documentation/feature-removal-schedule.txt
+Auto-merging fs/compat.c
+Auto-merging fs/exec.c
+Auto-merging fs/inode.c
+Auto-merging fs/namei.c
+Auto-merging fs/namespace.c
+Auto-merging fs/nfsd/vfs.c
+Auto-merging fs/notify/inotify/Kconfig
+CONFLICT (delete/modify): fs/notify/inotify/inotify.c deleted in fsnotify/for-next and modified in HEAD. Version HEAD of fs/notify/inotify/inotify.c left in tree.
+Auto-merging fs/open.c
+Auto-merging fs/read_write.c
+Auto-merging include/linux/Kbuild
+Auto-merging include/linux/fs.h
+Auto-merging include/linux/security.h
+Auto-merging include/linux/syscalls.h
+Auto-merging init/Kconfig
+Auto-merging kernel/Makefile
+Auto-merging kernel/sysctl.c
+Auto-merging security/security.c
+Automatic merge failed; fix conflicts and then commit the result.
+$ git rm -f fs/notify/inotify/inotify.c
+fs/notify/inotify/inotify.c: needs merge
+rm 'fs/notify/inotify/inotify.c'
+$ git commit -v -a
+[master c3f7439] Merge remote branch 'fsnotify/for-next'
+$ git diff -M --stat --summary HEAD^..
+ Documentation/feature-removal-schedule.txt | 8 -
+ arch/x86/ia32/ia32entry.S | 2 +
+ arch/x86/ia32/sys_ia32.c | 9 +
+ arch/x86/include/asm/sys_ia32.h | 3 +
+ arch/x86/include/asm/unistd_32.h | 4 +-
+ arch/x86/include/asm/unistd_64.h | 4 +
+ arch/x86/kernel/syscall_table_32.S | 2 +
+ fs/compat.c | 5 +-
+ fs/exec.c | 4 +-
+ fs/inode.c | 8 +-
+ fs/namei.c | 2 +-
+ fs/namespace.c | 5 +
+ fs/nfsd/vfs.c | 4 +-
+ fs/notify/Kconfig | 1 +
+ fs/notify/Makefile | 4 +-
+ fs/notify/dnotify/dnotify.c | 198 +++----
+ fs/notify/fanotify/Kconfig | 26 +
+ fs/notify/fanotify/Makefile | 1 +
+ fs/notify/fanotify/fanotify.c | 255 ++++++++
+ fs/notify/fanotify/fanotify_user.c | 776 ++++++++++++++++++++++++
+ fs/notify/fsnotify.c | 141 ++++-
+ fs/notify/fsnotify.h | 33 +-
+ fs/notify/group.c | 178 +++---
+ fs/notify/inode_mark.c | 309 +++-------
+ fs/notify/inotify/Kconfig | 15 -
+ fs/notify/inotify/Makefile | 1 -
+ fs/notify/inotify/inotify.c | 873 ----------------------------
+ fs/notify/inotify/inotify.h | 7 +-
+ fs/notify/inotify/inotify_fsnotify.c | 114 +++-
+ fs/notify/inotify/inotify_user.c | 307 ++++++----
+ fs/notify/mark.c | 325 +++++++++++
+ fs/notify/notification.c | 180 ++++---
+ fs/notify/vfsmount_mark.c | 176 ++++++
+ fs/open.c | 3 +-
+ fs/read_write.c | 8 +-
+ include/asm-generic/fcntl.h | 8 +
+ include/linux/Kbuild | 1 +
+ include/linux/dnotify.h | 1 +
+ include/linux/fanotify.h | 105 ++++
+ include/linux/fs.h | 16 +-
+ include/linux/fsnotify.h | 166 +++---
+ include/linux/fsnotify_backend.h | 169 ++++--
+ include/linux/inotify.h | 175 +------
+ include/linux/mount.h | 6 +-
+ include/linux/security.h | 1 +
+ include/linux/syscalls.h | 5 +
+ init/Kconfig | 10 +-
+ kernel/Makefile | 5 +-
+ kernel/audit.c | 1 -
+ kernel/audit.h | 26 +-
+ kernel/audit_tree.c | 233 ++++----
+ kernel/audit_watch.c | 295 ++++++----
+ kernel/auditfilter.c | 39 +-
+ kernel/auditsc.c | 10 +-
+ kernel/sys_ni.c | 4 +
+ kernel/sysctl.c | 7 +-
+ security/security.c | 16 +-
+ 57 files changed, 3100 insertions(+), 2190 deletions(-)
+ create mode 100644 fs/notify/fanotify/Kconfig
+ create mode 100644 fs/notify/fanotify/Makefile
+ create mode 100644 fs/notify/fanotify/fanotify.c
+ create mode 100644 fs/notify/fanotify/fanotify_user.c
+ delete mode 100644 fs/notify/inotify/inotify.c
+ create mode 100644 fs/notify/mark.c
+ create mode 100644 fs/notify/vfsmount_mark.c
+ create mode 100644 include/linux/fanotify.h
+$ git am -3 ../patches/fsnotify__update_gfp_slab.h_includes
+Applying: fsnotify: update gfp/slab.h includes
+$ git reset HEAD^
+Unstaged changes after reset:
+M fs/notify/fanotify/fanotify_user.c
+M fs/notify/vfsmount_mark.c
+$ git add .
+$ git commit -v -a --amend
+[master 5f63c3a] Merge remote branch 'fsnotify/for-next'
+Merging irda/for-next
+$ git merge irda/for-next
+Resolved 'drivers/net/irda/irda-usb.c' using previous resolution.
+Auto-merging drivers/net/irda/irda-usb.c
+CONFLICT (content): Merge conflict in drivers/net/irda/irda-usb.c
+Automatic merge failed; fix conflicts and then commit the result.
+$ git commit -v -a
+[master c46d761] Merge remote branch 'irda/for-next'
+$ git diff -M --stat --summary HEAD^..
+ drivers/net/irda/irda-usb.c | 9 +++++----
+ 1 files changed, 5 insertions(+), 4 deletions(-)
+Merging drbd/for-jens
+$ git merge drbd/for-jens
+Already up-to-date.
+Merging catalin/for-next
+$ git merge catalin/for-next
+Already up-to-date.
+Merging alacrity/linux-next
+$ git merge alacrity/linux-next
+Auto-merging MAINTAINERS
+Auto-merging arch/x86/Kconfig
+Auto-merging drivers/Makefile
+Auto-merging drivers/net/Kconfig
+Auto-merging drivers/net/Makefile
+Auto-merging include/linux/Kbuild
+Auto-merging lib/Makefile
+Merge made by recursive.
+ MAINTAINERS | 25 +
+ arch/x86/Kconfig | 2 +
+ drivers/Makefile | 1 +
+ drivers/net/Kconfig | 14 +
+ drivers/net/Makefile | 1 +
+ drivers/net/vbus-enet.c | 1560 +++++++++++++++++++++++++++++++++++++++++++
+ drivers/vbus/Kconfig | 25 +
+ drivers/vbus/Makefile | 6 +
+ drivers/vbus/bus-proxy.c | 248 +++++++
+ drivers/vbus/pci-bridge.c | 1016 ++++++++++++++++++++++++++++
+ include/linux/Kbuild | 4 +
+ include/linux/ioq.h | 414 ++++++++++++
+ include/linux/shm_signal.h | 189 ++++++
+ include/linux/vbus_driver.h | 83 +++
+ include/linux/vbus_pci.h | 145 ++++
+ include/linux/venet.h | 133 ++++
+ lib/Kconfig | 21 +
+ lib/Makefile | 2 +
+ lib/ioq.c | 304 +++++++++
+ lib/shm_signal.c | 196 ++++++
+ 20 files changed, 4389 insertions(+), 0 deletions(-)
+ create mode 100644 drivers/net/vbus-enet.c
+ create mode 100644 drivers/vbus/Kconfig
+ create mode 100644 drivers/vbus/Makefile
+ create mode 100644 drivers/vbus/bus-proxy.c
+ create mode 100644 drivers/vbus/pci-bridge.c
+ create mode 100644 include/linux/ioq.h
+ create mode 100644 include/linux/shm_signal.h
+ create mode 100644 include/linux/vbus_driver.h
+ create mode 100644 include/linux/vbus_pci.h
+ create mode 100644 include/linux/venet.h
+ create mode 100644 lib/ioq.c
+ create mode 100644 lib/shm_signal.c
+Merging i7core_edac/linux_next
+$ git merge i7core_edac/linux_next
+Auto-merging arch/x86/include/asm/pci_x86.h
+Auto-merging arch/x86/kernel/cpu/mcheck/mce.c
+Auto-merging include/linux/pci.h
+Auto-merging include/linux/pci_ids.h
+Merge made by recursive.
+ Documentation/edac.txt | 152 +++
+ arch/x86/include/asm/pci_x86.h | 2 +
+ arch/x86/kernel/cpu/mcheck/mce.c | 10 +
+ arch/x86/pci/legacy.c | 42 +-
+ drivers/edac/Kconfig | 13 +
+ drivers/edac/Makefile | 2 +
+ drivers/edac/edac_core.h | 23 +-
+ drivers/edac/edac_mc_sysfs.c | 175 +++-
+ drivers/edac/edac_mce.c | 61 ++
+ drivers/edac/i7core_edac.c | 2078 ++++++++++++++++++++++++++++++++++++++
+ include/linux/edac_mce.h | 31 +
+ include/linux/pci.h | 1 +
+ include/linux/pci_ids.h | 52 +
+ 13 files changed, 2598 insertions(+), 44 deletions(-)
+ create mode 100644 drivers/edac/edac_mce.c
+ create mode 100644 drivers/edac/i7core_edac.c
+ create mode 100644 include/linux/edac_mce.h
+Merging devicetree/next-devicetree
+$ git merge devicetree/next-devicetree
+Merge made by recursive.
+ drivers/spi/spi_ppc4xx.c | 2 +-
+ drivers/usb/host/ehci-hcd.c | 14 ++++++++++++--
+ drivers/usb/host/ehci-xilinx-of.c | 2 +-
+ 3 files changed, 14 insertions(+), 4 deletions(-)
+Merging spi/next-spi
+$ git merge spi/next-spi
+Already up-to-date.
+Merging omap_dss2/for-next
+$ git merge omap_dss2/for-next
+Already up-to-date.
+Merging tip/auto-latest
+$ git merge tip/auto-latest
+Auto-merging Documentation/feature-removal-schedule.txt
+Auto-merging Documentation/kernel-parameters.txt
+Auto-merging arch/x86/Kconfig
+Auto-merging kernel/Makefile
+Removing kernel/softlockup.c
+Auto-merging kernel/sysctl.c
+Auto-merging lib/Kconfig.debug
+Merge made by recursive.
+ Documentation/feature-removal-schedule.txt | 27 +-
+ Documentation/kernel-parameters.txt | 2 +
+ arch/Kconfig | 7 +
+ arch/x86/Kconfig | 1 +
+ arch/x86/include/asm/apb_timer.h | 1 -
+ arch/x86/include/asm/mrst.h | 26 ++
+ arch/x86/include/asm/nmi.h | 2 +
+ arch/x86/kernel/apb_timer.c | 37 +--
+ arch/x86/kernel/apic/Makefile | 7 +-
+ arch/x86/kernel/apic/hw_nmi.c | 107 ++++++
+ arch/x86/kernel/apic/nmi.c | 7 -
+ arch/x86/kernel/cpu/common.c | 2 +-
+ arch/x86/kernel/mrst.c | 105 ++++--
+ arch/x86/kernel/process.c | 1 -
+ arch/x86/kernel/traps.c | 7 +
+ include/linux/nmi.h | 13 +
+ include/linux/sched.h | 12 +-
+ kernel/Makefile | 2 +-
+ kernel/softlockup.c | 293 --------------
+ kernel/sysctl.c | 55 ++--
+ kernel/timer.c | 1 -
+ kernel/watchdog.c | 567 ++++++++++++++++++++++++++++
+ lib/Kconfig.debug | 35 +-
+ 23 files changed, 894 insertions(+), 423 deletions(-)
+ create mode 100644 arch/x86/kernel/apic/hw_nmi.c
+ delete mode 100644 kernel/softlockup.c
+ create mode 100644 kernel/watchdog.c
+Merging edac-amd/for-next
+$ git merge edac-amd/for-next
+Already up-to-date.
+Merging oprofile/for-next
+$ git merge oprofile/for-next
+Merge made by recursive.
+ arch/x86/oprofile/nmi_int.c | 16 ++++++++++++++--
+ 1 files changed, 14 insertions(+), 2 deletions(-)
+Merging percpu/for-next
+$ git merge percpu/for-next
+Already up-to-date.
+Merging workqueues/for-next
+$ git merge workqueues/for-next
+Already up-to-date.
+Merging sfi/sfi-test
+$ git merge sfi/sfi-test
+Already up-to-date.
+Merging asm-generic/next
+$ git merge asm-generic/next
+Already up-to-date.
+Merging hwpoison/hwpoison
+$ git merge hwpoison/hwpoison
+Already up-to-date.
+Merging sysctl/master
+$ git merge sysctl/master
+Already up-to-date.
+Merging bkl-core/bkl/core
+$ git merge bkl-core/bkl/core
+Already up-to-date.
+Merging bkl-procfs/bkl/procfs
+$ git merge bkl-procfs/bkl/procfs
+Already up-to-date.
+Merging bkl-ioctl/bkl/ioctl
+$ git merge bkl-ioctl/bkl/ioctl
+Already up-to-date.
+Merging quilt/driver-core
+$ git merge quilt/driver-core
+Already up-to-date.
+Merging quilt/tty
+$ git merge quilt/tty
+Already up-to-date.
+Merging quilt/usb
+$ git merge quilt/usb
+Already up-to-date.
+Merging staging-next/staging-next
+$ git merge staging-next/staging-next
+Already up-to-date.
+Merging slabh/slabh
+$ git merge slabh/slabh
+Already up-to-date.
+Merging scsi-post-merge/master
+$ git merge scsi-post-merge/master
+Already up-to-date.