$ git checkout master Already on "master" $ git reset --hard stable HEAD is now at a1e4ee2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 Merging origin/master $ git merge origin/master Updating a1e4ee2..59fcbdd Fast forward CREDITS | 2 +- Makefile | 3 + arch/m68k/include/asm/param.h | 25 ++- arch/m68k/include/asm/param_mm.h | 22 -- arch/m68k/include/asm/param_no.h | 22 -- arch/m68k/include/asm/ptrace.h | 88 ++++++++- arch/m68k/include/asm/ptrace_mm.h | 80 ------- arch/m68k/include/asm/ptrace_no.h | 87 -------- arch/m68k/include/asm/setup.h | 377 ++++++++++++++++++++++++++++++++- arch/m68k/include/asm/setup_mm.h | 376 -------------------------------- arch/m68k/include/asm/setup_no.h | 10 - arch/m68k/include/asm/sigcontext.h | 25 ++- arch/m68k/include/asm/sigcontext_mm.h | 19 -- arch/m68k/include/asm/sigcontext_no.h | 17 -- arch/m68k/include/asm/siginfo.h | 98 +++++++++- arch/m68k/include/asm/siginfo_mm.h | 92 -------- arch/m68k/include/asm/siginfo_no.h | 6 - arch/m68k/include/asm/signal.h | 216 ++++++++++++++++++- arch/m68k/include/asm/signal_mm.h | 206 ------------------ arch/m68k/include/asm/signal_no.h | 159 -------------- arch/m68k/include/asm/swab.h | 30 +++- arch/m68k/include/asm/swab_mm.h | 16 -- arch/m68k/include/asm/swab_no.h | 24 -- arch/m68k/include/asm/unistd.h | 377 ++++++++++++++++++++++++++++++++- arch/m68k/include/asm/unistd_mm.h | 372 -------------------------------- arch/m68k/include/asm/unistd_no.h | 372 -------------------------------- arch/s390/include/asm/mman.h | 5 + arch/s390/include/asm/processor.h | 5 +- arch/s390/include/asm/topology.h | 2 + arch/s390/kernel/mcount.S | 6 +- arch/s390/lib/div64.c | 2 +- arch/s390/lib/uaccess_pt.c | 18 -- arch/s390/mm/mmap.c | 48 +++-- arch/s390/mm/pgtable.c | 2 + drivers/hid/usbhid/hiddev.c | 4 +- drivers/video/aty/radeon_pm.c | 24 ++ fs/aio.c | 42 +++- fs/btrfs/ctree.h | 9 + fs/btrfs/extent-tree.c | 45 ++++- fs/btrfs/volumes.c | 8 + fs/buffer.c | 23 +- fs/ecryptfs/crypto.c | 49 +++-- fs/ecryptfs/ecryptfs_kernel.h | 1 - fs/ecryptfs/inode.c | 32 +-- fs/minix/inode.c | 2 +- fs/ufs/super.c | 2 +- scripts/kconfig/conf.c | 16 ++- scripts/kconfig/confdata.c | 51 +++-- 48 files changed, 1484 insertions(+), 2033 deletions(-) delete mode 100644 arch/m68k/include/asm/param_mm.h delete mode 100644 arch/m68k/include/asm/param_no.h delete mode 100644 arch/m68k/include/asm/ptrace_mm.h delete mode 100644 arch/m68k/include/asm/ptrace_no.h delete mode 100644 arch/m68k/include/asm/setup_mm.h delete mode 100644 arch/m68k/include/asm/setup_no.h delete mode 100644 arch/m68k/include/asm/sigcontext_mm.h delete mode 100644 arch/m68k/include/asm/sigcontext_no.h delete mode 100644 arch/m68k/include/asm/siginfo_mm.h delete mode 100644 arch/m68k/include/asm/siginfo_no.h delete mode 100644 arch/m68k/include/asm/signal_mm.h delete mode 100644 arch/m68k/include/asm/signal_no.h delete mode 100644 arch/m68k/include/asm/swab_mm.h delete mode 100644 arch/m68k/include/asm/swab_no.h delete mode 100644 arch/m68k/include/asm/unistd_mm.h delete mode 100644 arch/m68k/include/asm/unistd_no.h Merging arm-current/master $ git merge arm-current/master Merge made by recursive. arch/arm/include/asm/elf.h | 1 + arch/arm/kernel/module.c | 9 +++++++++ 2 files changed, 10 insertions(+), 0 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 Merge made by recursive. Documentation/filesystems/proc.txt | 7 +++ drivers/isdn/gigaset/bas-gigaset.c | 16 ++++++- drivers/net/benet/be.h | 1 + drivers/net/benet/be_main.c | 60 ++++++++++++++++------------ drivers/net/bnx2.c | 12 +++--- drivers/net/bonding/bond_main.c | 25 ++++++++++-- drivers/net/sh_eth.c | 20 ++++++++- drivers/net/sh_eth.h | 4 +- drivers/net/smsc911x.c | 4 ++ drivers/net/sungem.c | 9 ++-- drivers/net/tulip/tulip_core.c | 45 ++++++++++++++-------- drivers/net/virtio_net.c | 3 + drivers/net/wireless/ath9k/ath9k.h | 4 +- drivers/net/wireless/ath9k/core.h | 33 ++++++++++++++++ drivers/net/wireless/ath9k/hw.c | 22 ++++++++++- drivers/net/wireless/ath9k/main.c | 1 + drivers/net/wireless/zd1211rw/zd_mac.c | 8 +++- include/net/netfilter/nf_conntrack_core.h | 3 +- net/core/dev.c | 7 ++- net/ipv4/ip_fragment.c | 3 +- net/ipv6/netfilter/nf_conntrack_reasm.c | 8 ++-- net/ipv6/reassembly.c | 7 +-- net/ipv6/sit.c | 2 +- net/mac80211/tx.c | 2 + net/netfilter/nf_conntrack_core.c | 2 +- net/netfilter/nf_conntrack_netlink.c | 1 + net/netfilter/nf_conntrack_proto_tcp.c | 4 +- net/sctp/endpointola.c | 3 +- net/wireless/Kconfig | 10 +++++ net/wireless/lib80211_crypt_ccmp.c | 2 + net/wireless/lib80211_crypt_tkip.c | 4 ++ net/wireless/nl80211.c | 11 +++++ 32 files changed, 254 insertions(+), 89 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 Already up-to-date. Merging wireless-current/master $ git merge wireless-current/master Already up-to-date. Merging kbuild-current/master $ git merge kbuild-current/master Already up-to-date. Merging quilt/driver-core.current $ git merge quilt/driver-core.current Already up-to-date. Merging quilt/usb.current $ git merge quilt/usb.current Merge made by recursive. drivers/usb/core/message.c | 3 ++- drivers/usb/core/quirks.c | 4 ++++ drivers/usb/core/sysfs.c | 4 +++- drivers/usb/gadget/f_rndis.c | 2 +- include/linux/usb/quirks.h | 3 +++ 5 files changed, 13 insertions(+), 3 deletions(-) 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 dwmw2/master $ git merge dwmw2/master Already up-to-date. Merging arm/devel $ git merge arm/devel Recorded preimage for 'arch/arm/include/asm/elf.h' Recorded preimage for 'arch/arm/kernel/module.c' Auto-merging MAINTAINERS Auto-merging arch/arm/include/asm/elf.h CONFLICT (content): Merge conflict in arch/arm/include/asm/elf.h Auto-merging arch/arm/kernel/module.c CONFLICT (content): Merge conflict in arch/arm/kernel/module.c Removing arch/arm/kernel/stacktrace.h Removing arch/arm/mach-omap2/memory.h Removing arch/arm/mach-pxa/include/mach/pxa-regs.h Removing arch/arm/plat-mxc/include/mach/iomux-mx1-mx2.h Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a Recorded resolution for 'arch/arm/include/asm/elf.h'. Recorded resolution for 'arch/arm/kernel/module.c'. [master 6431280] Merge commit 'arm/devel' $ git diff -M --stat --summary HEAD^.. MAINTAINERS | 2 +- arch/arm/Kconfig | 3 +- arch/arm/Kconfig.debug | 23 +- arch/arm/Makefile | 4 + arch/arm/boot/compressed/head.S | 6 + arch/arm/boot/compressed/misc.c | 15 + arch/arm/boot/compressed/vmlinux.lds.in | 5 + arch/arm/common/sharpsl_pm.c | 2 +- arch/arm/configs/acs5k_defconfig | 1233 +++++++++++ arch/arm/configs/acs5k_tiny_defconfig | 941 ++++++++ arch/arm/configs/assabet_defconfig | 1 - arch/arm/configs/badge4_defconfig | 1 - arch/arm/configs/cerfcube_defconfig | 1 - .../{xm_x2xx_defconfig => cm_x2xx_defconfig} | 466 +++-- arch/arm/configs/collie_defconfig | 1 - .../{xm_x2xx_defconfig => em_x270_defconfig} | 773 +++---- arch/arm/configs/h3600_defconfig | 2 - arch/arm/configs/hackkit_defconfig | 1 - arch/arm/configs/jornada720_defconfig | 1 - arch/arm/configs/kirkwood_defconfig | 225 ++- arch/arm/configs/lart_defconfig | 1 - arch/arm/configs/magician_defconfig | 700 +++++-- arch/arm/configs/mv78xx0_defconfig | 1 + arch/arm/configs/neponset_defconfig | 1 - arch/arm/configs/orion5x_defconfig | 4 +- arch/arm/configs/pleb_defconfig | 1 - arch/arm/configs/shannon_defconfig | 1 - arch/arm/configs/shark_defconfig | 928 +++++--- arch/arm/configs/simpad_defconfig | 1 - arch/arm/include/asm/dma.h | 46 +- arch/arm/include/asm/elf.h | 1 + arch/arm/include/asm/hwcap.h | 2 + arch/arm/include/asm/mach/dma.h | 35 +- arch/arm/include/asm/mach/map.h | 1 + arch/arm/include/asm/module.h | 22 +- arch/arm/include/asm/ptrace.h | 2 + arch/arm/include/asm/sizes.h | 1 + arch/arm/include/asm/stacktrace.h | 15 + arch/arm/include/asm/system.h | 4 +- arch/arm/include/asm/thread_info.h | 4 + arch/arm/include/asm/traps.h | 1 + arch/arm/include/asm/unwind.h | 69 + arch/arm/include/asm/user.h | 9 + arch/arm/kernel/Makefile | 1 + arch/arm/kernel/debug.S | 27 + arch/arm/kernel/dma-isa.c | 67 +- arch/arm/kernel/dma.c | 119 +- arch/arm/kernel/entry-armv.S | 19 + arch/arm/kernel/entry-common.S | 4 + arch/arm/kernel/module.c | 64 + arch/arm/kernel/process.c | 31 +- arch/arm/kernel/ptrace.c | 58 + arch/arm/kernel/setup.c | 5 + arch/arm/kernel/smp.c | 2 + arch/arm/kernel/stacktrace.c | 88 +- arch/arm/kernel/stacktrace.h | 9 - arch/arm/kernel/time.c | 21 +- arch/arm/kernel/traps.c | 44 +- arch/arm/kernel/unwind.c | 434 ++++ arch/arm/kernel/vmlinux.lds.S | 19 + arch/arm/mach-aaec2000/include/mach/system.h | 2 +- arch/arm/mach-at91/board-sam9g20ek.c | 4 + arch/arm/mach-at91/generic.h | 3 - arch/arm/mach-at91/gpio.c | 222 ++- arch/arm/mach-at91/include/mach/gpio.h | 28 +- arch/arm/mach-at91/include/mach/system.h | 2 +- arch/arm/mach-clps711x/include/mach/system.h | 2 +- arch/arm/mach-davinci/include/mach/system.h | 2 +- arch/arm/mach-ebsa110/include/mach/system.h | 2 +- arch/arm/mach-ep93xx/Makefile | 2 +- arch/arm/mach-ep93xx/clock.c | 79 + arch/arm/mach-ep93xx/dma-m2p.c | 408 ++++ arch/arm/mach-ep93xx/edb9307a.c | 12 + arch/arm/mach-ep93xx/include/mach/dma.h | 52 + arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h | 3 +- arch/arm/mach-ep93xx/include/mach/system.h | 2 +- arch/arm/mach-footbridge/dma.c | 12 +- arch/arm/mach-footbridge/include/mach/system.h | 2 +- arch/arm/mach-h720x/include/mach/system.h | 2 +- arch/arm/mach-imx/include/mach/system.h | 2 +- arch/arm/mach-integrator/include/mach/system.h | 2 +- arch/arm/mach-iop13xx/include/mach/system.h | 2 +- arch/arm/mach-iop32x/include/mach/system.h | 2 +- arch/arm/mach-iop33x/include/mach/system.h | 2 +- arch/arm/mach-ixp2000/include/mach/system.h | 2 +- arch/arm/mach-ixp23xx/include/mach/system.h | 2 +- arch/arm/mach-ixp4xx/common-pci.c | 25 +- arch/arm/mach-ixp4xx/include/mach/cpu.h | 35 +- arch/arm/mach-ixp4xx/include/mach/ixp4xx-regs.h | 42 +- arch/arm/mach-ixp4xx/include/mach/system.h | 2 +- arch/arm/mach-ixp4xx/ixp4xx_npe.c | 6 +- arch/arm/mach-kirkwood/Kconfig | 6 + arch/arm/mach-kirkwood/Makefile | 3 +- arch/arm/mach-kirkwood/common.c | 56 +- arch/arm/mach-kirkwood/common.h | 5 +- arch/arm/mach-kirkwood/db88f6281-bp-setup.c | 67 +- arch/arm/mach-kirkwood/include/mach/kirkwood.h | 2 + arch/arm/mach-kirkwood/include/mach/system.h | 2 +- arch/arm/mach-kirkwood/mpp.c | 97 + arch/arm/mach-kirkwood/mpp.h | 303 +++ arch/arm/mach-kirkwood/rd88f6192-nas-setup.c | 9 +- arch/arm/mach-kirkwood/rd88f6281-setup.c | 19 +- arch/arm/mach-kirkwood/sheevaplug-setup.c | 136 ++ arch/arm/mach-ks8695/Kconfig | 6 + arch/arm/mach-ks8695/Makefile | 1 + arch/arm/mach-ks8695/board-acs5k.c | 233 ++ arch/arm/mach-ks8695/include/mach/system.h | 2 +- arch/arm/mach-l7200/include/mach/system.h | 2 +- arch/arm/mach-lh7a40x/include/mach/system.h | 2 +- arch/arm/mach-loki/include/mach/system.h | 2 +- arch/arm/mach-msm/include/mach/system.h | 2 +- arch/arm/mach-mv78xx0/Kconfig | 6 + arch/arm/mach-mv78xx0/Makefile | 1 + arch/arm/mach-mv78xx0/common.c | 132 ++- arch/arm/mach-mv78xx0/common.h | 3 + arch/arm/mach-mv78xx0/db78x00-bp-setup.c | 16 +- arch/arm/mach-mv78xx0/include/mach/mv78xx0.h | 14 + arch/arm/mach-mv78xx0/include/mach/system.h | 2 +- arch/arm/mach-mv78xx0/pcie.c | 6 + arch/arm/mach-mv78xx0/rd78x00-masa-setup.c | 88 + arch/arm/mach-mx1/Kconfig | 7 +- arch/arm/mach-mx1/Makefile | 1 + arch/arm/mach-mx1/clock.c | 40 +- arch/arm/mach-mx1/devices.c | 3 +- arch/arm/mach-mx1/mx1ads.c | 68 +- arch/arm/mach-mx1/scb9328.c | 160 ++ arch/arm/mach-mx2/Kconfig | 20 +- arch/arm/mach-mx2/Makefile | 2 + arch/arm/mach-mx2/Makefile.boot | 10 +- arch/arm/mach-mx2/clock_imx21.c | 984 +++++++++ arch/arm/mach-mx2/clock_imx27.c | 1656 ++++----------- arch/arm/mach-mx2/cpu_imx27.c | 4 +- arch/arm/mach-mx2/crm_regs.h | 313 ++-- arch/arm/mach-mx2/devices.c | 196 ++- arch/arm/mach-mx2/devices.h | 8 +- arch/arm/mach-mx2/generic.c | 1 + arch/arm/mach-mx2/mx27ads.c | 19 +- arch/arm/mach-mx2/pcm038.c | 82 +- arch/arm/mach-mx2/pcm970-baseboard.c | 133 ++- arch/arm/mach-mx2/serial.c | 3 + arch/arm/mach-mx2/system.c | 2 +- arch/arm/mach-mx3/Kconfig | 36 +- arch/arm/mach-mx3/Makefile | 8 +- arch/arm/mach-mx3/clock-imx35.c | 487 +++++ arch/arm/mach-mx3/clock.c | 959 ++------- arch/arm/mach-mx3/crm_regs.h | 153 -- arch/arm/mach-mx3/devices.c | 193 ++- arch/arm/mach-mx3/devices.h | 8 + arch/arm/mach-mx3/iomux.c | 88 +- arch/arm/mach-mx3/mm.c | 37 +- arch/arm/mach-mx3/mx31ads.c | 328 +++- arch/arm/mach-mx3/mx31lite.c | 13 +- arch/arm/mach-mx3/mx31moboard-devboard.c | 48 + arch/arm/mach-mx3/mx31moboard-marxbot.c | 37 + arch/arm/mach-mx3/mx31moboard.c | 74 +- arch/arm/mach-mx3/mx31pdk.c | 44 +- arch/arm/mach-mx3/pcm037.c | 138 +- arch/arm/mach-mx3/qong.c | 312 +++ arch/arm/mach-netx/include/mach/system.h | 2 +- arch/arm/mach-ns9xxx/include/mach/system.h | 2 +- arch/arm/mach-omap1/clock.c | 407 ++-- arch/arm/mach-omap1/clock.h | 412 ++--- arch/arm/mach-omap1/mcbsp.c | 52 +- arch/arm/mach-omap2/Makefile | 6 +- arch/arm/mach-omap2/board-2430sdp.c | 2 +- arch/arm/mach-omap2/board-apollon.c | 2 +- arch/arm/mach-omap2/board-generic.c | 2 +- arch/arm/mach-omap2/board-h4.c | 2 +- arch/arm/mach-omap2/board-ldp.c | 2 +- arch/arm/mach-omap2/board-omap3beagle.c | 2 +- arch/arm/mach-omap2/clock.c | 499 +++-- arch/arm/mach-omap2/clock.h | 24 +- arch/arm/mach-omap2/clock24xx.c | 377 +++- arch/arm/mach-omap2/clock24xx.h | 525 ++--- arch/arm/mach-omap2/clock34xx.c | 582 +++++- arch/arm/mach-omap2/clock34xx.h | 1076 ++++------ arch/arm/mach-omap2/clockdomain.c | 76 +- arch/arm/mach-omap2/clockdomains.h | 118 +- arch/arm/mach-omap2/cm-regbits-24xx.h | 80 +- arch/arm/mach-omap2/cm-regbits-34xx.h | 121 +- arch/arm/mach-omap2/devices.c | 5 +- arch/arm/mach-omap2/id.c | 7 +- arch/arm/mach-omap2/io.c | 8 +- arch/arm/mach-omap2/mcbsp.c | 26 - arch/arm/mach-omap2/memory.h | 43 - arch/arm/mach-omap2/pm.c | 2 +- arch/arm/mach-omap2/powerdomains.h | 8 +- arch/arm/mach-omap2/powerdomains34xx.h | 68 +- arch/arm/mach-omap2/prcm-common.h | 198 ++- arch/arm/mach-omap2/prm-regbits-34xx.h | 9 + arch/arm/mach-omap2/prm.h | 24 +- arch/arm/mach-omap2/sdrc.c | 93 + arch/arm/mach-omap2/{memory.c => sdrc2xxx.c} | 90 +- arch/arm/mach-orion5x/Kconfig | 1 + arch/arm/mach-orion5x/dns323-setup.c | 4 +- arch/arm/mach-orion5x/include/mach/system.h | 2 +- arch/arm/mach-orion5x/lsmini-setup.c | 2 +- arch/arm/mach-orion5x/ts78xx-fpga.h | 29 + arch/arm/mach-orion5x/ts78xx-setup.c | 441 +++- arch/arm/mach-pnx4008/include/mach/system.h | 2 +- arch/arm/mach-pxa/Kconfig | 46 + arch/arm/mach-pxa/Makefile | 6 + arch/arm/mach-pxa/am200epd.c | 2 +- arch/arm/mach-pxa/am300epd.c | 295 +++ arch/arm/mach-pxa/cm-x255.c | 4 +- arch/arm/mach-pxa/cm-x270.c | 2 +- arch/arm/mach-pxa/cm-x2xx-pci.c | 1 - arch/arm/mach-pxa/cm-x2xx.c | 4 +- arch/arm/mach-pxa/cm-x300.c | 6 +- arch/arm/mach-pxa/colibri.c | 4 +- arch/arm/mach-pxa/corgi.c | 10 +- arch/arm/mach-pxa/corgi_lcd.c | 1 - arch/arm/mach-pxa/corgi_pm.c | 1 - arch/arm/mach-pxa/corgi_ssp.c | 1 - arch/arm/mach-pxa/cpufreq-pxa2xx.c | 2 - arch/arm/mach-pxa/cpufreq-pxa3xx.c | 2 - arch/arm/mach-pxa/csb701.c | 61 + arch/arm/mach-pxa/csb726.c | 318 +++ arch/arm/mach-pxa/devices.c | 1 - arch/arm/mach-pxa/dma.c | 6 +- arch/arm/mach-pxa/e330.c | 4 +- arch/arm/mach-pxa/e350.c | 4 +- arch/arm/mach-pxa/e400.c | 4 +- arch/arm/mach-pxa/e740.c | 4 +- arch/arm/mach-pxa/e750.c | 4 +- arch/arm/mach-pxa/e800.c | 4 +- arch/arm/mach-pxa/em-x270.c | 607 +++++- arch/arm/mach-pxa/eseries.c | 3 +- arch/arm/mach-pxa/ezx.c | 10 +- arch/arm/mach-pxa/generic.c | 33 +- arch/arm/mach-pxa/generic.h | 7 +- arch/arm/mach-pxa/gpio.c | 438 ++--- arch/arm/mach-pxa/gumstix.c | 12 +- arch/arm/mach-pxa/h5000.c | 7 +- arch/arm/mach-pxa/himalaya.c | 166 ++ arch/arm/mach-pxa/idp.c | 3 +- arch/arm/mach-pxa/imote2.c | 5 +- arch/arm/mach-pxa/include/mach/csb726.h | 26 + arch/arm/mach-pxa/include/mach/dma.h | 58 +- arch/arm/mach-pxa/include/mach/gpio.h | 118 +- arch/arm/mach-pxa/include/mach/gumstix.h | 1 + arch/arm/mach-pxa/include/mach/lubbock.h | 1 - arch/arm/mach-pxa/include/mach/magician.h | 2 +- arch/arm/mach-pxa/include/mach/mtd-xip.h | 4 +- arch/arm/mach-pxa/include/mach/palmld.h | 109 + arch/arm/mach-pxa/include/mach/palmt5.h | 84 + arch/arm/mach-pxa/include/mach/pm.h | 10 + arch/arm/mach-pxa/include/mach/pxa-regs.h | 263 --- arch/arm/mach-pxa/include/mach/pxa25x.h | 8 + arch/arm/mach-pxa/include/mach/pxa27x.h | 19 + arch/arm/mach-pxa/include/mach/pxa2xx-gpio.h | 2 + arch/arm/mach-pxa/include/mach/pxa2xx-regs.h | 31 +- arch/arm/mach-pxa/include/mach/pxa300.h | 8 + arch/arm/mach-pxa/include/mach/pxa320.h | 9 + arch/arm/mach-pxa/include/mach/pxa3xx-regs.h | 11 + arch/arm/mach-pxa/include/mach/pxa930.h | 8 + arch/arm/mach-pxa/include/mach/regs-intc.h | 23 + arch/arm/mach-pxa/include/mach/regs-ost.h | 34 + arch/arm/mach-pxa/include/mach/regs-rtc.h | 23 + arch/arm/mach-pxa/include/mach/regs-ssp.h | 1 - arch/arm/mach-pxa/include/mach/system.h | 3 +- arch/arm/mach-pxa/include/mach/uncompress.h | 3 +- arch/arm/mach-pxa/irq.c | 70 +- arch/arm/mach-pxa/leds-idp.c | 2 +- arch/arm/mach-pxa/leds-lubbock.c | 2 +- arch/arm/mach-pxa/leds-mainstone.c | 2 +- arch/arm/mach-pxa/littleton.c | 3 +- arch/arm/mach-pxa/lpd270.c | 5 +- arch/arm/mach-pxa/lubbock.c | 12 +- arch/arm/mach-pxa/magician.c | 101 +- arch/arm/mach-pxa/mainstone.c | 5 +- arch/arm/mach-pxa/mfp-pxa2xx.c | 5 +- arch/arm/mach-pxa/mioa701.c | 53 +- arch/arm/mach-pxa/mp900.c | 4 +- arch/arm/mach-pxa/palmld.c | 565 +++++ arch/arm/mach-pxa/palmt5.c | 496 +++++ arch/arm/mach-pxa/palmtx.c | 3 +- arch/arm/mach-pxa/palmz72.c | 4 +- arch/arm/mach-pxa/pcm027.c | 5 +- arch/arm/mach-pxa/pcm990-baseboard.c | 3 +- arch/arm/mach-pxa/pm.c | 13 +- arch/arm/mach-pxa/poodle.c | 10 +- arch/arm/mach-pxa/pwm.c | 1 - arch/arm/mach-pxa/pxa25x.c | 11 +- arch/arm/mach-pxa/pxa27x.c | 9 +- arch/arm/mach-pxa/pxa2xx.c | 1 - arch/arm/mach-pxa/pxa300.c | 4 +- arch/arm/mach-pxa/pxa320.c | 5 +- arch/arm/mach-pxa/pxa3xx.c | 5 +- arch/arm/mach-pxa/pxa930.c | 3 +- arch/arm/mach-pxa/reset.c | 4 +- arch/arm/mach-pxa/saar.c | 6 +- arch/arm/mach-pxa/sharpsl_pm.c | 1 - arch/arm/mach-pxa/sleep.S | 1 - arch/arm/mach-pxa/spitz.c | 8 +- arch/arm/mach-pxa/spitz_pm.c | 1 - arch/arm/mach-pxa/ssp.c | 1 - arch/arm/mach-pxa/standby.S | 1 - arch/arm/mach-pxa/tavorevb.c | 5 +- arch/arm/mach-pxa/time.c | 3 +- arch/arm/mach-pxa/tosa.c | 8 +- arch/arm/mach-pxa/trizeps4.c | 5 +- arch/arm/mach-pxa/viper.c | 7 +- arch/arm/mach-pxa/zylonite_pxa300.c | 4 +- arch/arm/mach-pxa/zylonite_pxa320.c | 2 +- arch/arm/mach-realview/Kconfig | 2 + arch/arm/mach-realview/core.c | 55 +- arch/arm/mach-realview/core.h | 2 + arch/arm/mach-realview/include/mach/board-pba8.h | 2 - arch/arm/mach-realview/include/mach/platform.h | 6 + arch/arm/mach-realview/include/mach/system.h | 2 +- arch/arm/mach-realview/realview_eb.c | 16 + arch/arm/mach-realview/realview_pb1176.c | 15 + arch/arm/mach-realview/realview_pb11mp.c | 25 +- arch/arm/mach-realview/realview_pba8.c | 25 +- arch/arm/mach-rpc/dma.c | 213 ++- arch/arm/mach-rpc/include/mach/isa-dma.h | 2 + arch/arm/mach-rpc/include/mach/system.h | 2 +- arch/arm/mach-s3c2410/include/mach/system-reset.h | 2 +- arch/arm/mach-s3c6400/include/mach/system.h | 2 +- arch/arm/mach-sa1100/Kconfig | 21 +- arch/arm/mach-sa1100/h3600.c | 486 +---- arch/arm/mach-sa1100/include/mach/h3600.h | 73 +- arch/arm/mach-sa1100/include/mach/h3600_gpio.h | 463 ---- arch/arm/mach-sa1100/include/mach/irqs.h | 22 - arch/arm/mach-sa1100/include/mach/system.h | 2 +- arch/arm/mach-sa1100/jornada720.c | 14 +- arch/arm/mach-shark/core.c | 48 +- arch/arm/mach-shark/dma.c | 6 +- arch/arm/mach-shark/include/mach/debug-macro.S | 2 - arch/arm/mach-shark/include/mach/framebuffer.h | 16 + arch/arm/mach-shark/include/mach/hardware.h | 27 - arch/arm/mach-shark/include/mach/io.h | 8 +- arch/arm/mach-shark/include/mach/irqs.h | 2 +- arch/arm/mach-shark/include/mach/isa-dma.h | 4 - arch/arm/mach-shark/include/mach/memory.h | 1 + arch/arm/mach-shark/include/mach/system.h | 16 +- arch/arm/mach-shark/include/mach/uncompress.h | 2 +- arch/arm/mach-shark/leds.c | 6 +- arch/arm/mach-versatile/core.c | 16 +- arch/arm/mach-versatile/include/mach/system.h | 2 +- arch/arm/mach-w90x900/cpu.h | 39 +- arch/arm/mach-w90x900/include/mach/system.h | 2 +- arch/arm/mach-w90x900/mach-w90p910evb.c | 56 +- arch/arm/mach-w90x900/w90p910.c | 67 +- arch/arm/mm/Kconfig | 3 +- arch/arm/mm/mmu.c | 23 + arch/arm/oprofile/backtrace.c | 14 +- arch/arm/plat-mxc/Kconfig | 10 +- arch/arm/plat-mxc/Makefile | 3 +- arch/arm/plat-mxc/clock.c | 54 + arch/arm/plat-mxc/cpu.c | 11 + arch/arm/plat-mxc/devices.c | 1 + arch/arm/plat-mxc/dma-mx1-mx2.c | 4 +- arch/arm/plat-mxc/gpio.c | 2 +- arch/arm/plat-mxc/include/mach/board-mx27ads.h | 3 +- arch/arm/plat-mxc/include/mach/board-mx31ads.h | 2 + arch/arm/plat-mxc/include/mach/board-mx31moboard.h | 45 + arch/arm/plat-mxc/include/mach/board-qong.h | 22 + arch/arm/plat-mxc/include/mach/clkdev.h | 7 + arch/arm/plat-mxc/include/mach/clock.h | 6 + arch/arm/plat-mxc/include/mach/common.h | 10 +- arch/arm/plat-mxc/include/mach/debug-macro.S | 3 + arch/arm/plat-mxc/include/mach/hardware.h | 8 +- .../{mach-imx => plat-mxc}/include/mach/imxfb.h | 3 + arch/arm/plat-mxc/include/mach/iomux-mx1-mx2.h | 416 ---- arch/arm/plat-mxc/include/mach/iomux-mx1.h | 166 ++ arch/arm/plat-mxc/include/mach/iomux-mx21.h | 126 ++ arch/arm/plat-mxc/include/mach/iomux-mx27.h | 207 ++ arch/arm/plat-mxc/include/mach/iomux-mx2x.h | 237 ++ arch/arm/plat-mxc/include/mach/iomux-mx3.h | 74 +- arch/arm/plat-mxc/include/mach/iomux.h | 127 ++ arch/arm/plat-mxc/include/mach/memory.h | 5 + arch/arm/plat-mxc/include/mach/mx21.h | 78 + arch/arm/plat-mxc/include/mach/mx27.h | 200 +-- arch/arm/plat-mxc/include/mach/mx2x.h | 200 ++ arch/arm/plat-mxc/include/mach/mx31.h | 329 +--- arch/arm/plat-mxc/include/mach/mx35.h | 29 + arch/arm/plat-mxc/include/mach/mx3fb.h | 26 +- arch/arm/plat-mxc/include/mach/mx3x.h | 290 +++ arch/arm/plat-mxc/include/mach/mxc.h | 74 +- arch/arm/plat-mxc/include/mach/system.h | 2 +- arch/arm/plat-mxc/iomux-mx1-mx2.c | 2 +- arch/arm/plat-mxc/pwm.c | 300 +++ arch/arm/plat-mxc/time.c | 32 +- arch/arm/plat-omap/Kconfig | 3 + arch/arm/plat-omap/clock.c | 198 +-- arch/arm/plat-omap/common.c | 2 +- arch/arm/plat-omap/cpu-omap.c | 57 +- arch/arm/plat-omap/include/mach/clkdev.h | 13 + arch/arm/plat-omap/include/mach/clock.h | 80 +- arch/arm/plat-omap/include/mach/clockdomain.h | 24 +- arch/arm/plat-omap/include/mach/common.h | 2 +- arch/arm/plat-omap/include/mach/cpu.h | 26 +- arch/arm/plat-omap/include/mach/gpmc.h | 2 +- arch/arm/plat-omap/include/mach/io.h | 4 +- arch/arm/plat-omap/include/mach/mcbsp.h | 6 +- arch/arm/plat-omap/include/mach/pm.h | 12 - arch/arm/plat-omap/include/mach/powerdomain.h | 5 +- arch/arm/plat-omap/include/mach/prcm.h | 5 +- arch/arm/plat-omap/include/mach/sdrc.h | 64 +- arch/arm/plat-omap/include/mach/system.h | 6 +- arch/arm/plat-omap/mcbsp.c | 90 +- arch/arm/plat-orion/gpio.c | 29 +- arch/arm/plat-orion/include/plat/gpio.h | 6 +- arch/arm/plat-orion/include/plat/mvsdio.h | 21 + arch/arm/plat-s3c/include/plat/uncompress.h | 5 +- arch/arm/plat-s3c24xx/cpu.c | 6 +- arch/arm/vfp/vfp.h | 2 - arch/arm/vfp/vfphw.S | 2 - arch/arm/vfp/vfpmodule.c | 61 + drivers/ata/pata_icside.c | 19 +- drivers/char/hw_random/omap-rng.c | 2 +- drivers/dma/ipu/ipu_idmac.c | 2 +- drivers/i2c/busses/i2c-omap.c | 47 +- drivers/i2c/busses/i2c-versatile.c | 10 +- drivers/input/keyboard/corgikbd.c | 2 - drivers/input/keyboard/spitzkbd.c | 2 - drivers/input/touchscreen/corgi_ts.c | 1 - drivers/media/video/omap24xxcam.c | 8 +- drivers/media/video/pxa_camera.c | 1 - drivers/mmc/host/mmci.c | 6 +- drivers/mmc/host/mxcmmc.c | 4 +- drivers/mmc/host/omap.c | 24 +- drivers/mmc/host/omap_hsmmc.c | 4 +- drivers/mmc/host/pxamci.c | 3 +- drivers/mtd/nand/cmx270_nand.c | 3 +- drivers/mtd/nand/mxc_nand.c | 2 +- drivers/mtd/nand/pxa3xx_nand.c | 1 - drivers/net/arm/ixp4xx_eth.c | 20 +- drivers/net/irda/pxaficp_ir.c | 3 +- drivers/net/smc911x.h | 3 +- drivers/net/smc91x.h | 2 - drivers/pcmcia/pxa2xx_base.c | 87 +- drivers/pcmcia/pxa2xx_cm_x255.c | 1 - drivers/pcmcia/pxa2xx_cm_x270.c | 1 - drivers/pcmcia/pxa2xx_e740.c | 2 - drivers/pcmcia/pxa2xx_lubbock.c | 1 - drivers/pcmcia/pxa2xx_mainstone.c | 3 +- drivers/pcmcia/pxa2xx_trizeps4.c | 3 +- drivers/pcmcia/pxa2xx_viper.c | 1 - drivers/pcmcia/sa1100_h3600.c | 23 +- drivers/pcmcia/sa11xx_base.c | 48 +- drivers/pcmcia/soc_common.c | 54 +- drivers/pcmcia/soc_common.h | 7 +- drivers/rtc/rtc-sa1100.c | 3 +- drivers/scsi/arm/cumana_2.c | 3 +- drivers/scsi/arm/eesox.c | 3 +- drivers/scsi/arm/powertec.c | 3 +- drivers/serial/imx.c | 2 +- drivers/serial/pxa.c | 30 +- drivers/spi/omap2_mcspi.c | 4 +- drivers/spi/omap_uwire.c | 9 +- drivers/spi/pxa2xx_spi.c | 2 - drivers/usb/host/ohci-ep93xx.c | 2 - drivers/video/Kconfig | 36 +- drivers/video/Makefile | 3 +- drivers/video/broadsheetfb.c | 568 +++++ drivers/video/cyber2000fb.c | 2 +- drivers/video/imxfb.c | 66 +- drivers/video/mx3fb.c | 2300 ++++++++++---------- drivers/video/pxafb.c | 1 - drivers/video/s3c2410fb.c | 4 + drivers/video/sa1100fb.c | 21 - drivers/w1/masters/mxc_w1.c | 2 +- drivers/w1/masters/omap_hdq.c | 4 +- drivers/watchdog/omap_wdt.c | 94 +- drivers/watchdog/sa1100_wdt.c | 2 +- include/video/broadsheetfb.h | 59 + lib/Kconfig.debug | 2 +- sound/arm/pxa2xx-ac97-lib.c | 1 - sound/arm/pxa2xx-ac97.c | 2 - sound/arm/pxa2xx-pcm-lib.c | 3 +- sound/soc/pxa/corgi.c | 2 - sound/soc/pxa/e800_wm9712.c | 2 - sound/soc/pxa/em-x270.c | 2 - sound/soc/pxa/poodle.c | 2 - sound/soc/pxa/pxa-ssp.c | 2 +- sound/soc/pxa/pxa2xx-ac97.c | 2 +- sound/soc/pxa/pxa2xx-i2s.c | 2 +- sound/soc/pxa/spitz.c | 2 - sound/soc/pxa/tosa.c | 2 - 482 files changed, 23123 insertions(+), 11453 deletions(-) create mode 100644 arch/arm/configs/acs5k_defconfig create mode 100644 arch/arm/configs/acs5k_tiny_defconfig copy arch/arm/configs/{xm_x2xx_defconfig => cm_x2xx_defconfig} (83%) rename arch/arm/configs/{xm_x2xx_defconfig => em_x270_defconfig} (74%) create mode 100644 arch/arm/include/asm/stacktrace.h create mode 100644 arch/arm/include/asm/unwind.h delete mode 100644 arch/arm/kernel/stacktrace.h create mode 100644 arch/arm/kernel/unwind.c create mode 100644 arch/arm/mach-ep93xx/dma-m2p.c create mode 100644 arch/arm/mach-ep93xx/include/mach/dma.h create mode 100644 arch/arm/mach-kirkwood/mpp.c create mode 100644 arch/arm/mach-kirkwood/mpp.h create mode 100644 arch/arm/mach-kirkwood/sheevaplug-setup.c create mode 100644 arch/arm/mach-ks8695/board-acs5k.c create mode 100644 arch/arm/mach-mv78xx0/rd78x00-masa-setup.c create mode 100644 arch/arm/mach-mx1/scb9328.c create mode 100644 arch/arm/mach-mx2/clock_imx21.c create mode 100644 arch/arm/mach-mx3/clock-imx35.c create mode 100644 arch/arm/mach-mx3/mx31moboard-devboard.c create mode 100644 arch/arm/mach-mx3/mx31moboard-marxbot.c create mode 100644 arch/arm/mach-mx3/qong.c delete mode 100644 arch/arm/mach-omap2/memory.h create mode 100644 arch/arm/mach-omap2/sdrc.c rename arch/arm/mach-omap2/{memory.c => sdrc2xxx.c} (67%) create mode 100644 arch/arm/mach-orion5x/ts78xx-fpga.h create mode 100644 arch/arm/mach-pxa/am300epd.c create mode 100644 arch/arm/mach-pxa/csb701.c create mode 100644 arch/arm/mach-pxa/csb726.c create mode 100644 arch/arm/mach-pxa/himalaya.c create mode 100644 arch/arm/mach-pxa/include/mach/csb726.h create mode 100644 arch/arm/mach-pxa/include/mach/palmld.h create mode 100644 arch/arm/mach-pxa/include/mach/palmt5.h delete mode 100644 arch/arm/mach-pxa/include/mach/pxa-regs.h create mode 100644 arch/arm/mach-pxa/include/mach/pxa25x.h create mode 100644 arch/arm/mach-pxa/include/mach/pxa27x.h create mode 100644 arch/arm/mach-pxa/include/mach/pxa300.h create mode 100644 arch/arm/mach-pxa/include/mach/pxa320.h create mode 100644 arch/arm/mach-pxa/include/mach/pxa930.h create mode 100644 arch/arm/mach-pxa/include/mach/regs-intc.h create mode 100644 arch/arm/mach-pxa/include/mach/regs-ost.h create mode 100644 arch/arm/mach-pxa/include/mach/regs-rtc.h create mode 100644 arch/arm/mach-pxa/palmld.c create mode 100644 arch/arm/mach-pxa/palmt5.c create mode 100644 arch/arm/mach-shark/include/mach/framebuffer.h create mode 100644 arch/arm/plat-mxc/cpu.c create mode 100644 arch/arm/plat-mxc/include/mach/board-mx31moboard.h create mode 100644 arch/arm/plat-mxc/include/mach/board-qong.h create mode 100644 arch/arm/plat-mxc/include/mach/clkdev.h rename arch/arm/{mach-imx => plat-mxc}/include/mach/imxfb.h (96%) delete mode 100644 arch/arm/plat-mxc/include/mach/iomux-mx1-mx2.h create mode 100644 arch/arm/plat-mxc/include/mach/iomux-mx1.h create mode 100644 arch/arm/plat-mxc/include/mach/iomux-mx21.h create mode 100644 arch/arm/plat-mxc/include/mach/iomux-mx27.h create mode 100644 arch/arm/plat-mxc/include/mach/iomux-mx2x.h create mode 100644 arch/arm/plat-mxc/include/mach/iomux.h create mode 100644 arch/arm/plat-mxc/include/mach/mx21.h create mode 100644 arch/arm/plat-mxc/include/mach/mx2x.h create mode 100644 arch/arm/plat-mxc/include/mach/mx35.h create mode 100644 arch/arm/plat-mxc/include/mach/mx3x.h create mode 100644 arch/arm/plat-mxc/pwm.c create mode 100644 arch/arm/plat-omap/include/mach/clkdev.h create mode 100644 arch/arm/plat-orion/include/plat/mvsdio.h create mode 100644 drivers/video/broadsheetfb.c create mode 100644 include/video/broadsheetfb.h Merging avr32/avr32-arch $ git merge avr32/avr32-arch Merge made by recursive. arch/avr32/include/asm/uaccess.h | 8 ++-- arch/avr32/kernel/entry-avr32b.S | 60 ++++++++++++++++++------------------ arch/avr32/kernel/syscall-stubs.S | 14 ++++---- arch/avr32/lib/strnlen_user.S | 2 +- 4 files changed, 42 insertions(+), 42 deletions(-) Merging blackfin/for-linus $ git merge blackfin/for-linus Already up-to-date. Merging cris/for-next $ git merge cris/for-next Already up-to-date. Merging ia64/test $ git merge ia64/test Merge made by recursive. arch/ia64/include/asm/mmu_context.h | 6 +++--- arch/ia64/include/asm/smp.h | 3 ++- arch/ia64/include/asm/topology.h | 5 ----- arch/ia64/kernel/acpi.c | 8 ++++---- arch/ia64/kernel/mca.c | 6 +++--- arch/ia64/kernel/perfmon.c | 4 ++-- arch/ia64/kernel/salinfo.c | 6 +++--- arch/ia64/kernel/setup.c | 4 ++-- arch/ia64/kernel/smp.c | 6 +++--- arch/ia64/kernel/smpboot.c | 17 +++++++---------- arch/ia64/mm/tlb.c | 2 +- arch/ia64/sn/kernel/setup.c | 2 +- arch/ia64/sn/kernel/sn2/sn2_smp.c | 10 +++++----- arch/ia64/sn/kernel/sn2/sn_hwperf.c | 2 +- 14 files changed, 37 insertions(+), 44 deletions(-) Merging m68k/for-next $ git merge m68k/for-next Auto-merging MAINTAINERS Auto-merging drivers/block/Makefile Merge made by recursive. MAINTAINERS | 2 +- arch/m68k/Makefile | 3 + arch/m68k/include/asm/macintosh.h | 7 + arch/m68k/install.sh | 52 ++ arch/m68k/mac/config.c | 207 ++++++-- arch/m68k/mac/via.c | 9 + drivers/block/Kconfig | 7 + drivers/block/Makefile | 3 + drivers/block/swim.c | 995 +++++++++++++++++++++++++++++++++++ drivers/block/swim_asm.S | 247 +++++++++ drivers/scsi/atari_NCR5380.c | 2 +- drivers/scsi/atari_scsi.c | 2 +- sound/oss/dmasound/dmasound_atari.c | 4 +- 13 files changed, 1481 insertions(+), 59 deletions(-) create mode 100644 arch/m68k/install.sh create mode 100644 drivers/block/swim.c create mode 100644 drivers/block/swim_asm.S Merging m68knommu/for-next $ git merge m68knommu/for-next Removing arch/m68k/include/asm/bootinfo_mm.h Removing arch/m68k/include/asm/bootinfo_no.h Removing arch/m68k/include/asm/bug_mm.h Removing arch/m68k/include/asm/bug_no.h Removing arch/m68k/include/asm/bugs_mm.h Removing arch/m68k/include/asm/bugs_no.h Removing arch/m68k/include/asm/cache_mm.h Removing arch/m68k/include/asm/cache_no.h Removing arch/m68k/include/asm/current_mm.h Removing arch/m68k/include/asm/current_no.h Removing arch/m68k/include/asm/div64_mm.h Removing arch/m68k/include/asm/div64_no.h Removing arch/m68k/include/asm/dma-mapping_mm.h Removing arch/m68k/include/asm/dma-mapping_no.h Removing arch/m68k/include/asm/elf_mm.h Removing arch/m68k/include/asm/elf_no.h Removing arch/m68k/include/asm/fb_mm.h Removing arch/m68k/include/asm/fb_no.h Removing arch/m68k/include/asm/fpu_mm.h Removing arch/m68k/include/asm/fpu_no.h Removing arch/m68k/include/asm/hw_irq_mm.h Removing arch/m68k/include/asm/hw_irq_no.h Removing arch/m68k/include/asm/kmap_types_mm.h Removing arch/m68k/include/asm/kmap_types_no.h Removing arch/m68k/include/asm/mc146818rtc_mm.h Removing arch/m68k/include/asm/mc146818rtc_no.h Removing arch/m68k/include/asm/mcfpci.h Removing arch/m68k/include/asm/mmu_context_mm.h Removing arch/m68k/include/asm/mmu_context_no.h Removing arch/m68k/include/asm/mmu_mm.h Removing arch/m68k/include/asm/mmu_no.h Removing arch/m68k/include/asm/module_mm.h Removing arch/m68k/include/asm/module_no.h Removing arch/m68k/include/asm/page_offset_mm.h Removing arch/m68k/include/asm/page_offset_no.h Removing arch/m68k/include/asm/pci_mm.h Removing arch/m68k/include/asm/pci_no.h Removing arch/m68k/include/asm/pgalloc_mm.h Removing arch/m68k/include/asm/pgalloc_no.h Removing arch/m68k/include/asm/scatterlist_mm.h Removing arch/m68k/include/asm/scatterlist_no.h Removing arch/m68k/include/asm/segment_mm.h Removing arch/m68k/include/asm/segment_no.h Removing arch/m68k/include/asm/timex_mm.h Removing arch/m68k/include/asm/timex_no.h Removing arch/m68k/include/asm/tlbflush_mm.h Removing arch/m68k/include/asm/tlbflush_no.h Removing arch/m68k/include/asm/ucontext_mm.h Removing arch/m68k/include/asm/ucontext_no.h Removing arch/m68k/include/asm/unaligned_mm.h Removing arch/m68k/include/asm/unaligned_no.h Merge made by recursive. arch/m68k/include/asm/bootinfo.h | 381 ++++++++++++++++++++++++++++- arch/m68k/include/asm/bootinfo_mm.h | 378 ---------------------------- arch/m68k/include/asm/bootinfo_no.h | 2 - arch/m68k/include/asm/bug.h | 31 ++- arch/m68k/include/asm/bug_mm.h | 29 --- arch/m68k/include/asm/bug_no.h | 4 - arch/m68k/include/asm/bugs.h | 21 ++- arch/m68k/include/asm/bugs_mm.h | 14 - arch/m68k/include/asm/bugs_no.h | 16 -- arch/m68k/include/asm/cache.h | 14 +- arch/m68k/include/asm/cache_mm.h | 11 - arch/m68k/include/asm/cache_no.h | 12 - arch/m68k/include/asm/current.h | 31 ++- arch/m68k/include/asm/current_mm.h | 6 - arch/m68k/include/asm/current_no.h | 24 -- arch/m68k/include/asm/div64.h | 37 +++- arch/m68k/include/asm/div64_mm.h | 28 -- arch/m68k/include/asm/div64_no.h | 1 - arch/m68k/include/asm/dma-mapping.h | 113 +++++++++- arch/m68k/include/asm/dma-mapping_mm.h | 112 --------- arch/m68k/include/asm/dma-mapping_no.h | 6 - arch/m68k/include/asm/elf.h | 120 +++++++++- arch/m68k/include/asm/elf_mm.h | 119 --------- arch/m68k/include/asm/elf_no.h | 110 --------- arch/m68k/include/asm/fb.h | 41 +++- arch/m68k/include/asm/fb_mm.h | 34 --- arch/m68k/include/asm/fb_no.h | 12 - arch/m68k/include/asm/fpu.h | 22 ++- arch/m68k/include/asm/fpu_mm.h | 21 -- arch/m68k/include/asm/fpu_no.h | 21 -- arch/m68k/include/asm/hw_irq.h | 9 +- arch/m68k/include/asm/hw_irq_mm.h | 6 - arch/m68k/include/asm/hw_irq_no.h | 4 - arch/m68k/include/asm/kmap_types.h | 26 ++- arch/m68k/include/asm/kmap_types_mm.h | 21 -- arch/m68k/include/asm/kmap_types_no.h | 21 -- arch/m68k/include/asm/m532xsim.h | 1 + arch/m68k/include/asm/mc146818rtc.h | 31 ++- arch/m68k/include/asm/mc146818rtc_mm.h | 26 -- arch/m68k/include/asm/mc146818rtc_no.h | 9 - arch/m68k/include/asm/mcfpci.h | 119 --------- arch/m68k/include/asm/mmu.h | 14 +- arch/m68k/include/asm/mmu_context.h | 176 +++++++++++++- arch/m68k/include/asm/mmu_context_mm.h | 154 ------------ arch/m68k/include/asm/mmu_context_no.h | 33 --- arch/m68k/include/asm/mmu_mm.h | 7 - arch/m68k/include/asm/mmu_no.h | 10 - arch/m68k/include/asm/module.h | 51 ++++- arch/m68k/include/asm/module_mm.h | 39 --- arch/m68k/include/asm/module_no.h | 11 - arch/m68k/include/asm/page_offset.h | 12 +- arch/m68k/include/asm/page_offset_mm.h | 8 - arch/m68k/include/asm/page_offset_no.h | 5 - arch/m68k/include/asm/pci.h | 17 +- arch/m68k/include/asm/pci_mm.h | 12 - arch/m68k/include/asm/pci_no.h | 29 --- arch/m68k/include/asm/pgalloc.h | 20 ++- arch/m68k/include/asm/pgalloc_mm.h | 19 -- arch/m68k/include/asm/pgalloc_no.h | 8 - arch/m68k/include/asm/pgtable_no.h | 2 + arch/m68k/include/asm/scatterlist.h | 26 ++- arch/m68k/include/asm/scatterlist_mm.h | 23 -- arch/m68k/include/asm/scatterlist_no.h | 22 -- arch/m68k/include/asm/segment.h | 64 +++++- arch/m68k/include/asm/segment_mm.h | 57 ----- arch/m68k/include/asm/segment_no.h | 51 ---- arch/m68k/include/asm/timex.h | 21 ++- arch/m68k/include/asm/timex_mm.h | 18 -- arch/m68k/include/asm/timex_no.h | 23 -- arch/m68k/include/asm/tlbflush.h | 268 ++++++++++++++++++++- arch/m68k/include/asm/tlbflush_mm.h | 219 ----------------- arch/m68k/include/asm/tlbflush_no.h | 55 ---- arch/m68k/include/asm/ucontext.h | 33 +++- arch/m68k/include/asm/ucontext_mm.h | 30 --- arch/m68k/include/asm/ucontext_no.h | 32 --- arch/m68k/include/asm/unaligned.h | 26 ++- arch/m68k/include/asm/unaligned_mm.h | 13 - arch/m68k/include/asm/unaligned_no.h | 25 -- arch/m68knommu/kernel/dma.c | 8 +- arch/m68knommu/kernel/irq.c | 2 +- arch/m68knommu/mm/init.c | 6 +- arch/m68knommu/platform/coldfire/Makefile | 2 +- arch/m68knommu/platform/coldfire/clk.c | 40 +++ drivers/serial/mcf.c | 2 +- 84 files changed, 1568 insertions(+), 2169 deletions(-) delete mode 100644 arch/m68k/include/asm/bootinfo_mm.h delete mode 100644 arch/m68k/include/asm/bootinfo_no.h delete mode 100644 arch/m68k/include/asm/bug_mm.h delete mode 100644 arch/m68k/include/asm/bug_no.h delete mode 100644 arch/m68k/include/asm/bugs_mm.h delete mode 100644 arch/m68k/include/asm/bugs_no.h delete mode 100644 arch/m68k/include/asm/cache_mm.h delete mode 100644 arch/m68k/include/asm/cache_no.h delete mode 100644 arch/m68k/include/asm/current_mm.h delete mode 100644 arch/m68k/include/asm/current_no.h delete mode 100644 arch/m68k/include/asm/div64_mm.h delete mode 100644 arch/m68k/include/asm/div64_no.h delete mode 100644 arch/m68k/include/asm/dma-mapping_mm.h delete mode 100644 arch/m68k/include/asm/dma-mapping_no.h delete mode 100644 arch/m68k/include/asm/elf_mm.h delete mode 100644 arch/m68k/include/asm/elf_no.h delete mode 100644 arch/m68k/include/asm/fb_mm.h delete mode 100644 arch/m68k/include/asm/fb_no.h delete mode 100644 arch/m68k/include/asm/fpu_mm.h delete mode 100644 arch/m68k/include/asm/fpu_no.h delete mode 100644 arch/m68k/include/asm/hw_irq_mm.h delete mode 100644 arch/m68k/include/asm/hw_irq_no.h delete mode 100644 arch/m68k/include/asm/kmap_types_mm.h delete mode 100644 arch/m68k/include/asm/kmap_types_no.h delete mode 100644 arch/m68k/include/asm/mc146818rtc_mm.h delete mode 100644 arch/m68k/include/asm/mc146818rtc_no.h delete mode 100644 arch/m68k/include/asm/mcfpci.h delete mode 100644 arch/m68k/include/asm/mmu_context_mm.h delete mode 100644 arch/m68k/include/asm/mmu_context_no.h delete mode 100644 arch/m68k/include/asm/mmu_mm.h delete mode 100644 arch/m68k/include/asm/mmu_no.h delete mode 100644 arch/m68k/include/asm/module_mm.h delete mode 100644 arch/m68k/include/asm/module_no.h delete mode 100644 arch/m68k/include/asm/page_offset_mm.h delete mode 100644 arch/m68k/include/asm/page_offset_no.h delete mode 100644 arch/m68k/include/asm/pci_mm.h delete mode 100644 arch/m68k/include/asm/pci_no.h delete mode 100644 arch/m68k/include/asm/pgalloc_mm.h delete mode 100644 arch/m68k/include/asm/pgalloc_no.h delete mode 100644 arch/m68k/include/asm/scatterlist_mm.h delete mode 100644 arch/m68k/include/asm/scatterlist_no.h delete mode 100644 arch/m68k/include/asm/segment_mm.h delete mode 100644 arch/m68k/include/asm/segment_no.h delete mode 100644 arch/m68k/include/asm/timex_mm.h delete mode 100644 arch/m68k/include/asm/timex_no.h delete mode 100644 arch/m68k/include/asm/tlbflush_mm.h delete mode 100644 arch/m68k/include/asm/tlbflush_no.h delete mode 100644 arch/m68k/include/asm/ucontext_mm.h delete mode 100644 arch/m68k/include/asm/ucontext_no.h delete mode 100644 arch/m68k/include/asm/unaligned_mm.h delete mode 100644 arch/m68k/include/asm/unaligned_no.h create mode 100644 arch/m68knommu/platform/coldfire/clk.c Merging mips/mips-for-linux-next $ git merge mips/mips-for-linux-next Already up-to-date. Merging parisc/master $ git merge parisc/master Already up-to-date. Merging powerpc/next $ git merge powerpc/next Auto-merging arch/powerpc/include/asm/cputable.h Removing arch/powerpc/include/asm/pgtable-4k.h Auto-merging arch/powerpc/kernel/head_32.S Auto-merging arch/powerpc/platforms/ps3/Kconfig Merge made by recursive. Documentation/powerpc/dts-bindings/fsl/dma.txt | 34 +- Documentation/powerpc/dts-bindings/fsl/esdhc.txt | 24 + Documentation/powerpc/dts-bindings/fsl/ssi.txt | 2 + arch/powerpc/Kconfig | 74 +- arch/powerpc/Kconfig.debug | 2 +- arch/powerpc/Makefile | 4 +- arch/powerpc/boot/Makefile | 9 +- arch/powerpc/boot/cuboot-amigaone.c | 35 + arch/powerpc/boot/dts/amigaone.dts | 173 ++ arch/powerpc/boot/dts/canyonlands.dts | 28 + arch/powerpc/boot/dts/cm5200.dts | 49 +- arch/powerpc/boot/dts/digsy_mtc.dts | 254 +++ arch/powerpc/boot/dts/gef_ppc9a.dts | 364 ++++ arch/powerpc/boot/dts/gef_sbc310.dts | 364 ++++ arch/powerpc/boot/dts/gef_sbc610.dts | 2 +- arch/powerpc/boot/dts/lite5200.dts | 52 +- arch/powerpc/boot/dts/lite5200b.dts | 63 +- arch/powerpc/boot/dts/media5200.dts | 318 ++++ arch/powerpc/boot/dts/motionpro.dts | 42 +- arch/powerpc/boot/dts/mpc8315erdb.dts | 64 + arch/powerpc/boot/dts/mpc8377_mds.dts | 71 +- arch/powerpc/boot/dts/mpc8377_rdb.dts | 102 ++ arch/powerpc/boot/dts/mpc8378_mds.dts | 71 +- arch/powerpc/boot/dts/mpc8378_rdb.dts | 102 ++ arch/powerpc/boot/dts/mpc8379_mds.dts | 7 +- arch/powerpc/boot/dts/mpc8379_rdb.dts | 38 + arch/powerpc/boot/dts/mpc8572ds.dts | 10 +- arch/powerpc/boot/dts/mpc8572ds_36b.dts | 787 ++++++++ arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts | 10 +- arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts | 6 +- arch/powerpc/boot/dts/mpc8610_hpcd.dts | 2 + arch/powerpc/boot/dts/pcm030.dts | 182 +-- arch/powerpc/boot/dts/pcm032.dts | 392 ++++ arch/powerpc/boot/dts/redwood.dts | 244 +++ arch/powerpc/boot/dts/tqm5200.dts | 32 +- arch/powerpc/boot/dts/tqm8540.dts | 5 + arch/powerpc/boot/dts/tqm8541.dts | 5 + arch/powerpc/boot/dts/tqm8548-bigflash.dts | 9 +- arch/powerpc/boot/dts/tqm8548.dts | 9 +- arch/powerpc/boot/dts/tqm8555.dts | 5 + arch/powerpc/boot/dts/tqm8560.dts | 9 +- arch/powerpc/boot/dts/virtex440-ml507.dts | 124 ++- arch/powerpc/boot/serial.c | 3 +- arch/powerpc/boot/wrapper | 7 +- arch/powerpc/configs/44x/canyonlands_defconfig | 266 +++- arch/powerpc/configs/44x/redwood_defconfig | 1176 ++++++++++++ arch/powerpc/configs/86xx/gef_ppc9a_defconfig | 1889 ++++++++++++++++++++ arch/powerpc/configs/86xx/gef_sbc310_defconfig | 1613 +++++++++++++++++ arch/powerpc/configs/amigaone_defconfig | 1636 +++++++++++++++++ arch/powerpc/configs/mpc5200_defconfig | 71 +- arch/powerpc/include/asm/bootx.h | 2 +- arch/powerpc/include/asm/code-patching.h | 4 +- arch/powerpc/include/asm/cputable.h | 4 +- arch/powerpc/include/asm/dbell.h | 43 + arch/powerpc/include/asm/elf.h | 14 +- arch/powerpc/include/asm/ftrace.h | 39 +- arch/powerpc/include/asm/highmem.h | 12 +- arch/powerpc/include/asm/hw_irq.h | 2 +- arch/powerpc/include/asm/io.h | 6 + arch/powerpc/include/asm/kvm.h | 2 +- arch/powerpc/include/asm/machdep.h | 4 +- arch/powerpc/include/asm/mmu-44x.h | 2 + .../include/asm/{mmu-fsl-booke.h => mmu-book3e.h} | 66 +- arch/powerpc/include/asm/mmu.h | 10 +- arch/powerpc/include/asm/mpc52xx.h | 1 + arch/powerpc/include/asm/page.h | 6 +- arch/powerpc/include/asm/page_32.h | 4 + arch/powerpc/include/asm/pgtable-4k.h | 117 -- arch/powerpc/include/asm/pgtable-ppc32.h | 410 +---- arch/powerpc/include/asm/pgtable-ppc64-4k.h | 74 + arch/powerpc/include/asm/pgtable-ppc64-64k.h | 42 + arch/powerpc/include/asm/pgtable-ppc64.h | 116 +- arch/powerpc/include/asm/pgtable.h | 84 + arch/powerpc/include/asm/ppc-opcode.h | 73 + arch/powerpc/include/asm/ppc_asm.h | 6 +- arch/powerpc/include/asm/ps3av.h | 2 +- arch/powerpc/include/asm/ps3fb.h | 1 + arch/powerpc/include/asm/pte-40x.h | 64 + arch/powerpc/include/asm/pte-44x.h | 102 ++ arch/powerpc/include/asm/pte-8xx.h | 64 + arch/powerpc/include/asm/pte-fsl-booke.h | 48 + arch/powerpc/include/asm/pte-hash32.h | 49 + arch/powerpc/include/asm/pte-hash64-4k.h | 20 + .../asm/{pgtable-64k.h => pte-hash64-64k.h} | 132 +- arch/powerpc/include/asm/pte-hash64.h | 47 + arch/powerpc/include/asm/reg.h | 2 + arch/powerpc/include/asm/reg_booke.h | 2 + arch/powerpc/include/asm/spu_info.h | 3 +- arch/powerpc/include/asm/swab.h | 2 +- arch/powerpc/include/asm/system.h | 2 +- arch/powerpc/include/asm/thread_info.h | 11 +- arch/powerpc/include/asm/udbg.h | 1 + arch/powerpc/kernel/Makefile | 12 +- arch/powerpc/kernel/align.c | 2 +- arch/powerpc/kernel/asm-offsets.c | 3 - arch/powerpc/kernel/cpu_setup_44x.S | 1 + arch/powerpc/kernel/cpu_setup_fsl_booke.S | 31 + arch/powerpc/kernel/cputable.c | 157 +- arch/powerpc/kernel/crash_dump.c | 2 +- arch/powerpc/kernel/dbell.c | 44 + arch/powerpc/kernel/entry_32.S | 129 +- arch/powerpc/kernel/entry_64.S | 89 +- arch/powerpc/kernel/ftrace.c | 222 ++- arch/powerpc/kernel/head_32.S | 7 +- arch/powerpc/kernel/head_64.S | 6 +- arch/powerpc/kernel/head_booke.h | 19 +- arch/powerpc/kernel/head_fsl_booke.S | 101 +- arch/powerpc/kernel/irq.c | 4 +- arch/powerpc/kernel/module_64.c | 2 +- arch/powerpc/kernel/pci-common.c | 43 +- arch/powerpc/kernel/pci_32.c | 36 +- arch/powerpc/kernel/pci_64.c | 19 - arch/powerpc/kernel/process.c | 58 + arch/powerpc/kernel/prom.c | 6 +- arch/powerpc/kernel/prom_init.c | 2 + arch/powerpc/kernel/prom_init_check.sh | 2 +- arch/powerpc/kernel/rtas.c | 10 +- arch/powerpc/kernel/setup_64.c | 7 - arch/powerpc/kernel/signal.h | 10 - arch/powerpc/kernel/traps.c | 79 +- arch/powerpc/kernel/udbg.c | 7 + arch/powerpc/kernel/udbg_16550.c | 60 +- arch/powerpc/kernel/vmlinux.lds.S | 1 + arch/powerpc/lib/dma-noncoherent.c | 303 +--- arch/powerpc/lib/feature-fixups.c | 4 +- arch/powerpc/math-emu/Makefile | 5 +- arch/powerpc/mm/Makefile | 4 +- arch/powerpc/mm/fault.c | 46 +- arch/powerpc/mm/fsl_booke_mmu.c | 95 +- arch/powerpc/mm/gup.c | 16 +- arch/powerpc/mm/hash_utils_64.c | 5 +- arch/powerpc/mm/mem.c | 33 - arch/powerpc/mm/mmap.c | 64 +- arch/powerpc/mm/numa.c | 174 +- arch/powerpc/mm/pgtable.c | 131 ++ arch/powerpc/mm/pgtable_32.c | 14 +- arch/powerpc/mm/pgtable_64.c | 25 +- arch/powerpc/mm/tlb_nohash_low.S | 44 +- arch/powerpc/oprofile/op_model_7450.c | 21 +- arch/powerpc/platforms/44x/Kconfig | 19 + arch/powerpc/platforms/44x/ppc44x_simple.c | 1 + arch/powerpc/platforms/512x/Kconfig | 4 +- arch/powerpc/platforms/52xx/Kconfig | 15 +- arch/powerpc/platforms/52xx/Makefile | 3 +- arch/powerpc/platforms/52xx/media5200.c | 273 +++ arch/powerpc/platforms/52xx/mpc5200_simple.c | 4 +- arch/powerpc/platforms/52xx/mpc52xx_common.c | 40 +- arch/powerpc/platforms/52xx/mpc52xx_gpio.c | 85 - arch/powerpc/platforms/52xx/mpc52xx_gpt.c | 396 ++++ arch/powerpc/platforms/52xx/mpc52xx_pic.c | 170 +-- arch/powerpc/platforms/82xx/Kconfig | 2 +- arch/powerpc/platforms/83xx/Kconfig | 2 +- arch/powerpc/platforms/83xx/mpc831x_rdb.c | 2 + arch/powerpc/platforms/83xx/mpc837x_mds.c | 10 +- arch/powerpc/platforms/83xx/mpc837x_rdb.c | 2 + arch/powerpc/platforms/83xx/usb.c | 3 +- arch/powerpc/platforms/85xx/ksi8560.c | 2 - arch/powerpc/platforms/85xx/smp.c | 43 +- arch/powerpc/platforms/86xx/Kconfig | 20 +- arch/powerpc/platforms/86xx/Makefile | 2 + arch/powerpc/platforms/86xx/gef_gpio.c | 36 +- arch/powerpc/platforms/86xx/gef_ppc9a.c | 223 +++ arch/powerpc/platforms/86xx/gef_sbc310.c | 234 +++ arch/powerpc/platforms/Kconfig | 37 +- arch/powerpc/platforms/Kconfig.cputype | 22 +- arch/powerpc/platforms/Makefile | 1 + arch/powerpc/platforms/amigaone/Kconfig | 18 + arch/powerpc/platforms/amigaone/Makefile | 1 + arch/powerpc/platforms/amigaone/setup.c | 170 ++ arch/powerpc/platforms/cell/Kconfig | 33 +- arch/powerpc/platforms/cell/Makefile | 2 +- arch/powerpc/platforms/cell/io-workarounds.c | 4 +- arch/powerpc/platforms/cell/qpace_setup.c | 2 + arch/powerpc/platforms/cell/spu_fault.c | 48 +- arch/powerpc/platforms/cell/spufs/context.c | 4 + arch/powerpc/platforms/cell/spufs/file.c | 20 +- arch/powerpc/platforms/cell/spufs/inode.c | 5 +- arch/powerpc/platforms/cell/spufs/run.c | 3 + arch/powerpc/platforms/cell/spufs/spufs.h | 8 +- arch/powerpc/platforms/chrp/Kconfig | 2 +- arch/powerpc/platforms/chrp/pegasos_eth.c | 72 +- arch/powerpc/platforms/embedded6xx/Kconfig | 2 +- arch/powerpc/platforms/iseries/Kconfig | 2 +- arch/powerpc/platforms/iseries/irq.c | 2 +- arch/powerpc/platforms/iseries/setup.c | 2 +- arch/powerpc/platforms/maple/Kconfig | 2 +- arch/powerpc/platforms/pasemi/Kconfig | 2 +- arch/powerpc/platforms/powermac/Kconfig | 2 +- arch/powerpc/platforms/powermac/cpufreq_64.c | 5 +- arch/powerpc/platforms/powermac/pic.h | 2 +- arch/powerpc/platforms/powermac/setup.c | 3 + arch/powerpc/platforms/prep/Kconfig | 2 +- arch/powerpc/platforms/ps3/Kconfig | 2 +- arch/powerpc/platforms/ps3/mm.c | 4 +- arch/powerpc/platforms/pseries/Kconfig | 7 +- arch/powerpc/platforms/pseries/Makefile | 2 +- arch/powerpc/platforms/pseries/eeh_driver.c | 68 +- arch/powerpc/platforms/pseries/msi.c | 248 +++- arch/powerpc/platforms/pseries/pci_dlpar.c | 2 - arch/powerpc/sysdev/cpm2.c | 4 +- arch/powerpc/sysdev/fsl_pci.c | 244 +++- arch/powerpc/sysdev/fsl_soc.c | 4 + arch/powerpc/sysdev/ipic.c | 6 +- arch/powerpc/sysdev/ppc4xx_pci.c | 2 + arch/x86/include/asm/ftrace.h | 25 - arch/x86/kernel/dumpstack.c | 1 + arch/x86/kernel/ftrace.c | 75 +- drivers/i2c/busses/i2c-mpc.c | 9 +- drivers/macintosh/therm_adt746x.c | 4 +- drivers/net/fec_mpc52xx.c | 6 +- drivers/ps3/ps3av.c | 16 +- drivers/serial/cpm_uart/cpm_uart_core.c | 14 +- drivers/serial/mpc52xx_uart.c | 40 +- drivers/spi/xilinx_spi.c | 9 +- drivers/watchdog/Kconfig | 2 +- include/linux/ftrace.h | 24 + include/linux/pci_ids.h | 8 + kernel/trace/trace_functions_graph.c | 75 + lib/lmb.c | 42 +- 219 files changed, 15102 insertions(+), 2600 deletions(-) create mode 100644 Documentation/powerpc/dts-bindings/fsl/esdhc.txt create mode 100644 arch/powerpc/boot/cuboot-amigaone.c create mode 100644 arch/powerpc/boot/dts/amigaone.dts create mode 100644 arch/powerpc/boot/dts/digsy_mtc.dts create mode 100644 arch/powerpc/boot/dts/gef_ppc9a.dts create mode 100644 arch/powerpc/boot/dts/gef_sbc310.dts create mode 100644 arch/powerpc/boot/dts/media5200.dts create mode 100644 arch/powerpc/boot/dts/mpc8572ds_36b.dts create mode 100644 arch/powerpc/boot/dts/pcm032.dts create mode 100644 arch/powerpc/boot/dts/redwood.dts create mode 100644 arch/powerpc/configs/44x/redwood_defconfig create mode 100644 arch/powerpc/configs/86xx/gef_ppc9a_defconfig create mode 100644 arch/powerpc/configs/86xx/gef_sbc310_defconfig create mode 100644 arch/powerpc/configs/amigaone_defconfig create mode 100644 arch/powerpc/include/asm/dbell.h rename arch/powerpc/include/asm/{mmu-fsl-booke.h => mmu-book3e.h} (52%) delete mode 100644 arch/powerpc/include/asm/pgtable-4k.h create mode 100644 arch/powerpc/include/asm/pgtable-ppc64-4k.h create mode 100644 arch/powerpc/include/asm/pgtable-ppc64-64k.h create mode 100644 arch/powerpc/include/asm/ppc-opcode.h create mode 100644 arch/powerpc/include/asm/pte-40x.h create mode 100644 arch/powerpc/include/asm/pte-44x.h create mode 100644 arch/powerpc/include/asm/pte-8xx.h create mode 100644 arch/powerpc/include/asm/pte-fsl-booke.h create mode 100644 arch/powerpc/include/asm/pte-hash32.h create mode 100644 arch/powerpc/include/asm/pte-hash64-4k.h rename arch/powerpc/include/asm/{pgtable-64k.h => pte-hash64-64k.h} (73%) create mode 100644 arch/powerpc/include/asm/pte-hash64.h create mode 100644 arch/powerpc/kernel/cpu_setup_fsl_booke.S create mode 100644 arch/powerpc/kernel/dbell.c create mode 100644 arch/powerpc/platforms/52xx/media5200.c create mode 100644 arch/powerpc/platforms/52xx/mpc52xx_gpt.c create mode 100644 arch/powerpc/platforms/86xx/gef_ppc9a.c create mode 100644 arch/powerpc/platforms/86xx/gef_sbc310.c create mode 100644 arch/powerpc/platforms/amigaone/Kconfig create mode 100644 arch/powerpc/platforms/amigaone/Makefile create mode 100644 arch/powerpc/platforms/amigaone/setup.c Merging 4xx/next $ git merge 4xx/next Already up-to-date. Merging galak/next $ git merge galak/next Already up-to-date. Merging pxa/for-next $ git merge pxa/for-next Auto-merging MAINTAINERS Auto-merging arch/arm/mach-pxa/tosa.c Auto-merging arch/arm/mm/Kconfig Auto-merging drivers/video/pxafb.c Merge made by recursive. MAINTAINERS | 16 + arch/arm/Kconfig | 27 +- arch/arm/Makefile | 2 + arch/arm/boot/compressed/head.S | 12 + ...{colibri_defconfig => colibri_pxa270_defconfig} | 594 +++++++--- arch/arm/configs/colibri_pxa300_defconfig | 1156 ++++++++++++++++++++ arch/arm/configs/pxa168_defconfig | 891 +++++++++++++++ arch/arm/configs/pxa910_defconfig | 891 +++++++++++++++ arch/arm/include/asm/cacheflush.h | 8 + arch/arm/include/asm/proc-fns.h | 8 + arch/arm/kernel/Makefile | 1 + arch/arm/mach-mmp/Kconfig | 47 + arch/arm/mach-mmp/Makefile | 15 + arch/arm/mach-mmp/Makefile.boot | 1 + arch/arm/mach-mmp/aspenite.c | 117 ++ arch/arm/mach-mmp/clock.c | 83 ++ arch/arm/mach-mmp/clock.h | 71 ++ arch/arm/mach-mmp/common.c | 37 + arch/arm/mach-mmp/common.h | 13 + arch/arm/mach-mmp/devices.c | 69 ++ arch/arm/mach-mmp/include/mach/addr-map.h | 34 + arch/arm/mach-mmp/include/mach/clkdev.h | 7 + arch/arm/mach-mmp/include/mach/cputype.h | 30 + arch/arm/mach-mmp/include/mach/debug-macro.S | 23 + arch/arm/mach-mmp/include/mach/devices.h | 37 + arch/arm/mach-mmp/include/mach/dma.h | 13 + arch/arm/mach-mmp/include/mach/entry-macro.S | 25 + arch/arm/mach-mmp/include/mach/gpio.h | 36 + arch/arm/mach-mmp/include/mach/hardware.h | 4 + arch/arm/mach-mmp/include/mach/io.h | 21 + arch/arm/mach-mmp/include/mach/irqs.h | 119 ++ arch/arm/mach-mmp/include/mach/memory.h | 14 + arch/arm/mach-mmp/include/mach/mfp-pxa168.h | 258 +++++ arch/arm/mach-mmp/include/mach/mfp-pxa910.h | 157 +++ arch/arm/mach-mmp/include/mach/mfp.h | 37 + arch/arm/mach-mmp/include/mach/pxa168.h | 23 + arch/arm/mach-mmp/include/mach/pxa910.h | 23 + arch/arm/mach-mmp/include/mach/regs-apbc.h | 78 ++ arch/arm/mach-mmp/include/mach/regs-apmu.h | 36 + arch/arm/mach-mmp/include/mach/regs-icu.h | 31 + arch/arm/mach-mmp/include/mach/regs-timers.h | 44 + arch/arm/mach-mmp/include/mach/system.h | 21 + arch/arm/mach-mmp/include/mach/timex.h | 9 + arch/arm/mach-mmp/include/mach/uncompress.h | 41 + arch/arm/mach-mmp/include/mach/vmalloc.h | 5 + arch/arm/mach-mmp/irq.c | 55 + arch/arm/mach-mmp/pxa168.c | 111 ++ arch/arm/mach-mmp/pxa910.c | 158 +++ arch/arm/mach-mmp/tavorevb.c | 109 ++ arch/arm/mach-mmp/time.c | 199 ++++ arch/arm/mach-mmp/ttc_dkb.c | 47 + arch/arm/mach-pxa/Kconfig | 7 +- arch/arm/mach-pxa/Makefile | 7 +- arch/arm/mach-pxa/clock.c | 4 +- arch/arm/mach-pxa/clock.h | 2 +- arch/arm/mach-pxa/{colibri.c => colibri-pxa270.c} | 50 +- arch/arm/mach-pxa/colibri-pxa300.c | 178 +++ arch/arm/mach-pxa/e740.c | 2 +- arch/arm/mach-pxa/e750.c | 2 +- arch/arm/mach-pxa/e800.c | 2 +- arch/arm/mach-pxa/include/mach/colibri.h | 30 +- arch/arm/mach-pxa/include/mach/dma.h | 83 +-- arch/arm/mach-pxa/include/mach/gpio.h | 32 +- arch/arm/mach-pxa/include/mach/mfp-pxa25x.h | 1 - arch/arm/mach-pxa/include/mach/mfp-pxa27x.h | 1 - arch/arm/mach-pxa/include/mach/mfp-pxa2xx.h | 2 +- arch/arm/mach-pxa/include/mach/mfp-pxa300.h | 2 +- arch/arm/mach-pxa/include/mach/mfp-pxa320.h | 1 - arch/arm/mach-pxa/include/mach/mfp-pxa3xx.h | 130 +-- arch/arm/mach-pxa/include/mach/mfp-pxa930.h | 1 - arch/arm/mach-pxa/mfp-pxa3xx.c | 189 +---- arch/arm/mach-pxa/pxa300.c | 10 +- arch/arm/mach-pxa/pxa320.c | 6 +- arch/arm/mach-pxa/pxa930.c | 6 +- arch/arm/mach-pxa/tosa.c | 2 +- arch/arm/mm/Kconfig | 15 +- arch/arm/mm/Makefile | 1 + arch/arm/mm/proc-mohawk.S | 416 +++++++ arch/arm/plat-pxa/Kconfig | 3 + arch/arm/plat-pxa/Makefile | 7 + arch/arm/{mach-pxa => plat-pxa}/dma.c | 6 +- arch/arm/{mach-pxa => plat-pxa}/gpio.c | 30 +- arch/arm/plat-pxa/include/plat/dma.h | 85 ++ arch/arm/plat-pxa/include/plat/gpio.h | 62 ++ arch/arm/plat-pxa/include/plat/mfp.h | 399 +++++++ arch/arm/plat-pxa/mfp.c | 278 +++++ drivers/net/smc91x.h | 1 + drivers/serial/Kconfig | 2 +- drivers/video/pxafb.c | 14 + 89 files changed, 7257 insertions(+), 676 deletions(-) rename arch/arm/configs/{colibri_defconfig => colibri_pxa270_defconfig} (76%) create mode 100644 arch/arm/configs/colibri_pxa300_defconfig create mode 100644 arch/arm/configs/pxa168_defconfig create mode 100644 arch/arm/configs/pxa910_defconfig create mode 100644 arch/arm/mach-mmp/Kconfig create mode 100644 arch/arm/mach-mmp/Makefile create mode 100644 arch/arm/mach-mmp/Makefile.boot create mode 100644 arch/arm/mach-mmp/aspenite.c create mode 100644 arch/arm/mach-mmp/clock.c create mode 100644 arch/arm/mach-mmp/clock.h create mode 100644 arch/arm/mach-mmp/common.c create mode 100644 arch/arm/mach-mmp/common.h create mode 100644 arch/arm/mach-mmp/devices.c create mode 100644 arch/arm/mach-mmp/include/mach/addr-map.h create mode 100644 arch/arm/mach-mmp/include/mach/clkdev.h create mode 100644 arch/arm/mach-mmp/include/mach/cputype.h create mode 100644 arch/arm/mach-mmp/include/mach/debug-macro.S create mode 100644 arch/arm/mach-mmp/include/mach/devices.h create mode 100644 arch/arm/mach-mmp/include/mach/dma.h create mode 100644 arch/arm/mach-mmp/include/mach/entry-macro.S create mode 100644 arch/arm/mach-mmp/include/mach/gpio.h create mode 100644 arch/arm/mach-mmp/include/mach/hardware.h create mode 100644 arch/arm/mach-mmp/include/mach/io.h create mode 100644 arch/arm/mach-mmp/include/mach/irqs.h create mode 100644 arch/arm/mach-mmp/include/mach/memory.h create mode 100644 arch/arm/mach-mmp/include/mach/mfp-pxa168.h create mode 100644 arch/arm/mach-mmp/include/mach/mfp-pxa910.h create mode 100644 arch/arm/mach-mmp/include/mach/mfp.h create mode 100644 arch/arm/mach-mmp/include/mach/pxa168.h create mode 100644 arch/arm/mach-mmp/include/mach/pxa910.h create mode 100644 arch/arm/mach-mmp/include/mach/regs-apbc.h create mode 100644 arch/arm/mach-mmp/include/mach/regs-apmu.h create mode 100644 arch/arm/mach-mmp/include/mach/regs-icu.h create mode 100644 arch/arm/mach-mmp/include/mach/regs-timers.h create mode 100644 arch/arm/mach-mmp/include/mach/system.h create mode 100644 arch/arm/mach-mmp/include/mach/timex.h create mode 100644 arch/arm/mach-mmp/include/mach/uncompress.h create mode 100644 arch/arm/mach-mmp/include/mach/vmalloc.h create mode 100644 arch/arm/mach-mmp/irq.c create mode 100644 arch/arm/mach-mmp/pxa168.c create mode 100644 arch/arm/mach-mmp/pxa910.c create mode 100644 arch/arm/mach-mmp/tavorevb.c create mode 100644 arch/arm/mach-mmp/time.c create mode 100644 arch/arm/mach-mmp/ttc_dkb.c rename arch/arm/mach-pxa/{colibri.c => colibri-pxa270.c} (68%) create mode 100644 arch/arm/mach-pxa/colibri-pxa300.c create mode 100644 arch/arm/mm/proc-mohawk.S create mode 100644 arch/arm/plat-pxa/Kconfig create mode 100644 arch/arm/plat-pxa/Makefile rename arch/arm/{mach-pxa => plat-pxa}/dma.c (97%) rename arch/arm/{mach-pxa => plat-pxa}/gpio.c (89%) create mode 100644 arch/arm/plat-pxa/include/plat/dma.h create mode 100644 arch/arm/plat-pxa/include/plat/gpio.h create mode 100644 arch/arm/plat-pxa/include/plat/mfp.h create mode 100644 arch/arm/plat-pxa/mfp.c Merging s390/features $ git merge s390/features Auto-merging MAINTAINERS Removing arch/s390/kernel/bitmap.S Removing drivers/s390/ebcdic.c Removing drivers/s390/s390mach.h Merge made by recursive. Documentation/kernel-parameters.txt | 3 + MAINTAINERS | 9 + arch/s390/Kconfig | 11 +- arch/s390/crypto/prng.c | 3 +- arch/s390/include/asm/bitops.h | 14 +- arch/s390/include/asm/crw.h | 68 ++ arch/s390/include/asm/dasd.h | 10 +- arch/s390/include/asm/idals.h | 17 +- arch/s390/include/asm/lowcore.h | 653 ++++++------ arch/s390/include/asm/mmu_context.h | 2 +- arch/s390/include/asm/nmi.h | 66 ++ arch/s390/include/asm/processor.h | 16 +- arch/s390/include/asm/ptrace.h | 4 +- arch/s390/include/asm/smp.h | 7 +- arch/s390/include/asm/string.h | 16 +- arch/s390/include/asm/sysinfo.h | 1 + arch/s390/include/asm/tlbflush.h | 4 +- arch/s390/include/asm/topology.h | 1 - arch/s390/include/asm/vtoc.h | 16 +- arch/s390/kernel/Makefile | 4 +- arch/s390/kernel/bitmap.S | 56 - arch/s390/kernel/bitmap.c | 54 + arch/s390/kernel/compat_ptrace.h | 3 +- arch/s390/kernel/debug.c | 3 +- arch/s390/kernel/early.c | 23 +- arch/s390/kernel/head.S | 2 + arch/s390/kernel/head31.S | 1 - arch/s390/kernel/head64.S | 1 - arch/s390/kernel/ipl.c | 58 +- arch/s390/kernel/module.c | 19 +- drivers/s390/s390mach.c => arch/s390/kernel/nmi.c | 278 +---- arch/s390/kernel/process.c | 73 +- arch/s390/kernel/processor.c | 69 +- arch/s390/kernel/s390_ksyms.c | 44 - arch/s390/kernel/setup.c | 35 +- arch/s390/kernel/smp.c | 45 +- {drivers/s390 => arch/s390/kernel}/sysinfo.c | 69 +- arch/s390/kernel/time.c | 71 +- arch/s390/kernel/topology.c | 2 +- arch/s390/kernel/traps.c | 4 +- arch/s390/kernel/vmlinux.lds.S | 2 + arch/s390/kvm/kvm-s390.c | 6 +- arch/s390/lib/delay.c | 2 + arch/s390/lib/string.c | 8 + arch/s390/mm/fault.c | 28 +- arch/s390/mm/init.c | 2 + arch/s390/mm/pgtable.c | 6 +- drivers/char/hvc_iucv.c | 259 ++++- drivers/s390/Makefile | 3 - drivers/s390/block/dasd.c | 232 +++-- drivers/s390/block/dasd_3990_erp.c | 871 ++++++++------- drivers/s390/block/dasd_alias.c | 33 +- drivers/s390/block/dasd_devmap.c | 7 + drivers/s390/block/dasd_diag.c | 57 +- drivers/s390/block/dasd_eckd.c | 1272 +++++++++++++++++---- drivers/s390/block/dasd_eckd.h | 49 +- drivers/s390/block/dasd_eer.c | 21 +- drivers/s390/block/dasd_erp.c | 19 +- drivers/s390/block/dasd_fba.c | 48 +- drivers/s390/block/dasd_int.h | 13 +- drivers/s390/block/dasd_ioctl.c | 46 +- drivers/s390/block/dasd_proc.c | 2 +- drivers/s390/char/tape.h | 2 - drivers/s390/char/tape_34xx.c | 161 ++-- drivers/s390/char/tape_3590.c | 367 +++--- drivers/s390/char/tape_block.c | 18 +- drivers/s390/char/tape_char.c | 7 - drivers/s390/char/tape_core.c | 68 +- drivers/s390/char/tape_proc.c | 3 - drivers/s390/char/tape_std.c | 25 +- drivers/s390/char/zcore.c | 90 ++- drivers/s390/cio/Makefile | 2 +- drivers/s390/cio/airq.c | 6 +- drivers/s390/cio/blacklist.c | 3 +- drivers/s390/cio/ccwgroup.c | 73 +- drivers/s390/cio/chp.c | 6 +- drivers/s390/cio/chsc.c | 7 +- drivers/s390/cio/cio.c | 21 +- drivers/s390/cio/crw.c | 159 +++ drivers/s390/cio/css.c | 39 +- drivers/s390/cio/device.c | 41 +- drivers/s390/cio/device.h | 2 +- drivers/s390/cio/device_fsm.c | 8 +- drivers/s390/cio/device_ops.c | 2 +- drivers/s390/cio/qdio.h | 5 +- drivers/s390/cio/qdio_debug.c | 3 +- drivers/s390/cio/qdio_main.c | 91 +- drivers/s390/cio/qdio_thinint.c | 18 +- drivers/s390/crypto/zcrypt_api.c | 6 +- drivers/s390/crypto/zcrypt_pcixcc.c | 3 +- drivers/s390/ebcdic.c | 246 ---- drivers/s390/s390mach.h | 122 -- fs/partitions/ibm.c | 101 ++- 93 files changed, 3836 insertions(+), 2690 deletions(-) create mode 100644 arch/s390/include/asm/crw.h create mode 100644 arch/s390/include/asm/nmi.h delete mode 100644 arch/s390/kernel/bitmap.S create mode 100644 arch/s390/kernel/bitmap.c rename drivers/s390/s390mach.c => arch/s390/kernel/nmi.c (62%) rename {drivers/s390 => arch/s390/kernel}/sysinfo.c (88%) create mode 100644 drivers/s390/cio/crw.c delete mode 100644 drivers/s390/ebcdic.c delete mode 100644 drivers/s390/s390mach.h Merging sh/master $ git merge sh/master Removing arch/sh/drivers/dma/dma-sh.h Removing arch/sh/include/cpu-sh4/cpu/dma-sh7780.h Merge made by recursive. arch/sh/Kconfig | 63 +- arch/sh/Kconfig.cpu | 3 + arch/sh/Makefile | 1 + arch/sh/boards/Kconfig | 27 +- arch/sh/boards/Makefile | 3 + arch/sh/boards/board-ap325rxa.c | 11 + arch/sh/boards/board-espt.c | 102 ++ arch/sh/boards/board-polaris.c | 149 +++ arch/sh/boards/board-sh7785lcr.c | 13 +- arch/sh/boards/board-urquell.c | 162 +++ arch/sh/boards/mach-highlander/Kconfig | 2 +- arch/sh/boards/mach-hp6xx/pm_wakeup.S | 31 +- arch/sh/boards/mach-hp6xx/setup.c | 1 - arch/sh/boards/mach-migor/setup.c | 9 + arch/sh/boards/mach-rsk/Kconfig | 2 +- arch/sh/boards/mach-sh7763rdp/setup.c | 10 +- arch/sh/boot/Makefile | 20 +- arch/sh/cchips/hd6446x/hd64461.c | 30 +- arch/sh/configs/espt_defconfig | 1190 +++++++++++++++++++++ arch/sh/configs/polaris_defconfig | 969 +++++++++++++++++ arch/sh/configs/sh7785lcr_32bit_defconfig | 1553 ++++++++++++++++++++++++++++ arch/sh/configs/urquell_defconfig | 1332 ++++++++++++++++++++++++ arch/sh/drivers/dma/Kconfig | 40 +- arch/sh/drivers/dma/Makefile | 3 +- arch/sh/drivers/dma/dma-sh.c | 169 ++- arch/sh/drivers/dma/dma-sh.h | 75 -- arch/sh/drivers/pci/pci-sh7780.c | 4 +- arch/sh/include/asm/addrspace.h | 4 +- arch/sh/include/asm/atomic-irq.h | 16 +- arch/sh/include/asm/bitops-llsc.h | 72 +- arch/sh/include/asm/clock.h | 1 + arch/sh/include/asm/cmpxchg-llsc.h | 38 +- arch/sh/include/asm/cpu-features.h | 1 + arch/sh/include/asm/dma-sh.h | 118 +++ arch/sh/include/asm/dma.h | 4 +- arch/sh/include/asm/entry-macros.S | 5 + arch/sh/include/asm/gpio.h | 70 +- arch/sh/include/asm/hd64461.h | 1 - arch/sh/include/asm/io.h | 4 +- arch/sh/include/asm/kprobes.h | 2 +- arch/sh/include/asm/mmu_context.h | 15 +- arch/sh/include/asm/mmu_context_32.h | 12 + arch/sh/include/asm/page.h | 7 +- arch/sh/include/asm/processor.h | 2 +- arch/sh/include/asm/processor_32.h | 15 +- arch/sh/include/asm/processor_64.h | 14 +- arch/sh/include/asm/ptrace.h | 8 +- arch/sh/include/asm/sections.h | 1 + arch/sh/include/asm/suspend.h | 22 + arch/sh/include/asm/timer.h | 4 +- arch/sh/include/asm/tlb.h | 100 ++- arch/sh/include/cpu-sh3/cpu/dma.h | 17 +- arch/sh/include/cpu-sh4/cpu/dma-sh4a.h | 94 ++ arch/sh/include/cpu-sh4/cpu/dma-sh7780.h | 39 - arch/sh/include/cpu-sh4/cpu/dma.h | 30 +- arch/sh/include/cpu-sh4/cpu/freq.h | 4 + arch/sh/include/cpu-sh4/cpu/mmu_context.h | 35 +- arch/sh/include/cpu-sh4/cpu/sh7786.h | 192 ++++ arch/sh/include/mach-common/mach/urquell.h | 68 ++ arch/sh/kernel/Makefile_32 | 1 + arch/sh/kernel/asm-offsets.c | 8 + arch/sh/kernel/cpu/Makefile | 1 + arch/sh/kernel/cpu/clock.c | 95 ++ arch/sh/kernel/cpu/sh2/setup-sh7619.c | 34 +- arch/sh/kernel/cpu/sh2a/setup-mxg.c | 65 +- arch/sh/kernel/cpu/sh2a/setup-sh7201.c | 224 ++--- arch/sh/kernel/cpu/sh2a/setup-sh7203.c | 236 ++--- arch/sh/kernel/cpu/sh2a/setup-sh7206.c | 154 +-- arch/sh/kernel/cpu/sh3/Makefile | 2 + arch/sh/kernel/cpu/sh3/entry.S | 357 ++++--- arch/sh/kernel/cpu/sh3/setup-sh7705.c | 61 +- arch/sh/kernel/cpu/sh3/setup-sh770x.c | 68 +- arch/sh/kernel/cpu/sh3/setup-sh7710.c | 69 +- arch/sh/kernel/cpu/sh3/setup-sh7720.c | 68 +- arch/sh/kernel/cpu/sh3/swsusp.S | 147 +++ arch/sh/kernel/cpu/sh4/Makefile | 1 + arch/sh/kernel/cpu/sh4/probe.c | 7 + arch/sh/kernel/cpu/sh4/setup-sh7750.c | 87 +-- arch/sh/kernel/cpu/sh4a/Makefile | 3 + arch/sh/kernel/cpu/sh4a/clock-sh7786.c | 148 +++ arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c | 950 +++++++++++++++++ arch/sh/kernel/cpu/sh4a/setup-sh7343.c | 34 + arch/sh/kernel/cpu/sh4a/setup-sh7366.c | 34 + arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 34 + arch/sh/kernel/cpu/sh4a/setup-sh7723.c | 34 + arch/sh/kernel/cpu/sh4a/setup-sh7763.c | 114 +-- arch/sh/kernel/cpu/sh4a/setup-sh7780.c | 97 +-- arch/sh/kernel/cpu/sh4a/setup-sh7785.c | 95 +-- arch/sh/kernel/cpu/sh4a/setup-sh7786.c | 490 +++++++++ arch/sh/kernel/cpu/shmobile/Makefile | 6 + arch/sh/kernel/cpu/shmobile/pm.c | 92 ++ arch/sh/kernel/cpu/shmobile/sleep.S | 125 +++ arch/sh/kernel/gpio.c | 338 ++++--- arch/sh/kernel/irq.c | 2 +- arch/sh/kernel/machine_kexec.c | 74 ++- arch/sh/kernel/relocate_kernel.S | 203 +++- arch/sh/kernel/setup.c | 3 +- arch/sh/kernel/swsusp.c | 38 + arch/sh/kernel/time_32.c | 71 +- arch/sh/kernel/timers/timer-mtu2.c | 3 +- arch/sh/kernel/timers/timer-tmu.c | 21 +- arch/sh/kernel/vmlinux_32.lds.S | 5 +- arch/sh/mm/Kconfig | 29 +- arch/sh/mm/Makefile_32 | 7 +- arch/sh/mm/asids-debugfs.c | 4 +- arch/sh/mm/ioremap_32.c | 8 +- arch/sh/mm/pmb-fixed.c | 45 + arch/sh/mm/pmb.c | 38 + arch/sh/mm/tlb-pteaex.c | 96 ++ arch/sh/oprofile/common.c | 1 + arch/sh/tools/mach-types | 3 + drivers/clocksource/Makefile | 1 + drivers/clocksource/sh_cmt.c | 615 +++++++++++ drivers/input/joystick/maplecontrol.c | 4 +- drivers/input/keyboard/maple_keyb.c | 37 +- drivers/input/keyboard/sh_keysc.c | 26 +- drivers/mtd/maps/Kconfig | 12 +- drivers/mtd/maps/Makefile | 1 + drivers/mtd/maps/vmu-flash.c | 832 +++++++++++++++ drivers/rtc/rtc-sh.c | 246 +++-- drivers/serial/sh-sci.c | 12 +- drivers/serial/sh-sci.h | 15 +- drivers/sh/intc.c | 47 + drivers/sh/maple/maple.c | 472 +++++----- drivers/sh/superhyway/superhyway.c | 4 +- drivers/usb/Kconfig | 1 + drivers/usb/host/ohci-hcd.c | 3 +- drivers/video/pvr2fb.c | 16 +- drivers/video/sh_mobile_lcdcfb.c | 66 ++- include/linux/maple.h | 62 +- include/linux/sh_cmt.h | 13 + include/linux/sh_intc.h | 1 + sound/sh/Kconfig | 1 + 133 files changed, 12275 insertions(+), 2131 deletions(-) create mode 100644 arch/sh/boards/board-espt.c create mode 100644 arch/sh/boards/board-polaris.c create mode 100644 arch/sh/boards/board-urquell.c create mode 100644 arch/sh/configs/espt_defconfig create mode 100644 arch/sh/configs/polaris_defconfig create mode 100644 arch/sh/configs/sh7785lcr_32bit_defconfig create mode 100644 arch/sh/configs/urquell_defconfig delete mode 100644 arch/sh/drivers/dma/dma-sh.h create mode 100644 arch/sh/include/asm/dma-sh.h create mode 100644 arch/sh/include/asm/suspend.h create mode 100644 arch/sh/include/cpu-sh4/cpu/dma-sh4a.h delete mode 100644 arch/sh/include/cpu-sh4/cpu/dma-sh7780.h create mode 100644 arch/sh/include/cpu-sh4/cpu/sh7786.h create mode 100644 arch/sh/include/mach-common/mach/urquell.h create mode 100644 arch/sh/kernel/cpu/sh3/swsusp.S create mode 100644 arch/sh/kernel/cpu/sh4a/clock-sh7786.c create mode 100644 arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c create mode 100644 arch/sh/kernel/cpu/sh4a/setup-sh7786.c create mode 100644 arch/sh/kernel/cpu/shmobile/Makefile create mode 100644 arch/sh/kernel/cpu/shmobile/pm.c create mode 100644 arch/sh/kernel/cpu/shmobile/sleep.S create mode 100644 arch/sh/kernel/swsusp.c create mode 100644 arch/sh/mm/pmb-fixed.c create mode 100644 arch/sh/mm/tlb-pteaex.c create mode 100644 drivers/clocksource/sh_cmt.c create mode 100644 drivers/mtd/maps/vmu-flash.c create mode 100644 include/linux/sh_cmt.h Merging sparc/master $ git merge sparc/master Already up-to-date. Merging x86/auto-x86-next $ git merge x86/auto-x86-next Auto-merging Documentation/kernel-parameters.txt Auto-merging Makefile Auto-merging arch/arm/kernel/vmlinux.lds.S Auto-merging arch/ia64/include/asm/topology.h Auto-merging arch/ia64/kernel/acpi.c Auto-merging arch/powerpc/include/asm/elf.h CONFLICT (content): Merge conflict in arch/powerpc/include/asm/elf.h Auto-merging arch/powerpc/include/asm/ps3fb.h Auto-merging arch/powerpc/kernel/irq.c Auto-merging arch/powerpc/kernel/vmlinux.lds.S Removing arch/x86/boot/voyager.c Removing arch/x86/include/asm/arch_hooks.h Removing arch/x86/include/asm/bigsmp/apic.h Removing arch/x86/include/asm/bigsmp/apicdef.h Removing arch/x86/include/asm/bigsmp/ipi.h Removing arch/x86/include/asm/es7000/apic.h Removing arch/x86/include/asm/es7000/apicdef.h Removing arch/x86/include/asm/es7000/ipi.h Removing arch/x86/include/asm/es7000/mpparse.h Removing arch/x86/include/asm/es7000/wakecpu.h Removing arch/x86/include/asm/fixmap_32.h Removing arch/x86/include/asm/fixmap_64.h Removing arch/x86/include/asm/genapic_32.h Removing arch/x86/include/asm/genapic_64.h Removing arch/x86/include/asm/hardirq_32.h Removing arch/x86/include/asm/hardirq_64.h Removing arch/x86/include/asm/irq_regs_32.h Removing arch/x86/include/asm/irq_regs_64.h Removing arch/x86/include/asm/mach-default/entry_arch.h Removing arch/x86/include/asm/mach-default/mach_apic.h Removing arch/x86/include/asm/mach-default/mach_apicdef.h Removing arch/x86/include/asm/mach-default/mach_ipi.h Removing arch/x86/include/asm/mach-default/mach_mpparse.h Removing arch/x86/include/asm/mach-default/mach_mpspec.h Removing arch/x86/include/asm/mach-default/mach_wakecpu.h Removing arch/x86/include/asm/mach-generic/gpio.h Removing arch/x86/include/asm/mach-generic/mach_apic.h Removing arch/x86/include/asm/mach-generic/mach_apicdef.h Removing arch/x86/include/asm/mach-generic/mach_ipi.h Removing arch/x86/include/asm/mach-generic/mach_mpparse.h Removing arch/x86/include/asm/mach-generic/mach_mpspec.h Removing arch/x86/include/asm/mach-generic/mach_wakecpu.h Removing arch/x86/include/asm/mach-rdc321x/gpio.h Removing arch/x86/include/asm/mach-voyager/do_timer.h Removing arch/x86/include/asm/mach-voyager/entry_arch.h Removing arch/x86/include/asm/mach-voyager/setup_arch.h Removing arch/x86/include/asm/mmu_context_32.h Removing arch/x86/include/asm/mmu_context_64.h Removing arch/x86/include/asm/numaq/apic.h Removing arch/x86/include/asm/numaq/apicdef.h Removing arch/x86/include/asm/numaq/ipi.h Removing arch/x86/include/asm/numaq/mpparse.h Removing arch/x86/include/asm/numaq/wakecpu.h Removing arch/x86/include/asm/pda.h Removing arch/x86/include/asm/pgtable-2level-defs.h Removing arch/x86/include/asm/pgtable-3level-defs.h Removing arch/x86/include/asm/summit/apic.h Removing arch/x86/include/asm/summit/apicdef.h Removing arch/x86/include/asm/summit/ipi.h Removing arch/x86/include/asm/summit/mpparse.h Removing arch/x86/include/asm/vic.h Removing arch/x86/include/asm/voyager.h Removing arch/x86/kernel/cpu/centaur_64.c Auto-merging arch/x86/kernel/dumpstack.c Removing arch/x86/kernel/es7000_32.c Removing arch/x86/kernel/genapic_64.c Removing arch/x86/kernel/genx2apic_cluster.c Removing arch/x86/kernel/ipi.c Removing arch/x86/kernel/numaq_32.c Removing arch/x86/kernel/smpcommon.c Removing arch/x86/kernel/summit_32.c Removing arch/x86/kernel/tlb_32.c Removing arch/x86/mach-default/Makefile Removing arch/x86/mach-default/setup.c Removing arch/x86/mach-generic/Makefile Removing arch/x86/mach-generic/bigsmp.c Removing arch/x86/mach-generic/default.c Removing arch/x86/mach-generic/es7000.c Removing arch/x86/mach-generic/numaq.c Removing arch/x86/mach-generic/probe.c Removing arch/x86/mach-generic/summit.c Removing arch/x86/mach-rdc321x/Makefile Removing arch/x86/mach-rdc321x/gpio.c Removing arch/x86/mach-rdc321x/platform.c Removing arch/x86/mach-voyager/Makefile Removing arch/x86/mach-voyager/setup.c Removing arch/x86/mach-voyager/voyager_basic.c Removing arch/x86/mach-voyager/voyager_cat.c Removing arch/x86/mach-voyager/voyager_smp.c Removing arch/x86/mach-voyager/voyager_thread.c Auto-merging kernel/module.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a Recorded resolution for 'arch/powerpc/include/asm/elf.h'. [master 7c531e6] Merge commit 'x86/auto-x86-next' $ git diff -M --stat --summary HEAD^.. Documentation/cputopology.txt | 6 +- Documentation/kernel-parameters.txt | 7 +- Documentation/x86/boot.txt | 18 +- Documentation/x86/earlyprintk.txt | 101 ++ Makefile | 3 +- arch/alpha/include/asm/statfs.h | 2 + arch/alpha/include/asm/swab.h | 2 +- arch/alpha/kernel/irq.c | 2 +- arch/alpha/mm/init.c | 20 +- arch/arm/include/asm/a.out.h | 2 +- arch/arm/include/asm/setup.h | 2 +- arch/arm/include/asm/swab.h | 2 +- arch/arm/kernel/irq.c | 18 +- arch/arm/kernel/vmlinux.lds.S | 2 + arch/arm/oprofile/op_model_mpcore.c | 2 +- arch/avr32/Kconfig | 2 +- arch/avr32/include/asm/swab.h | 2 +- arch/blackfin/include/asm/percpu.h | 10 - arch/blackfin/include/asm/swab.h | 2 +- arch/blackfin/kernel/irqchip.c | 5 + arch/h8300/include/asm/swab.h | 2 +- arch/ia64/include/asm/fpu.h | 2 - arch/ia64/include/asm/gcc_intrin.h | 1 + arch/ia64/include/asm/intrinsics.h | 1 + arch/ia64/include/asm/kvm.h | 3 +- arch/ia64/include/asm/percpu.h | 4 +- arch/ia64/include/asm/swab.h | 2 +- arch/ia64/include/asm/topology.h | 2 +- arch/ia64/include/asm/uv/uv.h | 13 + arch/ia64/kernel/acpi.c | 4 + arch/ia64/kernel/iosapic.c | 2 +- arch/ia64/kernel/irq.c | 4 +- arch/ia64/kernel/irq_ia64.c | 12 +- arch/ia64/kernel/msi_ia64.c | 4 +- arch/ia64/kernel/vmlinux.lds.S | 11 +- arch/ia64/sn/kernel/msi_sn.c | 2 +- arch/mips/include/asm/irq.h | 2 +- arch/mips/include/asm/sigcontext.h | 1 + arch/mips/include/asm/swab.h | 2 +- arch/mips/kernel/irq-gic.c | 2 +- arch/mips/kernel/smtc.c | 6 +- arch/mips/mti-malta/malta-smtc.c | 5 +- arch/mips/sgi-ip22/ip22-int.c | 2 +- arch/mips/sgi-ip22/ip22-time.c | 2 +- arch/mips/sibyte/bcm1480/smp.c | 3 +- arch/mips/sibyte/sb1250/smp.c | 3 +- arch/mn10300/kernel/mn10300-watchdog.c | 3 +- arch/parisc/include/asm/pdc.h | 3 +- arch/parisc/include/asm/swab.h | 2 +- arch/parisc/kernel/irq.c | 2 +- arch/powerpc/include/asm/ps3fb.h | 1 + arch/powerpc/kernel/irq.c | 2 +- arch/powerpc/kernel/vmlinux.lds.S | 8 +- arch/powerpc/platforms/pseries/xics.c | 5 +- arch/powerpc/sysdev/mpic.c | 3 +- arch/sparc/kernel/irq_64.c | 5 +- arch/sparc/kernel/time_64.c | 2 +- arch/x86/Kconfig | 675 ++++---- arch/x86/Kconfig.cpu | 95 +- arch/x86/Kconfig.debug | 50 +- arch/x86/Makefile | 72 +- arch/x86/boot/Makefile | 54 +- arch/x86/boot/a20.c | 79 +- arch/x86/boot/boot.h | 3 - arch/x86/boot/compressed/Makefile | 21 +- arch/x86/boot/compressed/head_32.S | 8 +- arch/x86/boot/compressed/head_64.S | 10 +- arch/x86/boot/compressed/misc.c | 118 +-- arch/x86/boot/copy.S | 40 +- arch/x86/boot/header.S | 31 +- arch/x86/boot/main.c | 5 - arch/x86/boot/pm.c | 44 - arch/x86/boot/pmjump.S | 17 +- arch/x86/boot/setup.ld | 3 +- arch/x86/boot/tools/build.c | 9 +- arch/x86/boot/voyager.c | 40 - arch/x86/configs/i386_defconfig | 419 ++++- arch/x86/configs/x86_64_defconfig | 425 ++++- arch/x86/ia32/ia32_signal.c | 405 +++--- arch/x86/ia32/ia32entry.S | 8 +- arch/x86/include/asm/a.out-core.h | 2 +- arch/x86/include/asm/acpi.h | 3 - arch/x86/include/asm/apic.h | 455 +++++- arch/x86/include/asm/apicdef.h | 1 + arch/x86/include/asm/apicnum.h | 12 + arch/x86/include/asm/{mach-default => }/apm.h | 0 arch/x86/include/asm/arch_hooks.h | 26 - arch/x86/include/asm/bigsmp/apic.h | 155 -- arch/x86/include/asm/bigsmp/apicdef.h | 13 - arch/x86/include/asm/bigsmp/ipi.h | 22 - arch/x86/include/asm/boot.h | 20 +- arch/x86/include/asm/cacheflush.h | 53 +- arch/x86/include/asm/calling.h | 56 +- arch/x86/include/asm/cpu.h | 17 + arch/x86/include/asm/cpu_debug.h | 226 +++ arch/x86/include/asm/cpumask.h | 32 + arch/x86/include/asm/current.h | 24 +- arch/x86/include/asm/desc.h | 3 +- arch/x86/include/asm/dmi.h | 14 +- arch/x86/include/asm/{mach-default => }/do_timer.h | 0 arch/x86/include/asm/elf.h | 15 +- arch/x86/include/asm/entry_arch.h | 59 + arch/x86/include/asm/es7000/apic.h | 242 --- arch/x86/include/asm/es7000/apicdef.h | 13 - arch/x86/include/asm/es7000/ipi.h | 22 - arch/x86/include/asm/es7000/mpparse.h | 29 - arch/x86/include/asm/es7000/wakecpu.h | 37 - arch/x86/include/asm/fixmap.h | 139 ++- arch/x86/include/asm/fixmap_32.h | 119 -- arch/x86/include/asm/fixmap_64.h | 79 - arch/x86/include/asm/genapic.h | 6 +- arch/x86/include/asm/genapic_32.h | 148 -- arch/x86/include/asm/genapic_64.h | 66 - arch/x86/include/asm/hardirq.h | 50 +- arch/x86/include/asm/hardirq_32.h | 30 - arch/x86/include/asm/hardirq_64.h | 25 - arch/x86/include/asm/highmem.h | 1 + arch/x86/include/asm/hw_irq.h | 25 +- arch/x86/include/asm/i8259.h | 4 + arch/x86/include/asm/init.h | 18 + arch/x86/include/asm/io.h | 97 +- arch/x86/include/asm/io_32.h | 88 - arch/x86/include/asm/io_64.h | 61 - arch/x86/include/asm/io_apic.h | 44 +- arch/x86/include/asm/ipi.h | 75 +- arch/x86/include/asm/irq.h | 5 +- arch/x86/include/asm/irq_regs.h | 36 +- arch/x86/include/asm/irq_regs_32.h | 31 - arch/x86/include/asm/irq_regs_64.h | 1 - arch/x86/include/asm/irq_remapping.h | 2 - arch/x86/include/asm/irq_vectors.h | 214 ++-- arch/x86/include/asm/kexec.h | 34 +- arch/x86/include/asm/linkage.h | 77 +- arch/x86/include/asm/mach-default/entry_arch.h | 36 - arch/x86/include/asm/mach-default/mach_apic.h | 168 -- arch/x86/include/asm/mach-default/mach_apicdef.h | 24 - arch/x86/include/asm/mach-default/mach_ipi.h | 64 - arch/x86/include/asm/mach-default/mach_mpparse.h | 17 - arch/x86/include/asm/mach-default/mach_mpspec.h | 12 - arch/x86/include/asm/mach-default/mach_wakecpu.h | 41 - arch/x86/include/asm/mach-generic/gpio.h | 15 - arch/x86/include/asm/mach-generic/mach_apic.h | 35 - arch/x86/include/asm/mach-generic/mach_apicdef.h | 11 - arch/x86/include/asm/mach-generic/mach_ipi.h | 10 - arch/x86/include/asm/mach-generic/mach_mpparse.h | 9 - arch/x86/include/asm/mach-generic/mach_mpspec.h | 12 - arch/x86/include/asm/mach-generic/mach_wakecpu.h | 12 - arch/x86/include/asm/mach-rdc321x/gpio.h | 60 - arch/x86/include/asm/mach-voyager/do_timer.h | 17 - arch/x86/include/asm/mach-voyager/entry_arch.h | 26 - arch/x86/include/asm/mach-voyager/setup_arch.h | 12 - .../include/asm/{mach-default => }/mach_timer.h | 0 .../include/asm/{mach-default => }/mach_traps.h | 0 arch/x86/include/asm/mce.h | 35 +- arch/x86/include/asm/mmu_context.h | 63 +- arch/x86/include/asm/mmu_context_32.h | 55 - arch/x86/include/asm/mmu_context_64.h | 54 - arch/x86/include/asm/mmzone_32.h | 43 +- arch/x86/include/asm/mpspec.h | 33 +- arch/x86/include/asm/mpspec_def.h | 23 +- arch/x86/include/asm/msidef.h | 1 + arch/x86/include/asm/msr-index.h | 5 + arch/x86/include/asm/numa_32.h | 6 +- arch/x86/include/asm/numaq.h | 2 + arch/x86/include/asm/numaq/apic.h | 142 -- arch/x86/include/asm/numaq/apicdef.h | 14 - arch/x86/include/asm/numaq/ipi.h | 22 - arch/x86/include/asm/numaq/mpparse.h | 6 - arch/x86/include/asm/numaq/wakecpu.h | 45 - arch/x86/include/asm/page.h | 152 +-- arch/x86/include/asm/page_32.h | 87 +- arch/x86/include/asm/page_32_types.h | 65 + arch/x86/include/asm/page_64.h | 101 +-- arch/x86/include/asm/page_64_types.h | 89 + arch/x86/include/asm/page_types.h | 51 + arch/x86/include/asm/paravirt.h | 469 ++++-- arch/x86/include/asm/pat.h | 10 +- .../include/asm/{mach-default => }/pci-functions.h | 0 arch/x86/include/asm/pda.h | 137 -- arch/x86/include/asm/percpu.h | 169 +- arch/x86/include/asm/pgtable-2level-defs.h | 20 - arch/x86/include/asm/pgtable-2level.h | 2 - arch/x86/include/asm/pgtable-2level_types.h | 37 + arch/x86/include/asm/pgtable-3level-defs.h | 28 - arch/x86/include/asm/pgtable-3level.h | 35 - arch/x86/include/asm/pgtable-3level_types.h | 48 + arch/x86/include/asm/pgtable.h | 509 +++--- arch/x86/include/asm/pgtable_32.h | 91 +- arch/x86/include/asm/pgtable_32_types.h | 51 + arch/x86/include/asm/pgtable_64.h | 113 +-- arch/x86/include/asm/pgtable_64_types.h | 63 + arch/x86/include/asm/pgtable_types.h | 329 ++++ arch/x86/include/asm/prctl.h | 4 - arch/x86/include/asm/processor.h | 50 +- arch/x86/include/asm/proto.h | 4 - arch/x86/include/asm/ptrace.h | 4 +- .../include/asm/{mach-rdc321x => }/rdc321x_defs.h | 0 arch/x86/include/asm/sections.h | 7 + arch/x86/include/asm/segment.h | 9 +- arch/x86/include/asm/setup.h | 99 +- .../include/asm/{mach-default => }/setup_arch.h | 0 arch/x86/include/asm/smp.h | 69 +- .../include/asm/{mach-default => }/smpboot_hooks.h | 6 +- arch/x86/include/asm/spinlock.h | 69 +- arch/x86/include/asm/stackprotector.h | 124 ++ arch/x86/include/asm/summit/apic.h | 202 --- arch/x86/include/asm/summit/apicdef.h | 13 - arch/x86/include/asm/summit/ipi.h | 26 - arch/x86/include/asm/summit/mpparse.h | 109 -- arch/x86/include/asm/syscalls.h | 23 +- arch/x86/include/asm/system.h | 70 +- arch/x86/include/asm/thread_info.h | 21 +- arch/x86/include/asm/timer.h | 2 + arch/x86/include/asm/tlbflush.h | 17 +- arch/x86/include/asm/topology.h | 31 +- arch/x86/include/asm/trampoline.h | 1 + arch/x86/include/asm/traps.h | 2 +- arch/x86/include/asm/uaccess.h | 138 ++- arch/x86/include/asm/uaccess_64.h | 10 +- arch/x86/include/asm/uv/uv.h | 33 + arch/x86/include/asm/uv/uv_bau.h | 1 - arch/x86/include/asm/uv/uv_hub.h | 4 + arch/x86/include/asm/vic.h | 61 - arch/x86/include/asm/voyager.h | 529 ------ arch/x86/include/asm/xen/events.h | 6 - arch/x86/include/asm/xen/hypercall.h | 2 + arch/x86/include/asm/xen/hypervisor.h | 28 +- arch/x86/include/asm/xen/page.h | 1 + arch/x86/kernel/Makefile | 42 +- arch/x86/kernel/acpi/boot.c | 169 +- arch/x86/kernel/acpi/realmode/wakeup.S | 4 +- arch/x86/kernel/acpi/sleep.c | 1 + arch/x86/kernel/acpi/wakeup_32.S | 2 +- arch/x86/kernel/acpi/wakeup_64.S | 4 +- arch/x86/kernel/alternative.c | 23 +- arch/x86/kernel/apic/Makefile | 19 + arch/x86/kernel/{ => apic}/apic.c | 330 ++-- .../{genapic_flat_64.c => apic/apic_flat_64.c} | 192 ++- arch/x86/kernel/apic/bigsmp_32.c | 267 +++ arch/x86/kernel/apic/es7000_32.c | 780 +++++++++ arch/x86/kernel/{ => apic}/io_apic.c | 701 ++++---- arch/x86/kernel/apic/ipi.c | 164 ++ arch/x86/kernel/{ => apic}/nmi.c | 12 +- arch/x86/kernel/apic/numaq_32.c | 557 ++++++ arch/x86/kernel/apic/probe_32.c | 284 +++ arch/x86/kernel/apic/probe_64.c | 100 ++ arch/x86/kernel/apic/summit_32.c | 579 +++++++ arch/x86/kernel/apic/x2apic_cluster.c | 245 +++ .../{genx2apic_phys.c => apic/x2apic_phys.c} | 156 ++- .../{genx2apic_uv_x.c => apic/x2apic_uv_x.c} | 161 ++- arch/x86/kernel/apm_32.c | 2 +- arch/x86/kernel/asm-offsets_32.c | 1 + arch/x86/kernel/asm-offsets_64.c | 11 - arch/x86/kernel/check.c | 8 +- arch/x86/kernel/cpu/Makefile | 5 +- arch/x86/kernel/cpu/addon_cpuid_features.c | 56 +- arch/x86/kernel/cpu/amd.c | 56 +- arch/x86/kernel/cpu/centaur.c | 36 +- arch/x86/kernel/cpu/centaur_64.c | 37 - arch/x86/kernel/cpu/common.c | 579 ++++--- arch/x86/kernel/cpu/cpu.h | 11 +- arch/x86/kernel/cpu/cpu_debug.c | 901 ++++++++++ arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c | 2 +- arch/x86/kernel/cpu/cpufreq/e_powersaver.c | 6 +- arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c | 6 +- arch/x86/kernel/cpu/cyrix.c | 16 +- arch/x86/kernel/cpu/intel.c | 49 +- arch/x86/kernel/cpu/intel_cacheinfo.c | 71 +- arch/x86/kernel/cpu/mcheck/Makefile | 1 + arch/x86/kernel/cpu/mcheck/mce_32.c | 14 - arch/x86/kernel/cpu/mcheck/mce_64.c | 530 +++++-- arch/x86/kernel/cpu/mcheck/mce_amd_64.c | 83 +- arch/x86/kernel/cpu/mcheck/mce_intel_64.c | 214 +++- arch/x86/kernel/cpu/mcheck/p4.c | 4 +- arch/x86/kernel/cpu/mcheck/threshold.c | 29 + arch/x86/kernel/cpu/mtrr/Makefile | 2 +- arch/x86/kernel/cpu/mtrr/cleanup.c | 1101 ++++++++++++ arch/x86/kernel/cpu/mtrr/generic.c | 202 ++- arch/x86/kernel/cpu/mtrr/main.c | 1069 +------------ arch/x86/kernel/cpu/mtrr/mtrr.h | 4 + arch/x86/kernel/cpu/perfctr-watchdog.c | 2 +- arch/x86/kernel/cpu/proc.c | 20 +- arch/x86/kernel/cpu/transmeta.c | 2 +- arch/x86/kernel/cpu/umc.c | 2 +- arch/x86/kernel/crash.c | 4 +- arch/x86/kernel/dumpstack.c | 2 +- arch/x86/kernel/dumpstack_64.c | 35 +- arch/x86/kernel/e820.c | 135 +- arch/x86/kernel/early_printk.c | 22 +- arch/x86/kernel/efi.c | 2 + arch/x86/kernel/efi_64.c | 1 + arch/x86/kernel/efi_stub_32.S | 3 +- arch/x86/kernel/efi_stub_64.S | 7 + arch/x86/kernel/entry_32.S | 473 ++++-- arch/x86/kernel/entry_64.S | 78 +- arch/x86/kernel/es7000_32.c | 378 ---- arch/x86/kernel/genapic_64.c | 82 - arch/x86/kernel/genx2apic_cluster.c | 198 --- arch/x86/kernel/head32.c | 5 +- arch/x86/kernel/head64.c | 25 +- arch/x86/kernel/head_32.S | 120 +- arch/x86/kernel/head_64.S | 23 +- arch/x86/kernel/i8259.c | 1 - arch/x86/kernel/ioport.c | 14 +- arch/x86/kernel/ipi.c | 190 -- arch/x86/kernel/irq.c | 111 +- arch/x86/kernel/irq_32.c | 61 +- arch/x86/kernel/irq_64.c | 43 +- arch/x86/kernel/irqinit_32.c | 39 +- arch/x86/kernel/irqinit_64.c | 3 + arch/x86/kernel/kgdb.c | 4 +- arch/x86/kernel/kprobes.c | 2 +- arch/x86/kernel/kvmclock.c | 1 - arch/x86/kernel/machine_kexec_32.c | 19 +- arch/x86/kernel/machine_kexec_64.c | 179 ++- arch/x86/kernel/mca_32.c | 5 +- arch/x86/kernel/microcode_intel.c | 10 +- arch/x86/kernel/mmconf-fam10h_64.c | 2 +- arch/x86/kernel/module_32.c | 6 +- arch/x86/kernel/module_64.c | 32 +- arch/x86/kernel/mpparse.c | 218 ++-- arch/x86/kernel/msr.c | 2 +- arch/x86/kernel/numaq_32.c | 293 ---- arch/x86/kernel/paravirt-spinlocks.c | 10 - arch/x86/kernel/paravirt.c | 56 +- arch/x86/kernel/paravirt_patch_32.c | 12 + arch/x86/kernel/paravirt_patch_64.c | 15 + arch/x86/kernel/probe_roms_32.c | 2 +- arch/x86/kernel/process.c | 194 +++- arch/x86/kernel/process_32.c | 241 +--- arch/x86/kernel/process_64.c | 230 +--- arch/x86/kernel/ptrace.c | 24 +- arch/x86/kernel/quirks.c | 3 +- arch/x86/kernel/reboot.c | 5 +- arch/x86/kernel/relocate_kernel_32.S | 26 +- arch/x86/kernel/relocate_kernel_64.S | 312 ++-- arch/x86/kernel/setup.c | 197 ++- arch/x86/kernel/setup_percpu.c | 679 ++++---- arch/x86/kernel/signal.c | 467 +++--- arch/x86/kernel/smp.c | 15 +- arch/x86/kernel/smpboot.c | 225 +-- arch/x86/kernel/smpcommon.c | 30 - arch/x86/kernel/stacktrace.c | 2 +- arch/x86/kernel/summit_32.c | 188 -- arch/x86/kernel/syscall_table_32.S | 20 +- arch/x86/kernel/time_32.c | 8 +- arch/x86/kernel/tlb_32.c | 256 --- arch/x86/kernel/tlb_uv.c | 75 +- arch/x86/kernel/trampoline_32.S | 2 +- arch/x86/kernel/trampoline_64.S | 23 +- arch/x86/kernel/traps.c | 64 +- arch/x86/kernel/tsc.c | 2 +- arch/x86/kernel/uv_time.c | 393 +++++ arch/x86/kernel/visws_quirks.c | 12 +- arch/x86/kernel/vm86_32.c | 20 +- arch/x86/kernel/vmi_32.c | 13 +- arch/x86/kernel/vmiclock_32.c | 6 +- arch/x86/kernel/vmlinux_32.lds.S | 32 +- arch/x86/kernel/vmlinux_64.lds.S | 136 +- arch/x86/kernel/vsmp_64.c | 24 +- arch/x86/kernel/x8664_ksyms_64.c | 2 - arch/x86/lguest/Kconfig | 1 - arch/x86/lguest/boot.c | 40 +- arch/x86/lib/getuser.S | 2 +- arch/x86/lib/memcpy_64.S | 143 +- arch/x86/mach-default/Makefile | 5 - arch/x86/mach-default/setup.c | 174 -- arch/x86/mach-generic/Makefile | 11 - arch/x86/mach-generic/bigsmp.c | 60 - arch/x86/mach-generic/default.c | 27 - arch/x86/mach-generic/es7000.c | 103 -- arch/x86/mach-generic/numaq.c | 53 - arch/x86/mach-generic/probe.c | 152 -- arch/x86/mach-generic/summit.c | 40 - arch/x86/mach-rdc321x/Makefile | 5 - arch/x86/mach-rdc321x/gpio.c | 194 --- arch/x86/mach-rdc321x/platform.c | 69 - arch/x86/mach-voyager/Makefile | 8 - arch/x86/mach-voyager/setup.c | 118 -- arch/x86/mach-voyager/voyager_basic.c | 317 ---- arch/x86/mach-voyager/voyager_cat.c | 1197 ------------- arch/x86/mach-voyager/voyager_smp.c | 1807 -------------------- arch/x86/mach-voyager/voyager_thread.c | 128 -- arch/x86/math-emu/get_address.c | 6 +- arch/x86/mm/Makefile | 4 +- arch/x86/mm/extable.c | 6 + arch/x86/mm/fault.c | 1333 +++++++++------ arch/x86/mm/highmem_32.c | 40 +- arch/x86/mm/init.c | 393 +++++ arch/x86/mm/init_32.c | 461 ++---- arch/x86/mm/init_64.c | 389 +---- arch/x86/mm/iomap_32.c | 26 +- arch/x86/mm/ioremap.c | 73 +- arch/x86/mm/kmmio.c | 2 +- arch/x86/mm/memtest.c | 159 +- arch/x86/mm/mmap.c | 2 +- arch/x86/mm/numa_32.c | 33 +- arch/x86/mm/numa_64.c | 217 +++ arch/x86/mm/pageattr.c | 12 +- arch/x86/mm/pat.c | 82 +- arch/x86/mm/pgtable.c | 18 + arch/x86/mm/pgtable_32.c | 18 +- arch/x86/mm/srat_64.c | 3 +- arch/x86/{kernel/tlb_64.c => mm/tlb.c} | 128 +- arch/x86/pci/common.c | 4 +- arch/x86/pci/fixup.c | 4 +- arch/x86/pci/numaq_32.c | 6 +- arch/x86/pci/pcbios.c | 2 +- arch/x86/power/hibernate_asm_32.S | 2 +- arch/x86/power/hibernate_asm_64.S | 2 +- arch/x86/vdso/Makefile | 2 +- arch/x86/vdso/vma.c | 4 +- arch/x86/xen/Kconfig | 2 +- arch/x86/xen/Makefile | 3 +- arch/x86/xen/enlighten.c | 816 +--------- arch/x86/xen/irq.c | 39 +- arch/x86/xen/mmu.c | 757 ++++++++- arch/x86/xen/mmu.h | 3 + arch/x86/xen/multicalls.c | 15 +- arch/x86/xen/multicalls.h | 2 +- arch/x86/xen/smp.c | 47 +- arch/x86/xen/suspend.c | 1 + arch/x86/xen/xen-asm.S | 142 ++ arch/x86/xen/xen-asm.h | 12 + arch/x86/xen/xen-asm_32.S | 343 ++--- arch/x86/xen/xen-asm_64.S | 252 +-- arch/x86/xen/xen-head.S | 2 +- arch/x86/xen/xen-ops.h | 10 + arch/xtensa/include/asm/swab.h | 2 +- block/blktrace.c | 2 +- drivers/acpi/acpica/tbxface.c | 17 +- drivers/acpi/osl.c | 13 +- drivers/acpi/processor_perflib.c | 4 +- drivers/acpi/tables.c | 20 +- drivers/base/cpu.c | 2 +- drivers/base/topology.c | 33 +- drivers/clocksource/acpi_pm.c | 2 +- drivers/clocksource/cyclone.c | 2 +- drivers/eisa/Kconfig | 6 +- drivers/firmware/dcdbas.c | 12 +- drivers/firmware/iscsi_ibft.c | 4 +- drivers/gpu/drm/drm_proc.c | 4 +- drivers/input/keyboard/Kconfig | 4 +- drivers/input/mouse/Kconfig | 2 +- drivers/lguest/Kconfig | 2 +- drivers/misc/Kconfig | 4 +- drivers/misc/sgi-gru/grufile.c | 18 +- drivers/misc/sgi-xp/xp.h | 24 +- drivers/misc/sgi-xp/xpc_main.c | 2 +- drivers/mtd/nand/Kconfig | 2 +- drivers/net/ne3210.c | 3 +- drivers/net/sfc/efx.c | 17 +- drivers/net/sfc/falcon.c | 24 +- drivers/net/wireless/arlan-main.c | 4 +- drivers/oprofile/buffer_sync.c | 22 +- drivers/oprofile/buffer_sync.h | 4 + drivers/oprofile/oprof.c | 9 +- drivers/pci/dmar.c | 303 ++++- drivers/pci/intel-iommu.c | 220 +-- drivers/pci/intr_remapping.c | 111 +- drivers/watchdog/rdc321x_wdt.c | 2 +- drivers/xen/events.c | 251 ++- drivers/xen/manage.c | 2 +- include/acpi/acpiosxf.h | 1 + include/acpi/acpixf.h | 4 + include/asm-frv/swab.h | 2 +- include/asm-generic/percpu.h | 52 + include/asm-generic/sections.h | 2 +- include/asm-generic/vmlinux.lds.h | 55 +- include/asm-m32r/swab.h | 2 +- include/asm-mn10300/swab.h | 2 +- include/linux/acpi.h | 1 + include/linux/bootmem.h | 36 +- include/linux/coda_psdev.h | 15 +- include/linux/decompress/bunzip2.h | 10 + include/linux/decompress/generic.h | 33 + include/linux/decompress/inflate.h | 13 + include/linux/decompress/mm.h | 87 + include/linux/decompress/unlzma.h | 12 + include/linux/dmar.h | 52 +- include/linux/elfcore.h | 9 + include/linux/in6.h | 2 +- include/linux/intel-iommu.h | 5 +- include/linux/interrupt.h | 1 + include/linux/irq.h | 86 +- include/linux/irqnr.h | 1 + include/linux/kprobes.h | 22 +- include/linux/magic.h | 1 + include/linux/mm.h | 3 +- include/linux/mmiotrace.h | 78 +- include/linux/nubus.h | 2 + include/linux/percpu.h | 159 ++- include/linux/reiserfs_fs.h | 56 +- include/linux/sched.h | 16 +- include/linux/smp.h | 6 + include/linux/socket.h | 6 +- include/linux/stackprotector.h | 16 + include/linux/topology.h | 6 + include/linux/types.h | 6 +- include/linux/vmalloc.h | 4 + init/Kconfig | 60 + init/do_mounts_rd.c | 178 +-- init/initramfs.c | 122 +- init/main.c | 19 +- kernel/exit.c | 5 +- kernel/fork.c | 5 + kernel/irq/chip.c | 5 +- kernel/irq/handle.c | 57 +- kernel/irq/internals.h | 7 + kernel/irq/manage.c | 12 +- kernel/irq/migration.c | 12 +- kernel/irq/numa_migrate.c | 19 +- kernel/irq/proc.c | 4 +- kernel/kexec.c | 2 +- kernel/module.c | 64 +- kernel/panic.c | 8 +- kernel/sched.c | 18 +- kernel/sched_rt.c | 32 +- kernel/softirq.c | 5 + kernel/stop_machine.c | 2 +- lib/Kconfig | 14 + lib/Makefile | 7 +- lib/decompress.c | 54 + lib/decompress_bunzip2.c | 735 ++++++++ lib/decompress_inflate.c | 167 ++ lib/decompress_unlzma.c | 647 +++++++ lib/zlib_inflate/inflate.h | 4 + lib/zlib_inflate/inftrees.h | 4 + mm/Makefile | 4 + mm/allocpercpu.c | 32 +- mm/bootmem.c | 35 +- mm/filemap.c | 7 +- mm/memory.c | 6 +- mm/percpu.c | 1326 ++++++++++++++ mm/vmalloc.c | 97 +- net/ipv4/af_inet.c | 4 +- net/ipv4/route.c | 2 +- scripts/Makefile.lib | 14 + scripts/bin_size | 10 + scripts/gcc-x86_32-has-stack-protector.sh | 8 + scripts/gcc-x86_64-has-stack-protector.sh | 6 +- scripts/gen_initramfs_list.sh | 18 +- scripts/headers_check.pl | 2 +- scripts/mod/modpost.c | 5 +- sound/drivers/Kconfig | 2 +- usr/Kconfig | 89 + usr/Makefile | 36 +- usr/initramfs_data.S | 2 +- usr/initramfs_data.bz2.S | 29 + usr/initramfs_data.gz.S | 29 + usr/initramfs_data.lzma.S | 29 + 551 files changed, 23840 insertions(+), 21102 deletions(-) create mode 100644 Documentation/x86/earlyprintk.txt create mode 100644 arch/ia64/include/asm/uv/uv.h delete mode 100644 arch/x86/boot/voyager.c create mode 100644 arch/x86/include/asm/apicnum.h rename arch/x86/include/asm/{mach-default => }/apm.h (100%) delete mode 100644 arch/x86/include/asm/arch_hooks.h delete mode 100644 arch/x86/include/asm/bigsmp/apic.h delete mode 100644 arch/x86/include/asm/bigsmp/apicdef.h delete mode 100644 arch/x86/include/asm/bigsmp/ipi.h create mode 100755 arch/x86/include/asm/cpu_debug.h create mode 100644 arch/x86/include/asm/cpumask.h rename arch/x86/include/asm/{mach-default => }/do_timer.h (100%) create mode 100644 arch/x86/include/asm/entry_arch.h delete mode 100644 arch/x86/include/asm/es7000/apic.h delete mode 100644 arch/x86/include/asm/es7000/apicdef.h delete mode 100644 arch/x86/include/asm/es7000/ipi.h delete mode 100644 arch/x86/include/asm/es7000/mpparse.h delete mode 100644 arch/x86/include/asm/es7000/wakecpu.h delete mode 100644 arch/x86/include/asm/fixmap_32.h delete mode 100644 arch/x86/include/asm/fixmap_64.h delete mode 100644 arch/x86/include/asm/genapic_32.h delete mode 100644 arch/x86/include/asm/genapic_64.h delete mode 100644 arch/x86/include/asm/hardirq_32.h delete mode 100644 arch/x86/include/asm/hardirq_64.h create mode 100644 arch/x86/include/asm/init.h delete mode 100644 arch/x86/include/asm/irq_regs_32.h delete mode 100644 arch/x86/include/asm/irq_regs_64.h delete mode 100644 arch/x86/include/asm/mach-default/entry_arch.h delete mode 100644 arch/x86/include/asm/mach-default/mach_apic.h delete mode 100644 arch/x86/include/asm/mach-default/mach_apicdef.h delete mode 100644 arch/x86/include/asm/mach-default/mach_ipi.h delete mode 100644 arch/x86/include/asm/mach-default/mach_mpparse.h delete mode 100644 arch/x86/include/asm/mach-default/mach_mpspec.h delete mode 100644 arch/x86/include/asm/mach-default/mach_wakecpu.h delete mode 100644 arch/x86/include/asm/mach-generic/gpio.h delete mode 100644 arch/x86/include/asm/mach-generic/mach_apic.h delete mode 100644 arch/x86/include/asm/mach-generic/mach_apicdef.h delete mode 100644 arch/x86/include/asm/mach-generic/mach_ipi.h delete mode 100644 arch/x86/include/asm/mach-generic/mach_mpparse.h delete mode 100644 arch/x86/include/asm/mach-generic/mach_mpspec.h delete mode 100644 arch/x86/include/asm/mach-generic/mach_wakecpu.h delete mode 100644 arch/x86/include/asm/mach-rdc321x/gpio.h delete mode 100644 arch/x86/include/asm/mach-voyager/do_timer.h delete mode 100644 arch/x86/include/asm/mach-voyager/entry_arch.h delete mode 100644 arch/x86/include/asm/mach-voyager/setup_arch.h rename arch/x86/include/asm/{mach-default => }/mach_timer.h (100%) rename arch/x86/include/asm/{mach-default => }/mach_traps.h (100%) delete mode 100644 arch/x86/include/asm/mmu_context_32.h delete mode 100644 arch/x86/include/asm/mmu_context_64.h delete mode 100644 arch/x86/include/asm/numaq/apic.h delete mode 100644 arch/x86/include/asm/numaq/apicdef.h delete mode 100644 arch/x86/include/asm/numaq/ipi.h delete mode 100644 arch/x86/include/asm/numaq/mpparse.h delete mode 100644 arch/x86/include/asm/numaq/wakecpu.h create mode 100644 arch/x86/include/asm/page_32_types.h create mode 100644 arch/x86/include/asm/page_64_types.h create mode 100644 arch/x86/include/asm/page_types.h rename arch/x86/include/asm/{mach-default => }/pci-functions.h (100%) delete mode 100644 arch/x86/include/asm/pda.h delete mode 100644 arch/x86/include/asm/pgtable-2level-defs.h create mode 100644 arch/x86/include/asm/pgtable-2level_types.h delete mode 100644 arch/x86/include/asm/pgtable-3level-defs.h create mode 100644 arch/x86/include/asm/pgtable-3level_types.h create mode 100644 arch/x86/include/asm/pgtable_32_types.h create mode 100644 arch/x86/include/asm/pgtable_64_types.h create mode 100644 arch/x86/include/asm/pgtable_types.h rename arch/x86/include/asm/{mach-rdc321x => }/rdc321x_defs.h (100%) rename arch/x86/include/asm/{mach-default => }/setup_arch.h (100%) rename arch/x86/include/asm/{mach-default => }/smpboot_hooks.h (83%) create mode 100644 arch/x86/include/asm/stackprotector.h delete mode 100644 arch/x86/include/asm/summit/apic.h delete mode 100644 arch/x86/include/asm/summit/apicdef.h delete mode 100644 arch/x86/include/asm/summit/ipi.h delete mode 100644 arch/x86/include/asm/summit/mpparse.h create mode 100644 arch/x86/include/asm/uv/uv.h delete mode 100644 arch/x86/include/asm/vic.h delete mode 100644 arch/x86/include/asm/voyager.h create mode 100644 arch/x86/kernel/apic/Makefile rename arch/x86/kernel/{ => apic}/apic.c (93%) rename arch/x86/kernel/{genapic_flat_64.c => apic/apic_flat_64.c} (55%) create mode 100644 arch/x86/kernel/apic/bigsmp_32.c create mode 100644 arch/x86/kernel/apic/es7000_32.c rename arch/x86/kernel/{ => apic}/io_apic.c (88%) create mode 100644 arch/x86/kernel/apic/ipi.c rename arch/x86/kernel/{ => apic}/nmi.c (98%) create mode 100644 arch/x86/kernel/apic/numaq_32.c create mode 100644 arch/x86/kernel/apic/probe_32.c create mode 100644 arch/x86/kernel/apic/probe_64.c create mode 100644 arch/x86/kernel/apic/summit_32.c create mode 100644 arch/x86/kernel/apic/x2apic_cluster.c rename arch/x86/kernel/{genx2apic_phys.c => apic/x2apic_phys.c} (50%) rename arch/x86/kernel/{genx2apic_uv_x.c => apic/x2apic_uv_x.c} (83%) delete mode 100644 arch/x86/kernel/cpu/centaur_64.c create mode 100755 arch/x86/kernel/cpu/cpu_debug.c create mode 100644 arch/x86/kernel/cpu/mcheck/threshold.c create mode 100644 arch/x86/kernel/cpu/mtrr/cleanup.c delete mode 100644 arch/x86/kernel/es7000_32.c delete mode 100644 arch/x86/kernel/genapic_64.c delete mode 100644 arch/x86/kernel/genx2apic_cluster.c delete mode 100644 arch/x86/kernel/ipi.c delete mode 100644 arch/x86/kernel/numaq_32.c delete mode 100644 arch/x86/kernel/smpcommon.c delete mode 100644 arch/x86/kernel/summit_32.c delete mode 100644 arch/x86/kernel/tlb_32.c create mode 100644 arch/x86/kernel/uv_time.c delete mode 100644 arch/x86/mach-default/Makefile delete mode 100644 arch/x86/mach-default/setup.c delete mode 100644 arch/x86/mach-generic/Makefile delete mode 100644 arch/x86/mach-generic/bigsmp.c delete mode 100644 arch/x86/mach-generic/default.c delete mode 100644 arch/x86/mach-generic/es7000.c delete mode 100644 arch/x86/mach-generic/numaq.c delete mode 100644 arch/x86/mach-generic/probe.c delete mode 100644 arch/x86/mach-generic/summit.c delete mode 100644 arch/x86/mach-rdc321x/Makefile delete mode 100644 arch/x86/mach-rdc321x/gpio.c delete mode 100644 arch/x86/mach-rdc321x/platform.c delete mode 100644 arch/x86/mach-voyager/Makefile delete mode 100644 arch/x86/mach-voyager/setup.c delete mode 100644 arch/x86/mach-voyager/voyager_basic.c delete mode 100644 arch/x86/mach-voyager/voyager_cat.c delete mode 100644 arch/x86/mach-voyager/voyager_smp.c delete mode 100644 arch/x86/mach-voyager/voyager_thread.c create mode 100644 arch/x86/mm/init.c rename arch/x86/{kernel/tlb_64.c => mm/tlb.c} (67%) create mode 100644 arch/x86/xen/xen-asm.S create mode 100644 arch/x86/xen/xen-asm.h create mode 100644 include/linux/decompress/bunzip2.h create mode 100644 include/linux/decompress/generic.h create mode 100644 include/linux/decompress/inflate.h create mode 100644 include/linux/decompress/mm.h create mode 100644 include/linux/decompress/unlzma.h create mode 100644 include/linux/stackprotector.h create mode 100644 lib/decompress.c create mode 100644 lib/decompress_bunzip2.c create mode 100644 lib/decompress_inflate.c create mode 100644 lib/decompress_unlzma.c create mode 100644 mm/percpu.c create mode 100644 scripts/bin_size create mode 100644 scripts/gcc-x86_32-has-stack-protector.sh create mode 100644 usr/initramfs_data.bz2.S create mode 100644 usr/initramfs_data.gz.S create mode 100644 usr/initramfs_data.lzma.S Merging xtensa/master $ git merge xtensa/master Already up-to-date. Merging tip-core/auto-core-next $ git merge tip-core/auto-core-next Resolved 'lib/Kconfig.debug' using previous resolution. Auto-merging Documentation/kernel-parameters.txt Removing arch/ia64/dig/dig_vtd_iommu.c Auto-merging drivers/pci/intel-iommu.c Auto-merging include/linux/intel-iommu.h Auto-merging lib/Kconfig.debug CONFLICT (content): Merge conflict in lib/Kconfig.debug Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 8597810] Merge commit 'tip-core/auto-core-next' $ git diff -M --stat --summary HEAD^.. Documentation/kernel-parameters.txt | 3 + Documentation/lockdep-design.txt | 30 +- arch/ia64/dig/Makefile | 4 +- arch/ia64/dig/dig_vtd_iommu.c | 59 -- arch/ia64/hp/common/hwsw_iommu.c | 165 +--- arch/ia64/hp/common/sba_iommu.c | 79 ++- arch/ia64/include/asm/dma-mapping.h | 194 +++-- arch/ia64/include/asm/machvec.h | 102 +-- arch/ia64/include/asm/machvec_dig_vtd.h | 20 - arch/ia64/include/asm/machvec_hpzx1.h | 23 +- arch/ia64/include/asm/machvec_hpzx1_swiotlb.h | 27 +- arch/ia64/include/asm/machvec_sn2.h | 27 +- arch/ia64/kernel/Makefile | 4 +- arch/ia64/kernel/dma-mapping.c | 13 + arch/ia64/kernel/machvec.c | 8 +- arch/ia64/kernel/pci-dma.c | 46 +- arch/ia64/kernel/pci-swiotlb.c | 30 +- arch/ia64/sn/pci/pci_dma.c | 99 ++- arch/x86/include/asm/device.h | 2 +- arch/x86/include/asm/dma-mapping.h | 149 ++-- arch/x86/include/asm/iommu.h | 2 +- arch/x86/kernel/Makefile | 2 +- arch/x86/kernel/amd_iommu.c | 26 +- arch/x86/kernel/pci-calgary_64.c | 38 +- arch/x86/kernel/pci-dma.c | 4 +- arch/x86/kernel/pci-gart_64.c | 34 +- arch/x86/kernel/pci-nommu.c | 21 +- .../x86/kernel/{pci-swiotlb_64.c => pci-swiotlb.c} | 19 +- block/blk-softirq.c | 2 +- drivers/base/iommu.c | 2 +- drivers/pci/intel-iommu.c | 50 +- include/asm-generic/fcntl.h | 12 +- include/asm-generic/siginfo.h | 14 +- include/asm-generic/statfs.h | 5 +- include/drm/drm.h | 21 +- include/drm/drm_mode.h | 153 ++-- include/drm/i915_drm.h | 140 ++-- include/drm/mga_drm.h | 18 +- include/drm/radeon_drm.h | 4 +- include/drm/via_drm.h | 42 +- include/linux/agpgart.h | 14 +- include/linux/atmlec.h | 5 +- include/linux/atmmpc.h | 45 +- include/linux/cm4000_cs.h | 10 +- include/linux/cn_proc.h | 20 +- include/linux/compiler-gcc4.h | 6 +- include/linux/cyclades.h | 6 +- include/linux/dlm_netlink.h | 18 +- include/linux/dm-ioctl.h | 42 +- include/linux/dma-mapping.h | 48 + include/linux/dvb/audio.h | 2 +- include/linux/dvb/video.h | 24 +- include/linux/hrtimer.h | 5 + include/linux/if_arcnet.h | 27 +- include/linux/if_pppol2tp.h | 2 +- include/linux/intel-iommu.h | 7 - include/linux/interrupt.h | 14 + include/linux/ip_vs.h | 26 +- include/linux/irqflags.h | 8 +- include/linux/ivtvfb.h | 2 +- include/linux/jffs2.h | 27 +- include/linux/kernel.h | 17 + include/linux/lockdep.h | 50 +- include/linux/matroxfb.h | 2 +- include/linux/mroute6.h | 2 +- include/linux/mutex.h | 5 +- include/linux/netfilter/nf_conntrack_tcp.h | 6 +- include/linux/netfilter/nfnetlink.h | 4 +- include/linux/netfilter/nfnetlink_compat.h | 7 +- include/linux/netfilter/nfnetlink_log.h | 32 +- include/linux/netfilter/nfnetlink_queue.h | 24 +- include/linux/netfilter/x_tables.h | 30 +- include/linux/netfilter/xt_CLASSIFY.h | 4 +- include/linux/netfilter/xt_CONNMARK.h | 8 +- include/linux/netfilter/xt_CONNSECMARK.h | 4 +- include/linux/netfilter/xt_DSCP.h | 7 +- include/linux/netfilter/xt_MARK.h | 6 +- include/linux/netfilter/xt_NFLOG.h | 12 +- include/linux/netfilter/xt_NFQUEUE.h | 4 +- include/linux/netfilter/xt_RATEEST.h | 6 +- include/linux/netfilter/xt_SECMARK.h | 6 +- include/linux/netfilter/xt_TCPMSS.h | 4 +- include/linux/netfilter/xt_connbytes.h | 6 +- include/linux/netfilter/xt_connmark.h | 8 +- include/linux/netfilter/xt_conntrack.h | 12 +- include/linux/netfilter/xt_dccp.h | 14 +- include/linux/netfilter/xt_dscp.h | 12 +- include/linux/netfilter/xt_esp.h | 6 +- include/linux/netfilter/xt_hashlimit.h | 32 +- include/linux/netfilter/xt_iprange.h | 4 +- include/linux/netfilter/xt_length.h | 6 +- include/linux/netfilter/xt_limit.h | 10 +- include/linux/netfilter/xt_mark.h | 8 +- include/linux/netfilter/xt_multiport.h | 18 +- include/linux/netfilter/xt_owner.h | 8 +- include/linux/netfilter/xt_physdev.h | 6 +- include/linux/netfilter/xt_policy.h | 14 +- include/linux/netfilter/xt_rateest.h | 14 +- include/linux/netfilter/xt_realm.h | 8 +- include/linux/netfilter/xt_recent.h | 12 +- include/linux/netfilter/xt_sctp.h | 36 +- include/linux/netfilter/xt_statistic.h | 14 +- include/linux/netfilter/xt_string.h | 12 +- include/linux/netfilter/xt_tcpmss.h | 6 +- include/linux/netfilter/xt_tcpudp.h | 20 +- include/linux/netfilter_ipv4/ipt_owner.h | 8 +- include/linux/netfilter_ipv6/ip6t_owner.h | 8 +- include/linux/pfkeyv2.h | 242 +++--- include/linux/pkt_sched.h | 2 +- include/linux/ppp_defs.h | 4 +- include/linux/sched.h | 21 +- include/linux/selinux_netlink.h | 6 +- include/linux/smp.h | 7 +- include/linux/string.h | 7 + include/linux/suspend_ioctls.h | 11 +- include/linux/swiotlb.h | 41 +- include/linux/time.h | 8 +- include/linux/timer.h | 93 ++- include/linux/times.h | 8 +- include/linux/types.h | 13 +- include/linux/utime.h | 4 +- include/linux/xfrm.h | 2 +- include/mtd/inftl-user.h | 36 +- include/mtd/jffs2-user.h | 5 +- include/mtd/mtd-abi.h | 70 +- include/mtd/nftl-user.h | 32 +- include/mtd/ubi-user.h | 72 +- include/sound/asound.h | 9 +- include/sound/emu10k1.h | 11 +- kernel/Makefile | 1 + kernel/fork.c | 8 +- kernel/futex.c | 201 ++--- kernel/hrtimer.c | 55 +- kernel/hung_task.c | 217 +++++ kernel/lockdep.c | 526 +++++----- kernel/lockdep_internals.h | 45 +- kernel/lockdep_proc.c | 22 +- kernel/lockdep_states.h | 9 + kernel/mutex-debug.c | 9 +- kernel/mutex-debug.h | 18 +- kernel/mutex.c | 121 ++- kernel/mutex.h | 22 +- kernel/panic.c | 115 ++-- kernel/printk.c | 7 +- kernel/ptrace.c | 2 - kernel/sched.c | 79 ++- kernel/sched_features.h | 1 + kernel/smp.c | 432 +++++---- kernel/softirq.c | 17 +- kernel/softlockup.c | 100 -- kernel/sysctl.c | 19 +- kernel/timer.c | 68 ++- lib/Kconfig | 3 + lib/Kconfig.debug | 40 +- lib/debugobjects.c | 127 +++- lib/locking-selftest.c | 4 +- lib/swiotlb.c | 88 +- lib/vsprintf.c | 1005 +++++++++++++++----- mm/page_alloc.c | 5 + mm/slab.c | 4 + mm/slob.c | 2 + mm/slub.c | 1 + mm/vmscan.c | 2 + 163 files changed, 3871 insertions(+), 2801 deletions(-) delete mode 100644 arch/ia64/dig/dig_vtd_iommu.c create mode 100644 arch/ia64/kernel/dma-mapping.c rename arch/x86/kernel/{pci-swiotlb_64.c => pci-swiotlb.c} (81%) create mode 100644 kernel/hung_task.c create mode 100644 kernel/lockdep_states.h Merging cpus4096/auto-cpus4096-next $ git merge cpus4096/auto-cpus4096-next Resolved 'arch/x86/kernel/cpu/common.c' using previous resolution. Auto-merging arch/x86/include/asm/processor.h Auto-merging arch/x86/kernel/cpu/common.c CONFLICT (content): Merge conflict in arch/x86/kernel/cpu/common.c Auto-merging arch/x86/kernel/cpu/intel_cacheinfo.c Auto-merging arch/x86/kernel/cpu/mcheck/mce_amd_64.c Auto-merging arch/x86/kernel/cpu/mcheck/mce_intel_64.c Auto-merging arch/x86/kernel/process.c Auto-merging arch/x86/kernel/tlb_uv.c Auto-merging kernel/sched.c Auto-merging mm/page_alloc.c Auto-merging mm/slab.c Auto-merging mm/vmscan.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 30f5909] Merge commit 'cpus4096/auto-cpus4096-next' $ git diff -M --stat --summary HEAD^.. arch/powerpc/include/asm/mmzone.h | 1 + arch/sparc/include/asm/mmzone.h | 2 + arch/x86/include/asm/cpumask.h | 18 -- arch/x86/include/asm/pci.h | 5 - arch/x86/include/asm/processor.h | 3 +- arch/x86/include/asm/smp.h | 13 +- arch/x86/include/asm/topology.h | 89 ++-------- arch/x86/kernel/apic/bigsmp_32.c | 16 +- arch/x86/kernel/apic/es7000_32.c | 17 +- arch/x86/kernel/apic/nmi.c | 11 +- arch/x86/kernel/apic/numaq_32.c | 11 +- arch/x86/kernel/apic/probe_32.c | 3 +- arch/x86/kernel/apic/summit_32.c | 21 +-- arch/x86/kernel/apm_32.c | 248 ++++++++++++++++----------- arch/x86/kernel/cpu/common.c | 13 +-- arch/x86/kernel/cpu/cpufreq/p4-clockmod.c | 2 +- arch/x86/kernel/cpu/cpufreq/powernow-k8.c | 13 +- arch/x86/kernel/cpu/cpufreq/speedstep-ich.c | 2 +- arch/x86/kernel/cpu/intel_cacheinfo.c | 24 ++-- arch/x86/kernel/cpu/mcheck/mce_64.c | 10 +- arch/x86/kernel/cpu/mcheck/mce_amd_64.c | 6 +- arch/x86/kernel/cpu/mcheck/mce_intel_64.c | 2 +- arch/x86/kernel/cpu/proc.c | 6 +- arch/x86/kernel/microcode_amd.c | 43 +++--- arch/x86/kernel/microcode_core.c | 160 ++++++++++-------- arch/x86/kernel/microcode_intel.c | 83 +++++---- arch/x86/kernel/process.c | 20 ++- arch/x86/kernel/smpboot.c | 70 +++++--- arch/x86/kernel/tlb_uv.c | 9 +- arch/x86/mm/Makefile | 2 +- arch/x86/mm/mmio-mod.c | 19 ++- arch/x86/mm/numa.c | 67 +++++++ arch/x86/mm/numa_64.c | 111 +----------- arch/x86/oprofile/op_model_p4.c | 2 +- arch/x86/xen/smp.c | 6 +- block/blk.h | 2 +- drivers/base/node.c | 2 +- drivers/char/sysrq.c | 2 +- drivers/oprofile/buffer_sync.c | 20 +-- drivers/oprofile/buffer_sync.h | 4 - drivers/oprofile/oprof.c | 9 +- drivers/pci/pci-driver.c | 3 +- drivers/xen/cpu_hotplug.c | 4 +- include/linux/gfp.h | 1 + include/linux/mmzone.h | 6 - include/linux/topology.h | 11 +- kernel/sched.c | 43 +++--- mm/page_alloc.c | 6 +- mm/quicklist.c | 2 +- mm/slab.c | 2 +- mm/vmscan.c | 6 +- net/sunrpc/svc.c | 3 +- 52 files changed, 617 insertions(+), 637 deletions(-) create mode 100644 arch/x86/mm/numa.c Merging tracing/auto-tracing-next $ git merge tracing/auto-tracing-next Auto-merging Documentation/kernel-parameters.txt Auto-merging MAINTAINERS Auto-merging arch/ia64/kernel/Makefile Auto-merging arch/x86/Kconfig Auto-merging arch/x86/kernel/Makefile Auto-merging arch/x86/kernel/cpu/intel.c Auto-merging arch/x86/kernel/process.c Auto-merging arch/x86/kernel/ptrace.c Removing block/blktrace.c Auto-merging drivers/char/sysrq.c Auto-merging include/linux/interrupt.h Auto-merging include/linux/sched.h Auto-merging kernel/lockdep.c Auto-merging kernel/module.c Auto-merging kernel/sched.c Auto-merging kernel/softirq.c Auto-merging mm/memory.c Auto-merging mm/slab.c Auto-merging mm/slob.c Merge made by recursive. Documentation/ABI/testing/debugfs-kmemtrace | 71 + Documentation/ftrace.txt | 1134 +++++++---- Documentation/kernel-parameters.txt | 12 + Documentation/sysrq.txt | 2 + Documentation/tracepoints.txt | 8 +- Documentation/vm/kmemtrace.txt | 126 ++ MAINTAINERS | 6 + arch/Kconfig | 1 + arch/alpha/include/asm/ftrace.h | 1 + arch/alpha/include/asm/hardirq.h | 13 - arch/avr32/include/asm/ftrace.h | 1 + arch/avr32/include/asm/hardirq.h | 11 - arch/blackfin/include/asm/ftrace.h | 1 + arch/cris/include/asm/ftrace.h | 1 + arch/h8300/include/asm/ftrace.h | 1 + arch/ia64/Kconfig | 3 + arch/ia64/include/asm/ftrace.h | 28 + arch/ia64/include/asm/hardirq.h | 10 - arch/ia64/kernel/Makefile | 5 + arch/ia64/kernel/entry.S | 100 + arch/ia64/kernel/ftrace.c | 206 ++ arch/ia64/kernel/ia64_ksyms.c | 6 + arch/m68k/include/asm/ftrace.h | 1 + arch/mips/include/asm/ftrace.h | 1 + arch/parisc/include/asm/ftrace.h | 1 + arch/um/include/asm/ftrace.h | 1 + arch/x86/Kconfig | 2 + arch/x86/include/asm/cacheflush.h | 5 + arch/x86/include/asm/fixmap.h | 2 + arch/x86/include/asm/ftrace.h | 7 + arch/x86/include/asm/ptrace-abi.h | 3 - arch/x86/include/asm/thread_info.h | 9 +- arch/x86/kernel/Makefile | 3 +- arch/x86/kernel/alternative.c | 29 +- arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c | 4 +- arch/x86/kernel/cpu/intel.c | 8 +- arch/x86/kernel/dumpstack.c | 6 + arch/x86/kernel/ftrace.c | 131 +- arch/x86/kernel/process.c | 5 +- arch/x86/kernel/ptrace.c | 7 + arch/x86/kvm/Kconfig | 3 +- arch/x86/mm/init_32.c | 35 +- arch/x86/mm/init_64.c | 37 +- arch/xtensa/include/asm/ftrace.h | 1 + block/Kconfig | 16 - block/Makefile | 1 - block/blktrace.c | 860 -------- drivers/char/sysrq.c | 2 +- drivers/oprofile/cpu_buffer.c | 5 +- fs/partitions/check.c | 4 + include/asm-frv/ftrace.h | 1 + include/asm-generic/vmlinux.lds.h | 29 +- include/asm-m32r/ftrace.h | 1 + include/asm-mn10300/ftrace.h | 1 + include/linux/blktrace_api.h | 5 + include/linux/compiler.h | 6 +- include/linux/ftrace.h | 229 ++- include/linux/ftrace_irq.h | 2 +- include/linux/hardirq.h | 73 +- include/linux/interrupt.h | 5 + include/linux/kernel.h | 133 ++ include/linux/memory.h | 6 + include/linux/module.h | 5 + include/linux/ring_buffer.h | 27 +- include/linux/sched.h | 12 + include/linux/slab_def.h | 68 +- include/linux/slob_def.h | 9 +- include/linux/slub_def.h | 72 +- include/linux/syscalls.h | 60 +- include/linux/trace_clock.h | 19 + include/linux/tracepoint.h | 116 +- include/trace/block.h | 70 +- include/trace/irq.h | 9 + include/trace/irq_event_types.h | 55 + include/trace/kmemtrace.h | 75 + include/trace/lockdep.h | 9 + include/trace/lockdep_event_types.h | 44 + include/trace/power.h | 32 + include/trace/sched.h | 49 +- include/trace/sched_event_types.h | 337 +++ include/trace/trace_event_types.h | 5 + include/trace/trace_events.h | 5 + include/trace/workqueue.h | 25 + init/Kconfig | 2 +- init/main.c | 2 + kernel/extable.c | 4 +- kernel/irq/handle.c | 6 + kernel/kprobes.c | 19 +- kernel/lockdep.c | 17 + kernel/module.c | 2 +- kernel/relay.c | 4 +- kernel/sched.c | 8 +- kernel/sched_clock.c | 53 +- kernel/softirq.c | 28 +- kernel/trace/Kconfig | 119 +- kernel/trace/Makefile | 11 + kernel/trace/blktrace.c | 1550 ++++++++++++++ kernel/trace/events.c | 15 + kernel/trace/ftrace.c | 1071 ++++++++--- kernel/trace/kmemtrace.c | 339 +++ kernel/trace/ring_buffer.c | 574 ++++-- kernel/trace/trace.c | 2941 +++++++++++++++------------ kernel/trace/trace.h | 243 ++- kernel/trace/trace_boot.c | 36 +- kernel/trace/trace_branch.c | 278 ++-- kernel/trace/trace_clock.c | 108 + kernel/trace/trace_event_types.h | 175 ++ kernel/trace/trace_events.c | 604 ++++++ kernel/trace/trace_events_stage_1.h | 39 + kernel/trace/trace_events_stage_2.h | 131 ++ kernel/trace/trace_events_stage_3.h | 217 ++ kernel/trace/trace_export.c | 102 + kernel/trace/trace_functions.c | 369 ++++- kernel/trace/trace_functions_graph.c | 433 +++-- kernel/trace/trace_hw_branches.c | 185 ++- kernel/trace/trace_irqsoff.c | 54 +- kernel/trace/trace_mmiotrace.c | 43 +- kernel/trace/trace_nop.c | 5 - kernel/trace/trace_output.c | 967 +++++++++ kernel/trace/trace_output.h | 63 + kernel/trace/trace_power.c | 194 +- kernel/trace/trace_printk.c | 270 +++ kernel/trace/trace_sched_switch.c | 24 +- kernel/trace/trace_sched_wakeup.c | 96 +- kernel/trace/trace_selftest.c | 133 +- kernel/trace/trace_stack.c | 19 +- kernel/trace/trace_stat.c | 319 +++ kernel/trace/trace_stat.h | 31 + kernel/trace/trace_syscalls.c | 250 +++ kernel/trace/trace_sysprof.c | 23 +- kernel/trace/trace_workqueue.c | 288 +++ kernel/tracepoint.c | 7 +- kernel/workqueue.c | 16 +- mm/memory.c | 10 + mm/slab.c | 71 +- mm/slob.c | 37 +- mm/slub.c | 97 +- samples/tracepoints/tp-samples-trace.h | 8 +- scripts/Makefile.build | 13 +- scripts/kallsyms.c | 57 + scripts/recordmcount.pl | 37 +- 141 files changed, 13258 insertions(+), 4089 deletions(-) create mode 100644 Documentation/ABI/testing/debugfs-kmemtrace create mode 100644 Documentation/vm/kmemtrace.txt create mode 100644 arch/alpha/include/asm/ftrace.h create mode 100644 arch/avr32/include/asm/ftrace.h create mode 100644 arch/blackfin/include/asm/ftrace.h create mode 100644 arch/cris/include/asm/ftrace.h create mode 100644 arch/h8300/include/asm/ftrace.h create mode 100644 arch/ia64/include/asm/ftrace.h create mode 100644 arch/ia64/kernel/ftrace.c create mode 100644 arch/m68k/include/asm/ftrace.h create mode 100644 arch/mips/include/asm/ftrace.h create mode 100644 arch/parisc/include/asm/ftrace.h create mode 100644 arch/um/include/asm/ftrace.h create mode 100644 arch/xtensa/include/asm/ftrace.h delete mode 100644 block/blktrace.c create mode 100644 include/asm-frv/ftrace.h create mode 100644 include/asm-m32r/ftrace.h create mode 100644 include/asm-mn10300/ftrace.h create mode 100644 include/linux/trace_clock.h create mode 100644 include/trace/irq.h create mode 100644 include/trace/irq_event_types.h create mode 100644 include/trace/kmemtrace.h create mode 100644 include/trace/lockdep.h create mode 100644 include/trace/lockdep_event_types.h create mode 100644 include/trace/power.h create mode 100644 include/trace/sched_event_types.h create mode 100644 include/trace/trace_event_types.h create mode 100644 include/trace/trace_events.h create mode 100644 include/trace/workqueue.h create mode 100644 kernel/trace/blktrace.c create mode 100644 kernel/trace/events.c create mode 100644 kernel/trace/kmemtrace.c create mode 100644 kernel/trace/trace_clock.c create mode 100644 kernel/trace/trace_event_types.h create mode 100644 kernel/trace/trace_events.c create mode 100644 kernel/trace/trace_events_stage_1.h create mode 100644 kernel/trace/trace_events_stage_2.h create mode 100644 kernel/trace/trace_events_stage_3.h create mode 100644 kernel/trace/trace_export.c create mode 100644 kernel/trace/trace_output.c create mode 100644 kernel/trace/trace_output.h create mode 100644 kernel/trace/trace_printk.c create mode 100644 kernel/trace/trace_stat.c create mode 100644 kernel/trace/trace_stat.h create mode 100644 kernel/trace/trace_syscalls.c create mode 100644 kernel/trace/trace_workqueue.c Merging genirq/auto-genirq-next $ git merge genirq/auto-genirq-next Resolved 'kernel/irq/handle.c' using previous resolution. Auto-merging arch/alpha/kernel/irq.c Auto-merging arch/arm/kernel/irq.c Auto-merging arch/blackfin/kernel/irqchip.c Auto-merging arch/ia64/kernel/irq.c Auto-merging arch/parisc/kernel/irq.c Auto-merging arch/powerpc/kernel/irq.c Auto-merging arch/sh/kernel/irq.c Auto-merging arch/sparc/kernel/irq_64.c Auto-merging arch/sparc/kernel/time_64.c Auto-merging drivers/pci/intr_remapping.c Auto-merging include/linux/interrupt.h Auto-merging include/linux/irq.h Auto-merging include/linux/irqnr.h Auto-merging kernel/irq/chip.c Auto-merging kernel/irq/handle.c CONFLICT (content): Merge conflict in kernel/irq/handle.c Auto-merging kernel/irq/internals.h Auto-merging kernel/irq/manage.c Auto-merging kernel/irq/numa_migrate.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 5f241be] Merge commit 'genirq/auto-genirq-next' $ git diff -M --stat --summary HEAD^.. Documentation/DocBook/genericirq.tmpl | 1 + Documentation/feature-removal-schedule.txt | 17 +++ arch/alpha/kernel/irq.c | 2 +- arch/alpha/kernel/irq_alpha.c | 2 +- arch/arm/kernel/irq.c | 2 +- arch/arm/mach-ns9xxx/irq.c | 3 +- arch/avr32/kernel/irq.c | 2 +- arch/blackfin/kernel/irqchip.c | 2 +- arch/cris/kernel/irq.c | 2 +- arch/frv/kernel/irq.c | 2 +- arch/h8300/kernel/irq.c | 4 +- arch/ia64/kernel/irq.c | 2 +- arch/m32r/kernel/irq.c | 2 +- arch/mips/kernel/irq.c | 2 +- arch/mn10300/kernel/irq.c | 2 +- arch/parisc/kernel/irq.c | 2 +- arch/powerpc/kernel/irq.c | 2 +- arch/powerpc/platforms/cell/interrupt.c | 2 +- arch/sh/kernel/irq.c | 2 +- arch/sparc/kernel/irq_64.c | 2 +- arch/sparc/kernel/time_64.c | 2 +- arch/um/kernel/irq.c | 2 +- arch/xtensa/kernel/irq.c | 2 +- drivers/char/random.c | 6 +- drivers/pci/intr_remapping.c | 2 +- include/linux/interrupt.h | 17 +++ include/linux/irq.h | 16 +-- include/linux/irqnr.h | 8 +- include/linux/irqreturn.h | 28 ++--- include/linux/kernel_stat.h | 13 +- kernel/irq/chip.c | 7 +- kernel/irq/handle.c | 37 ++++-- kernel/irq/internals.h | 1 + kernel/irq/manage.c | 192 ++++++++++++++++------------ kernel/irq/numa_migrate.c | 11 +- kernel/irq/spurious.c | 14 ++- 36 files changed, 248 insertions(+), 167 deletions(-) Merging safe-poison-pointers/auto-safe-poison-pointers-next $ git merge safe-poison-pointers/auto-safe-poison-pointers-next Auto-merging arch/x86/Kconfig Merge made by recursive. arch/x86/Kconfig | 5 +++++ include/linux/poison.h | 16 ++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) Merging sched/auto-sched-next $ git merge sched/auto-sched-next Resolved 'lib/Makefile' using previous resolution. Removing Documentation/scheduler/sched-coding.txt Auto-merging arch/x86/kernel/tsc.c Auto-merging include/linux/sched.h Auto-merging init/Kconfig Auto-merging kernel/sched.c Auto-merging kernel/sched_clock.c Auto-merging kernel/sched_features.h Auto-merging kernel/sched_rt.c Auto-merging lib/Kconfig Auto-merging lib/Makefile CONFLICT (content): Merge conflict in lib/Makefile Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 26bfc8c] Merge commit 'sched/auto-sched-next' $ git diff -M --stat --summary HEAD^.. Documentation/scheduler/00-INDEX | 2 - Documentation/scheduler/sched-coding.txt | 126 ------- arch/x86/kernel/tsc.c | 9 +- include/linux/init_task.h | 1 + include/linux/latencytop.h | 10 +- include/linux/plist.h | 9 +- include/linux/sched.h | 7 +- init/Kconfig | 1 - kernel/latencytop.c | 83 ++++- kernel/sched.c | 214 ++++++++++-- kernel/sched_clock.c | 31 ++- kernel/sched_debug.c | 3 +- kernel/sched_fair.c | 59 +++- kernel/sched_features.h | 3 +- kernel/sched_rt.c | 537 +++++++++++++++++++++--------- lib/Kconfig | 6 - lib/Makefile | 3 +- lib/kernel_lock.c | 2 +- 18 files changed, 728 insertions(+), 378 deletions(-) delete mode 100644 Documentation/scheduler/sched-coding.txt Merging stackprotector/auto-stackprotector-next $ git merge stackprotector/auto-stackprotector-next Already up-to-date. Merging timers/auto-timers-next $ git merge timers/auto-timers-next Auto-merging Documentation/kernel-parameters.txt Auto-merging arch/x86/kernel/quirks.c Auto-merging include/linux/timer.h Auto-merging kernel/relay.c Auto-merging kernel/timer.c Merge made by recursive. Documentation/kernel-parameters.txt | 4 +- arch/powerpc/platforms/cell/spufs/sched.c | 2 +- arch/x86/kernel/hpet.c | 80 ++++- arch/x86/kernel/quirks.c | 3 +- drivers/infiniband/hw/ipath/ipath_driver.c | 6 +- include/linux/timer.h | 22 +-- include/linux/timex.h | 2 +- kernel/relay.c | 2 +- kernel/time/clockevents.c | 20 +- kernel/time/ntp.c | 444 +++++++++++++++++----------- kernel/timer.c | 110 +++++--- 11 files changed, 435 insertions(+), 260 deletions(-) Merging pci/linux-next $ git merge pci/linux-next Recorded preimage for 'Documentation/feature-removal-schedule.txt' Renaming arch/x86/kernel/io_apic.c => arch/x86/kernel/apic/io_apic.c Auto-merging arch/x86/kernel/apic/io_apic.c Auto-merging Documentation/feature-removal-schedule.txt CONFLICT (content): Merge conflict in Documentation/feature-removal-schedule.txt Auto-merging Documentation/kernel-parameters.txt Auto-merging arch/x86/include/asm/pci.h Auto-merging arch/x86/kernel/pci-dma.c Auto-merging arch/x86/pci/fixup.c Auto-merging drivers/pci/intel-iommu.c Auto-merging drivers/pci/pci-driver.c Auto-merging include/linux/acpi.h Auto-merging include/linux/pci_ids.h Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a Recorded resolution for 'Documentation/feature-removal-schedule.txt'. [master 163e792] Merge commit 'pci/linux-next' $ git diff -M --stat --summary HEAD^.. Documentation/ABI/testing/sysfs-bus-pci | 70 +++ Documentation/DocBook/kernel-api.tmpl | 1 + Documentation/PCI/MSI-HOWTO.txt | 814 +++++++++++---------------- Documentation/PCI/pci-iov-howto.txt | 99 ++++ Documentation/feature-removal-schedule.txt | 33 ++ Documentation/filesystems/sysfs-pci.txt | 10 + Documentation/kernel-parameters.txt | 11 + arch/alpha/include/asm/pci.h | 14 + arch/alpha/kernel/Makefile | 2 +- arch/alpha/kernel/pci-sysfs.c | 366 +++++++++++++ arch/powerpc/include/asm/pci.h | 4 + arch/powerpc/kernel/msi.c | 4 + arch/x86/include/asm/pci.h | 3 + arch/x86/kernel/apic/io_apic.c | 4 + arch/x86/kernel/pci-dma.c | 3 +- arch/x86/pci/early.c | 19 +- arch/x86/pci/fixup.c | 20 - arch/x86/pci/mmconfig-shared.c | 227 ++++++-- arch/x86/pci/mmconfig_64.c | 17 +- drivers/acpi/pci_root.c | 180 ++++++- drivers/pci/Kconfig | 10 + drivers/pci/Makefile | 2 + drivers/pci/bus.c | 8 +- drivers/pci/hotplug/acpi_pcihp.c | 58 +-- drivers/pci/hotplug/cpqphp_sysfs.c | 3 +- drivers/pci/hotplug/fakephp.c | 443 ++++------------ drivers/pci/hotplug/pciehp.h | 13 +- drivers/pci/hotplug/pciehp_acpi.c | 21 +- drivers/pci/hotplug/pciehp_core.c | 18 +- drivers/pci/hotplug/pciehp_hpc.c | 34 +- drivers/pci/hotplug/shpchp.h | 10 +- drivers/pci/hotplug/shpchp_pci.c | 2 +- drivers/pci/intel-iommu.c | 2 +- drivers/pci/iov.c | 680 +++++++++++++++++++++++ drivers/pci/msi.c | 426 ++++++++-------- drivers/pci/msi.h | 6 - drivers/pci/pci-acpi.c | 215 -------- drivers/pci/pci-driver.c | 81 +++- drivers/pci/pci-sysfs.c | 124 ++++- drivers/pci/pci.c | 182 ++++++- drivers/pci/pci.h | 65 +++ drivers/pci/pcie/aer/aerdrv.c | 28 +- drivers/pci/pcie/aer/aerdrv_acpi.c | 2 +- drivers/pci/pcie/aer/aerdrv_core.c | 10 +- drivers/pci/pcie/portdrv.h | 14 +- drivers/pci/pcie/portdrv_bus.c | 18 +- drivers/pci/pcie/portdrv_core.c | 379 +++++++++----- drivers/pci/pcie/portdrv_pci.c | 50 +- drivers/pci/probe.c | 211 +++++--- drivers/pci/quirks.c | 75 +++- drivers/pci/remove.c | 3 + drivers/pci/search.c | 2 +- drivers/pci/setup-bus.c | 7 +- drivers/pci/setup-res.c | 15 + drivers/pci/slot.c | 18 +- include/linux/acpi.h | 34 ++ include/linux/msi.h | 13 +- include/linux/pci-acpi.h | 67 +-- include/linux/pci.h | 61 ++- include/linux/pci_ids.h | 1 + include/linux/pci_regs.h | 35 ++- include/linux/pcieport_if.h | 36 +- 62 files changed, 3519 insertions(+), 1864 deletions(-) create mode 100644 Documentation/PCI/pci-iov-howto.txt create mode 100644 arch/alpha/kernel/pci-sysfs.c create mode 100644 drivers/pci/iov.c $ git reset --hard HEAD^ HEAD is now at 0e2fbcc Merge commit 'timers/auto-timers-next' Merging next-20090320/pci $ git merge next-20090320/pci Auto-merging Documentation/kernel-parameters.txt Auto-merging arch/x86/include/asm/pci.h Auto-merging drivers/pci/intel-iommu.c Auto-merging include/linux/acpi.h Merge made by recursive. Documentation/kernel-parameters.txt | 2 + arch/alpha/include/asm/pci.h | 14 ++ arch/alpha/kernel/Makefile | 2 +- arch/alpha/kernel/pci-sysfs.c | 366 +++++++++++++++++++++++++++++++++ arch/powerpc/include/asm/pci.h | 4 + arch/x86/include/asm/pci.h | 3 + arch/x86/pci/early.c | 19 +- drivers/acpi/pci_root.c | 180 ++++++++++++++++- drivers/pci/bus.c | 2 +- drivers/pci/hotplug/acpi_pcihp.c | 58 ++---- drivers/pci/hotplug/cpqphp_sysfs.c | 3 +- drivers/pci/hotplug/pciehp.h | 13 +- drivers/pci/hotplug/pciehp_acpi.c | 21 +-- drivers/pci/hotplug/pciehp_core.c | 18 +-- drivers/pci/hotplug/pciehp_hpc.c | 34 ++-- drivers/pci/hotplug/shpchp.h | 10 +- drivers/pci/hotplug/shpchp_pci.c | 2 +- drivers/pci/intel-iommu.c | 2 +- drivers/pci/msi.c | 71 ++++--- drivers/pci/pci-acpi.c | 215 -------------------- drivers/pci/pci-sysfs.c | 19 ++- drivers/pci/pci.c | 54 +++-- drivers/pci/pcie/aer/aerdrv.c | 28 +--- drivers/pci/pcie/aer/aerdrv_acpi.c | 2 +- drivers/pci/pcie/aer/aerdrv_core.c | 10 +- drivers/pci/pcie/portdrv.h | 14 +- drivers/pci/pcie/portdrv_bus.c | 18 +- drivers/pci/pcie/portdrv_core.c | 378 +++++++++++++++++++++++------------ drivers/pci/pcie/portdrv_pci.c | 49 ++--- drivers/pci/probe.c | 2 +- drivers/pci/quirks.c | 6 +- drivers/pci/remove.c | 3 + drivers/pci/search.c | 2 +- drivers/pci/setup-bus.c | 4 +- drivers/pci/slot.c | 18 +- include/linux/acpi.h | 34 +++ include/linux/pci-acpi.h | 67 +------ include/linux/pci.h | 9 +- include/linux/pcieport_if.h | 36 ++-- 39 files changed, 1115 insertions(+), 677 deletions(-) create mode 100644 arch/alpha/kernel/pci-sysfs.c Merging quilt/device-mapper $ git merge quilt/device-mapper Removing drivers/md/dm-snap.h Merge made by recursive. drivers/md/dm-bio-record.h | 26 +++ drivers/md/dm-crypt.c | 6 +- drivers/md/dm-exception-store.c | 252 +++++++++++++++++++++++++ drivers/md/dm-exception-store.h | 58 +++++- drivers/md/dm-io.c | 5 +- drivers/md/dm-path-selector.c | 21 +-- drivers/md/dm-raid1.c | 50 +++++- drivers/md/dm-snap-persistent.c | 153 +++++++++++----- drivers/md/dm-snap-transient.c | 86 +++++++-- drivers/md/dm-snap.c | 384 ++++++++++++++++++++------------------- drivers/md/dm-snap.h | 105 ----------- drivers/md/dm-target.c | 104 +++-------- drivers/md/dm.h | 2 +- include/linux/device-mapper.h | 3 + include/linux/dm-dirty-log.h | 10 + 15 files changed, 799 insertions(+), 466 deletions(-) delete mode 100644 drivers/md/dm-snap.h Merging hid/for-next $ git merge hid/for-next Auto-merging Documentation/feature-removal-schedule.txt Auto-merging drivers/hid/hid-core.c Removing drivers/hid/hid-dummy.c Auto-merging drivers/hid/hid-ids.h Auto-merging drivers/hid/hidraw.c Merge made by recursive. Documentation/feature-removal-schedule.txt | 7 - drivers/hid/Kconfig | 40 ++- drivers/hid/Makefile | 7 +- drivers/hid/hid-a4tech.c | 2 - drivers/hid/hid-apple.c | 26 +- drivers/hid/hid-belkin.c | 2 - drivers/hid/hid-cherry.c | 2 - drivers/hid/hid-chicony.c | 2 - drivers/hid/hid-core.c | 37 ++- drivers/hid/hid-cypress.c | 2 - drivers/hid/hid-drff.c | 188 +++++++++++ drivers/hid/hid-dummy.c | 78 ----- drivers/hid/hid-ezkey.c | 2 - drivers/hid/hid-gaff.c | 2 - drivers/hid/hid-gyration.c | 2 - drivers/hid/hid-ids.h | 10 + drivers/hid/hid-kensington.c | 63 ++++ drivers/hid/hid-kye.c | 69 ++++ drivers/hid/hid-lg.c | 2 - drivers/hid/hid-microsoft.c | 2 - drivers/hid/hid-monterey.c | 2 - drivers/hid/hid-ntrig.c | 2 - drivers/hid/hid-petalynx.c | 2 - drivers/hid/hid-pl.c | 52 +++- drivers/hid/hid-samsung.c | 2 - drivers/hid/hid-sony.c | 2 - drivers/hid/hid-sunplus.c | 2 - drivers/hid/hid-tmff.c | 2 - drivers/hid/hid-topseed.c | 2 - drivers/hid/hid-zpff.c | 2 - drivers/hid/hidraw.c | 17 +- drivers/hid/usbhid/hid-core.c | 475 ++++++++++++++++++++++------ drivers/hid/usbhid/hiddev.c | 22 ++- drivers/hid/usbhid/usbhid.h | 14 +- include/linux/hid.h | 23 +- 35 files changed, 851 insertions(+), 315 deletions(-) create mode 100644 drivers/hid/hid-drff.c delete mode 100644 drivers/hid/hid-dummy.c create mode 100644 drivers/hid/hid-kensington.c create mode 100644 drivers/hid/hid-kye.c Merging quilt/i2c $ git merge quilt/i2c Resolved 'drivers/i2c/busses/i2c-mpc.c' using previous resolution. Auto-merging Documentation/feature-removal-schedule.txt Auto-merging arch/sh/boards/board-sh7785lcr.c Auto-merging drivers/i2c/busses/i2c-mpc.c CONFLICT (content): Merge conflict in drivers/i2c/busses/i2c-mpc.c Auto-merging include/linux/pci_ids.h Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master b4f5d4f] Merge branch 'quilt/i2c' $ git diff -M --stat --summary HEAD^.. Documentation/feature-removal-schedule.txt | 3 +- Documentation/i2c/busses/i2c-nforce2 | 12 +- Documentation/i2c/instantiating-devices | 167 ++++++++++++++++++ Documentation/i2c/writing-clients | 19 ++- arch/sh/boards/board-sh7785lcr.c | 2 +- drivers/i2c/algos/i2c-algo-bit.c | 4 +- drivers/i2c/algos/i2c-algo-pca.c | 250 ++++++++++++++++++++++----- drivers/i2c/algos/i2c-algo-pcf.c | 261 +++++++++++++--------------- drivers/i2c/busses/Kconfig | 8 +- drivers/i2c/busses/i2c-davinci.c | 8 +- drivers/i2c/busses/i2c-ibm_iic.c | 6 +- drivers/i2c/busses/i2c-iop3xx.c | 2 +- drivers/i2c/busses/i2c-mpc.c | 4 +- drivers/i2c/busses/i2c-mv64xxx.c | 7 +- drivers/i2c/busses/i2c-nforce2.c | 12 +- drivers/i2c/busses/i2c-pca-isa.c | 39 +++-- drivers/i2c/busses/i2c-pca-platform.c | 48 +++--- drivers/i2c/busses/i2c-piix4.c | 73 ++++++++- drivers/i2c/busses/i2c-powermac.c | 3 +- drivers/i2c/busses/i2c-pxa.c | 9 +- drivers/i2c/i2c-core.c | 36 +++-- drivers/misc/eeprom/Kconfig | 2 +- include/linux/i2c-algo-pca.h | 33 ++++- include/linux/i2c-pca-platform.h | 2 +- include/linux/pci_ids.h | 4 + 25 files changed, 740 insertions(+), 274 deletions(-) create mode 100644 Documentation/i2c/instantiating-devices Merging quilt/jdelvare-hwmon $ git merge quilt/jdelvare-hwmon Merge made by recursive. Documentation/hwmon/ds1621 | 51 +-------- Documentation/{i2c/chips => hwmon}/pcf8591 | 0 Documentation/hwmon/sysfs-interface | 22 ++++ Documentation/hwmon/w83627ehf | 29 ++++-- drivers/hwmon/Kconfig | 18 +++- drivers/hwmon/Makefile | 1 + drivers/hwmon/ds1621.c | 172 +++++++++++++-------------- drivers/hwmon/hdaps.c | 66 ++++++----- drivers/{i2c/chips => hwmon}/pcf8591.c | 24 ++-- drivers/hwmon/w83627ehf.c | 170 ++++++++++++++++++++------- drivers/i2c/chips/Kconfig | 13 -- drivers/i2c/chips/Makefile | 1 - 12 files changed, 317 insertions(+), 250 deletions(-) rename Documentation/{i2c/chips => hwmon}/pcf8591 (100%) rename drivers/{i2c/chips => hwmon}/pcf8591.c (96%) Merging quilt/kernel-doc $ git merge quilt/kernel-doc Resolved 'Documentation/kernel-parameters.txt' using previous resolution. Auto-merging Documentation/kernel-parameters.txt CONFLICT (content): Merge conflict in Documentation/kernel-parameters.txt Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 616001e] Merge branch 'quilt/kernel-doc' $ git diff -M --stat --summary HEAD^.. Documentation/kernel-parameters.txt | 488 +++++++++++++++++------------------ 1 files changed, 242 insertions(+), 246 deletions(-) Merging v4l-dvb/master $ git merge v4l-dvb/master Auto-merging Documentation/feature-removal-schedule.txt Auto-merging MAINTAINERS Auto-merging arch/arm/mach-pxa/pcm990-baseboard.c Auto-merging arch/sh/boards/board-ap325rxa.c Auto-merging arch/sh/boards/mach-migor/setup.c Auto-merging drivers/media/video/omap24xxcam.c Auto-merging drivers/media/video/pxa_camera.c Removing drivers/media/video/saa7111.c Removing drivers/media/video/saa7114.c Removing drivers/media/video/tda9840.h Removing include/linux/video_decoder.h Removing include/linux/video_encoder.h Merge made by recursive. Documentation/dvb/get_dvb_firmware | 15 +- Documentation/feature-removal-schedule.txt | 8 +- Documentation/ioctl/ioctl-number.txt | 2 - Documentation/video4linux/CARDLIST.bttv | 6 +- Documentation/video4linux/CARDLIST.cx23885 | 4 + Documentation/video4linux/CARDLIST.cx88 | 1 + Documentation/video4linux/CARDLIST.em28xx | 9 +- Documentation/video4linux/CARDLIST.saa7134 | 2 + Documentation/video4linux/Zoran | 3 +- Documentation/video4linux/bttv/Insmod-options | 10 - Documentation/video4linux/bttv/README | 4 +- Documentation/video4linux/cx2341x/README.hm12 | 4 + Documentation/video4linux/gspca.txt | 3 + Documentation/video4linux/si470x.txt | 11 +- Documentation/video4linux/v4l2-framework.txt | 187 +- Documentation/video4linux/zr364xx.txt | 1 + MAINTAINERS | 2 - arch/arm/mach-pxa/pcm990-baseboard.c | 53 +- arch/arm/plat-mxc/include/mach/mx3_camera.h | 52 + arch/sh/boards/board-ap325rxa.c | 3 +- arch/sh/boards/mach-migor/setup.c | 5 +- drivers/media/Kconfig | 2 +- drivers/media/common/ir-keymaps.c | 146 + drivers/media/common/saa7146_core.c | 15 +- drivers/media/common/saa7146_fops.c | 48 +- drivers/media/common/saa7146_i2c.c | 29 +- drivers/media/common/saa7146_video.c | 1270 +++--- drivers/media/common/tuners/Kconfig | 26 +- drivers/media/common/tuners/Makefile | 1 + drivers/media/common/tuners/mc44s803.c | 371 ++ drivers/media/common/tuners/mc44s803.h | 46 + drivers/media/common/tuners/mc44s803_priv.h | 208 + drivers/media/common/tuners/mt2060.c | 2 +- drivers/media/common/tuners/mt20xx.c | 2 +- drivers/media/common/tuners/mxl5007t.c | 428 +-- drivers/media/common/tuners/tda18271-common.c | 6 +- drivers/media/common/tuners/tda18271-fe.c | 37 + drivers/media/common/tuners/tda18271-priv.h | 6 +- drivers/media/common/tuners/tda18271.h | 10 + drivers/media/common/tuners/tda827x.c | 183 +- drivers/media/common/tuners/tda8290.c | 9 +- drivers/media/common/tuners/tea5761.c | 2 +- drivers/media/common/tuners/tea5767.c | 2 +- drivers/media/common/tuners/xc5000.c | 14 +- drivers/media/dvb/b2c2/flexcop-pci.c | 1 + drivers/media/dvb/bt8xx/dst_ca.c | 2 +- drivers/media/dvb/bt8xx/dvb-bt8xx.c | 2 +- drivers/media/dvb/dm1105/Kconfig | 1 + drivers/media/dvb/dm1105/dm1105.c | 204 +- drivers/media/dvb/dvb-core/dmxdev.c | 2 +- drivers/media/dvb/dvb-core/dvb_ca_en50221.c | 2 +- drivers/media/dvb/dvb-core/dvb_frontend.c | 2 +- drivers/media/dvb/dvb-core/dvb_net.c | 2 +- drivers/media/dvb/dvb-core/dvbdev.c | 4 +- drivers/media/dvb/dvb-core/dvbdev.h | 2 +- drivers/media/dvb/dvb-usb/Kconfig | 13 +- drivers/media/dvb/dvb-usb/af9015.c | 60 +- drivers/media/dvb/dvb-usb/af9015.h | 31 + drivers/media/dvb/dvb-usb/dib0700_core.c | 10 +- drivers/media/dvb/dvb-usb/dib0700_devices.c | 152 +- drivers/media/dvb/dvb-usb/dvb-usb-ids.h | 6 + drivers/media/dvb/dvb-usb/dvb-usb.h | 2 +- drivers/media/dvb/firewire/firedtv-avc.c | 2 +- drivers/media/dvb/frontends/Kconfig | 69 +- drivers/media/dvb/frontends/Makefile | 6 + drivers/media/dvb/frontends/au8522.h | 16 + drivers/media/dvb/frontends/au8522_decoder.c | 836 ++++ .../media/dvb/frontends/{au8522.c => au8522_dig.c} | 96 +- drivers/media/dvb/frontends/au8522_priv.h | 412 ++ drivers/media/dvb/frontends/cx24113.c | 2 +- drivers/media/dvb/frontends/cx24116.c | 63 +- drivers/media/dvb/frontends/cx24123.c | 4 +- drivers/media/dvb/frontends/dib0070.h | 2 - drivers/media/dvb/frontends/dib3000mc.h | 36 +- drivers/media/dvb/frontends/dib7000m.h | 28 +- drivers/media/dvb/frontends/dib7000p.h | 35 +- drivers/media/dvb/frontends/dvb_dummy_fe.h | 19 + drivers/media/dvb/frontends/lgdt3304.c | 1 - drivers/media/dvb/frontends/lgdt3305.c | 1087 +++++ drivers/media/dvb/frontends/lgdt3305.h | 85 + drivers/media/dvb/frontends/lnbh24.h | 55 + drivers/media/dvb/frontends/lnbp21.c | 41 +- drivers/media/dvb/frontends/lnbp21.h | 34 +- drivers/media/dvb/frontends/s921_module.c | 1 - drivers/media/dvb/frontends/stv0900.h | 62 + drivers/media/dvb/frontends/stv0900_core.c | 1949 +++++++++ drivers/media/dvb/frontends/stv0900_init.h | 441 ++ drivers/media/dvb/frontends/stv0900_priv.h | 430 ++ drivers/media/dvb/frontends/stv0900_reg.h | 3787 +++++++++++++++++ drivers/media/dvb/frontends/stv0900_sw.c | 2847 +++++++++++++ drivers/media/dvb/frontends/stv6110.c | 456 ++ drivers/media/dvb/frontends/stv6110.h | 62 + drivers/media/dvb/frontends/tda1004x.c | 30 +- drivers/media/dvb/frontends/zl10036.c | 519 +++ drivers/media/dvb/frontends/zl10036.h | 53 + drivers/media/dvb/siano/Makefile | 4 +- drivers/media/dvb/siano/sms-cards.c | 92 +- drivers/media/dvb/siano/sms-cards.h | 5 +- drivers/media/dvb/siano/smscoreapi.c | 45 +- drivers/media/dvb/siano/smscoreapi.h | 41 +- drivers/media/dvb/siano/smsdvb.c | 60 +- drivers/media/dvb/siano/smsusb.c | 73 +- drivers/media/dvb/ttpci/av7110.c | 2 +- drivers/media/dvb/ttpci/av7110_av.c | 4 +- drivers/media/dvb/ttpci/av7110_ca.c | 2 +- drivers/media/dvb/ttpci/av7110_v4l.c | 480 ++-- drivers/media/dvb/ttpci/budget-av.c | 88 +- drivers/media/radio/dsbr100.c | 10 +- drivers/media/radio/radio-aimslab.c | 347 +- drivers/media/radio/radio-aztech.c | 378 +- drivers/media/radio/radio-cadet.c | 595 ++-- drivers/media/radio/radio-gemtek-pci.c | 329 +- drivers/media/radio/radio-gemtek.c | 396 +- drivers/media/radio/radio-maestro.c | 337 +- drivers/media/radio/radio-maxiradio.c | 374 +- drivers/media/radio/radio-mr800.c | 221 +- drivers/media/radio/radio-rtrack2.c | 276 +- drivers/media/radio/radio-sf16fmi.c | 283 +- drivers/media/radio/radio-sf16fmr2.c | 371 +- drivers/media/radio/radio-si470x.c | 200 +- drivers/media/radio/radio-tea5764.c | 3 +- drivers/media/radio/radio-terratec.c | 310 +- drivers/media/radio/radio-trust.c | 343 +- drivers/media/radio/radio-typhoon.c | 349 +- drivers/media/radio/radio-zoltrix.c | 378 +- drivers/media/video/Kconfig | 70 +- drivers/media/video/Makefile | 11 +- drivers/media/video/adv7170.c | 354 +- drivers/media/video/adv7175.c | 329 +- drivers/media/video/au0828/Kconfig | 10 +- drivers/media/video/au0828/Makefile | 2 +- drivers/media/video/au0828/au0828-cards.c | 127 +- drivers/media/video/au0828/au0828-core.c | 34 +- drivers/media/video/au0828/au0828-dvb.c | 2 +- drivers/media/video/au0828/au0828-i2c.c | 72 +- drivers/media/video/au0828/au0828-reg.h | 6 + drivers/media/video/au0828/au0828-video.c | 1712 ++++++++ drivers/media/video/au0828/au0828.h | 181 +- drivers/media/video/bt819.c | 493 ++- drivers/media/video/bt856.c | 291 +- drivers/media/video/bt866.c | 282 +- drivers/media/video/bt8xx/bttv-cards.c | 1499 ++++---- drivers/media/video/bt8xx/bttv-driver.c | 154 +- drivers/media/video/bt8xx/bttv-i2c.c | 16 +- drivers/media/video/bt8xx/bttv-if.c | 18 +- drivers/media/video/bt8xx/bttv-risc.c | 4 +- drivers/media/video/bt8xx/bttv-vbi.c | 2 +- drivers/media/video/bt8xx/bttv.h | 89 +- drivers/media/video/bt8xx/bttvp.h | 25 +- drivers/media/video/cafe_ccic.c | 418 +-- drivers/media/video/cpia2/cpia2_v4l.c | 1 + drivers/media/video/cs53l32a.c | 1 - drivers/media/video/cx18/cx18-audio.c | 52 +- drivers/media/video/cx18/cx18-audio.h | 2 - drivers/media/video/cx18/cx18-av-core.c | 797 +++-- drivers/media/video/cx18/cx18-av-core.h | 40 +- drivers/media/video/cx18/cx18-av-firmware.c | 16 +- drivers/media/video/cx18/cx18-av-vbi.c | 100 +- drivers/media/video/cx18/cx18-cards.c | 50 +- drivers/media/video/cx18/cx18-cards.h | 18 +- drivers/media/video/cx18/cx18-controls.c | 70 +- drivers/media/video/cx18/cx18-driver.c | 416 +- drivers/media/video/cx18/cx18-driver.h | 258 +- drivers/media/video/cx18/cx18-dvb.c | 2 +- drivers/media/video/cx18/cx18-fileops.c | 107 +- drivers/media/video/cx18/cx18-firmware.c | 22 +- drivers/media/video/cx18/cx18-gpio.c | 319 +- drivers/media/video/cx18/cx18-gpio.h | 10 +- drivers/media/video/cx18/cx18-i2c.c | 296 +- drivers/media/video/cx18/cx18-i2c.h | 5 +- drivers/media/video/cx18/cx18-ioctl.c | 273 +- drivers/media/video/cx18/cx18-mailbox.c | 44 +- drivers/media/video/cx18/cx18-queue.c | 4 +- drivers/media/video/cx18/cx18-queue.h | 4 +- drivers/media/video/cx18/cx18-streams.c | 210 +- drivers/media/video/cx18/cx18-vbi.c | 155 +- drivers/media/video/cx18/cx18-vbi.h | 2 +- drivers/media/video/cx18/cx18-version.h | 4 +- drivers/media/video/cx18/cx18-video.c | 3 +- drivers/media/video/cx18/cx23418.h | 16 + drivers/media/video/cx231xx/Kconfig | 35 + drivers/media/video/cx231xx/Makefile | 12 + drivers/media/video/cx231xx/cx231xx-audio.c | 585 +++ drivers/media/video/cx231xx/cx231xx-avcore.c | 2780 +++++++++++++ drivers/media/video/cx231xx/cx231xx-cards.c | 942 +++++ drivers/media/video/cx231xx/cx231xx-conf-reg.h | 494 +++ drivers/media/video/cx231xx/cx231xx-core.c | 1200 ++++++ drivers/media/video/cx231xx/cx231xx-dvb.c | 559 +++ drivers/media/video/cx231xx/cx231xx-i2c.c | 598 +++ drivers/media/video/cx231xx/cx231xx-input.c | 246 ++ drivers/media/video/cx231xx/cx231xx-pcb-cfg.c | 793 ++++ drivers/media/video/cx231xx/cx231xx-pcb-cfg.h | 235 ++ drivers/media/video/cx231xx/cx231xx-reg.h | 1564 +++++++ drivers/media/video/cx231xx/cx231xx-vbi.c | 705 ++++ drivers/media/video/cx231xx/cx231xx-vbi.h | 65 + drivers/media/video/cx231xx/cx231xx-video.c | 2452 +++++++++++ drivers/media/video/cx231xx/cx231xx.h | 766 ++++ drivers/media/video/cx2341x.c | 196 +- drivers/media/video/cx23885/Kconfig | 13 +- drivers/media/video/cx23885/Makefile | 4 +- drivers/media/video/cx23885/cimax2.c | 472 +++ drivers/media/video/cx23885/cimax2.h | 47 + drivers/media/video/cx23885/cx23885-cards.c | 90 + drivers/media/video/cx23885/cx23885-core.c | 26 +- drivers/media/video/cx23885/cx23885-dvb.c | 164 +- drivers/media/video/cx23885/cx23885-reg.h | 2 + drivers/media/video/cx23885/cx23885-video.c | 6 +- drivers/media/video/cx23885/cx23885.h | 6 + drivers/media/video/cx23885/netup-eeprom.c | 107 + drivers/media/video/cx23885/netup-eeprom.h | 42 + drivers/media/video/cx23885/netup-init.c | 125 + drivers/media/video/cx23885/netup-init.h | 25 + drivers/media/video/cx25840/cx25840-audio.c | 66 +- drivers/media/video/cx25840/cx25840-core.c | 188 +- drivers/media/video/cx25840/cx25840-core.h | 1 + drivers/media/video/cx25840/cx25840-firmware.c | 11 +- drivers/media/video/cx88/cx88-cards.c | 46 + drivers/media/video/cx88/cx88-core.c | 4 +- drivers/media/video/cx88/cx88-dvb.c | 16 + drivers/media/video/cx88/cx88-i2c.c | 8 +- drivers/media/video/cx88/cx88-input.c | 29 +- drivers/media/video/cx88/cx88-video.c | 12 +- drivers/media/video/cx88/cx88.h | 10 +- drivers/media/video/dabusb.c | 70 +- drivers/media/video/em28xx/em28xx-audio.c | 77 +- drivers/media/video/em28xx/em28xx-cards.c | 193 +- drivers/media/video/em28xx/em28xx-core.c | 39 +- drivers/media/video/em28xx/em28xx-dvb.c | 3 - drivers/media/video/em28xx/em28xx-i2c.c | 12 +- drivers/media/video/em28xx/em28xx-input.c | 22 +- drivers/media/video/em28xx/em28xx-video.c | 61 +- drivers/media/video/em28xx/em28xx.h | 24 +- drivers/media/video/gspca/Kconfig | 18 + drivers/media/video/gspca/Makefile | 100 +- drivers/media/video/gspca/conex.c | 63 +- drivers/media/video/gspca/etoms.c | 36 +- drivers/media/video/gspca/finepix.c | 12 +- drivers/media/video/gspca/gspca.c | 164 +- drivers/media/video/gspca/gspca.h | 14 +- drivers/media/video/gspca/jpeg.h | 263 +- drivers/media/video/gspca/m5602/m5602_core.c | 7 +- drivers/media/video/gspca/mars.c | 506 ++- drivers/media/video/gspca/mr97310a.c | 362 ++ drivers/media/video/gspca/ov519.c | 7 +- drivers/media/video/gspca/ov534.c | 820 +++- drivers/media/video/gspca/pac207.c | 8 +- drivers/media/video/gspca/pac7311.c | 7 +- drivers/media/video/gspca/sonixb.c | 7 +- drivers/media/video/gspca/sonixj.c | 949 ++++-- drivers/media/video/gspca/spca500.c | 99 +- drivers/media/video/gspca/spca501.c | 22 +- drivers/media/video/gspca/spca505.c | 525 ++-- drivers/media/video/gspca/spca506.c | 57 +- drivers/media/video/gspca/spca508.c | 128 +- drivers/media/video/gspca/spca561.c | 192 +- drivers/media/video/gspca/sq905.c | 456 ++ drivers/media/video/gspca/stk014.c | 72 +- drivers/media/video/gspca/stv06xx/stv06xx.c | 7 +- drivers/media/video/gspca/stv06xx/stv06xx_hdcs.c | 76 +- drivers/media/video/gspca/stv06xx/stv06xx_hdcs.h | 65 - drivers/media/video/gspca/stv06xx/stv06xx_pb0100.c | 147 +- drivers/media/video/gspca/stv06xx/stv06xx_pb0100.h | 130 +- drivers/media/video/gspca/stv06xx/stv06xx_sensor.h | 8 - drivers/media/video/gspca/stv06xx/stv06xx_vv6410.c | 123 +- drivers/media/video/gspca/stv06xx/stv06xx_vv6410.h | 58 +- drivers/media/video/gspca/sunplus.c | 124 +- drivers/media/video/gspca/t613.c | 558 ++-- drivers/media/video/gspca/tv8532.c | 483 +-- drivers/media/video/gspca/vc032x.c | 691 ++-- drivers/media/video/gspca/zc3xx.c | 882 +++-- drivers/media/video/hdpvr/Kconfig | 10 + drivers/media/video/hdpvr/Makefile | 7 + drivers/media/video/hdpvr/hdpvr-control.c | 201 + drivers/media/video/hdpvr/hdpvr-core.c | 439 ++ drivers/media/video/hdpvr/hdpvr-i2c.c | 145 + drivers/media/video/hdpvr/hdpvr-video.c | 1225 ++++++ drivers/media/video/hdpvr/hdpvr.h | 298 ++ drivers/media/video/hexium_gemini.c | 292 +- drivers/media/video/hexium_orion.c | 103 +- drivers/media/video/indycam.c | 314 +- drivers/media/video/indycam.h | 19 +- drivers/media/video/ir-kbd-i2c.c | 84 +- drivers/media/video/ivtv/ivtv-controls.c | 1 + drivers/media/video/ivtv/ivtv-driver.c | 93 +- drivers/media/video/ivtv/ivtv-driver.h | 26 +- drivers/media/video/ivtv/ivtv-fileops.c | 10 +- drivers/media/video/ivtv/ivtv-firmware.c | 2 +- drivers/media/video/ivtv/ivtv-gpio.c | 4 +- drivers/media/video/ivtv/ivtv-i2c.c | 14 +- drivers/media/video/ivtv/ivtv-ioctl.c | 20 +- drivers/media/video/ivtv/ivtv-irq.c | 4 +- drivers/media/video/ivtv/ivtv-queue.c | 8 +- drivers/media/video/ivtv/ivtv-queue.h | 8 +- drivers/media/video/ivtv/ivtv-streams.c | 68 +- drivers/media/video/ivtv/ivtv-udma.c | 10 +- drivers/media/video/ivtv/ivtv-udma.h | 4 +- drivers/media/video/ivtv/ivtv-vbi.c | 2 + drivers/media/video/ivtv/ivtv-version.h | 2 +- drivers/media/video/ivtv/ivtv-yuv.c | 6 +- drivers/media/video/ivtv/ivtvfb.c | 6 +- drivers/media/video/ks0127.c | 676 ++-- drivers/media/video/ks0127.h | 2 - drivers/media/video/m52790.c | 1 - drivers/media/video/meye.c | 16 - drivers/media/video/msp3400-driver.c | 144 +- drivers/media/video/mt9m001.c | 164 +- drivers/media/video/mt9m111.c | 64 +- drivers/media/video/mt9t031.c | 179 +- drivers/media/video/mt9v022.c | 205 +- drivers/media/video/mx3_camera.c | 1220 ++++++ drivers/media/video/mxb.c | 828 ++-- drivers/media/video/omap24xxcam.c | 1 - drivers/media/video/ov7670.c | 553 ++-- drivers/media/video/ov772x.c | 320 +- drivers/media/video/ovcamchip/ovcamchip_core.c | 203 +- drivers/media/video/ovcamchip/ovcamchip_priv.h | 7 + drivers/media/video/pvrusb2/Kconfig | 6 +- drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | 12 + drivers/media/video/pvrusb2/pvrusb2-hdw.c | 24 +- drivers/media/video/pvrusb2/pvrusb2-hdw.h | 6 +- .../media/video/pvrusb2/pvrusb2-i2c-chips-v4l2.c | 23 +- drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.c | 14 + drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.h | 1 + drivers/media/video/pvrusb2/pvrusb2-i2c-core.c | 2 +- drivers/media/video/pvrusb2/pvrusb2-main.c | 4 +- drivers/media/video/pvrusb2/pvrusb2-sysfs.c | 12 +- drivers/media/video/pvrusb2/pvrusb2-v4l2.c | 14 +- drivers/media/video/pwc/Kconfig | 10 + drivers/media/video/pwc/pwc-if.c | 79 +- drivers/media/video/pwc/pwc.h | 6 + drivers/media/video/pxa_camera.c | 68 +- drivers/media/video/s2255drv.c | 41 +- drivers/media/video/saa5246a.c | 70 +- drivers/media/video/saa5249.c | 71 +- drivers/media/video/saa6588.c | 205 +- drivers/media/video/saa7110.c | 472 ++- drivers/media/video/saa7111.c | 492 --- drivers/media/video/saa7114.c | 1068 ----- drivers/media/video/saa7115.c | 60 +- drivers/media/video/saa7127.c | 1 - drivers/media/video/saa7134/Kconfig | 8 + drivers/media/video/saa7134/saa6752hs.c | 581 ++-- drivers/media/video/saa7134/saa7134-cards.c | 324 ++- drivers/media/video/saa7134/saa7134-core.c | 96 +- drivers/media/video/saa7134/saa7134-dvb.c | 75 +- drivers/media/video/saa7134/saa7134-empress.c | 26 +- drivers/media/video/saa7134/saa7134-i2c.c | 23 +- drivers/media/video/saa7134/saa7134-ts.c | 15 +- drivers/media/video/saa7134/saa7134-video.c | 38 +- drivers/media/video/saa7134/saa7134.h | 38 +- drivers/media/video/saa7146.h | 2 - drivers/media/video/saa717x.c | 3 +- drivers/media/video/saa7185.c | 239 +- drivers/media/video/saa7191.c | 499 +-- drivers/media/video/saa7191.h | 26 +- drivers/media/video/sh_mobile_ceu_camera.c | 82 +- drivers/media/video/sn9c102/sn9c102_devtable.h | 2 + drivers/media/video/soc_camera.c | 135 +- drivers/media/video/soc_camera_platform.c | 9 +- drivers/media/video/stk-webcam.c | 14 +- drivers/media/video/tcm825x.c | 22 +- drivers/media/video/tcm825x.h | 2 +- drivers/media/video/tda7432.c | 7 +- drivers/media/video/tda9840.c | 82 +- drivers/media/video/tda9840.h | 14 - drivers/media/video/tda9875.c | 4 +- drivers/media/video/tea6415c.c | 53 +- drivers/media/video/tea6415c.h | 12 - drivers/media/video/tea6420.c | 69 +- drivers/media/video/tea6420.h | 27 +- drivers/media/video/tlv320aic23b.c | 6 +- drivers/media/video/tuner-core.c | 3 +- drivers/media/video/tvaudio.c | 19 +- drivers/media/video/tveeprom.c | 7 +- drivers/media/video/tvp514x.c | 113 +- drivers/media/video/tvp5150.c | 2 - drivers/media/video/tw9910.c | 36 +- drivers/media/video/upd64031a.c | 1 - drivers/media/video/upd64083.c | 1 - drivers/media/video/usbvision/usbvision-core.c | 47 +- drivers/media/video/usbvision/usbvision-i2c.c | 153 +- drivers/media/video/usbvision/usbvision-video.c | 115 +- drivers/media/video/usbvision/usbvision.h | 10 +- drivers/media/video/uvc/uvc_ctrl.c | 2 +- drivers/media/video/uvc/uvc_driver.c | 36 +- drivers/media/video/uvc/uvc_status.c | 16 +- drivers/media/video/uvc/uvc_v4l2.c | 14 +- drivers/media/video/uvc/uvc_video.c | 133 +- drivers/media/video/uvc/uvcvideo.h | 8 +- drivers/media/video/v4l2-common.c | 265 +- drivers/media/video/v4l2-compat-ioctl32.c | 1 - drivers/media/video/v4l2-dev.c | 35 +- drivers/media/video/v4l2-device.c | 60 +- drivers/media/video/v4l2-ioctl.c | 185 +- drivers/media/video/v4l2-subdev.c | 18 + drivers/media/video/videobuf-dma-contig.c | 2 +- drivers/media/video/videobuf-vmalloc.c | 2 +- drivers/media/video/vino.c | 1389 +++---- drivers/media/video/vivi.c | 495 ++- drivers/media/video/vp27smpx.c | 1 - drivers/media/video/vpx3220.c | 491 ++-- drivers/media/video/w9966.c | 2 +- drivers/media/video/w9968cf.c | 133 +- drivers/media/video/w9968cf.h | 24 +- drivers/media/video/wm8739.c | 1 - drivers/media/video/zc0301/zc0301_sensor.h | 8 + drivers/media/video/zoran/Kconfig | 8 +- drivers/media/video/zoran/videocodec.h | 9 +- drivers/media/video/zoran/zoran.h | 97 +- drivers/media/video/zoran/zoran_card.c | 555 +-- drivers/media/video/zoran/zoran_card.h | 3 +- drivers/media/video/zoran/zoran_device.c | 529 +-- drivers/media/video/zoran/zoran_device.h | 14 +- drivers/media/video/zoran/zoran_driver.c | 4385 +++++++------------- drivers/media/video/zoran/zoran_procfs.c | 2 +- drivers/media/video/zoran/zr36016.c | 5 - drivers/media/video/zoran/zr36050.c | 4 - drivers/media/video/zoran/zr36060.c | 4 - drivers/media/video/zr364xx.c | 1 + include/linux/Kbuild | 2 - include/linux/i2c-id.h | 3 + include/linux/ivtv.h | 10 +- include/linux/video_decoder.h | 48 - include/linux/video_encoder.h | 23 - include/linux/videodev.h | 18 + include/linux/videodev2.h | 68 +- include/media/bt819.h | 33 + include/media/cx2341x.h | 6 +- include/media/cx25840.h | 12 + include/media/ir-common.h | 3 + include/media/ir-kbd-i2c.h | 3 +- include/media/ov772x.h | 5 + include/media/saa7146.h | 8 + include/media/saa7146_vv.h | 17 +- include/media/sh_mobile_ceu.h | 5 +- include/media/soc_camera.h | 24 +- include/media/v4l2-chip-ident.h | 94 +- include/media/v4l2-common.h | 24 +- include/media/v4l2-device.h | 40 +- include/media/v4l2-ioctl.h | 2 + include/media/v4l2-subdev.h | 20 +- include/media/videobuf-core.h | 1 + include/sound/tea575x-tuner.h | 8 +- sound/i2c/other/tea575x-tuner.c | 302 +- sound/pci/Kconfig | 2 +- 445 files changed, 58103 insertions(+), 23124 deletions(-) create mode 100644 arch/arm/plat-mxc/include/mach/mx3_camera.h create mode 100644 drivers/media/common/tuners/mc44s803.c create mode 100644 drivers/media/common/tuners/mc44s803.h create mode 100644 drivers/media/common/tuners/mc44s803_priv.h create mode 100644 drivers/media/dvb/frontends/au8522_decoder.c rename drivers/media/dvb/frontends/{au8522.c => au8522_dig.c} (91%) create mode 100644 drivers/media/dvb/frontends/au8522_priv.h create mode 100644 drivers/media/dvb/frontends/lgdt3305.c create mode 100644 drivers/media/dvb/frontends/lgdt3305.h create mode 100644 drivers/media/dvb/frontends/lnbh24.h create mode 100644 drivers/media/dvb/frontends/stv0900.h create mode 100644 drivers/media/dvb/frontends/stv0900_core.c create mode 100644 drivers/media/dvb/frontends/stv0900_init.h create mode 100644 drivers/media/dvb/frontends/stv0900_priv.h create mode 100644 drivers/media/dvb/frontends/stv0900_reg.h create mode 100644 drivers/media/dvb/frontends/stv0900_sw.c create mode 100644 drivers/media/dvb/frontends/stv6110.c create mode 100644 drivers/media/dvb/frontends/stv6110.h create mode 100644 drivers/media/dvb/frontends/zl10036.c create mode 100644 drivers/media/dvb/frontends/zl10036.h create mode 100644 drivers/media/video/au0828/au0828-video.c create mode 100644 drivers/media/video/cx231xx/Kconfig create mode 100644 drivers/media/video/cx231xx/Makefile create mode 100644 drivers/media/video/cx231xx/cx231xx-audio.c create mode 100644 drivers/media/video/cx231xx/cx231xx-avcore.c create mode 100644 drivers/media/video/cx231xx/cx231xx-cards.c create mode 100644 drivers/media/video/cx231xx/cx231xx-conf-reg.h create mode 100644 drivers/media/video/cx231xx/cx231xx-core.c create mode 100644 drivers/media/video/cx231xx/cx231xx-dvb.c create mode 100644 drivers/media/video/cx231xx/cx231xx-i2c.c create mode 100644 drivers/media/video/cx231xx/cx231xx-input.c create mode 100644 drivers/media/video/cx231xx/cx231xx-pcb-cfg.c create mode 100644 drivers/media/video/cx231xx/cx231xx-pcb-cfg.h create mode 100644 drivers/media/video/cx231xx/cx231xx-reg.h create mode 100644 drivers/media/video/cx231xx/cx231xx-vbi.c create mode 100644 drivers/media/video/cx231xx/cx231xx-vbi.h create mode 100644 drivers/media/video/cx231xx/cx231xx-video.c create mode 100644 drivers/media/video/cx231xx/cx231xx.h create mode 100644 drivers/media/video/cx23885/cimax2.c create mode 100644 drivers/media/video/cx23885/cimax2.h create mode 100644 drivers/media/video/cx23885/netup-eeprom.c create mode 100644 drivers/media/video/cx23885/netup-eeprom.h create mode 100644 drivers/media/video/cx23885/netup-init.c create mode 100644 drivers/media/video/cx23885/netup-init.h create mode 100644 drivers/media/video/gspca/mr97310a.c create mode 100644 drivers/media/video/gspca/sq905.c create mode 100644 drivers/media/video/hdpvr/Kconfig create mode 100644 drivers/media/video/hdpvr/Makefile create mode 100644 drivers/media/video/hdpvr/hdpvr-control.c create mode 100644 drivers/media/video/hdpvr/hdpvr-core.c create mode 100644 drivers/media/video/hdpvr/hdpvr-i2c.c create mode 100644 drivers/media/video/hdpvr/hdpvr-video.c create mode 100644 drivers/media/video/hdpvr/hdpvr.h create mode 100644 drivers/media/video/mx3_camera.c delete mode 100644 drivers/media/video/saa7111.c delete mode 100644 drivers/media/video/saa7114.c delete mode 100644 drivers/media/video/tda9840.h delete mode 100644 include/linux/video_decoder.h delete mode 100644 include/linux/video_encoder.h create mode 100644 include/media/bt819.h Merging quota/for_next $ git merge quota/for_next Auto-merging fs/Kconfig Auto-merging fs/Makefile Auto-merging fs/ext2/super.c Auto-merging fs/ext3/namei.c Auto-merging fs/ext3/super.c Auto-merging fs/ext4/balloc.c Auto-merging fs/ext4/ext4.h Auto-merging fs/ext4/ialloc.c Auto-merging fs/ext4/inode.c Auto-merging fs/ext4/mballoc.c Auto-merging fs/ext4/namei.c Auto-merging fs/ext4/super.c Auto-merging fs/inode.c Auto-merging fs/ocfs2/quota_global.c Auto-merging fs/ramfs/file-nommu.c Auto-merging fs/super.c Merge made by recursive. fs/Kconfig | 56 +----- fs/Makefile | 6 +- fs/attr.c | 3 +- fs/ext2/balloc.c | 8 +- fs/ext2/ialloc.c | 10 +- fs/ext2/inode.c | 2 +- fs/ext2/super.c | 1 + fs/ext2/xattr.c | 8 +- fs/ext3/balloc.c | 8 +- fs/ext3/ialloc.c | 12 +- fs/ext3/inode.c | 6 +- fs/ext3/namei.c | 6 +- fs/ext3/super.c | 48 +---- fs/ext3/xattr.c | 6 +- fs/ext4/balloc.c | 2 +- fs/ext4/ext4.h | 2 + fs/ext4/ialloc.c | 12 +- fs/ext4/inode.c | 40 +++- fs/ext4/mballoc.c | 46 ++-- fs/ext4/namei.c | 6 +- fs/ext4/super.c | 54 +---- fs/ext4/xattr.c | 6 +- fs/inode.c | 4 +- fs/jfs/acl.c | 2 +- fs/jfs/inode.c | 6 +- fs/jfs/jfs_dtree.c | 18 +- fs/jfs/jfs_extent.c | 10 +- fs/jfs/jfs_inode.c | 4 +- fs/jfs/jfs_xtree.c | 14 +- fs/jfs/namei.c | 6 +- fs/jfs/xattr.c | 12 +- fs/namei.c | 22 +- fs/nfsd/vfs.c | 4 +- fs/open.c | 2 +- fs/quota/Kconfig | 59 +++++ fs/quota/Makefile | 14 + fs/{ => quota}/dquot.c | 562 +++++++++++++++++++++++++++++-------------- fs/{ => quota}/quota.c | 37 ++- fs/{ => quota}/quota_tree.c | 132 ++++++----- fs/{ => quota}/quota_tree.h | 0 fs/{ => quota}/quota_v1.c | 48 +++-- fs/{ => quota}/quota_v2.c | 3 +- fs/{ => quota}/quotaio_v1.h | 0 fs/{ => quota}/quotaio_v2.h | 0 fs/ramfs/file-nommu.c | 6 - fs/reiserfs/bitmap.c | 14 +- fs/reiserfs/inode.c | 10 +- fs/reiserfs/namei.c | 6 +- fs/reiserfs/stree.c | 14 +- fs/reiserfs/super.c | 60 +----- fs/super.c | 8 +- fs/sync.c | 2 +- fs/udf/balloc.c | 14 +- fs/udf/ialloc.c | 8 +- fs/ufs/balloc.c | 12 +- fs/ufs/ialloc.c | 8 +- include/linux/quota.h | 11 +- include/linux/quotaops.h | 119 ++++++--- 58 files changed, 902 insertions(+), 697 deletions(-) create mode 100644 fs/quota/Kconfig create mode 100644 fs/quota/Makefile rename fs/{ => quota}/dquot.c (85%) rename fs/{ => quota}/quota.c (94%) rename fs/{ => quota}/quota_tree.c (84%) rename fs/{ => quota}/quota_tree.h (100%) rename fs/{ => quota}/quota_v1.c (79%) rename fs/{ => quota}/quota_v2.c (98%) rename fs/{ => quota}/quotaio_v1.h (100%) rename fs/{ => quota}/quotaio_v2.h (100%) Merging jfs/next $ git merge jfs/next Auto-merging fs/jfs/jfs_extent.c Auto-merging fs/jfs/jfs_xtree.c Merge made by recursive. fs/jfs/Kconfig | 1 + fs/jfs/jfs_extent.c | 63 +++++------- fs/jfs/jfs_imap.c | 10 +-- fs/jfs/jfs_metapage.c | 18 +++- fs/jfs/jfs_types.h | 29 ------ fs/jfs/jfs_xtree.c | 263 +------------------------------------------------ fs/jfs/jfs_xtree.h | 2 - fs/jfs/super.c | 4 + 8 files changed, 46 insertions(+), 344 deletions(-) Merging kbuild/master $ git merge kbuild/master Already up-to-date. Merging quilt/ide $ git merge quilt/ide Resolved 'drivers/ide/ide-dma.c' using previous resolution. Resolved 'drivers/ide/ide-floppy.c' using previous resolution. Resolved 'include/linux/ide.h' using previous resolution. Auto-merging CREDITS Auto-merging MAINTAINERS Auto-merging drivers/ide/ide-atapi.c Auto-merging drivers/ide/ide-dma.c CONFLICT (content): Merge conflict in drivers/ide/ide-dma.c Auto-merging drivers/ide/ide-floppy.c CONFLICT (content): Merge conflict in drivers/ide/ide-floppy.c Removing drivers/ide/ide_arm.c Removing include/asm-frv/ide.h Removing include/asm-mn10300/ide.h Auto-merging include/linux/ide.h CONFLICT (content): Merge conflict in include/linux/ide.h Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master f290d7c] Merge branch 'quilt/ide' $ git diff -M --stat --summary HEAD^.. CREDITS | 9 + MAINTAINERS | 15 +- arch/m68k/include/asm/ide.h | 73 ---- drivers/ide/Kconfig | 39 +- drivers/ide/Makefile | 6 +- drivers/ide/aec62xx.c | 4 +- drivers/ide/alim15x3.c | 17 +- drivers/ide/amd74xx.c | 14 +- drivers/ide/at91_ide.c | 100 ++--- drivers/ide/atiixp.c | 3 +- drivers/ide/au1xxx-ide.c | 58 +--- drivers/ide/buddha.c | 11 +- drivers/ide/cmd64x.c | 14 +- drivers/ide/cs5520.c | 3 +- drivers/ide/cs5530.c | 5 +- drivers/ide/cs5536.c | 3 +- drivers/ide/delkin_cb.c | 3 +- drivers/ide/dtc2278.c | 3 +- drivers/ide/falconide.c | 48 ++- drivers/ide/gayle.c | 19 +- drivers/ide/hpt366.c | 20 +- drivers/ide/ht6560b.c | 20 +- drivers/ide/icside.c | 32 +-- drivers/ide/ide-4drives.c | 3 +- drivers/ide/ide-acpi.c | 214 +++-------- drivers/ide/ide-atapi.c | 233 ++++++------ drivers/ide/ide-cd.c | 648 +++++++++++-------------------- drivers/ide/ide-cd.h | 4 +- drivers/ide/ide-cs.c | 1 + drivers/ide/ide-devsets.c | 188 +++++++++ drivers/ide/ide-disk.c | 175 ++++----- drivers/ide/ide-disk_proc.c | 28 +- drivers/ide/ide-dma-sff.c | 52 +-- drivers/ide/ide-dma.c | 176 ++++++--- drivers/ide/ide-eh.c | 440 +++++++++++++++++++++ drivers/ide/ide-floppy.c | 177 ++++------ drivers/ide/ide-floppy_ioctl.c | 5 +- drivers/ide/ide-gd.c | 10 +- drivers/ide/ide-gd.h | 4 +- drivers/ide/ide-generic.c | 88 +---- drivers/ide/ide-h8300.c | 93 ++--- drivers/ide/ide-io-std.c | 300 ++++++++++++++ drivers/ide/ide-io.c | 603 +++++++---------------------- drivers/ide/ide-ioctls.c | 44 +- drivers/ide/ide-iops.c | 835 ++++------------------------------------ drivers/ide/ide-lib.c | 260 +------------ drivers/ide/ide-park.c | 26 ++ drivers/ide/ide-pci-generic.c | 4 +- drivers/ide/ide-pm.c | 47 ++- drivers/ide/ide-pnp.c | 6 +- drivers/ide/ide-probe.c | 379 ++++++------------- drivers/ide/ide-proc.c | 18 +- drivers/ide/ide-tape.c | 159 ++++----- drivers/ide/ide-taskfile.c | 508 ++++++++++++------------- drivers/ide/ide-timings.c | 12 +- drivers/ide/ide-xfer-mode.c | 249 ++++++++++++ drivers/ide/ide.c | 156 +-------- drivers/ide/ide_arm.c | 49 --- drivers/ide/it821x.c | 5 +- drivers/ide/macide.c | 7 +- drivers/ide/ns87415.c | 114 +++--- drivers/ide/palm_bk3710.c | 13 +- drivers/ide/pdc202xx_new.c | 4 +- drivers/ide/pdc202xx_old.c | 18 +- drivers/ide/piix.c | 13 +- drivers/ide/pmac.c | 117 +++---- drivers/ide/q40ide.c | 18 +- drivers/ide/qd65xx.c | 21 +- drivers/ide/sc1200.c | 9 +- drivers/ide/scc_pata.c | 160 +++----- drivers/ide/serverworks.c | 13 +- drivers/ide/setup-pci.c | 31 +- drivers/ide/sgiioc4.c | 49 +-- drivers/ide/siimage.c | 5 +- drivers/ide/sis5513.c | 4 +- drivers/ide/sl82c105.c | 16 +- drivers/ide/slc90e66.c | 1 - drivers/ide/tc86c001.c | 3 +- drivers/ide/trm290.c | 67 ++-- drivers/ide/tx4938ide.c | 102 ++--- drivers/ide/tx4939ide.c | 159 +++----- drivers/ide/via82cxxx.c | 12 +- include/asm-frv/ide.h | 24 -- include/asm-mn10300/ide.h | 39 -- include/asm-mn10300/pci.h | 5 + include/linux/ata.h | 2 - include/linux/ide.h | 346 +++++++++-------- 87 files changed, 3472 insertions(+), 4618 deletions(-) create mode 100644 drivers/ide/ide-devsets.c create mode 100644 drivers/ide/ide-eh.c create mode 100644 drivers/ide/ide-io-std.c create mode 100644 drivers/ide/ide-xfer-mode.c delete mode 100644 drivers/ide/ide_arm.c delete mode 100644 include/asm-frv/ide.h delete mode 100644 include/asm-mn10300/ide.h Merging libata/NEXT $ git merge libata/NEXT Merge made by recursive. drivers/ata/ahci.c | 4 +- drivers/ata/libata-core.c | 1 + drivers/ata/libata.h | 2 - drivers/ata/pata_rb532_cf.c | 60 +---- drivers/ata/sata_mv.c | 603 ++++++++++++++++++++++++++++++++++++------- include/linux/libata.h | 3 + 6 files changed, 518 insertions(+), 155 deletions(-) Merging nfs/linux-next $ git merge nfs/linux-next Auto-merging fs/Kconfig Auto-merging fs/Makefile Auto-merging fs/ext2/inode.c Auto-merging fs/ext3/inode.c Auto-merging fs/namei.c Auto-merging fs/super.c Auto-merging init/Kconfig Auto-merging kernel/Makefile Auto-merging kernel/sysctl.c Auto-merging mm/filemap.c Auto-merging mm/vmscan.c Merge made by recursive. Documentation/filesystems/caching/backend-api.txt | 658 ++++++++++++++++ Documentation/filesystems/caching/cachefiles.txt | 501 ++++++++++++ Documentation/filesystems/caching/fscache.txt | 333 ++++++++ Documentation/filesystems/caching/netfs-api.txt | 800 +++++++++++++++++++ Documentation/filesystems/caching/object.txt | 313 ++++++++ Documentation/filesystems/caching/operations.txt | 213 +++++ Documentation/slow-work.txt | 174 +++++ fs/Kconfig | 7 + fs/Makefile | 2 + fs/afs/Kconfig | 8 + fs/afs/Makefile | 3 + fs/afs/cache.c | 503 ++++++++----- fs/afs/cache.h | 15 +- fs/afs/cell.c | 16 +- fs/afs/file.c | 220 ++++-- fs/afs/inode.c | 31 +- fs/afs/internal.h | 53 +- fs/afs/main.c | 27 +- fs/afs/mntpt.c | 4 +- fs/afs/vlocation.c | 25 +- fs/afs/volume.c | 14 +- fs/afs/write.c | 21 + fs/cachefiles/Kconfig | 39 + fs/cachefiles/Makefile | 18 + fs/cachefiles/cf-bind.c | 286 +++++++ fs/cachefiles/cf-daemon.c | 754 ++++++++++++++++++ fs/cachefiles/cf-interface.c | 449 +++++++++++ fs/cachefiles/cf-internal.h | 360 +++++++++ fs/cachefiles/cf-key.c | 159 ++++ fs/cachefiles/cf-main.c | 106 +++ fs/cachefiles/cf-namei.c | 772 +++++++++++++++++++ fs/cachefiles/cf-proc.c | 134 ++++ fs/cachefiles/cf-rdwr.c | 853 +++++++++++++++++++++ fs/cachefiles/cf-security.c | 116 +++ fs/cachefiles/cf-xattr.c | 291 +++++++ fs/ext2/inode.c | 2 + fs/ext3/inode.c | 9 +- fs/fscache/Kconfig | 56 ++ fs/fscache/Makefile | 19 + fs/fscache/fsc-cache.c | 415 ++++++++++ fs/fscache/fsc-cookie.c | 498 ++++++++++++ fs/fscache/fsc-fsdef.c | 144 ++++ fs/fscache/fsc-histogram.c | 109 +++ fs/fscache/fsc-internal.h | 380 +++++++++ fs/fscache/fsc-main.c | 124 +++ fs/fscache/fsc-netfs.c | 103 +++ fs/fscache/fsc-object.c | 810 +++++++++++++++++++ fs/fscache/fsc-operation.c | 459 +++++++++++ fs/fscache/fsc-page.c | 771 +++++++++++++++++++ fs/fscache/fsc-proc.c | 68 ++ fs/fscache/fsc-stats.c | 212 +++++ fs/namei.c | 75 ++- fs/namespace.c | 56 ++- fs/nfs/Kconfig | 8 + fs/nfs/Makefile | 1 + fs/nfs/client.c | 14 +- fs/nfs/file.c | 58 ++- fs/nfs/fscache-index.c | 337 ++++++++ fs/nfs/fscache.c | 521 +++++++++++++ fs/nfs/fscache.h | 208 +++++ fs/nfs/getroot.c | 4 +- fs/nfs/inode.c | 282 +++++--- fs/nfs/internal.h | 5 + fs/nfs/iostat.h | 18 + fs/nfs/namespace.c | 5 + fs/nfs/nfs2xdr.c | 9 +- fs/nfs/nfs3xdr.c | 37 +- fs/nfs/nfs4proc.c | 37 +- fs/nfs/nfs4xdr.c | 213 ++++-- fs/nfs/pagelist.c | 11 - fs/nfs/read.c | 27 +- fs/nfs/super.c | 239 ++++++- fs/nfs/write.c | 53 +- fs/splice.c | 3 +- fs/super.c | 1 + include/linux/fs.h | 7 + include/linux/fscache-cache.h | 504 ++++++++++++ include/linux/fscache.h | 592 ++++++++++++++ include/linux/mnt_namespace.h | 2 + include/linux/namei.h | 2 + include/linux/nfs_fs.h | 17 +- include/linux/nfs_fs_sb.h | 16 + include/linux/nfs_iostat.h | 12 + include/linux/nfs_xdr.h | 58 ++- include/linux/nsproxy.h | 1 + include/linux/page-flags.h | 43 +- include/linux/pagemap.h | 21 + include/linux/slow-work.h | 95 +++ include/linux/sunrpc/xprt.h | 2 + init/Kconfig | 12 + kernel/Makefile | 1 + kernel/nsproxy.c | 11 + kernel/slow-work.c | 640 ++++++++++++++++ kernel/sysctl.c | 9 + mm/filemap.c | 99 +++ mm/migrate.c | 10 +- mm/readahead.c | 40 +- mm/swap.c | 4 +- mm/truncate.c | 10 +- mm/vmscan.c | 6 +- net/sunrpc/clnt.c | 48 +- net/sunrpc/xprt.c | 89 ++- net/sunrpc/xprtrdma/rpc_rdma.c | 26 +- net/sunrpc/xprtrdma/svc_rdma_sendto.c | 8 +- net/sunrpc/xprtsock.c | 363 ++++++---- security/security.c | 2 + 106 files changed, 16550 insertions(+), 879 deletions(-) create mode 100644 Documentation/filesystems/caching/backend-api.txt create mode 100644 Documentation/filesystems/caching/cachefiles.txt create mode 100644 Documentation/filesystems/caching/fscache.txt create mode 100644 Documentation/filesystems/caching/netfs-api.txt create mode 100644 Documentation/filesystems/caching/object.txt create mode 100644 Documentation/filesystems/caching/operations.txt create mode 100644 Documentation/slow-work.txt create mode 100644 fs/cachefiles/Kconfig create mode 100644 fs/cachefiles/Makefile create mode 100644 fs/cachefiles/cf-bind.c create mode 100644 fs/cachefiles/cf-daemon.c create mode 100644 fs/cachefiles/cf-interface.c create mode 100644 fs/cachefiles/cf-internal.h create mode 100644 fs/cachefiles/cf-key.c create mode 100644 fs/cachefiles/cf-main.c create mode 100644 fs/cachefiles/cf-namei.c create mode 100644 fs/cachefiles/cf-proc.c create mode 100644 fs/cachefiles/cf-rdwr.c create mode 100644 fs/cachefiles/cf-security.c create mode 100644 fs/cachefiles/cf-xattr.c create mode 100644 fs/fscache/Kconfig create mode 100644 fs/fscache/Makefile create mode 100644 fs/fscache/fsc-cache.c create mode 100644 fs/fscache/fsc-cookie.c create mode 100644 fs/fscache/fsc-fsdef.c create mode 100644 fs/fscache/fsc-histogram.c create mode 100644 fs/fscache/fsc-internal.h create mode 100644 fs/fscache/fsc-main.c create mode 100644 fs/fscache/fsc-netfs.c create mode 100644 fs/fscache/fsc-object.c create mode 100644 fs/fscache/fsc-operation.c create mode 100644 fs/fscache/fsc-page.c create mode 100644 fs/fscache/fsc-proc.c create mode 100644 fs/fscache/fsc-stats.c create mode 100644 fs/nfs/fscache-index.c create mode 100644 fs/nfs/fscache.c create mode 100644 fs/nfs/fscache.h create mode 100644 include/linux/fscache-cache.h create mode 100644 include/linux/fscache.h create mode 100644 include/linux/slow-work.h create mode 100644 kernel/slow-work.c Merging xfs/master $ git merge xfs/master Auto-merging MAINTAINERS Merge made by recursive. MAINTAINERS | 3 +- fs/xfs/Makefile | 1 + fs/xfs/linux-2.6/xfs_ioctl.c | 117 +++++------- fs/xfs/linux-2.6/xfs_iops.c | 30 +-- fs/xfs/linux-2.6/xfs_linux.h | 11 - fs/xfs/linux-2.6/xfs_quotaops.c | 157 +++++++++++++++ fs/xfs/linux-2.6/xfs_super.c | 113 ++++------- fs/xfs/linux-2.6/xfs_super.h | 1 + fs/xfs/linux-2.6/xfs_sync.h | 1 + fs/xfs/linux-2.6/xfs_vnode.h | 32 --- fs/xfs/quota/xfs_dquot.c | 28 ++-- fs/xfs/quota/xfs_dquot.h | 14 +-- fs/xfs/quota/xfs_qm.c | 208 ++++++-------------- fs/xfs/quota/xfs_qm.h | 20 +- fs/xfs/quota/xfs_qm_bhv.c | 1 - fs/xfs/quota/xfs_qm_syscalls.c | 188 +----------------- fs/xfs/quota/xfs_quota_priv.h | 38 ++--- fs/xfs/quota/xfs_trans_dquot.c | 16 +- fs/xfs/support/debug.c | 1 + fs/xfs/xfs_ag.h | 4 +- fs/xfs/xfs_alloc.c | 26 ++- fs/xfs/xfs_alloc.h | 6 + fs/xfs/xfs_attr_leaf.c | 55 +++--- fs/xfs/xfs_bmap.c | 14 +- fs/xfs/xfs_da_btree.c | 2 +- fs/xfs/xfs_da_btree.h | 7 +- fs/xfs/xfs_dfrag.c | 68 ++++---- fs/xfs/xfs_dir2.c | 2 - fs/xfs/xfs_dir2_leaf.c | 2 +- fs/xfs/xfs_extfree_item.h | 6 - fs/xfs/xfs_filestream.c | 9 +- fs/xfs/xfs_ialloc.c | 10 +- fs/xfs/xfs_ialloc_btree.h | 22 +-- fs/xfs/xfs_inode_item.h | 2 - fs/xfs/xfs_itable.c | 7 +- fs/xfs/xfs_log.c | 57 +----- fs/xfs/xfs_log.h | 3 +- fs/xfs/xfs_log_priv.h | 3 +- fs/xfs/xfs_log_recover.c | 308 +++++++++++++++++------------- fs/xfs/xfs_mount.c | 89 ++++----- fs/xfs/xfs_mount.h | 9 +- fs/xfs/xfs_qmops.c | 1 - fs/xfs/xfs_quota.h | 3 +- fs/xfs/xfs_rtalloc.c | 10 + fs/xfs/xfs_rtalloc.h | 4 + fs/xfs/xfs_trans.h | 12 +- fs/xfs/xfs_trans_space.h | 2 +- fs/xfs/xfs_types.h | 8 - fs/xfs/xfs_vnodeops.c | 406 +++++++++------------------------------ fs/xfs/xfs_vnodeops.h | 3 - 50 files changed, 830 insertions(+), 1310 deletions(-) create mode 100644 fs/xfs/linux-2.6/xfs_quotaops.c Merging infiniband/for-next $ git merge infiniband/for-next Auto-merging drivers/infiniband/hw/nes/nes_cm.c Auto-merging drivers/infiniband/hw/nes/nes_verbs.c Auto-merging drivers/infiniband/hw/nes/nes_verbs.h Merge made by recursive. drivers/infiniband/core/cm.c | 15 +- drivers/infiniband/core/cm_msgs.h | 22 +- drivers/infiniband/core/device.c | 4 +- drivers/infiniband/core/mad.c | 40 +- drivers/infiniband/core/mad_rmpp.c | 2 +- drivers/infiniband/core/sa_query.c | 2 + drivers/infiniband/core/sysfs.c | 19 +- drivers/infiniband/hw/amso1100/c2.c | 20 +- drivers/infiniband/hw/amso1100/c2_provider.c | 15 +- drivers/infiniband/hw/cxgb3/cxio_hal.c | 13 +- drivers/infiniband/hw/cxgb3/cxio_wr.h | 6 + drivers/infiniband/hw/cxgb3/iwch_cm.c | 3 + drivers/infiniband/hw/cxgb3/iwch_ev.c | 5 - drivers/infiniband/hw/cxgb3/iwch_qp.c | 17 +- drivers/infiniband/hw/ehca/ehca_sqp.c | 8 +- drivers/infiniband/hw/ipath/ipath_eeprom.c | 4 +- drivers/infiniband/hw/ipath/ipath_init_chip.c | 2 +- drivers/infiniband/hw/ipath/ipath_mad.c | 95 ++-- drivers/infiniband/hw/ipath/ipath_rc.c | 2 +- drivers/infiniband/hw/ipath/ipath_sdma.c | 4 +- drivers/infiniband/hw/ipath/ipath_uc.c | 2 +- drivers/infiniband/hw/ipath/ipath_ud.c | 4 +- drivers/infiniband/hw/ipath/ipath_user_pages.c | 8 +- drivers/infiniband/hw/ipath/ipath_user_sdma.c | 6 +- drivers/infiniband/hw/ipath/ipath_verbs.c | 2 +- drivers/infiniband/hw/ipath/ipath_verbs.h | 10 +- drivers/infiniband/hw/mlx4/mad.c | 27 +- drivers/infiniband/hw/mlx4/qp.c | 22 +- drivers/infiniband/hw/mthca/mthca_mad.c | 25 +- drivers/infiniband/hw/nes/nes.c | 2 +- drivers/infiniband/hw/nes/nes.h | 2 +- drivers/infiniband/hw/nes/nes_cm.c | 586 ++++++++++++++++-------- drivers/infiniband/hw/nes/nes_cm.h | 12 +- drivers/infiniband/hw/nes/nes_context.h | 2 +- drivers/infiniband/hw/nes/nes_hw.c | 17 +- drivers/infiniband/hw/nes/nes_hw.h | 5 +- drivers/infiniband/hw/nes/nes_nic.c | 164 +++---- drivers/infiniband/hw/nes/nes_user.h | 2 +- drivers/infiniband/hw/nes/nes_utils.c | 2 +- drivers/infiniband/hw/nes/nes_verbs.c | 249 +++++++---- drivers/infiniband/hw/nes/nes_verbs.h | 2 +- drivers/infiniband/ulp/ipoib/ipoib_main.c | 29 +- drivers/infiniband/ulp/iser/iser_verbs.c | 7 - drivers/net/mlx4/main.c | 2 + include/rdma/ib_cm.h | 12 +- include/rdma/ib_mad.h | 4 +- include/rdma/ib_smi.h | 34 +- 47 files changed, 930 insertions(+), 607 deletions(-) Merging acpi/test $ git merge acpi/test Auto-merging drivers/acpi/acpica/tbxface.c Auto-merging drivers/acpi/osl.c Auto-merging drivers/pci/pci-acpi.c Auto-merging include/acpi/acpixf.h Merge made by recursive. drivers/acpi/Kconfig | 150 ++++++---- drivers/acpi/acpica/acglobal.h | 6 +- drivers/acpi/acpica/achware.h | 5 +- drivers/acpi/acpica/aclocal.h | 14 +- drivers/acpi/acpica/acmacros.h | 4 - drivers/acpi/acpica/acpredef.h | 41 ++-- drivers/acpi/acpica/actables.h | 7 +- drivers/acpi/acpica/dsmthdat.c | 2 +- drivers/acpi/acpica/dsobject.c | 6 +- drivers/acpi/acpica/dsopcode.c | 8 +- drivers/acpi/acpica/dsutils.c | 2 +- drivers/acpi/acpica/dswexec.c | 5 +- drivers/acpi/acpica/evevent.c | 12 +- drivers/acpi/acpica/evgpeblk.c | 8 +- drivers/acpi/acpica/evmisc.c | 4 +- drivers/acpi/acpica/evregion.c | 2 +- drivers/acpi/acpica/evxfevnt.c | 24 +- drivers/acpi/acpica/exconfig.c | 4 +- drivers/acpi/acpica/exconvrt.c | 11 +- drivers/acpi/acpica/exdump.c | 19 +- drivers/acpi/acpica/exfield.c | 29 +- drivers/acpi/acpica/exfldio.c | 8 +- drivers/acpi/acpica/exmisc.c | 14 +- drivers/acpi/acpica/exoparg1.c | 13 +- drivers/acpi/acpica/exoparg2.c | 2 +- drivers/acpi/acpica/exoparg3.c | 7 +- drivers/acpi/acpica/exprep.c | 2 +- drivers/acpi/acpica/exresnte.c | 8 +- drivers/acpi/acpica/exresolv.c | 9 +- drivers/acpi/acpica/exresop.c | 23 +- drivers/acpi/acpica/exstore.c | 18 +- drivers/acpi/acpica/exstoren.c | 29 +-- drivers/acpi/acpica/exutils.c | 2 +- drivers/acpi/acpica/hwacpi.c | 2 +- drivers/acpi/acpica/hwregs.c | 283 +++++++++++++------ drivers/acpi/acpica/hwsleep.c | 108 ++++---- drivers/acpi/acpica/hwxface.c | 272 +++++++----------- drivers/acpi/acpica/nsaccess.c | 3 +- drivers/acpi/acpica/nsdump.c | 8 +- drivers/acpi/acpica/nseval.c | 2 +- drivers/acpi/acpica/nsobject.c | 18 +- drivers/acpi/acpica/nspredef.c | 8 +- drivers/acpi/acpica/nsutils.c | 2 +- drivers/acpi/acpica/nsxfeval.c | 3 +- drivers/acpi/acpica/rscalc.c | 7 +- drivers/acpi/acpica/rscreate.c | 15 +- drivers/acpi/acpica/tbfadt.c | 280 ++++++++++-------- drivers/acpi/acpica/tbinstal.c | 37 ++- drivers/acpi/acpica/tbutils.c | 106 +++++--- drivers/acpi/acpica/tbxface.c | 71 ++---- drivers/acpi/acpica/tbxfroot.c | 4 +- drivers/acpi/acpica/utcopy.c | 30 +- drivers/acpi/acpica/utdelete.c | 6 +- drivers/acpi/acpica/uteval.c | 49 ++-- drivers/acpi/acpica/utglobal.c | 16 +- drivers/acpi/acpica/utmisc.c | 3 +- drivers/acpi/acpica/utobject.c | 11 +- drivers/acpi/bus.c | 2 + drivers/acpi/fan.c | 20 +- drivers/acpi/internal.h | 24 ++ drivers/acpi/osl.c | 92 +++++-- drivers/acpi/pci_irq.c | 2 +- drivers/acpi/pci_link.c | 147 +++------- drivers/acpi/processor_idle.c | 73 ++--- drivers/acpi/processor_thermal.c | 20 +- drivers/acpi/processor_throttling.c | 6 +- drivers/acpi/scan.c | 2 + drivers/acpi/sleep.c | 4 +- drivers/acpi/system.c | 51 +++- drivers/acpi/thermal.c | 538 +++++++---------------------------- drivers/acpi/video.c | 260 +++++++++++++----- drivers/acpi/video_detect.c | 3 + drivers/acpi/wakeup.c | 2 + drivers/pci/pci-acpi.c | 4 +- drivers/platform/x86/intel_menlow.c | 29 +-- drivers/platform/x86/sony-laptop.c | 126 ++++++--- drivers/thermal/thermal_sys.c | 356 ++++++++++++++++++++++- include/acpi/acexcep.h | 6 +- include/acpi/acpi_drivers.h | 23 -- include/acpi/acpixf.h | 16 +- include/acpi/actbl.h | 74 +++--- include/acpi/actypes.h | 9 +- include/linux/sonypi.h | 3 + include/linux/thermal.h | 48 +++- 84 files changed, 2056 insertions(+), 1726 deletions(-) create mode 100644 drivers/acpi/internal.h Merging nfsd/nfsd-next $ git merge nfsd/nfsd-next Auto-merging fs/nfsd/vfs.c Merge made by recursive. fs/lockd/svclock.c | 13 +- fs/nfsd/Kconfig | 1 + fs/nfsd/nfs3proc.c | 10 +- fs/nfsd/nfs4callback.c | 47 ++++--- fs/nfsd/nfs4proc.c | 46 +++---- fs/nfsd/nfs4recover.c | 71 +++++------ fs/nfsd/nfs4state.c | 317 ++++++++++++++++++++++++-------------------- fs/nfsd/nfs4xdr.c | 4 +- fs/nfsd/nfsctl.c | 12 ++ fs/nfsd/nfsproc.c | 3 +- fs/nfsd/nfssvc.c | 35 +---- fs/nfsd/vfs.c | 37 ++++- include/linux/lockd/xdr.h | 12 +- include/linux/lockd/xdr4.h | 10 +- include/linux/nfsd/nfsd.h | 134 +++++++++--------- include/linux/nfsd/nfsfh.h | 7 + include/linux/nfsd/state.h | 13 +-- include/linux/sunrpc/svc.h | 13 ++ include/linux/sunrpc/xdr.h | 42 +++--- net/sunrpc/svc_xprt.c | 125 ++++++++++++++++- net/sunrpc/svcsock.c | 35 +---- 21 files changed, 567 insertions(+), 420 deletions(-) Merging ieee1394/for-next $ git merge ieee1394/for-next Auto-merging drivers/media/dvb/firewire/firedtv-avc.c Merge made by recursive. drivers/firewire/fw-card.c | 149 +++-- drivers/firewire/fw-cdev.c | 1044 +++++++++++++++++++++--------- drivers/firewire/fw-device.c | 203 ++++--- drivers/firewire/fw-device.h | 23 +- drivers/firewire/fw-iso.c | 227 ++++++- drivers/firewire/fw-ohci.c | 260 ++++---- drivers/firewire/fw-sbp2.c | 57 +- drivers/firewire/fw-topology.c | 29 +- drivers/firewire/fw-topology.h | 19 +- drivers/firewire/fw-transaction.c | 185 +++--- drivers/firewire/fw-transaction.h | 138 ++--- drivers/ieee1394/csr.c | 8 +- drivers/ieee1394/dv1394.c | 2 +- drivers/ieee1394/eth1394.c | 4 +- drivers/ieee1394/highlevel.c | 2 +- drivers/ieee1394/nodemgr.c | 4 +- drivers/ieee1394/nodemgr.h | 2 +- drivers/ieee1394/raw1394.c | 14 +- drivers/ieee1394/sbp2.c | 9 +- drivers/ieee1394/video1394.c | 2 +- drivers/media/dvb/firewire/firedtv-avc.c | 4 +- include/linux/firewire-cdev.h | 218 ++++++- 22 files changed, 1679 insertions(+), 924 deletions(-) Merging ubi/linux-next $ git merge ubi/linux-next Merge made by recursive. drivers/mtd/ubi/cdev.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) Merging kvm/master $ git merge kvm/master Renaming arch/powerpc/include/asm/mmu-fsl-booke.h => arch/powerpc/include/asm/mmu-book3e.h Auto-merging arch/powerpc/include/asm/mmu-book3e.h Auto-merging arch/ia64/include/asm/kvm.h Auto-merging arch/ia64/kernel/msi_ia64.c Auto-merging arch/powerpc/include/asm/kvm.h Auto-merging arch/powerpc/kernel/asm-offsets.c Auto-merging arch/s390/kvm/kvm-s390.c Auto-merging arch/x86/include/asm/msr-index.h Auto-merging arch/x86/kvm/Kconfig Merge made by recursive. arch/ia64/include/asm/kvm.h | 49 ++- arch/ia64/include/asm/kvm_host.h | 23 +- arch/ia64/include/asm/msidef.h | 42 ++ arch/ia64/include/asm/pgtable.h | 2 + arch/ia64/kernel/msi_ia64.c | 55 +-- arch/ia64/kvm/Kconfig | 4 + arch/ia64/kvm/irq.h | 2 + arch/ia64/kvm/kvm-ia64.c | 269 ++++++++-- arch/ia64/kvm/kvm_fw.c | 179 +++++++- arch/ia64/kvm/lapic.h | 6 +- arch/ia64/kvm/optvfault.S | 30 ++ arch/ia64/kvm/process.c | 71 ++- arch/ia64/kvm/vcpu.c | 64 +-- arch/ia64/kvm/vcpu.h | 4 +- arch/ia64/kvm/vmm.c | 12 +- arch/ia64/kvm/vtlb.c | 44 +- arch/powerpc/include/asm/kvm.h | 7 + arch/powerpc/include/asm/kvm_44x.h | 7 + arch/powerpc/include/asm/kvm_asm.h | 7 +- arch/powerpc/include/asm/kvm_e500.h | 67 +++ arch/powerpc/include/asm/kvm_host.h | 21 +- arch/powerpc/include/asm/kvm_ppc.h | 15 +- arch/powerpc/include/asm/mmu-book3e.h | 2 + arch/powerpc/kernel/asm-offsets.c | 4 +- arch/powerpc/kvm/44x.c | 72 +--- arch/powerpc/kvm/44x_emulate.c | 217 +------- arch/powerpc/kvm/44x_tlb.c | 39 +- arch/powerpc/kvm/44x_tlb.h | 9 - arch/powerpc/kvm/Kconfig | 16 + arch/powerpc/kvm/Makefile | 10 + arch/powerpc/kvm/booke.c | 50 ++- arch/powerpc/kvm/booke.h | 35 +- arch/powerpc/kvm/booke_emulate.c | 266 ++++++++++ arch/powerpc/kvm/booke_interrupts.S | 5 + arch/powerpc/kvm/e500.c | 169 ++++++ arch/powerpc/kvm/e500_emulate.c | 202 +++++++ arch/powerpc/kvm/e500_tlb.c | 757 +++++++++++++++++++++++++++ arch/powerpc/kvm/e500_tlb.h | 185 +++++++ arch/powerpc/kvm/emulate.c | 93 +++-- arch/powerpc/kvm/powerpc.c | 31 +- arch/s390/include/asm/kvm.h | 7 + arch/s390/include/asm/kvm_host.h | 3 - arch/s390/kvm/Kconfig | 3 + arch/s390/kvm/intercept.c | 2 +- arch/s390/kvm/interrupt.c | 7 +- arch/s390/kvm/kvm-s390.c | 4 +- arch/s390/kvm/kvm-s390.h | 2 +- arch/s390/kvm/priv.c | 18 +- arch/s390/kvm/sigp.c | 2 - arch/x86/include/asm/kvm.h | 25 + arch/x86/include/asm/kvm_host.h | 63 ++- arch/x86/include/asm/msr-index.h | 9 + arch/x86/include/asm/svm.h | 4 - arch/x86/include/asm/virtext.h | 2 +- arch/x86/include/asm/vmx.h | 5 +- arch/x86/kernel/kvm.c | 4 + arch/x86/kvm/Kconfig | 4 + arch/x86/kvm/Makefile | 2 +- arch/x86/kvm/i8254.c | 110 +++-- arch/x86/kvm/i8254.h | 12 +- arch/x86/kvm/i8259.c | 25 +- arch/x86/kvm/irq.h | 2 + arch/x86/kvm/kvm_svm.h | 16 +- arch/x86/kvm/kvm_timer.h | 18 + arch/x86/kvm/lapic.c | 251 +++------ arch/x86/kvm/lapic.h | 13 +- arch/x86/kvm/mmu.c | 245 ++++----- arch/x86/kvm/mmu.h | 2 +- arch/x86/kvm/paging_tmpl.h | 220 ++++----- arch/x86/kvm/svm.c | 926 ++++++++++++++++++++++++++++----- arch/x86/kvm/timer.c | 46 ++ arch/x86/kvm/vmx.c | 493 ++++++++++-------- arch/x86/kvm/x86.c | 442 ++++++++++++---- arch/x86/kvm/x86_emulate.c | 56 ++- include/linux/kvm.h | 153 +++++- include/linux/kvm_host.h | 81 +++- include/linux/kvm_types.h | 36 +- virt/kvm/ioapic.c | 178 ++----- virt/kvm/ioapic.h | 29 +- virt/kvm/irq_comm.c | 303 ++++++++++- virt/kvm/kvm_main.c | 725 ++++++++++++++++++-------- 81 files changed, 5658 insertions(+), 2032 deletions(-) create mode 100644 arch/ia64/include/asm/msidef.h create mode 100644 arch/powerpc/include/asm/kvm_e500.h create mode 100644 arch/powerpc/kvm/booke_emulate.c create mode 100644 arch/powerpc/kvm/e500.c create mode 100644 arch/powerpc/kvm/e500_emulate.c create mode 100644 arch/powerpc/kvm/e500_tlb.c create mode 100644 arch/powerpc/kvm/e500_tlb.h create mode 100644 arch/x86/kvm/kvm_timer.h create mode 100644 arch/x86/kvm/timer.c Merging dlm/next $ git merge dlm/next Merge made by recursive. fs/dlm/dir.c | 18 +++--- fs/dlm/dlm_internal.h | 2 +- fs/dlm/lock.c | 60 ++++++++++++++-- fs/dlm/lockspace.c | 2 +- fs/dlm/lowcomms.c | 181 ++++++++++++++++++++++++++----------------------- fs/dlm/user.c | 24 ++++--- 6 files changed, 175 insertions(+), 112 deletions(-) Merging scsi/master $ git merge scsi/master Auto-merging MAINTAINERS Auto-merging include/linux/netdevice.h Auto-merging net/core/dev.c Merge made by recursive. Documentation/devices.txt | 6 + Documentation/scsi/osd.txt | 198 + MAINTAINERS | 10 + block/cmd-filter.c | 1 + drivers/infiniband/ulp/iser/iscsi_iser.c | 17 +- drivers/infiniband/ulp/iser/iscsi_iser.h | 2 +- drivers/infiniband/ulp/iser/iser_initiator.c | 2 +- drivers/net/xen-netfront.c | 2 +- drivers/s390/scsi/zfcp_aux.c | 24 +- drivers/s390/scsi/zfcp_ccw.c | 24 +- drivers/s390/scsi/zfcp_dbf.c | 188 +- drivers/s390/scsi/zfcp_dbf.h | 3 +- drivers/s390/scsi/zfcp_def.h | 17 +- drivers/s390/scsi/zfcp_erp.c | 290 +- drivers/s390/scsi/zfcp_ext.h | 73 +- drivers/s390/scsi/zfcp_fc.c | 82 +- drivers/s390/scsi/zfcp_fsf.c | 240 +- drivers/s390/scsi/zfcp_fsf.h | 4 - drivers/s390/scsi/zfcp_qdio.c | 47 +- drivers/s390/scsi/zfcp_scsi.c | 250 +- drivers/s390/scsi/zfcp_sysfs.c | 20 +- drivers/scsi/3w-9xxx.c | 101 +- drivers/scsi/3w-9xxx.h | 2 +- drivers/scsi/Kconfig | 18 +- drivers/scsi/Makefile | 3 + drivers/scsi/ch.c | 1 + drivers/scsi/constants.c | 13 +- drivers/scsi/cxgb3i/cxgb3i_ddp.c | 5 +- drivers/scsi/cxgb3i/cxgb3i_ddp.h | 8 +- drivers/scsi/cxgb3i/cxgb3i_iscsi.c | 27 +- drivers/scsi/cxgb3i/cxgb3i_offload.c | 3 +- drivers/scsi/cxgb3i/cxgb3i_offload.h | 1 + drivers/scsi/cxgb3i/cxgb3i_pdu.c | 2 +- drivers/scsi/device_handler/scsi_dh_alua.c | 14 +- drivers/scsi/device_handler/scsi_dh_rdac.c | 49 +- drivers/scsi/fcoe/fcoe_sw.c | 67 +- drivers/scsi/fcoe/libfcoe.c | 16 +- drivers/scsi/hosts.c | 3 +- drivers/scsi/hptiop.c | 3 +- drivers/scsi/ibmvscsi/ibmvfc.c | 62 +- drivers/scsi/ipr.c | 13 +- drivers/scsi/ipr.h | 4 +- drivers/scsi/ips.c | 3 +- drivers/scsi/iscsi_tcp.c | 73 +- drivers/scsi/libfc/fc_exch.c | 6 +- drivers/scsi/libfc/fc_fcp.c | 75 +- drivers/scsi/libfc/fc_lport.c | 5 +- drivers/scsi/libfc/fc_rport.c | 2 +- drivers/scsi/libiscsi.c | 236 +- drivers/scsi/libiscsi_tcp.c | 122 +- drivers/scsi/lpfc/lpfc_debugfs.c | 16 +- drivers/scsi/lpfc/lpfc_scsi.c | 6 +- drivers/scsi/mpt2sas/Kconfig | 66 + drivers/scsi/mpt2sas/Makefile | 7 + drivers/scsi/mpt2sas/mpi/mpi2.h | 1067 +++++ drivers/scsi/mpt2sas/mpi/mpi2_cnfg.h | 2151 ++++++++++ drivers/scsi/mpt2sas/mpi/mpi2_init.h | 420 ++ drivers/scsi/mpt2sas/mpi/mpi2_ioc.h | 1295 ++++++ drivers/scsi/mpt2sas/mpi/mpi2_raid.h | 295 ++ drivers/scsi/mpt2sas/mpi/mpi2_sas.h | 282 ++ drivers/scsi/mpt2sas/mpi/mpi2_tool.h | 249 ++ drivers/scsi/mpt2sas/mpi/mpi2_type.h | 61 + drivers/scsi/mpt2sas/mpt2sas_base.c | 3435 ++++++++++++++++ drivers/scsi/mpt2sas/mpt2sas_base.h | 779 ++++ drivers/scsi/mpt2sas/mpt2sas_config.c | 1873 +++++++++ drivers/scsi/mpt2sas/mpt2sas_ctl.c | 2516 ++++++++++++ drivers/scsi/mpt2sas/mpt2sas_ctl.h | 416 ++ drivers/scsi/mpt2sas/mpt2sas_debug.h | 181 + drivers/scsi/mpt2sas/mpt2sas_scsih.c | 5687 ++++++++++++++++++++++++++ drivers/scsi/mpt2sas/mpt2sas_transport.c | 1211 ++++++ drivers/scsi/osd/Kbuild | 45 + drivers/scsi/osd/Kconfig | 53 + drivers/scsi/osd/Makefile | 37 + drivers/scsi/osd/osd_debug.h | 30 + drivers/scsi/osd/osd_initiator.c | 1657 ++++++++ drivers/scsi/osd/osd_uld.c | 487 +++ drivers/scsi/osst.c | 96 +- drivers/scsi/osst.h | 2 + drivers/scsi/scsi.c | 104 + drivers/scsi/scsi_debug.c | 443 ++- drivers/scsi/scsi_error.c | 34 +- drivers/scsi/scsi_lib.c | 203 +- drivers/scsi/scsi_scan.c | 1 + drivers/scsi/scsi_sysfs.c | 1 - drivers/scsi/scsi_transport_fc.c | 2 +- drivers/scsi/scsi_transport_iscsi.c | 45 +- drivers/scsi/sd.c | 349 +- drivers/scsi/sd.h | 1 + drivers/scsi/ses.c | 33 +- drivers/scsi/sg.c | 495 +-- drivers/scsi/st.c | 6 +- drivers/scsi/stex.c | 107 +- drivers/scsi/sym53c8xx_2/sym_glue.c | 137 +- drivers/scsi/sym53c8xx_2/sym_hipd.c | 64 +- drivers/scsi/sym53c8xx_2/sym_hipd.h | 4 + drivers/usb/storage/transport.c | 2 +- include/linux/bsg.h | 2 + include/linux/if_ether.h | 1 + include/linux/major.h | 1 + include/linux/miscdevice.h | 1 + include/linux/netdevice.h | 18 +- include/linux/skbuff.h | 2 + include/scsi/fc/fc_fcoe.h | 7 - include/scsi/fc_frame.h | 19 +- include/scsi/libfc.h | 31 + include/scsi/libfcoe.h | 18 - include/scsi/libiscsi.h | 19 +- include/scsi/osd_attributes.h | 327 ++ include/scsi/osd_initiator.h | 433 ++ include/scsi/osd_protocol.h | 579 +++ include/scsi/osd_sec.h | 45 + include/scsi/osd_sense.h | 260 ++ include/scsi/osd_types.h | 40 + include/scsi/scsi.h | 31 +- include/scsi/scsi_cmnd.h | 15 + include/scsi/scsi_device.h | 10 +- include/scsi/scsi_transport_iscsi.h | 4 +- net/core/dev.c | 4 +- 118 files changed, 28866 insertions(+), 1889 deletions(-) create mode 100644 Documentation/scsi/osd.txt create mode 100644 drivers/scsi/mpt2sas/Kconfig create mode 100644 drivers/scsi/mpt2sas/Makefile create mode 100644 drivers/scsi/mpt2sas/mpi/mpi2.h create mode 100644 drivers/scsi/mpt2sas/mpi/mpi2_cnfg.h create mode 100644 drivers/scsi/mpt2sas/mpi/mpi2_init.h create mode 100644 drivers/scsi/mpt2sas/mpi/mpi2_ioc.h create mode 100644 drivers/scsi/mpt2sas/mpi/mpi2_raid.h create mode 100644 drivers/scsi/mpt2sas/mpi/mpi2_sas.h create mode 100644 drivers/scsi/mpt2sas/mpi/mpi2_tool.h create mode 100644 drivers/scsi/mpt2sas/mpi/mpi2_type.h create mode 100644 drivers/scsi/mpt2sas/mpt2sas_base.c create mode 100644 drivers/scsi/mpt2sas/mpt2sas_base.h create mode 100644 drivers/scsi/mpt2sas/mpt2sas_config.c create mode 100644 drivers/scsi/mpt2sas/mpt2sas_ctl.c create mode 100644 drivers/scsi/mpt2sas/mpt2sas_ctl.h create mode 100644 drivers/scsi/mpt2sas/mpt2sas_debug.h create mode 100644 drivers/scsi/mpt2sas/mpt2sas_scsih.c create mode 100644 drivers/scsi/mpt2sas/mpt2sas_transport.c create mode 100644 drivers/scsi/osd/Kbuild create mode 100644 drivers/scsi/osd/Kconfig create mode 100755 drivers/scsi/osd/Makefile create mode 100644 drivers/scsi/osd/osd_debug.h create mode 100644 drivers/scsi/osd/osd_initiator.c create mode 100644 drivers/scsi/osd/osd_uld.c create mode 100644 include/scsi/osd_attributes.h create mode 100644 include/scsi/osd_initiator.h create mode 100644 include/scsi/osd_protocol.h create mode 100644 include/scsi/osd_sec.h create mode 100644 include/scsi/osd_sense.h create mode 100644 include/scsi/osd_types.h Merging ocfs2/linux-next $ git merge ocfs2/linux-next Merge made by recursive. fs/ocfs2/alloc.c | 57 + fs/ocfs2/alloc.h | 3 + fs/ocfs2/aops.c | 23 +- fs/ocfs2/cluster/heartbeat.c | 96 ++- fs/ocfs2/cluster/heartbeat.h | 3 +- fs/ocfs2/cluster/nodemanager.c | 9 +- fs/ocfs2/dir.c | 2806 ++++++++++++++++++++++++++++++++++++++-- fs/ocfs2/dir.h | 57 +- fs/ocfs2/dlm/dlmcommon.h | 58 +- fs/ocfs2/dlm/dlmdebug.c | 87 +- fs/ocfs2/dlm/dlmdomain.c | 29 +- fs/ocfs2/dlm/dlmmaster.c | 387 +++--- fs/ocfs2/dlm/dlmthread.c | 20 +- fs/ocfs2/dlmglue.c | 46 + fs/ocfs2/dlmglue.h | 2 + fs/ocfs2/export.c | 84 ++- fs/ocfs2/inode.c | 48 +- fs/ocfs2/inode.h | 5 + fs/ocfs2/journal.c | 173 +++- fs/ocfs2/journal.h | 77 +- fs/ocfs2/localalloc.c | 86 -- fs/ocfs2/namei.c | 250 ++-- fs/ocfs2/ocfs2.h | 76 +- fs/ocfs2/ocfs2_fs.h | 136 ++- fs/ocfs2/ocfs2_lockid.h | 4 + fs/ocfs2/suballoc.c | 254 ++++- fs/ocfs2/suballoc.h | 4 + fs/ocfs2/super.c | 188 +++ fs/ocfs2/xattr.c | 8 +- fs/ocfs2/xattr.h | 2 +- 30 files changed, 4389 insertions(+), 689 deletions(-) Merging ext4/next $ git merge ext4/next Resolved 'fs/ext4/inode.c' using previous resolution. Auto-merging fs/ext4/balloc.c Auto-merging fs/ext4/ext4.h Auto-merging fs/ext4/ialloc.c Auto-merging fs/ext4/inode.c CONFLICT (content): Merge conflict in fs/ext4/inode.c Auto-merging fs/ext4/mballoc.c Auto-merging fs/ext4/namei.c Auto-merging fs/ext4/super.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 86f3851] Merge commit 'ext4/next' $ git diff -M --stat --summary HEAD^.. Documentation/filesystems/ext4.txt | 5 +- fs/ext4/balloc.c | 14 +- fs/ext4/dir.c | 16 +- fs/ext4/ext4.h | 97 +++++----- fs/ext4/ext4_extents.h | 1 + fs/ext4/ext4_i.h | 6 +- fs/ext4/ext4_jbd2.h | 3 +- fs/ext4/ext4_sb.h | 14 +- fs/ext4/extents.c | 126 +++++++++++-- fs/ext4/file.c | 7 +- fs/ext4/ialloc.c | 273 ++++++++++++++++++-------- fs/ext4/inode.c | 376 +++++++++++++++++++++--------------- fs/ext4/ioctl.c | 17 ++- fs/ext4/mballoc.c | 133 ++++--------- fs/ext4/mballoc.h | 1 - fs/ext4/namei.c | 164 ++++++++++------ fs/ext4/resize.c | 8 +- fs/ext4/super.c | 347 ++++++++++++++++++++++++++-------- fs/jbd2/commit.c | 3 + include/linux/jbd2.h | 2 + 20 files changed, 1046 insertions(+), 567 deletions(-) Merging async_tx/next $ git merge async_tx/next Already uptodate! Merge made by recursive. Merging udf/for_next $ git merge udf/for_next Auto-merging fs/udf/balloc.c Auto-merging fs/udf/ialloc.c Merge made by recursive. Documentation/filesystems/udf.txt | 2 + fs/udf/balloc.c | 113 +++++----- fs/udf/dir.c | 14 +- fs/udf/directory.c | 38 ++-- fs/udf/ecma_167.h | 416 ++++++++++++++++++------------------ fs/udf/ialloc.c | 4 +- fs/udf/inode.c | 213 ++++++++++--------- fs/udf/misc.c | 29 ++-- fs/udf/namei.c | 86 ++++---- fs/udf/osta_udf.h | 22 +- fs/udf/partition.c | 2 +- fs/udf/super.c | 243 ++++++++++++++-------- fs/udf/truncate.c | 44 ++-- fs/udf/udf_i.h | 6 +- fs/udf/udf_sb.h | 5 + fs/udf/udfdecl.h | 46 +++-- fs/udf/udfend.h | 28 ++-- fs/udf/udftime.c | 6 +- fs/udf/unicode.c | 62 ++++-- 19 files changed, 749 insertions(+), 630 deletions(-) Merging net/master $ git merge net/master Recorded preimage for 'drivers/infiniband/hw/amso1100/c2.c' Recorded preimage for 'drivers/infiniband/hw/amso1100/c2_provider.c' Recorded preimage for 'drivers/infiniband/hw/nes/nes_nic.c' Recorded preimage for 'drivers/infiniband/ulp/ipoib/ipoib_main.c' Renaming fs/dquot.c => fs/quota/dquot.c Auto-merging fs/quota/dquot.c Auto-merging Documentation/feature-removal-schedule.txt Auto-merging MAINTAINERS Auto-merging arch/arm/mach-kirkwood/common.c Auto-merging arch/arm/mach-kirkwood/rd88f6281-setup.c Auto-merging arch/arm/mach-orion5x/common.c Auto-merging arch/m68knommu/platform/528x/config.c Auto-merging drivers/infiniband/hw/amso1100/c2.c CONFLICT (content): Merge conflict in drivers/infiniband/hw/amso1100/c2.c Auto-merging drivers/infiniband/hw/amso1100/c2_provider.c CONFLICT (content): Merge conflict in drivers/infiniband/hw/amso1100/c2_provider.c Auto-merging drivers/infiniband/hw/cxgb3/cxio_hal.c Auto-merging drivers/infiniband/hw/nes/nes_hw.c Auto-merging drivers/infiniband/hw/nes/nes_nic.c CONFLICT (content): Merge conflict in drivers/infiniband/hw/nes/nes_nic.c Auto-merging drivers/infiniband/ulp/ipoib/ipoib_main.c CONFLICT (content): Merge conflict in drivers/infiniband/ulp/ipoib/ipoib_main.c Auto-merging drivers/net/arm/ixp4xx_eth.c Removing drivers/net/gianfar_mii.h Auto-merging drivers/net/sfc/efx.c Auto-merging drivers/net/sfc/falcon.c Auto-merging drivers/net/smc91x.h Auto-merging drivers/net/sungem.c Removing drivers/net/tehuti_fw.h Removing drivers/net/typhoon-firmware.h Removing drivers/net/ucc_geth_mii.c Removing drivers/net/ucc_geth_mii.h Removing drivers/net/wireless/ath9k/core.h Removing drivers/net/wireless/iwlwifi/iwl-3945-commands.h Removing drivers/net/wireless/iwlwifi/iwl-3945-debug.h Removing drivers/net/wireless/iwlwifi/iwl-3945-io.h Removing drivers/net/wireless/iwlwifi/iwl-3945-rs.h Removing drivers/net/wireless/iwlwifi/iwl-agn-hcmd-check.c Removing drivers/net/wireless/orinoco/orinoco.c Auto-merging drivers/net/xen-netfront.c Auto-merging drivers/scsi/scsi_transport_fc.c Auto-merging drivers/scsi/scsi_transport_iscsi.c Removing firmware/cxgb3/t3fw-7.0.0.bin.ihex Auto-merging include/linux/Kbuild Auto-merging include/linux/if_ether.h Auto-merging include/linux/netdevice.h Auto-merging include/linux/pci_ids.h Auto-merging include/linux/skbuff.h Auto-merging include/linux/socket.h Auto-merging net/core/dev.c Auto-merging net/ipv4/af_inet.c Auto-merging net/ipv4/route.c Auto-merging net/sunrpc/xprtsock.c Auto-merging net/wireless/nl80211.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a Recorded resolution for 'drivers/infiniband/hw/amso1100/c2.c'. Recorded resolution for 'drivers/infiniband/hw/amso1100/c2_provider.c'. Recorded resolution for 'drivers/infiniband/hw/nes/nes_nic.c'. Recorded resolution for 'drivers/infiniband/ulp/ipoib/ipoib_main.c'. [master 4566894] Merge commit 'net/master' $ git diff -M --stat --summary HEAD^.. Documentation/DocBook/mac80211.tmpl | 12 +- Documentation/feature-removal-schedule.txt | 4 +- Documentation/networking/dccp.txt | 3 +- Documentation/networking/ip-sysctl.txt | 148 +- Documentation/networking/ixgbe.txt | 199 + Documentation/networking/rds.txt | 356 + Documentation/networking/timestamping.txt | 180 + Documentation/networking/timestamping/.gitignore | 1 + Documentation/networking/timestamping/Makefile | 6 + .../networking/timestamping/timestamping.c | 533 + Documentation/powerpc/dts-bindings/fsl/tsec.txt | 6 + MAINTAINERS | 8 + arch/alpha/include/asm/socket.h | 3 + arch/arm/include/asm/socket.h | 3 + arch/arm/mach-kirkwood/common.c | 5 +- arch/arm/mach-kirkwood/rd88f6281-setup.c | 13 +- arch/arm/mach-orion5x/common.c | 5 +- arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c | 9 +- arch/arm/mach-orion5x/rd88f5181l-ge-setup.c | 10 +- arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c | 10 +- arch/arm/mach-orion5x/wrt350n-v2-setup.c | 9 +- arch/avr32/include/asm/socket.h | 3 + arch/blackfin/include/asm/socket.h | 3 + arch/cris/include/asm/socket.h | 3 + arch/h8300/include/asm/socket.h | 3 + arch/ia64/include/asm/socket.h | 3 + arch/m68k/include/asm/socket.h | 3 + arch/m68knommu/platform/520x/config.c | 56 + arch/m68knommu/platform/523x/config.c | 51 + arch/m68knommu/platform/5272/config.c | 48 + arch/m68knommu/platform/527x/config.c | 113 +- arch/m68knommu/platform/528x/config.c | 58 + arch/m68knommu/platform/532x/config.c | 49 + arch/mips/include/asm/socket.h | 3 + arch/parisc/include/asm/socket.h | 3 + arch/powerpc/include/asm/socket.h | 3 + arch/s390/include/asm/socket.h | 3 + arch/sh/include/asm/socket.h | 3 + arch/sparc/include/asm/socket.h | 3 + arch/x86/include/asm/socket.h | 3 + arch/xtensa/include/asm/socket.h | 3 + drivers/acpi/event.c | 6 +- drivers/atm/firestream.c | 8 +- drivers/atm/iphase.c | 4 +- drivers/atm/solos-attrlist.c | 70 + drivers/atm/solos-pci.c | 824 +- drivers/block/aoe/aoenet.c | 2 +- drivers/bluetooth/bfusb.c | 3 +- drivers/bluetooth/bt3c_cs.c | 4 +- drivers/bluetooth/btusb.c | 40 +- drivers/bluetooth/hci_h4.c | 3 +- drivers/bluetooth/hci_ll.c | 3 +- drivers/char/pcmcia/synclink_cs.c | 18 +- drivers/char/synclink.c | 18 +- drivers/char/synclink_gt.c | 18 +- drivers/char/synclinkmp.c | 18 +- drivers/connector/cn_queue.c | 80 +- drivers/connector/connector.c | 19 +- drivers/infiniband/hw/amso1100/c2.c | 43 +- drivers/infiniband/hw/amso1100/c2.h | 2 - drivers/infiniband/hw/amso1100/c2_provider.c | 19 +- drivers/infiniband/hw/cxgb3/cxio_hal.c | 3 + drivers/infiniband/hw/cxgb3/cxio_hal.h | 2 + drivers/infiniband/hw/cxgb3/iwch.c | 15 +- drivers/infiniband/hw/nes/nes_hw.c | 2 +- drivers/infiniband/hw/nes/nes_nic.c | 22 +- drivers/infiniband/ulp/ipoib/ipoib_ib.c | 6 +- drivers/infiniband/ulp/ipoib/ipoib_main.c | 8 +- drivers/isdn/act2000/act2000_isa.c | 6 +- drivers/isdn/capi/capi.c | 2 +- drivers/isdn/capi/kcapi_proc.c | 2 + drivers/isdn/gigaset/Kconfig | 14 +- drivers/isdn/gigaset/usb-gigaset.c | 8 +- drivers/isdn/hardware/eicon/debug.c | 2 +- drivers/isdn/hardware/eicon/message.c | 70 +- drivers/isdn/hardware/mISDN/hfcpci.c | 4 +- drivers/isdn/hardware/mISDN/hfcsusb.c | 6 +- drivers/isdn/hardware/mISDN/hfcsusb.h | 6 +- drivers/isdn/hisax/callc.c | 1 - drivers/isdn/hisax/config.c | 6 - drivers/isdn/hisax/hfcscard.c | 2 - drivers/isdn/hisax/hisax.h | 9 + drivers/isdn/hisax/isdnl1.c | 4 +- drivers/isdn/hisax/sedlbauer.c | 2 - drivers/isdn/hisax/teles0.c | 2 - drivers/isdn/hisax/teles3.c | 1 - drivers/isdn/mISDN/clock.c | 10 +- drivers/isdn/mISDN/timerdev.c | 3 +- drivers/isdn/pcbit/layer2.c | 6 +- drivers/net/3c501.c | 17 +- drivers/net/3c505.c | 18 +- drivers/net/3c507.c | 15 +- drivers/net/3c509.c | 25 +- drivers/net/3c515.c | 21 +- drivers/net/3c523.c | 25 +- drivers/net/3c527.c | 19 +- drivers/net/3c59x.c | 61 +- drivers/net/8139cp.c | 30 +- drivers/net/8139too.c | 32 +- drivers/net/82596.c | 17 +- drivers/net/Kconfig | 34 +- drivers/net/Makefile | 5 +- drivers/net/a2065.c | 19 +- drivers/net/acenic.c | 2 +- drivers/net/amd8111e.c | 6 +- drivers/net/arcnet/arc-rawmode.c | 4 +- drivers/net/arcnet/arcnet.c | 72 +- drivers/net/arcnet/capmode.c | 6 +- drivers/net/arcnet/com20020-isa.c | 2 + drivers/net/arcnet/com20020-pci.c | 3 + drivers/net/arcnet/com20020.c | 11 +- drivers/net/arcnet/rfc1051.c | 12 +- drivers/net/arcnet/rfc1201.c | 47 +- drivers/net/arm/ep93xx_eth.c | 8 +- drivers/net/arm/ixp4xx_eth.c | 12 +- drivers/net/arm/ks8695net.c | 2 +- drivers/net/at1700.c | 2 +- drivers/net/atl1e/atl1e.h | 2 +- drivers/net/atl1e/atl1e_main.c | 6 +- drivers/net/atl1e/atl1e_param.c | 2 +- drivers/net/atlx/atl1.c | 2 +- drivers/net/atlx/atl2.c | 2 +- drivers/net/au1000_eth.c | 1051 +- drivers/net/b44.c | 8 +- drivers/net/bfin_mac.c | 12 +- drivers/net/bmac.c | 3 +- drivers/net/bnx2.c | 24 +- drivers/net/bnx2x.h | 186 +- drivers/net/bnx2x_dump.h | 526 + drivers/net/bnx2x_fw_defs.h | 153 +- drivers/net/bnx2x_hsi.h | 559 +- drivers/net/bnx2x_init.h | 163 +- drivers/net/bnx2x_init_values.h |26527 +++++++++++--------- drivers/net/bnx2x_link.c | 1416 +- drivers/net/bnx2x_link.h | 23 +- drivers/net/bnx2x_main.c | 2640 ++- drivers/net/bnx2x_reg.h | 314 +- drivers/net/bonding/bond_3ad.h | 2 +- drivers/net/bonding/bond_alb.c | 12 +- drivers/net/bonding/bond_main.c | 16 +- drivers/net/cassini.c | 8 +- drivers/net/chelsio/sge.c | 7 +- drivers/net/cpmac.c | 12 +- drivers/net/cxgb3/adapter.h | 21 +- drivers/net/cxgb3/ael1002.c | 3 +- drivers/net/cxgb3/common.h | 6 + drivers/net/cxgb3/cxgb3_main.c | 254 +- drivers/net/cxgb3/cxgb3_offload.c | 12 + drivers/net/cxgb3/cxgb3_offload.h | 7 + drivers/net/cxgb3/regs.h | 21 + drivers/net/cxgb3/sge.c | 315 +- drivers/net/cxgb3/t3_hw.c | 164 +- drivers/net/cxgb3/version.h | 4 +- drivers/net/cxgb3/xgmac.c | 85 +- drivers/net/declance.c | 6 +- drivers/net/defxx.c | 2 +- drivers/net/depca.c | 6 +- drivers/net/dnet.c | 1 - drivers/net/e100.c | 99 +- drivers/net/e1000/e1000.h | 2 - drivers/net/e1000/e1000_main.c | 94 +- drivers/net/e1000e/82571.c | 273 +- drivers/net/e1000e/defines.h | 1 + drivers/net/e1000e/e1000.h | 4 +- drivers/net/e1000e/ethtool.c | 3 +- drivers/net/e1000e/hw.h | 10 + drivers/net/e1000e/ich8lan.c | 17 +- drivers/net/e1000e/lib.c | 4 +- drivers/net/e1000e/netdev.c | 227 +- drivers/net/e2100.c | 6 +- drivers/net/ehea/ehea.h | 2 +- drivers/net/ehea/ehea_main.c | 189 +- drivers/net/ehea/ehea_qmr.c | 4 +- drivers/net/enic/enic.h | 3 +- drivers/net/enic/enic_main.c | 84 +- drivers/net/enic/vnic_dev.c | 33 +- drivers/net/enic/vnic_dev.h | 2 + drivers/net/enic/vnic_devcmd.h | 8 +- drivers/net/enic/vnic_intr.h | 14 + drivers/net/epic100.c | 6 +- drivers/net/eql.c | 2 +- drivers/net/fealnx.c | 4 +- drivers/net/fec.c | 890 +- drivers/net/fec.h | 11 +- drivers/net/forcedeth.c | 750 +- drivers/net/fs_enet/fs_enet-main.c | 4 +- drivers/net/{gianfar_mii.c => fsl_pq_mdio.c} | 255 +- drivers/net/fsl_pq_mdio.h | 45 + drivers/net/gianfar.c | 151 +- drivers/net/gianfar.h | 20 +- drivers/net/gianfar_ethtool.c | 1 + drivers/net/gianfar_mii.h | 54 - drivers/net/gianfar_sysfs.c | 33 +- drivers/net/hamachi.c | 10 +- drivers/net/hamradio/6pack.c | 20 +- drivers/net/hamradio/baycom_epp.c | 43 +- drivers/net/hamradio/bpqether.c | 47 +- drivers/net/hamradio/dmascc.c | 54 +- drivers/net/hamradio/hdlcdrv.c | 45 +- drivers/net/hamradio/mkiss.c | 55 +- drivers/net/hamradio/scc.c | 24 +- drivers/net/hamradio/yam.c | 68 +- drivers/net/ibm_newemac/core.c | 2 +- drivers/net/ibmveth.c | 8 +- drivers/net/igb/Makefile | 4 +- drivers/net/igb/e1000_82575.c | 141 +- drivers/net/igb/e1000_82575.h | 64 +- drivers/net/igb/e1000_defines.h | 134 +- drivers/net/igb/e1000_hw.h | 202 +- drivers/net/igb/e1000_mac.c | 66 +- drivers/net/igb/e1000_mac.h | 9 +- drivers/net/igb/e1000_mbx.c | 447 + drivers/net/igb/e1000_mbx.h | 77 + drivers/net/igb/e1000_nvm.c | 44 +- drivers/net/igb/e1000_phy.c | 352 +- drivers/net/igb/e1000_phy.h | 3 +- drivers/net/igb/e1000_regs.h | 103 +- drivers/net/igb/igb.h | 92 +- drivers/net/igb/igb_ethtool.c | 206 +- drivers/net/igb/igb_main.c | 1891 ++- drivers/net/irda/ali-ircc.c | 23 +- drivers/net/irda/irda-usb.c | 18 +- drivers/net/irda/kingsun-sir.c | 11 +- drivers/net/irda/ks959-sir.c | 11 +- drivers/net/irda/ksdazzle-sir.c | 12 +- drivers/net/irda/mcs7780.c | 13 +- drivers/net/irda/nsc-ircc.c | 23 +- drivers/net/irda/sir_dev.c | 17 +- drivers/net/irda/smsc-ircc2.c | 30 +- drivers/net/irda/stir4200.c | 12 +- drivers/net/irda/via-ircc.c | 22 +- drivers/net/irda/vlsi_ir.c | 14 +- drivers/net/irda/w83977af_ir.c | 13 +- drivers/net/ixgb/ixgb_main.c | 76 +- drivers/net/ixgbe/Makefile | 7 +- drivers/net/ixgbe/ixgbe.h | 66 +- drivers/net/ixgbe/ixgbe_82598.c | 336 +- drivers/net/ixgbe/ixgbe_82599.c | 1292 + drivers/net/ixgbe/ixgbe_common.c | 464 +- drivers/net/ixgbe/ixgbe_common.h | 15 +- drivers/net/ixgbe/ixgbe_dcb.c | 19 +- drivers/net/ixgbe/ixgbe_dcb.h | 56 +- drivers/net/ixgbe/ixgbe_dcb_82598.c | 4 +- drivers/net/ixgbe/ixgbe_dcb_82598.h | 2 +- drivers/net/ixgbe/ixgbe_dcb_82599.c | 470 + drivers/net/ixgbe/ixgbe_dcb_82599.h | 127 + drivers/net/ixgbe/ixgbe_dcb_nl.c | 203 +- drivers/net/ixgbe/ixgbe_ethtool.c | 130 +- drivers/net/ixgbe/ixgbe_main.c | 1399 +- drivers/net/ixgbe/ixgbe_phy.c | 592 +- drivers/net/ixgbe/ixgbe_phy.h | 18 +- drivers/net/ixgbe/ixgbe_type.h | 822 +- drivers/net/ixp2000/ixpdev.c | 4 +- drivers/net/jazzsonic.c | 6 +- drivers/net/jme.c | 31 +- drivers/net/jme.h | 8 +- drivers/net/korina.c | 4 +- drivers/net/lance.c | 11 +- drivers/net/macb.c | 20 +- drivers/net/macsonic.c | 15 +- drivers/net/macvlan.c | 84 +- drivers/net/mlx4/en_rx.c | 5 +- drivers/net/mv643xx_eth.c | 412 +- drivers/net/myri10ge/myri10ge.c | 7 +- drivers/net/myri_sbus.c | 2 +- drivers/net/natsemi.c | 8 +- drivers/net/ne2k-pci.c | 5 +- drivers/net/netxen/Makefile | 9 +- drivers/net/netxen/netxen_nic.h | 171 +- drivers/net/netxen/netxen_nic_ctx.c | 201 +- drivers/net/netxen/netxen_nic_ethtool.c | 181 +- drivers/net/netxen/netxen_nic_hdr.h | 21 +- drivers/net/netxen/netxen_nic_hw.c | 595 +- drivers/net/netxen/netxen_nic_hw.h | 63 +- drivers/net/netxen/netxen_nic_init.c | 916 +- drivers/net/netxen/netxen_nic_main.c | 1162 +- drivers/net/netxen/netxen_nic_niu.c | 230 +- drivers/net/netxen/netxen_nic_phan_reg.h | 10 +- drivers/net/ni65.c | 11 +- drivers/net/niu.c | 1059 +- drivers/net/niu.h | 19 +- drivers/net/ns83820.c | 5 +- drivers/net/pasemi_mac.c | 6 +- drivers/net/pcmcia/3c574_cs.c | 23 +- drivers/net/pcmcia/3c589_cs.c | 25 +- drivers/net/pcmcia/axnet_cs.c | 70 +- drivers/net/pcmcia/fmvj18x_cs.c | 59 +- drivers/net/pcmcia/nmclan_cs.c | 23 +- drivers/net/pcmcia/pcnet_cs.c | 34 +- drivers/net/pcmcia/smc91c92_cs.c | 79 +- drivers/net/pcmcia/xirc2ps_cs.c | 66 +- drivers/net/pcnet32.c | 6 +- drivers/net/phy/mdio-gpio.c | 13 +- drivers/net/phy/mdio_bus.c | 56 +- drivers/net/phy/phy.c | 41 +- drivers/net/ppp_async.c | 9 +- drivers/net/ppp_generic.c | 494 +- drivers/net/ppp_synctty.c | 6 +- drivers/net/pppoe.c | 521 +- drivers/net/pppol2tp.c | 192 +- drivers/net/pppox.c | 3 - drivers/net/ps3_gelic_net.c | 26 +- drivers/net/ps3_gelic_wireless.c | 28 +- drivers/net/qla3xxx.c | 6 +- drivers/net/qlge/qlge.h | 161 +- drivers/net/qlge/qlge_dbg.c | 9 + drivers/net/qlge/qlge_ethtool.c | 3 +- drivers/net/qlge/qlge_main.c | 630 +- drivers/net/qlge/qlge_mpi.c | 835 +- drivers/net/r6040.c | 8 +- drivers/net/r8169.c | 6 +- drivers/net/rionet.c | 3 +- drivers/net/s2io.c | 15 +- drivers/net/sb1250-mac.c | 16 +- drivers/net/sc92031.c | 27 +- drivers/net/sfc/Kconfig | 1 - drivers/net/sfc/bitfield.h | 4 +- drivers/net/sfc/boards.c | 74 +- drivers/net/sfc/boards.h | 1 + drivers/net/sfc/efx.c | 74 +- drivers/net/sfc/efx.h | 4 +- drivers/net/sfc/ethtool.c | 28 +- drivers/net/sfc/falcon.c | 96 +- drivers/net/sfc/falcon.h | 2 + drivers/net/sfc/falcon_io.h | 13 +- drivers/net/sfc/mdio_10g.c | 28 +- drivers/net/sfc/mdio_10g.h | 8 +- drivers/net/sfc/mtd.c | 1 + drivers/net/sfc/net_driver.h | 29 +- drivers/net/sfc/phy.h | 8 +- drivers/net/sfc/rx.c | 209 +- drivers/net/sfc/rx.h | 3 - drivers/net/sfc/sfe4001.c | 21 +- drivers/net/sfc/tenxpress.c | 141 +- drivers/net/sfc/tx.c | 13 +- drivers/net/sfc/workarounds.h | 2 + drivers/net/sfc/xfp_phy.c | 105 +- drivers/net/sis900.c | 4 +- drivers/net/skfp/h/smc.h | 17 + drivers/net/skfp/hwmtm.c | 9 - drivers/net/skfp/pcmplc.c | 3 - drivers/net/skfp/skfddi.c | 3 - drivers/net/skfp/smt.c | 10 - drivers/net/skge.c | 6 +- drivers/net/sky2.c | 267 +- drivers/net/smc911x.c | 2 +- drivers/net/smc91x.c | 140 +- drivers/net/smc91x.h | 10 + drivers/net/smsc911x.c | 215 +- drivers/net/smsc911x.h | 7 + drivers/net/smsc9420.c | 10 +- drivers/net/spider_net.c | 43 +- drivers/net/starfire.c | 8 +- drivers/net/sundance.c | 5 +- drivers/net/sungem.c | 6 +- drivers/net/sunvnet.c | 18 +- drivers/net/tc35815.c | 10 +- drivers/net/tehuti.c | 45 +- drivers/net/tehuti.h | 1 + drivers/net/tehuti_fw.h |10712 -------- drivers/net/tg3.c | 776 +- drivers/net/tg3.h | 18 + drivers/net/tokenring/3c359.c | 17 +- drivers/net/tokenring/abyss.c | 10 +- drivers/net/tokenring/ibmtr.c | 43 +- drivers/net/tokenring/lanstreamer.c | 45 +- drivers/net/tokenring/lanstreamer.h | 1 - drivers/net/tokenring/madgemc.c | 2 - drivers/net/tokenring/olympic.c | 39 +- drivers/net/tokenring/olympic.h | 1 - drivers/net/tokenring/smctr.c | 13 +- drivers/net/tokenring/smctr.h | 1 - drivers/net/tokenring/tms380tr.c | 21 +- drivers/net/tokenring/tms380tr.h | 1 + drivers/net/tokenring/tmspci.c | 4 +- drivers/net/tsi108_eth.c | 8 +- drivers/net/tulip/de4x5.c | 7 +- drivers/net/tulip/dmfe.c | 2 +- drivers/net/tulip/interrupt.c | 94 +- drivers/net/tulip/media.c | 8 +- drivers/net/tulip/tulip.h | 32 +- drivers/net/tulip/uli526x.c | 2 +- drivers/net/tulip/winbond-840.c | 7 +- drivers/net/tun.c | 528 +- drivers/net/typhoon-firmware.h | 3778 --- drivers/net/typhoon.c | 104 +- drivers/net/typhoon.h | 234 +- drivers/net/ucc_geth.c | 22 +- drivers/net/ucc_geth.h | 14 +- drivers/net/ucc_geth_ethtool.c | 1 - drivers/net/ucc_geth_mii.c | 295 - drivers/net/ucc_geth_mii.h | 101 - drivers/net/usb/asix.c | 47 +- drivers/net/usb/catc.c | 52 +- drivers/net/usb/dm9601.c | 16 +- drivers/net/usb/hso.c | 43 +- drivers/net/usb/mcs7830.c | 16 +- drivers/net/usb/rndis_host.c | 38 +- drivers/net/usb/rtl8150.c | 48 +- drivers/net/usb/smsc95xx.c | 25 +- drivers/net/usb/usbnet.c | 40 +- drivers/net/veth.c | 45 +- drivers/net/via-rhine.c | 9 +- drivers/net/via-velocity.h | 6 +- drivers/net/virtio_net.c | 242 +- drivers/net/wan/c101.c | 12 +- drivers/net/wan/cosa.c | 17 +- drivers/net/wan/cycx_x25.c | 41 +- drivers/net/wan/dlci.c | 54 +- drivers/net/wan/dscc4.c | 18 +- drivers/net/wan/farsync.c | 18 +- drivers/net/wan/hd64572.c | 4 +- drivers/net/wan/hdlc.c | 33 +- drivers/net/wan/hdlc_cisco.c | 17 +- drivers/net/wan/hdlc_fr.c | 44 +- drivers/net/wan/hdlc_ppp.c | 6 +- drivers/net/wan/hdlc_raw.c | 5 +- drivers/net/wan/hdlc_raw_eth.c | 8 +- drivers/net/wan/hdlc_x25.c | 2 +- drivers/net/wan/hostess_sv11.c | 12 +- drivers/net/wan/ixp4xx_hss.c | 24 +- drivers/net/wan/lapbether.c | 39 +- drivers/net/wan/lmc/lmc_main.c | 19 +- drivers/net/wan/lmc/lmc_proto.c | 17 +- drivers/net/wan/n2.c | 12 +- drivers/net/wan/pc300too.c | 12 +- drivers/net/wan/pci200syn.c | 12 +- drivers/net/wan/sbni.c | 105 +- drivers/net/wan/sealevel.c | 12 +- drivers/net/wan/wanxl.c | 14 +- drivers/net/wan/x25_asy.c | 44 +- drivers/net/wan/x25_asy.h | 4 - drivers/net/wan/z85230.c | 3 +- drivers/net/wimax/i2400m/Makefile | 1 + drivers/net/wimax/i2400m/control.c | 147 +- drivers/net/wimax/i2400m/debug-levels.h | 1 + drivers/net/wimax/i2400m/driver.c | 28 +- drivers/net/wimax/i2400m/fw.c | 65 +- drivers/net/wimax/i2400m/i2400m.h | 91 +- drivers/net/wimax/i2400m/netdev.c | 120 +- drivers/net/wimax/i2400m/rx.c | 749 +- drivers/net/wimax/i2400m/sdio.c | 27 +- drivers/net/wimax/i2400m/sysfs.c | 80 + drivers/net/wimax/i2400m/usb-notif.c | 2 +- drivers/net/wimax/i2400m/usb.c | 30 +- drivers/net/wireless/Kconfig | 145 +- drivers/net/wireless/Makefile | 4 + drivers/net/wireless/airo.c | 1210 +- drivers/net/wireless/airo_cs.c | 73 +- drivers/net/wireless/at76c50x-usb.c | 2501 ++ drivers/net/wireless/at76c50x-usb.h | 463 + drivers/net/wireless/ath5k/Makefile | 1 + drivers/net/wireless/ath5k/ath5k.h | 80 +- drivers/net/wireless/ath5k/attach.c | 31 +- drivers/net/wireless/ath5k/base.c | 322 +- drivers/net/wireless/ath5k/base.h | 4 +- drivers/net/wireless/ath5k/caps.c | 6 +- drivers/net/wireless/ath5k/debug.c | 53 +- drivers/net/wireless/ath5k/debug.h | 1 - drivers/net/wireless/ath5k/eeprom.c | 177 +- drivers/net/wireless/ath5k/eeprom.h | 1 + drivers/net/wireless/ath5k/gpio.c | 10 +- drivers/net/wireless/ath5k/initvals.c | 1575 +- drivers/net/wireless/ath5k/led.c | 174 + drivers/net/wireless/ath5k/pcu.c | 23 +- drivers/net/wireless/ath5k/phy.c | 2029 +-- drivers/net/wireless/ath5k/qcu.c | 47 +- drivers/net/wireless/ath5k/reg.h | 124 +- drivers/net/wireless/ath5k/reset.c | 950 +- drivers/net/wireless/ath5k/rfbuffer.h | 1181 + drivers/net/wireless/ath5k/rfgain.h | 516 + drivers/net/wireless/ath9k/Makefile | 3 + drivers/net/wireless/ath9k/ahb.c | 192 + drivers/net/wireless/ath9k/ani.c | 288 +- drivers/net/wireless/ath9k/ani.h | 138 + drivers/net/wireless/ath9k/ath9k.h | 1733 +- drivers/net/wireless/ath9k/beacon.c | 768 +- drivers/net/wireless/ath9k/calib.c | 553 +- drivers/net/wireless/ath9k/calib.h | 124 + drivers/net/wireless/ath9k/core.h | 787 - drivers/net/wireless/ath9k/debug.c | 415 +- drivers/net/wireless/ath9k/debug.h | 165 + drivers/net/wireless/ath9k/eeprom.c | 3173 ++-- drivers/net/wireless/ath9k/eeprom.h | 506 + drivers/net/wireless/ath9k/hw.c | 1707 +- drivers/net/wireless/ath9k/hw.h | 1557 +- drivers/net/wireless/ath9k/initvals.h | 716 +- drivers/net/wireless/ath9k/mac.c | 233 +- drivers/net/wireless/ath9k/mac.h | 680 + drivers/net/wireless/ath9k/main.c | 1925 +- drivers/net/wireless/ath9k/pci.c | 313 + drivers/net/wireless/ath9k/phy.c | 240 +- drivers/net/wireless/ath9k/phy.h | 49 +- drivers/net/wireless/ath9k/rc.c | 345 +- drivers/net/wireless/ath9k/rc.h | 28 +- drivers/net/wireless/ath9k/recv.c | 170 +- drivers/net/wireless/ath9k/reg.h | 123 +- drivers/net/wireless/ath9k/regd.c | 1246 +- drivers/net/wireless/ath9k/regd.h | 207 +- drivers/net/wireless/ath9k/regd_common.h | 2058 +-- drivers/net/wireless/ath9k/virtual.c | 662 + drivers/net/wireless/ath9k/xmit.c | 2871 +-- drivers/net/wireless/atmel.c | 483 +- drivers/net/wireless/b43/Kconfig | 14 +- drivers/net/wireless/b43/Makefile | 1 + drivers/net/wireless/b43/b43.h | 43 +- drivers/net/wireless/b43/debugfs.c | 48 +- drivers/net/wireless/b43/debugfs.h | 5 +- drivers/net/wireless/b43/dma.c | 65 +- drivers/net/wireless/b43/dma.h | 17 +- drivers/net/wireless/b43/lo.c | 77 +- drivers/net/wireless/b43/main.c | 456 +- drivers/net/wireless/b43/main.h | 25 + drivers/net/wireless/b43/phy_a.c | 111 +- drivers/net/wireless/b43/phy_g.c | 614 +- drivers/net/wireless/b43/phy_lp.c | 395 +- drivers/net/wireless/b43/phy_lp.h | 329 +- drivers/net/wireless/b43/pio.c | 16 +- drivers/net/wireless/b43/rfkill.c | 2 +- drivers/net/wireless/b43/tables_lpphy.c | 394 + drivers/net/wireless/b43/tables_lpphy.h | 31 + drivers/net/wireless/b43/wa.c | 113 +- drivers/net/wireless/b43/xmit.c | 17 +- drivers/net/wireless/b43legacy/leds.c | 8 +- drivers/net/wireless/b43legacy/main.c | 2 +- drivers/net/wireless/hostap/hostap.h | 2 +- drivers/net/wireless/hostap/hostap_80211.h | 2 +- drivers/net/wireless/hostap/hostap_80211_rx.c | 111 +- drivers/net/wireless/hostap/hostap_80211_tx.c | 51 +- drivers/net/wireless/hostap/hostap_ap.c | 146 +- drivers/net/wireless/hostap/hostap_ap.h | 6 +- drivers/net/wireless/hostap/hostap_hw.c | 37 +- drivers/net/wireless/hostap/hostap_info.c | 1 + drivers/net/wireless/hostap/hostap_ioctl.c | 7 +- drivers/net/wireless/hostap/hostap_main.c | 117 +- drivers/net/wireless/hostap/hostap_wlan.h | 1 - drivers/net/wireless/ipw2x00/Kconfig | 3 +- .../net/wireless/ipw2x00}/ieee80211.h | 112 +- drivers/net/wireless/ipw2x00/ipw2100.c | 74 +- drivers/net/wireless/ipw2x00/ipw2100.h | 8 +- drivers/net/wireless/ipw2x00/ipw2200.c | 198 +- drivers/net/wireless/ipw2x00/ipw2200.h | 7 +- drivers/net/wireless/ipw2x00/libipw_geo.c | 2 +- drivers/net/wireless/ipw2x00/libipw_module.c | 49 +- drivers/net/wireless/ipw2x00/libipw_rx.c | 122 +- drivers/net/wireless/ipw2x00/libipw_tx.c | 12 +- drivers/net/wireless/ipw2x00/libipw_wx.c | 27 +- drivers/net/wireless/iwlwifi/Kconfig | 99 +- drivers/net/wireless/iwlwifi/Makefile | 11 +- drivers/net/wireless/iwlwifi/iwl-1000.c | 73 + drivers/net/wireless/iwlwifi/iwl-3945-commands.h | 1702 -- drivers/net/wireless/iwlwifi/iwl-3945-debug.h | 167 - drivers/net/wireless/iwlwifi/iwl-3945-fh.h | 188 + drivers/net/wireless/iwlwifi/iwl-3945-hw.h | 227 +- drivers/net/wireless/iwlwifi/iwl-3945-io.h | 404 - drivers/net/wireless/iwlwifi/iwl-3945-led.c | 77 +- drivers/net/wireless/iwlwifi/iwl-3945-led.h | 50 +- drivers/net/wireless/iwlwifi/iwl-3945-rs.c | 297 +- drivers/net/wireless/iwlwifi/iwl-3945-rs.h | 206 - drivers/net/wireless/iwlwifi/iwl-3945.c | 1174 +- drivers/net/wireless/iwlwifi/iwl-3945.h | 761 +- drivers/net/wireless/iwlwifi/iwl-4965-hw.h | 47 +- drivers/net/wireless/iwlwifi/iwl-4965.c | 215 +- drivers/net/wireless/iwlwifi/iwl-5000-hw.h | 14 +- drivers/net/wireless/iwlwifi/iwl-5000.c | 239 +- .../iwlwifi/{iwl-3945-core.h => iwl-6000-hw.h} | 59 +- drivers/net/wireless/iwlwifi/iwl-6000.c | 158 + drivers/net/wireless/iwlwifi/iwl-agn-hcmd-check.c | 108 - drivers/net/wireless/iwlwifi/iwl-agn-rs.c | 290 +- drivers/net/wireless/iwlwifi/iwl-agn-rs.h | 57 +- drivers/net/wireless/iwlwifi/iwl-agn.c | 1362 +- drivers/net/wireless/iwlwifi/iwl-calib.c | 93 +- drivers/net/wireless/iwlwifi/iwl-calib.h | 4 +- drivers/net/wireless/iwlwifi/iwl-commands.h | 511 +- drivers/net/wireless/iwlwifi/iwl-core.c | 785 +- drivers/net/wireless/iwlwifi/iwl-core.h | 100 +- drivers/net/wireless/iwlwifi/iwl-csr.h | 7 +- drivers/net/wireless/iwlwifi/iwl-debug.h | 183 +- drivers/net/wireless/iwlwifi/iwl-debugfs.c | 23 +- drivers/net/wireless/iwlwifi/iwl-dev.h | 133 +- drivers/net/wireless/iwlwifi/iwl-eeprom.c | 40 +- drivers/net/wireless/iwlwifi/iwl-eeprom.h | 9 +- drivers/net/wireless/iwlwifi/iwl-fh.h | 21 +- drivers/net/wireless/iwlwifi/iwl-hcmd.c | 32 +- drivers/net/wireless/iwlwifi/iwl-helpers.h | 2 +- drivers/net/wireless/iwlwifi/iwl-io.h | 44 +- drivers/net/wireless/iwlwifi/iwl-led.c | 26 +- drivers/net/wireless/iwlwifi/iwl-led.h | 6 +- drivers/net/wireless/iwlwifi/iwl-power.c | 102 +- drivers/net/wireless/iwlwifi/iwl-power.h | 16 +- drivers/net/wireless/iwlwifi/iwl-prph.h | 4 +- drivers/net/wireless/iwlwifi/iwl-rfkill.c | 17 +- drivers/net/wireless/iwlwifi/iwl-rfkill.h | 2 +- drivers/net/wireless/iwlwifi/iwl-rx.c | 60 +- drivers/net/wireless/iwlwifi/iwl-scan.c | 184 +- drivers/net/wireless/iwlwifi/iwl-spectrum.c | 12 +- drivers/net/wireless/iwlwifi/iwl-spectrum.h | 2 +- drivers/net/wireless/iwlwifi/iwl-sta.c | 105 +- drivers/net/wireless/iwlwifi/iwl-sta.h | 5 +- drivers/net/wireless/iwlwifi/iwl-tx.c | 287 +- drivers/net/wireless/iwlwifi/iwl3945-base.c | 5572 +---- drivers/net/wireless/libertas/Makefile | 2 + drivers/net/wireless/libertas/debugfs.c | 14 +- drivers/net/wireless/libertas/defs.h | 3 + drivers/net/wireless/libertas/dev.h | 1 - drivers/net/wireless/libertas/host.h | 1 + drivers/net/wireless/libertas/hostcmd.h | 8 + drivers/net/wireless/libertas/if_cs.c | 4 +- drivers/net/wireless/libertas/if_sdio.c | 20 +- drivers/net/wireless/libertas/if_spi.c | 1218 + drivers/net/wireless/libertas/if_spi.h | 208 + drivers/net/wireless/libertas/main.c | 74 +- drivers/net/wireless/libertas/rx.c | 18 +- drivers/net/wireless/libertas/scan.c | 2 +- drivers/net/wireless/libertas/tx.c | 8 +- drivers/net/wireless/libertas/wext.c | 2 +- drivers/net/wireless/libertas_tf/cmd.c | 2 +- drivers/net/wireless/libertas_tf/libertas_tf.h | 2 +- drivers/net/wireless/mac80211_hwsim.c | 358 +- drivers/net/wireless/mwl8k.c | 3789 +++ drivers/net/wireless/netwave_cs.c | 91 +- drivers/net/wireless/orinoco/Kconfig | 120 + drivers/net/wireless/orinoco/Makefile | 3 +- drivers/net/wireless/orinoco/airport.c | 37 +- drivers/net/wireless/orinoco/fw.c | 390 + drivers/net/wireless/orinoco/fw.h | 21 + drivers/net/wireless/orinoco/hermes.c | 116 +- drivers/net/wireless/orinoco/hermes.h | 35 +- drivers/net/wireless/orinoco/hermes_dld.c | 132 +- drivers/net/wireless/orinoco/hermes_dld.h | 12 +- drivers/net/wireless/orinoco/hw.c | 586 + drivers/net/wireless/orinoco/hw.h | 47 + drivers/net/wireless/orinoco/main.c | 2667 ++ drivers/net/wireless/orinoco/main.h | 63 + drivers/net/wireless/orinoco/mic.c | 79 + drivers/net/wireless/orinoco/mic.h | 22 + drivers/net/wireless/orinoco/orinoco.c | 6159 ----- drivers/net/wireless/orinoco/orinoco.h | 28 +- drivers/net/wireless/orinoco/orinoco_cs.c | 33 +- drivers/net/wireless/orinoco/orinoco_nortel.c | 7 +- drivers/net/wireless/orinoco/orinoco_pci.c | 5 +- drivers/net/wireless/orinoco/orinoco_pci.h | 12 +- drivers/net/wireless/orinoco/orinoco_plx.c | 3 +- drivers/net/wireless/orinoco/orinoco_tmd.c | 4 +- drivers/net/wireless/orinoco/scan.c | 233 + drivers/net/wireless/orinoco/scan.h | 29 + drivers/net/wireless/orinoco/spectrum_cs.c | 19 +- drivers/net/wireless/orinoco/wext.c | 2325 ++ drivers/net/wireless/orinoco/wext.h | 13 + drivers/net/wireless/p54/Kconfig | 10 + drivers/net/wireless/p54/Makefile | 1 + drivers/net/wireless/p54/p54.h | 64 +- drivers/net/wireless/p54/p54common.c | 783 +- drivers/net/wireless/p54/p54common.h | 132 +- drivers/net/wireless/p54/p54pci.c | 42 +- drivers/net/wireless/p54/p54spi.c | 765 + drivers/net/wireless/p54/p54spi.h | 125 + drivers/net/wireless/p54/p54spi_eeprom.h | 678 + drivers/net/wireless/p54/p54usb.c | 94 +- drivers/net/wireless/p54/p54usb.h | 1 + drivers/net/wireless/prism54/isl_ioctl.c | 3 +- drivers/net/wireless/prism54/islpci_dev.c | 40 +- drivers/net/wireless/prism54/islpci_dev.h | 3 - drivers/net/wireless/prism54/islpci_eth.c | 18 +- drivers/net/wireless/prism54/islpci_mgt.h | 6 - drivers/net/wireless/prism54/oid_mgt.c | 2 +- drivers/net/wireless/ray_cs.c | 3815 ++-- drivers/net/wireless/rndis_wlan.c | 103 +- drivers/net/wireless/rt2x00/Kconfig | 7 +- drivers/net/wireless/rt2x00/Makefile | 1 + drivers/net/wireless/rt2x00/rt2400pci.c | 103 +- drivers/net/wireless/rt2x00/rt2400pci.h | 6 +- drivers/net/wireless/rt2x00/rt2500pci.c | 131 +- drivers/net/wireless/rt2x00/rt2500pci.h | 6 +- drivers/net/wireless/rt2x00/rt2500usb.c | 72 +- drivers/net/wireless/rt2x00/rt2500usb.h | 14 +- drivers/net/wireless/rt2x00/rt2x00.h | 154 +- drivers/net/wireless/rt2x00/rt2x00config.c | 11 +- drivers/net/wireless/rt2x00/rt2x00crypto.c | 15 +- drivers/net/wireless/rt2x00/rt2x00debug.c | 49 +- drivers/net/wireless/rt2x00/rt2x00debug.h | 2 +- drivers/net/wireless/rt2x00/rt2x00dev.c | 416 +- drivers/net/wireless/rt2x00/rt2x00dump.h | 2 +- drivers/net/wireless/rt2x00/rt2x00firmware.c | 29 +- drivers/net/wireless/rt2x00/rt2x00leds.c | 8 +- drivers/net/wireless/rt2x00/rt2x00leds.h | 2 +- drivers/net/wireless/rt2x00/rt2x00lib.h | 106 +- drivers/net/wireless/rt2x00/rt2x00link.c | 471 + drivers/net/wireless/rt2x00/rt2x00mac.c | 77 +- drivers/net/wireless/rt2x00/rt2x00pci.c | 2 +- drivers/net/wireless/rt2x00/rt2x00pci.h | 2 +- drivers/net/wireless/rt2x00/rt2x00queue.c | 216 +- drivers/net/wireless/rt2x00/rt2x00queue.h | 17 +- drivers/net/wireless/rt2x00/rt2x00reg.h | 22 +- drivers/net/wireless/rt2x00/rt2x00rfkill.c | 127 +- drivers/net/wireless/rt2x00/rt2x00usb.c | 64 +- drivers/net/wireless/rt2x00/rt2x00usb.h | 13 +- drivers/net/wireless/rt2x00/rt61pci.c | 244 +- drivers/net/wireless/rt2x00/rt61pci.h | 13 +- drivers/net/wireless/rt2x00/rt73usb.c | 208 +- drivers/net/wireless/rt2x00/rt73usb.h | 19 +- drivers/net/wireless/rtl818x/rtl8187.h | 4 +- drivers/net/wireless/rtl818x/rtl8187_dev.c | 92 +- drivers/net/wireless/strip.c | 28 +- drivers/net/wireless/wavelan.c | 11 +- drivers/net/wireless/wavelan_cs.c | 79 +- drivers/net/wireless/wavelan_cs.p.h | 6 - drivers/net/wireless/wl3501.h | 2 +- drivers/net/wireless/wl3501_cs.c | 51 +- drivers/net/wireless/zd1201.c | 55 +- drivers/net/wireless/zd1201.h | 1 - drivers/net/wireless/zd1211rw/zd_chip.c | 21 + drivers/net/wireless/zd1211rw/zd_chip.h | 2 + drivers/net/wireless/zd1211rw/zd_def.h | 5 + drivers/net/wireless/zd1211rw/zd_mac.c | 38 +- drivers/net/xen-netfront.c | 8 +- drivers/net/xtsonic.c | 2 +- drivers/net/yellowfin.c | 6 +- drivers/net/znet.c | 17 +- drivers/s390/net/claw.c | 445 +- drivers/s390/net/ctcm_main.c | 24 +- drivers/s390/net/lcs.c | 21 +- drivers/s390/net/netiucv.c | 14 +- drivers/scsi/scsi_transport_fc.c | 16 +- drivers/scsi/scsi_transport_iscsi.c | 12 +- drivers/ssb/Makefile | 1 + drivers/ssb/b43_pci_bridge.c | 2 + drivers/ssb/driver_chipcommon.c | 14 +- drivers/ssb/driver_chipcommon_pmu.c | 508 + drivers/ssb/pci.c | 88 +- drivers/ssb/sprom.c | 36 + drivers/ssb/ssb_private.h | 1 + drivers/usb/gadget/rndis.c | 99 +- drivers/video/uvesafb.c | 5 +- firmware/3com/typhoon.bin.ihex | 2819 +++ firmware/Makefile | 4 +- firmware/WHENCE | 60 +- firmware/cxgb3/t3fw-7.0.0.bin.ihex | 1881 -- firmware/cxgb3/t3fw-7.1.0.bin.ihex | 1885 ++ firmware/tehuti/bdx.bin.ihex | 2678 ++ fs/compat_ioctl.c | 8 + fs/quota/dquot.c | 5 +- include/asm-frv/socket.h | 3 + include/asm-m32r/socket.h | 3 + include/asm-mn10300/socket.h | 3 + include/linux/Kbuild | 1 + include/linux/arcdevice.h | 9 +- include/linux/ath9k_platform.h | 28 + include/linux/clocksource.h | 101 + include/linux/com20020.h | 1 + include/linux/connector.h | 8 + include/linux/dccp.h | 51 +- include/linux/errqueue.h | 1 + include/linux/etherdevice.h | 21 + include/linux/ethtool.h | 89 +- include/linux/gen_stats.h | 2 +- include/linux/hdlc.h | 5 + include/linux/hdlcdrv.h | 3 +- include/linux/ibmtr.h | 2 +- include/linux/ieee80211.h | 181 + include/linux/if.h | 1 + include/linux/if_ether.h | 8 +- include/linux/if_pppox.h | 20 +- include/linux/if_tun.h | 2 + include/linux/if_tunnel.h | 16 +- include/linux/inetdevice.h | 1 + include/linux/mroute.h | 18 +- include/linux/ncp_no.h | 26 +- include/linux/neighbour.h | 1 + include/linux/net.h | 8 +- include/linux/net_dropmon.h | 56 + include/linux/net_tstamp.h | 104 + include/linux/netdevice.h | 111 +- include/linux/netfilter_bridge.h | 4 +- include/linux/netlink.h | 1 + include/linux/netpoll.h | 11 + include/linux/nl80211.h | 177 +- include/linux/pci_ids.h | 6 + include/linux/phy.h | 3 +- include/linux/pim.h | 4 +- include/linux/ppp_channel.h | 6 +- include/linux/rds.h | 250 + include/linux/rtnetlink.h | 5 +- include/linux/sctp.h | 92 +- include/linux/skbuff.h | 124 +- include/linux/smsc911x.h | 3 + include/linux/socket.h | 3 + include/linux/sockios.h | 3 + include/linux/spi/libertas_spi.h | 32 + include/linux/ssb/ssb.h | 4 + include/linux/ssb/ssb_driver_chipcommon.h | 224 + include/linux/ssb/ssb_regs.h | 36 + include/linux/sysctl.h | 1 + include/linux/tcp.h | 23 +- include/linux/timecompare.h | 125 + include/linux/usb/rndis_host.h | 85 +- include/linux/usb/usbnet.h | 5 + include/linux/virtio_net.h | 71 + include/linux/wimax/debug.h | 2 +- include/linux/wimax/i2400m.h | 69 + include/linux/wireless.h | 12 +- include/net/atmclip.h | 1 - include/net/bluetooth/bluetooth.h | 12 + include/net/bluetooth/hci.h | 8 + include/net/bluetooth/hci_core.h | 84 +- include/net/bluetooth/l2cap.h | 13 +- include/net/bluetooth/rfcomm.h | 20 +- include/net/cfg80211.h | 266 +- include/net/dsa.h | 42 +- include/net/if_inet6.h | 5 +- include/net/inet_ecn.h | 4 +- include/net/inet_frag.h | 3 +- include/net/inet_hashtables.h | 4 +- include/net/ip.h | 1 + include/net/ip_vs.h | 4 +- include/net/ipv6.h | 4 +- include/net/ipx.h | 2 +- include/net/mac80211.h | 260 +- include/net/netns/ipv4.h | 13 + include/net/netrom.h | 4 - include/net/phonet/phonet.h | 1 - include/net/phonet/pn_dev.h | 5 +- include/net/pkt_sched.h | 1 + include/net/psnap.h | 6 +- include/net/sch_generic.h | 28 +- include/net/sctp/checksum.h | 14 +- include/net/sctp/command.h | 3 +- include/net/sctp/sctp.h | 9 +- include/net/sctp/structs.h | 7 + include/net/sock.h | 49 +- include/net/tcp.h | 37 +- include/net/transp_v6.h | 2 +- include/net/wireless.h | 86 +- include/rdma/ib_verbs.h | 2 +- include/trace/skb.h | 8 + kernel/sysctl_check.c | 1 + kernel/time/Makefile | 2 +- kernel/time/clocksource.c | 76 + kernel/time/timecompare.c | 191 + lib/kobject_uevent.c | 3 + net/802/psnap.c | 15 +- net/802/tr.c | 2 + net/8021q/vlan.c | 4 +- net/8021q/vlan_core.c | 53 +- net/9p/trans_fd.c | 2 +- net/Kconfig | 17 +- net/Makefile | 1 + net/appletalk/ddp.c | 10 +- net/appletalk/dev.c | 10 +- net/atm/br2684.c | 58 +- net/atm/clip.c | 39 +- net/atm/lec.c | 66 +- net/atm/lec.h | 1 - net/atm/mpc.c | 32 +- net/atm/mpc.h | 5 +- net/ax25/af_ax25.c | 21 +- net/ax25/ax25_iface.c | 13 +- net/bluetooth/af_bluetooth.c | 17 +- net/bluetooth/cmtp/core.c | 3 +- net/bluetooth/hci_conn.c | 64 +- net/bluetooth/hci_core.c | 3 +- net/bluetooth/hci_event.c | 26 +- net/bluetooth/l2cap.c | 602 +- net/bluetooth/rfcomm/core.c | 179 +- net/bluetooth/rfcomm/sock.c | 189 +- net/bluetooth/sco.c | 57 +- net/bridge/br_netfilter.c | 2 +- net/bridge/br_netlink.c | 3 +- net/can/af_can.c | 5 +- net/can/raw.c | 3 + net/compat.c | 19 +- net/core/Makefile | 3 + net/core/datagram.c | 2 +- net/core/dev.c | 258 +- net/core/drop_monitor.c | 263 + net/core/ethtool.c | 58 +- net/core/fib_rules.c | 3 +- net/core/neighbour.c | 15 +- net/core/net-sysfs.c | 2 +- net/core/net-traces.c | 29 + net/core/pktgen.c | 18 +- net/core/rtnetlink.c | 9 +- net/core/skbuff.c | 235 +- net/core/sock.c | 95 +- net/core/sysctl_net_core.c | 1 + net/dccp/ackvec.h | 3 + net/dccp/dccp.h | 26 +- net/dccp/feat.c | 232 +- net/dccp/feat.h | 21 +- net/dccp/minisocks.c | 11 - net/dccp/options.c | 8 - net/dccp/output.c | 37 +- net/dccp/proto.c | 2 - net/dccp/sysctl.c | 43 +- net/decnet/af_decnet.c | 25 +- net/decnet/dn_dev.c | 6 +- net/decnet/dn_route.c | 8 +- net/decnet/dn_table.c | 3 +- net/decnet/sysctl_net_decnet.c | 2 +- net/dsa/Kconfig | 6 +- net/dsa/dsa.c | 177 +- net/dsa/dsa_priv.h | 97 +- net/dsa/mv88e6060.c | 12 +- net/dsa/mv88e6123_61_65.c | 92 +- net/dsa/mv88e6131.c | 98 +- net/dsa/slave.c | 34 +- net/dsa/tag_dsa.c | 34 +- net/dsa/tag_edsa.c | 34 +- net/dsa/tag_trailer.c | 14 +- net/econet/af_econet.c | 4 +- net/ipv4/Kconfig | 52 +- net/ipv4/af_inet.c | 28 +- net/ipv4/arp.c | 13 +- net/ipv4/devinet.c | 12 +- net/ipv4/fib_frontend.c | 2 +- net/ipv4/fib_semantics.c | 5 +- net/ipv4/icmp.c | 2 + net/ipv4/inet_connection_sock.c | 42 +- net/ipv4/inet_fragment.c | 1 + net/ipv4/inet_hashtables.c | 12 +- net/ipv4/ip_gre.c | 136 +- net/ipv4/ip_output.c | 6 + net/ipv4/ipconfig.c | 8 +- net/ipv4/ipip.c | 7 +- net/ipv4/ipmr.c | 464 +- net/ipv4/netfilter/nf_nat_snmp_basic.c | 4 +- net/ipv4/proc.c | 4 +- net/ipv4/raw.c | 1 + net/ipv4/route.c | 15 +- net/ipv4/tcp.c | 89 +- net/ipv4/tcp_bic.c | 11 +- net/ipv4/tcp_cong.c | 21 +- net/ipv4/tcp_cubic.c | 11 +- net/ipv4/tcp_htcp.c | 3 +- net/ipv4/tcp_input.c | 171 +- net/ipv4/tcp_ipv4.c | 11 +- net/ipv4/tcp_minisocks.c | 9 +- net/ipv4/tcp_output.c | 94 +- net/ipv4/tcp_probe.c | 5 +- net/ipv4/tcp_scalable.c | 10 +- net/ipv4/tcp_timer.c | 23 +- net/ipv4/tcp_veno.c | 7 +- net/ipv4/tcp_yeah.c | 9 +- net/ipv4/udp.c | 6 +- net/ipv4/xfrm4_policy.c | 2 +- net/ipv6/addrconf.c | 82 +- net/ipv6/af_inet6.c | 34 +- net/ipv6/ipv6_sockglue.c | 3 +- net/ipv6/ndisc.c | 22 +- net/ipv6/route.c | 9 +- net/ipv6/sit.c | 5 +- net/ipv6/tcp_ipv6.c | 8 +- net/ipv6/xfrm6_policy.c | 2 +- net/ipv6/xfrm6_state.c | 2 +- net/ipx/af_ipx.c | 20 +- net/irda/irda_device.c | 5 +- net/irda/irlan/irlan_eth.c | 19 +- net/irda/irmod.c | 4 +- net/iucv/af_iucv.c | 3 +- net/key/af_key.c | 6 +- net/llc/af_llc.c | 6 +- net/llc/llc_conn.c | 3 +- net/llc/llc_core.c | 8 +- net/mac80211/Makefile | 6 +- net/mac80211/aes_cmac.c | 135 + net/mac80211/aes_cmac.h | 19 + net/mac80211/agg-rx.c | 302 + net/mac80211/agg-tx.c | 701 + net/mac80211/cfg.c | 170 +- net/mac80211/debugfs.c | 59 +- net/mac80211/debugfs_key.c | 79 +- net/mac80211/debugfs_key.h | 10 + net/mac80211/debugfs_netdev.c | 48 +- net/mac80211/debugfs_sta.c | 5 +- net/mac80211/ht.c | 903 +- net/mac80211/ibss.c | 907 + net/mac80211/ieee80211_i.h | 278 +- net/mac80211/iface.c | 168 +- net/mac80211/key.c | 115 +- net/mac80211/key.h | 16 + net/mac80211/main.c | 172 +- net/mac80211/mesh.c | 15 +- net/mac80211/mesh.h | 10 +- net/mac80211/mesh_hwmp.c | 7 +- net/mac80211/mesh_plink.c | 38 +- net/mac80211/mlme.c | 1885 +- net/mac80211/pm.c | 117 + net/mac80211/rate.h | 12 + net/mac80211/rx.c | 406 +- net/mac80211/scan.c | 688 +- net/mac80211/spectmgmt.c | 103 +- net/mac80211/sta_info.c | 52 +- net/mac80211/sta_info.h | 13 +- net/mac80211/tx.c | 122 +- net/mac80211/util.c | 267 +- net/mac80211/wext.c | 467 +- net/mac80211/wme.c | 170 +- net/mac80211/wme.h | 6 - net/mac80211/wpa.c | 152 +- net/mac80211/wpa.h | 5 + net/netfilter/ipvs/ip_vs_sync.c | 4 +- net/netfilter/nf_conntrack_amanda.c | 4 +- net/netfilter/nf_conntrack_h323_main.c | 8 +- net/netfilter/nf_conntrack_netbios_ns.c | 2 +- net/netfilter/nf_conntrack_pptp.c | 2 +- net/netfilter/nf_tproxy_core.c | 1 + net/netlink/af_netlink.c | 49 +- net/netrom/af_netrom.c | 13 +- net/netrom/nr_dev.c | 26 +- net/packet/af_packet.c | 5 +- net/phonet/af_phonet.c | 34 +- net/phonet/pn_dev.c | 119 +- net/phonet/pn_netlink.c | 29 +- net/rds/Kconfig | 14 + net/rds/Makefile | 14 + net/rds/af_rds.c | 586 + net/rds/bind.c | 199 + net/rds/cong.c | 404 + net/rds/connection.c | 487 + net/rds/ib.c | 323 + net/rds/ib.h | 367 + net/rds/ib_cm.c | 726 + net/rds/ib_rdma.c | 641 + net/rds/ib_recv.c | 869 + net/rds/ib_ring.c | 168 + net/rds/ib_send.c | 874 + net/rds/ib_stats.c | 95 + net/rds/ib_sysctl.c | 137 + net/rds/info.c | 241 + net/rds/info.h | 30 + net/rds/iw.c | 333 + net/rds/iw.h | 395 + net/rds/iw_cm.c | 750 + net/rds/iw_rdma.c | 888 + net/rds/iw_recv.c | 869 + net/rds/iw_ring.c | 169 + net/rds/iw_send.c | 975 + net/rds/iw_stats.c | 95 + net/rds/iw_sysctl.c | 137 + net/rds/loop.c | 188 + net/rds/loop.h | 9 + net/rds/message.c | 402 + net/rds/page.c | 221 + net/rds/rdma.c | 679 + net/rds/rdma.h | 84 + net/rds/rdma_transport.c | 214 + net/rds/rdma_transport.h | 28 + net/rds/rds.h | 686 + net/rds/recv.c | 542 + net/rds/send.c | 1003 + net/rds/stats.c | 148 + net/rds/sysctl.c | 122 + net/rds/threads.c | 265 + net/rds/transport.c | 117 + net/rose/af_rose.c | 3 +- net/rose/rose_dev.c | 22 +- net/sched/sch_api.c | 11 + net/sched/sch_cbq.c | 7 +- net/sched/sch_drr.c | 7 +- net/sched/sch_hfsc.c | 13 +- net/sched/sch_htb.c | 49 +- net/sched/sch_multiq.c | 2 +- net/sched/sch_tbf.c | 9 +- net/sctp/debug.c | 4 + net/sctp/input.c | 14 +- net/sctp/ipv6.c | 36 +- net/sctp/output.c | 21 +- net/sctp/outqueue.c | 6 +- net/sctp/protocol.c | 31 +- net/sctp/sm_make_chunk.c | 37 +- net/sctp/sm_sideeffect.c | 43 +- net/sctp/sm_statefuns.c | 6 +- net/sctp/socket.c | 216 +- net/sctp/transport.c | 9 +- net/socket.c | 84 +- net/sunrpc/xprtsock.c | 53 +- net/tipc/bcast.c | 4 +- net/tipc/bcast.h | 2 +- net/tipc/dbg.c | 2 +- net/tipc/node.c | 2 +- net/unix/af_unix.c | 3 +- net/wanrouter/wanmain.c | 8 +- net/wanrouter/wanproc.c | 2 + net/wimax/op-msg.c | 9 +- net/wimax/stack.c | 12 +- net/wireless/Makefile | 2 +- net/wireless/core.c | 136 +- net/wireless/core.h | 59 +- net/wireless/nl80211.c | 602 +- net/wireless/nl80211.h | 17 + net/wireless/reg.c | 1226 +- net/wireless/reg.h | 45 +- net/wireless/scan.c | 866 + net/wireless/sysfs.c | 39 +- net/wireless/util.c | 2 +- net/wireless/wext-compat.c | 97 + net/x25/af_x25.c | 15 +- 1097 files changed, 127494 insertions(+), 87487 deletions(-) create mode 100644 Documentation/networking/ixgbe.txt create mode 100644 Documentation/networking/rds.txt create mode 100644 Documentation/networking/timestamping.txt create mode 100644 Documentation/networking/timestamping/.gitignore create mode 100644 Documentation/networking/timestamping/Makefile create mode 100644 Documentation/networking/timestamping/timestamping.c create mode 100644 drivers/atm/solos-attrlist.c create mode 100644 drivers/net/bnx2x_dump.h rename drivers/net/{gianfar_mii.c => fsl_pq_mdio.c} (56%) create mode 100644 drivers/net/fsl_pq_mdio.h delete mode 100644 drivers/net/gianfar_mii.h create mode 100644 drivers/net/igb/e1000_mbx.c create mode 100644 drivers/net/igb/e1000_mbx.h create mode 100644 drivers/net/ixgbe/ixgbe_82599.c create mode 100644 drivers/net/ixgbe/ixgbe_dcb_82599.c create mode 100644 drivers/net/ixgbe/ixgbe_dcb_82599.h delete mode 100644 drivers/net/tehuti_fw.h delete mode 100644 drivers/net/typhoon-firmware.h delete mode 100644 drivers/net/ucc_geth_mii.c delete mode 100644 drivers/net/ucc_geth_mii.h create mode 100644 drivers/net/wimax/i2400m/sysfs.c create mode 100644 drivers/net/wireless/at76c50x-usb.c create mode 100644 drivers/net/wireless/at76c50x-usb.h create mode 100644 drivers/net/wireless/ath5k/led.c create mode 100644 drivers/net/wireless/ath5k/rfbuffer.h create mode 100644 drivers/net/wireless/ath5k/rfgain.h create mode 100644 drivers/net/wireless/ath9k/ahb.c create mode 100644 drivers/net/wireless/ath9k/ani.h create mode 100644 drivers/net/wireless/ath9k/calib.h delete mode 100644 drivers/net/wireless/ath9k/core.h create mode 100644 drivers/net/wireless/ath9k/debug.h create mode 100644 drivers/net/wireless/ath9k/eeprom.h create mode 100644 drivers/net/wireless/ath9k/mac.h create mode 100644 drivers/net/wireless/ath9k/pci.c create mode 100644 drivers/net/wireless/ath9k/virtual.c create mode 100644 drivers/net/wireless/b43/tables_lpphy.c create mode 100644 drivers/net/wireless/b43/tables_lpphy.h rename {include/net => drivers/net/wireless/ipw2x00}/ieee80211.h (90%) create mode 100644 drivers/net/wireless/iwlwifi/iwl-1000.c delete mode 100644 drivers/net/wireless/iwlwifi/iwl-3945-commands.h delete mode 100644 drivers/net/wireless/iwlwifi/iwl-3945-debug.h create mode 100644 drivers/net/wireless/iwlwifi/iwl-3945-fh.h delete mode 100644 drivers/net/wireless/iwlwifi/iwl-3945-io.h delete mode 100644 drivers/net/wireless/iwlwifi/iwl-3945-rs.h rename drivers/net/wireless/iwlwifi/{iwl-3945-core.h => iwl-6000-hw.h} (64%) create mode 100644 drivers/net/wireless/iwlwifi/iwl-6000.c delete mode 100644 drivers/net/wireless/iwlwifi/iwl-agn-hcmd-check.c create mode 100644 drivers/net/wireless/libertas/if_spi.c create mode 100644 drivers/net/wireless/libertas/if_spi.h create mode 100644 drivers/net/wireless/mwl8k.c create mode 100644 drivers/net/wireless/orinoco/Kconfig create mode 100644 drivers/net/wireless/orinoco/fw.c create mode 100644 drivers/net/wireless/orinoco/fw.h create mode 100644 drivers/net/wireless/orinoco/hw.c create mode 100644 drivers/net/wireless/orinoco/hw.h create mode 100644 drivers/net/wireless/orinoco/main.c create mode 100644 drivers/net/wireless/orinoco/main.h create mode 100644 drivers/net/wireless/orinoco/mic.c create mode 100644 drivers/net/wireless/orinoco/mic.h delete mode 100644 drivers/net/wireless/orinoco/orinoco.c create mode 100644 drivers/net/wireless/orinoco/scan.c create mode 100644 drivers/net/wireless/orinoco/scan.h create mode 100644 drivers/net/wireless/orinoco/wext.c create mode 100644 drivers/net/wireless/orinoco/wext.h create mode 100644 drivers/net/wireless/p54/p54spi.c create mode 100644 drivers/net/wireless/p54/p54spi.h create mode 100644 drivers/net/wireless/p54/p54spi_eeprom.h create mode 100644 drivers/net/wireless/rt2x00/rt2x00link.c create mode 100644 drivers/ssb/driver_chipcommon_pmu.c create mode 100644 firmware/3com/typhoon.bin.ihex delete mode 100644 firmware/cxgb3/t3fw-7.0.0.bin.ihex create mode 100644 firmware/cxgb3/t3fw-7.1.0.bin.ihex create mode 100644 firmware/tehuti/bdx.bin.ihex create mode 100644 include/linux/ath9k_platform.h create mode 100644 include/linux/net_dropmon.h create mode 100644 include/linux/net_tstamp.h create mode 100644 include/linux/rds.h create mode 100644 include/linux/spi/libertas_spi.h create mode 100644 include/linux/timecompare.h create mode 100644 include/trace/skb.h create mode 100644 kernel/time/timecompare.c create mode 100644 net/core/drop_monitor.c create mode 100644 net/core/net-traces.c create mode 100644 net/mac80211/aes_cmac.c create mode 100644 net/mac80211/aes_cmac.h create mode 100644 net/mac80211/agg-rx.c create mode 100644 net/mac80211/agg-tx.c create mode 100644 net/mac80211/ibss.c create mode 100644 net/mac80211/pm.c create mode 100644 net/rds/Kconfig create mode 100644 net/rds/Makefile create mode 100644 net/rds/af_rds.c create mode 100644 net/rds/bind.c create mode 100644 net/rds/cong.c create mode 100644 net/rds/connection.c create mode 100644 net/rds/ib.c create mode 100644 net/rds/ib.h create mode 100644 net/rds/ib_cm.c create mode 100644 net/rds/ib_rdma.c create mode 100644 net/rds/ib_recv.c create mode 100644 net/rds/ib_ring.c create mode 100644 net/rds/ib_send.c create mode 100644 net/rds/ib_stats.c create mode 100644 net/rds/ib_sysctl.c create mode 100644 net/rds/info.c create mode 100644 net/rds/info.h create mode 100644 net/rds/iw.c create mode 100644 net/rds/iw.h create mode 100644 net/rds/iw_cm.c create mode 100644 net/rds/iw_rdma.c create mode 100644 net/rds/iw_recv.c create mode 100644 net/rds/iw_ring.c create mode 100644 net/rds/iw_send.c create mode 100644 net/rds/iw_stats.c create mode 100644 net/rds/iw_sysctl.c create mode 100644 net/rds/loop.c create mode 100644 net/rds/loop.h create mode 100644 net/rds/message.c create mode 100644 net/rds/page.c create mode 100644 net/rds/rdma.c create mode 100644 net/rds/rdma.h create mode 100644 net/rds/rdma_transport.c create mode 100644 net/rds/rdma_transport.h create mode 100644 net/rds/rds.h create mode 100644 net/rds/recv.c create mode 100644 net/rds/send.c create mode 100644 net/rds/stats.c create mode 100644 net/rds/sysctl.c create mode 100644 net/rds/threads.c create mode 100644 net/rds/transport.c create mode 100644 net/wireless/scan.c $ git reset --hard HEAD^ HEAD is now at 5ae7222 Merge commit 'udf/for_next' Merging next-20090320/net $ git merge next-20090320/net Resolved 'drivers/net/virtio_net.c' using previous resolution. Renaming fs/dquot.c => fs/quota/dquot.c Auto-merging fs/quota/dquot.c Auto-merging Documentation/feature-removal-schedule.txt Auto-merging MAINTAINERS Auto-merging arch/m68knommu/platform/528x/config.c Auto-merging drivers/infiniband/hw/cxgb3/cxio_hal.c Auto-merging drivers/infiniband/hw/nes/nes_hw.c Auto-merging drivers/infiniband/hw/nes/nes_nic.c Auto-merging drivers/net/arm/ixp4xx_eth.c Auto-merging drivers/net/bnx2.c Auto-merging drivers/net/bonding/bond_main.c Removing drivers/net/gianfar_mii.h Auto-merging drivers/net/sfc/efx.c Auto-merging drivers/net/sfc/falcon.c Auto-merging drivers/net/smc91x.h Auto-merging drivers/net/smsc911x.c Auto-merging drivers/net/sungem.c Removing drivers/net/tehuti_fw.h Removing drivers/net/typhoon-firmware.h Removing drivers/net/ucc_geth_mii.c Removing drivers/net/ucc_geth_mii.h Auto-merging drivers/net/virtio_net.c CONFLICT (content): Merge conflict in drivers/net/virtio_net.c Removing drivers/net/wireless/ath9k/core.h Removing drivers/net/wireless/iwlwifi/iwl-3945-commands.h Removing drivers/net/wireless/iwlwifi/iwl-3945-debug.h Removing drivers/net/wireless/iwlwifi/iwl-3945-io.h Removing drivers/net/wireless/iwlwifi/iwl-3945-rs.h Removing drivers/net/wireless/iwlwifi/iwl-agn-hcmd-check.c Removing drivers/net/wireless/orinoco/orinoco.c Auto-merging drivers/net/xen-netfront.c Auto-merging drivers/scsi/scsi_transport_fc.c Auto-merging drivers/scsi/scsi_transport_iscsi.c Removing firmware/cxgb3/t3fw-7.0.0.bin.ihex Auto-merging include/linux/Kbuild Auto-merging include/linux/if_ether.h Auto-merging include/linux/netdevice.h Auto-merging include/linux/pci_ids.h Auto-merging include/linux/skbuff.h Auto-merging include/linux/socket.h Auto-merging net/core/dev.c Auto-merging net/ipv4/af_inet.c Auto-merging net/ipv4/route.c Auto-merging net/ipv6/sit.c Auto-merging net/sunrpc/xprtsock.c Auto-merging net/wireless/nl80211.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 888912d] Merge branch 'next-20090320/net' $ git diff -M --stat --summary HEAD^.. Documentation/DocBook/mac80211.tmpl | 12 +- Documentation/feature-removal-schedule.txt | 4 +- Documentation/networking/dccp.txt | 3 +- Documentation/networking/ip-sysctl.txt | 148 +- Documentation/networking/ixgbe.txt | 199 + Documentation/networking/rds.txt | 356 + Documentation/networking/timestamping.txt | 180 + Documentation/networking/timestamping/.gitignore | 1 + Documentation/networking/timestamping/Makefile | 6 + .../networking/timestamping/timestamping.c | 533 + Documentation/powerpc/dts-bindings/fsl/tsec.txt | 6 + MAINTAINERS | 8 + arch/alpha/include/asm/socket.h | 3 + arch/arm/include/asm/socket.h | 3 + arch/avr32/include/asm/socket.h | 3 + arch/blackfin/include/asm/socket.h | 3 + arch/cris/include/asm/socket.h | 3 + arch/h8300/include/asm/socket.h | 3 + arch/ia64/include/asm/socket.h | 3 + arch/m68k/include/asm/socket.h | 3 + arch/m68knommu/platform/520x/config.c | 56 + arch/m68knommu/platform/523x/config.c | 51 + arch/m68knommu/platform/5272/config.c | 48 + arch/m68knommu/platform/527x/config.c | 113 +- arch/m68knommu/platform/528x/config.c | 58 + arch/m68knommu/platform/532x/config.c | 49 + arch/mips/include/asm/socket.h | 3 + arch/parisc/include/asm/socket.h | 3 + arch/powerpc/include/asm/socket.h | 3 + arch/s390/include/asm/socket.h | 3 + arch/sh/include/asm/socket.h | 3 + arch/sparc/include/asm/socket.h | 3 + arch/x86/include/asm/socket.h | 3 + arch/xtensa/include/asm/socket.h | 3 + drivers/acpi/event.c | 6 +- drivers/atm/firestream.c | 8 +- drivers/block/aoe/aoenet.c | 2 +- drivers/bluetooth/bfusb.c | 3 +- drivers/bluetooth/bt3c_cs.c | 4 +- drivers/bluetooth/btusb.c | 40 +- drivers/bluetooth/hci_h4.c | 3 +- drivers/bluetooth/hci_ll.c | 3 +- drivers/char/pcmcia/synclink_cs.c | 18 +- drivers/char/synclink.c | 18 +- drivers/char/synclink_gt.c | 18 +- drivers/char/synclinkmp.c | 18 +- drivers/connector/cn_queue.c | 80 +- drivers/connector/connector.c | 19 +- drivers/infiniband/hw/cxgb3/cxio_hal.c | 3 + drivers/infiniband/hw/cxgb3/cxio_hal.h | 2 + drivers/infiniband/hw/cxgb3/iwch.c | 15 +- drivers/infiniband/hw/nes/nes_hw.c | 2 +- drivers/infiniband/hw/nes/nes_nic.c | 2 +- drivers/infiniband/ulp/ipoib/ipoib_ib.c | 6 +- drivers/isdn/act2000/act2000_isa.c | 6 +- drivers/isdn/capi/capi.c | 2 +- drivers/isdn/capi/kcapi_proc.c | 2 + drivers/isdn/gigaset/Kconfig | 14 +- drivers/isdn/gigaset/usb-gigaset.c | 8 +- drivers/isdn/hardware/eicon/debug.c | 2 +- drivers/isdn/hardware/eicon/message.c | 70 +- drivers/isdn/hardware/mISDN/hfcpci.c | 4 +- drivers/isdn/hardware/mISDN/hfcsusb.c | 6 +- drivers/isdn/hardware/mISDN/hfcsusb.h | 6 +- drivers/isdn/hisax/callc.c | 1 - drivers/isdn/hisax/config.c | 6 - drivers/isdn/hisax/hfcscard.c | 2 - drivers/isdn/hisax/hisax.h | 9 + drivers/isdn/hisax/isdnl1.c | 4 +- drivers/isdn/hisax/sedlbauer.c | 2 - drivers/isdn/hisax/teles0.c | 2 - drivers/isdn/hisax/teles3.c | 1 - drivers/isdn/mISDN/clock.c | 10 +- drivers/isdn/mISDN/timerdev.c | 3 +- drivers/isdn/pcbit/layer2.c | 6 +- drivers/net/3c501.c | 17 +- drivers/net/3c505.c | 18 +- drivers/net/3c507.c | 15 +- drivers/net/3c509.c | 25 +- drivers/net/3c515.c | 21 +- drivers/net/3c523.c | 25 +- drivers/net/3c527.c | 19 +- drivers/net/3c59x.c | 61 +- drivers/net/8139cp.c | 30 +- drivers/net/8139too.c | 32 +- drivers/net/82596.c | 17 +- drivers/net/Kconfig | 25 +- drivers/net/Makefile | 5 +- drivers/net/a2065.c | 19 +- drivers/net/acenic.c | 2 +- drivers/net/amd8111e.c | 6 +- drivers/net/arcnet/arc-rawmode.c | 4 +- drivers/net/arcnet/arcnet.c | 72 +- drivers/net/arcnet/capmode.c | 6 +- drivers/net/arcnet/com20020-isa.c | 2 + drivers/net/arcnet/com20020-pci.c | 3 + drivers/net/arcnet/com20020.c | 11 +- drivers/net/arcnet/rfc1051.c | 12 +- drivers/net/arcnet/rfc1201.c | 47 +- drivers/net/arm/ep93xx_eth.c | 8 +- drivers/net/arm/ixp4xx_eth.c | 12 +- drivers/net/arm/ks8695net.c | 2 +- drivers/net/at1700.c | 2 +- drivers/net/atl1e/atl1e.h | 2 +- drivers/net/atl1e/atl1e_main.c | 6 +- drivers/net/atl1e/atl1e_param.c | 2 +- drivers/net/atlx/atl1.c | 2 +- drivers/net/atlx/atl2.c | 2 +- drivers/net/au1000_eth.c | 1051 +- drivers/net/b44.c | 8 +- drivers/net/bfin_mac.c | 12 +- drivers/net/bmac.c | 3 +- drivers/net/bnx2.c | 24 +- drivers/net/bnx2x.h | 186 +- drivers/net/bnx2x_dump.h | 526 + drivers/net/bnx2x_fw_defs.h | 153 +- drivers/net/bnx2x_hsi.h | 559 +- drivers/net/bnx2x_init.h | 163 +- drivers/net/bnx2x_init_values.h |26527 +++++++++++--------- drivers/net/bnx2x_link.c | 1416 +- drivers/net/bnx2x_link.h | 23 +- drivers/net/bnx2x_main.c | 2640 ++- drivers/net/bnx2x_reg.h | 314 +- drivers/net/bonding/bond_3ad.h | 2 +- drivers/net/bonding/bond_alb.c | 12 +- drivers/net/bonding/bond_main.c | 16 +- drivers/net/cassini.c | 8 +- drivers/net/chelsio/sge.c | 7 +- drivers/net/cpmac.c | 12 +- drivers/net/cxgb3/adapter.h | 21 +- drivers/net/cxgb3/ael1002.c | 3 +- drivers/net/cxgb3/common.h | 6 + drivers/net/cxgb3/cxgb3_main.c | 254 +- drivers/net/cxgb3/cxgb3_offload.c | 12 + drivers/net/cxgb3/cxgb3_offload.h | 7 + drivers/net/cxgb3/regs.h | 21 + drivers/net/cxgb3/sge.c | 315 +- drivers/net/cxgb3/t3_hw.c | 164 +- drivers/net/cxgb3/version.h | 4 +- drivers/net/cxgb3/xgmac.c | 85 +- drivers/net/declance.c | 6 +- drivers/net/defxx.c | 2 +- drivers/net/depca.c | 6 +- drivers/net/e100.c | 6 +- drivers/net/e1000/e1000.h | 2 - drivers/net/e1000/e1000_main.c | 94 +- drivers/net/e1000e/82571.c | 144 +- drivers/net/e1000e/defines.h | 1 + drivers/net/e1000e/e1000.h | 2 - drivers/net/e1000e/ethtool.c | 2 +- drivers/net/e1000e/hw.h | 8 + drivers/net/e1000e/ich8lan.c | 17 +- drivers/net/e1000e/lib.c | 4 +- drivers/net/e1000e/netdev.c | 170 +- drivers/net/e2100.c | 6 +- drivers/net/ehea/ehea.h | 2 +- drivers/net/ehea/ehea_main.c | 189 +- drivers/net/ehea/ehea_qmr.c | 4 +- drivers/net/enic/enic.h | 3 +- drivers/net/enic/enic_main.c | 84 +- drivers/net/enic/vnic_dev.c | 33 +- drivers/net/enic/vnic_dev.h | 2 + drivers/net/enic/vnic_devcmd.h | 8 +- drivers/net/enic/vnic_intr.h | 14 + drivers/net/epic100.c | 6 +- drivers/net/fealnx.c | 4 +- drivers/net/fec.c | 890 +- drivers/net/fec.h | 11 +- drivers/net/forcedeth.c | 750 +- drivers/net/fs_enet/fs_enet-main.c | 4 +- drivers/net/{gianfar_mii.c => fsl_pq_mdio.c} | 254 +- drivers/net/fsl_pq_mdio.h | 45 + drivers/net/gianfar.c | 147 +- drivers/net/gianfar.h | 20 +- drivers/net/gianfar_ethtool.c | 1 + drivers/net/gianfar_mii.h | 54 - drivers/net/gianfar_sysfs.c | 33 +- drivers/net/hamachi.c | 10 +- drivers/net/hamradio/6pack.c | 20 +- drivers/net/hamradio/baycom_epp.c | 43 +- drivers/net/hamradio/bpqether.c | 47 +- drivers/net/hamradio/dmascc.c | 54 +- drivers/net/hamradio/hdlcdrv.c | 45 +- drivers/net/hamradio/mkiss.c | 55 +- drivers/net/hamradio/scc.c | 24 +- drivers/net/hamradio/yam.c | 68 +- drivers/net/ibmveth.c | 8 +- drivers/net/igb/Makefile | 4 +- drivers/net/igb/e1000_82575.c | 141 +- drivers/net/igb/e1000_82575.h | 64 +- drivers/net/igb/e1000_defines.h | 134 +- drivers/net/igb/e1000_hw.h | 202 +- drivers/net/igb/e1000_mac.c | 66 +- drivers/net/igb/e1000_mac.h | 9 +- drivers/net/igb/e1000_mbx.c | 447 + drivers/net/igb/e1000_mbx.h | 77 + drivers/net/igb/e1000_nvm.c | 44 +- drivers/net/igb/e1000_phy.c | 352 +- drivers/net/igb/e1000_phy.h | 3 +- drivers/net/igb/e1000_regs.h | 103 +- drivers/net/igb/igb.h | 88 +- drivers/net/igb/igb_ethtool.c | 206 +- drivers/net/igb/igb_main.c | 1764 +- drivers/net/irda/sir_dev.c | 6 +- drivers/net/ixgb/ixgb_main.c | 6 +- drivers/net/ixgbe/Makefile | 7 +- drivers/net/ixgbe/ixgbe.h | 66 +- drivers/net/ixgbe/ixgbe_82598.c | 333 +- drivers/net/ixgbe/ixgbe_82599.c | 1292 + drivers/net/ixgbe/ixgbe_common.c | 464 +- drivers/net/ixgbe/ixgbe_common.h | 15 +- drivers/net/ixgbe/ixgbe_dcb.c | 19 +- drivers/net/ixgbe/ixgbe_dcb.h | 56 +- drivers/net/ixgbe/ixgbe_dcb_82598.c | 4 +- drivers/net/ixgbe/ixgbe_dcb_82598.h | 2 +- drivers/net/ixgbe/ixgbe_dcb_82599.c | 470 + drivers/net/ixgbe/ixgbe_dcb_82599.h | 127 + drivers/net/ixgbe/ixgbe_dcb_nl.c | 195 +- drivers/net/ixgbe/ixgbe_ethtool.c | 89 +- drivers/net/ixgbe/ixgbe_main.c | 1283 +- drivers/net/ixgbe/ixgbe_phy.c | 592 +- drivers/net/ixgbe/ixgbe_phy.h | 18 +- drivers/net/ixgbe/ixgbe_type.h | 822 +- drivers/net/ixp2000/ixpdev.c | 4 +- drivers/net/jazzsonic.c | 6 +- drivers/net/jme.c | 31 +- drivers/net/jme.h | 8 +- drivers/net/korina.c | 4 +- drivers/net/lance.c | 11 +- drivers/net/macb.c | 20 +- drivers/net/macsonic.c | 15 +- drivers/net/macvlan.c | 84 +- drivers/net/mlx4/en_rx.c | 5 +- drivers/net/mv643xx_eth.c | 412 +- drivers/net/myri10ge/myri10ge.c | 7 +- drivers/net/myri_sbus.c | 2 +- drivers/net/natsemi.c | 8 +- drivers/net/ne2k-pci.c | 5 +- drivers/net/netxen/Makefile | 9 +- drivers/net/netxen/netxen_nic.h | 171 +- drivers/net/netxen/netxen_nic_ctx.c | 201 +- drivers/net/netxen/netxen_nic_ethtool.c | 181 +- drivers/net/netxen/netxen_nic_hdr.h | 21 +- drivers/net/netxen/netxen_nic_hw.c | 595 +- drivers/net/netxen/netxen_nic_hw.h | 63 +- drivers/net/netxen/netxen_nic_init.c | 916 +- drivers/net/netxen/netxen_nic_main.c | 1162 +- drivers/net/netxen/netxen_nic_niu.c | 230 +- drivers/net/netxen/netxen_nic_phan_reg.h | 10 +- drivers/net/ni65.c | 11 +- drivers/net/niu.c | 1059 +- drivers/net/niu.h | 19 +- drivers/net/ns83820.c | 5 +- drivers/net/pasemi_mac.c | 6 +- drivers/net/pcmcia/axnet_cs.c | 2 +- drivers/net/pcnet32.c | 6 +- drivers/net/phy/mdio-gpio.c | 13 +- drivers/net/phy/mdio_bus.c | 56 +- drivers/net/phy/phy.c | 41 +- drivers/net/ppp_async.c | 9 +- drivers/net/ppp_generic.c | 494 +- drivers/net/ppp_synctty.c | 6 +- drivers/net/pppoe.c | 521 +- drivers/net/pppol2tp.c | 192 +- drivers/net/pppox.c | 3 - drivers/net/ps3_gelic_net.c | 26 +- drivers/net/ps3_gelic_wireless.c | 28 +- drivers/net/qla3xxx.c | 6 +- drivers/net/qlge/qlge.h | 161 +- drivers/net/qlge/qlge_dbg.c | 9 + drivers/net/qlge/qlge_ethtool.c | 3 +- drivers/net/qlge/qlge_main.c | 630 +- drivers/net/qlge/qlge_mpi.c | 835 +- drivers/net/r6040.c | 8 +- drivers/net/r8169.c | 6 +- drivers/net/rionet.c | 3 +- drivers/net/s2io.c | 15 +- drivers/net/sb1250-mac.c | 16 +- drivers/net/sc92031.c | 27 +- drivers/net/sfc/Kconfig | 1 - drivers/net/sfc/bitfield.h | 4 +- drivers/net/sfc/boards.c | 74 +- drivers/net/sfc/boards.h | 1 + drivers/net/sfc/efx.c | 28 +- drivers/net/sfc/efx.h | 2 +- drivers/net/sfc/ethtool.c | 9 +- drivers/net/sfc/falcon.c | 47 +- drivers/net/sfc/mdio_10g.c | 28 +- drivers/net/sfc/mdio_10g.h | 8 +- drivers/net/sfc/mtd.c | 1 + drivers/net/sfc/net_driver.h | 20 +- drivers/net/sfc/phy.h | 8 +- drivers/net/sfc/rx.c | 209 +- drivers/net/sfc/rx.h | 3 - drivers/net/sfc/sfe4001.c | 21 +- drivers/net/sfc/tenxpress.c | 141 +- drivers/net/sfc/tx.c | 5 +- drivers/net/sfc/xfp_phy.c | 105 +- drivers/net/sis900.c | 4 +- drivers/net/skfp/h/smc.h | 17 + drivers/net/skfp/hwmtm.c | 9 - drivers/net/skfp/pcmplc.c | 3 - drivers/net/skfp/skfddi.c | 3 - drivers/net/skfp/smt.c | 10 - drivers/net/skge.c | 6 +- drivers/net/sky2.c | 267 +- drivers/net/smc911x.c | 2 +- drivers/net/smc91x.c | 140 +- drivers/net/smc91x.h | 10 + drivers/net/smsc911x.c | 158 +- drivers/net/smsc9420.c | 8 +- drivers/net/spider_net.c | 12 +- drivers/net/starfire.c | 8 +- drivers/net/sundance.c | 5 +- drivers/net/sungem.c | 6 +- drivers/net/tc35815.c | 10 +- drivers/net/tehuti.c | 45 +- drivers/net/tehuti.h | 1 + drivers/net/tehuti_fw.h |10712 -------- drivers/net/tg3.c | 776 +- drivers/net/tg3.h | 18 + drivers/net/tokenring/3c359.c | 17 +- drivers/net/tokenring/abyss.c | 10 +- drivers/net/tokenring/ibmtr.c | 43 +- drivers/net/tokenring/lanstreamer.c | 45 +- drivers/net/tokenring/lanstreamer.h | 1 - drivers/net/tokenring/madgemc.c | 2 - drivers/net/tokenring/olympic.c | 39 +- drivers/net/tokenring/olympic.h | 1 - drivers/net/tokenring/smctr.c | 13 +- drivers/net/tokenring/smctr.h | 1 - drivers/net/tokenring/tms380tr.c | 21 +- drivers/net/tokenring/tms380tr.h | 1 + drivers/net/tokenring/tmspci.c | 4 +- drivers/net/tsi108_eth.c | 8 +- drivers/net/tulip/de4x5.c | 7 +- drivers/net/tulip/dmfe.c | 2 +- drivers/net/tulip/interrupt.c | 94 +- drivers/net/tulip/media.c | 8 +- drivers/net/tulip/tulip.h | 32 +- drivers/net/tulip/uli526x.c | 2 +- drivers/net/tulip/winbond-840.c | 7 +- drivers/net/tun.c | 528 +- drivers/net/typhoon-firmware.h | 3778 --- drivers/net/typhoon.c | 104 +- drivers/net/typhoon.h | 234 +- drivers/net/ucc_geth.c | 22 +- drivers/net/ucc_geth.h | 14 +- drivers/net/ucc_geth_ethtool.c | 1 - drivers/net/ucc_geth_mii.c | 295 - drivers/net/ucc_geth_mii.h | 101 - drivers/net/usb/hso.c | 31 +- drivers/net/usb/rndis_host.c | 25 +- drivers/net/usb/smsc95xx.c | 10 +- drivers/net/veth.c | 45 +- drivers/net/via-rhine.c | 9 +- drivers/net/via-velocity.h | 6 +- drivers/net/virtio_net.c | 243 +- drivers/net/wan/c101.c | 12 +- drivers/net/wan/cosa.c | 17 +- drivers/net/wan/dscc4.c | 18 +- drivers/net/wan/farsync.c | 18 +- drivers/net/wan/hd64572.c | 4 +- drivers/net/wan/hdlc.c | 33 +- drivers/net/wan/hdlc_cisco.c | 17 +- drivers/net/wan/hdlc_fr.c | 44 +- drivers/net/wan/hdlc_ppp.c | 6 +- drivers/net/wan/hdlc_raw.c | 5 +- drivers/net/wan/hdlc_raw_eth.c | 8 +- drivers/net/wan/hdlc_x25.c | 2 +- drivers/net/wan/hostess_sv11.c | 12 +- drivers/net/wan/ixp4xx_hss.c | 24 +- drivers/net/wan/lapbether.c | 7 +- drivers/net/wan/lmc/lmc_main.c | 19 +- drivers/net/wan/lmc/lmc_proto.c | 17 +- drivers/net/wan/n2.c | 12 +- drivers/net/wan/pc300too.c | 12 +- drivers/net/wan/pci200syn.c | 12 +- drivers/net/wan/sbni.c | 17 +- drivers/net/wan/sealevel.c | 12 +- drivers/net/wan/wanxl.c | 14 +- drivers/net/wan/z85230.c | 3 +- drivers/net/wimax/i2400m/Makefile | 1 + drivers/net/wimax/i2400m/control.c | 147 +- drivers/net/wimax/i2400m/debug-levels.h | 1 + drivers/net/wimax/i2400m/driver.c | 28 +- drivers/net/wimax/i2400m/fw.c | 65 +- drivers/net/wimax/i2400m/i2400m.h | 91 +- drivers/net/wimax/i2400m/netdev.c | 120 +- drivers/net/wimax/i2400m/rx.c | 749 +- drivers/net/wimax/i2400m/sdio.c | 27 +- drivers/net/wimax/i2400m/sysfs.c | 80 + drivers/net/wimax/i2400m/usb-notif.c | 2 +- drivers/net/wimax/i2400m/usb.c | 30 +- drivers/net/wireless/Kconfig | 145 +- drivers/net/wireless/Makefile | 4 + drivers/net/wireless/airo.c | 1153 +- drivers/net/wireless/airo_cs.c | 73 +- drivers/net/wireless/at76c50x-usb.c | 2501 ++ drivers/net/wireless/at76c50x-usb.h | 463 + drivers/net/wireless/ath5k/Makefile | 1 + drivers/net/wireless/ath5k/ath5k.h | 80 +- drivers/net/wireless/ath5k/attach.c | 31 +- drivers/net/wireless/ath5k/base.c | 322 +- drivers/net/wireless/ath5k/base.h | 4 +- drivers/net/wireless/ath5k/caps.c | 6 +- drivers/net/wireless/ath5k/debug.c | 53 +- drivers/net/wireless/ath5k/debug.h | 1 - drivers/net/wireless/ath5k/eeprom.c | 177 +- drivers/net/wireless/ath5k/eeprom.h | 1 + drivers/net/wireless/ath5k/gpio.c | 10 +- drivers/net/wireless/ath5k/initvals.c | 1575 +- drivers/net/wireless/ath5k/led.c | 174 + drivers/net/wireless/ath5k/pcu.c | 23 +- drivers/net/wireless/ath5k/phy.c | 2029 +-- drivers/net/wireless/ath5k/qcu.c | 47 +- drivers/net/wireless/ath5k/reg.h | 124 +- drivers/net/wireless/ath5k/reset.c | 950 +- drivers/net/wireless/ath5k/rfbuffer.h | 1181 + drivers/net/wireless/ath5k/rfgain.h | 516 + drivers/net/wireless/ath9k/Makefile | 3 + drivers/net/wireless/ath9k/ahb.c | 192 + drivers/net/wireless/ath9k/ani.c | 288 +- drivers/net/wireless/ath9k/ani.h | 138 + drivers/net/wireless/ath9k/ath9k.h | 1733 +- drivers/net/wireless/ath9k/beacon.c | 768 +- drivers/net/wireless/ath9k/calib.c | 553 +- drivers/net/wireless/ath9k/calib.h | 124 + drivers/net/wireless/ath9k/core.h | 787 - drivers/net/wireless/ath9k/debug.c | 415 +- drivers/net/wireless/ath9k/debug.h | 165 + drivers/net/wireless/ath9k/eeprom.c | 3173 ++-- drivers/net/wireless/ath9k/eeprom.h | 506 + drivers/net/wireless/ath9k/hw.c | 1707 +- drivers/net/wireless/ath9k/hw.h | 1557 +- drivers/net/wireless/ath9k/initvals.h | 716 +- drivers/net/wireless/ath9k/mac.c | 233 +- drivers/net/wireless/ath9k/mac.h | 680 + drivers/net/wireless/ath9k/main.c | 1925 +- drivers/net/wireless/ath9k/pci.c | 313 + drivers/net/wireless/ath9k/phy.c | 240 +- drivers/net/wireless/ath9k/phy.h | 49 +- drivers/net/wireless/ath9k/rc.c | 345 +- drivers/net/wireless/ath9k/rc.h | 28 +- drivers/net/wireless/ath9k/recv.c | 170 +- drivers/net/wireless/ath9k/reg.h | 123 +- drivers/net/wireless/ath9k/regd.c | 1246 +- drivers/net/wireless/ath9k/regd.h | 207 +- drivers/net/wireless/ath9k/regd_common.h | 2058 +-- drivers/net/wireless/ath9k/virtual.c | 662 + drivers/net/wireless/ath9k/xmit.c | 2871 +-- drivers/net/wireless/atmel.c | 463 +- drivers/net/wireless/b43/Kconfig | 14 +- drivers/net/wireless/b43/Makefile | 1 + drivers/net/wireless/b43/b43.h | 43 +- drivers/net/wireless/b43/debugfs.c | 48 +- drivers/net/wireless/b43/debugfs.h | 5 +- drivers/net/wireless/b43/dma.c | 65 +- drivers/net/wireless/b43/dma.h | 17 +- drivers/net/wireless/b43/lo.c | 77 +- drivers/net/wireless/b43/main.c | 456 +- drivers/net/wireless/b43/main.h | 25 + drivers/net/wireless/b43/phy_a.c | 111 +- drivers/net/wireless/b43/phy_g.c | 614 +- drivers/net/wireless/b43/phy_lp.c | 395 +- drivers/net/wireless/b43/phy_lp.h | 329 +- drivers/net/wireless/b43/pio.c | 16 +- drivers/net/wireless/b43/rfkill.c | 2 +- drivers/net/wireless/b43/tables_lpphy.c | 394 + drivers/net/wireless/b43/tables_lpphy.h | 31 + drivers/net/wireless/b43/wa.c | 113 +- drivers/net/wireless/b43/xmit.c | 17 +- drivers/net/wireless/b43legacy/leds.c | 8 +- drivers/net/wireless/b43legacy/main.c | 2 +- drivers/net/wireless/hostap/hostap.h | 2 +- drivers/net/wireless/hostap/hostap_80211.h | 2 +- drivers/net/wireless/hostap/hostap_80211_rx.c | 92 +- drivers/net/wireless/hostap/hostap_80211_tx.c | 51 +- drivers/net/wireless/hostap/hostap_ap.c | 144 +- drivers/net/wireless/hostap/hostap_ap.h | 6 +- drivers/net/wireless/hostap/hostap_hw.c | 24 +- drivers/net/wireless/hostap/hostap_info.c | 1 + drivers/net/wireless/hostap/hostap_ioctl.c | 7 +- drivers/net/wireless/hostap/hostap_main.c | 38 +- drivers/net/wireless/ipw2x00/Kconfig | 3 +- .../net/wireless/ipw2x00}/ieee80211.h | 110 +- drivers/net/wireless/ipw2x00/ipw2100.c | 21 +- drivers/net/wireless/ipw2x00/ipw2100.h | 8 +- drivers/net/wireless/ipw2x00/ipw2200.c | 118 +- drivers/net/wireless/ipw2x00/ipw2200.h | 7 +- drivers/net/wireless/ipw2x00/libipw_geo.c | 2 +- drivers/net/wireless/ipw2x00/libipw_module.c | 33 +- drivers/net/wireless/ipw2x00/libipw_rx.c | 105 +- drivers/net/wireless/ipw2x00/libipw_tx.c | 2 +- drivers/net/wireless/ipw2x00/libipw_wx.c | 27 +- drivers/net/wireless/iwlwifi/Kconfig | 99 +- drivers/net/wireless/iwlwifi/Makefile | 11 +- drivers/net/wireless/iwlwifi/iwl-1000.c | 73 + drivers/net/wireless/iwlwifi/iwl-3945-commands.h | 1702 -- drivers/net/wireless/iwlwifi/iwl-3945-debug.h | 167 - drivers/net/wireless/iwlwifi/iwl-3945-fh.h | 188 + drivers/net/wireless/iwlwifi/iwl-3945-hw.h | 227 +- drivers/net/wireless/iwlwifi/iwl-3945-io.h | 404 - drivers/net/wireless/iwlwifi/iwl-3945-led.c | 77 +- drivers/net/wireless/iwlwifi/iwl-3945-led.h | 50 +- drivers/net/wireless/iwlwifi/iwl-3945-rs.c | 297 +- drivers/net/wireless/iwlwifi/iwl-3945-rs.h | 206 - drivers/net/wireless/iwlwifi/iwl-3945.c | 1174 +- drivers/net/wireless/iwlwifi/iwl-3945.h | 761 +- drivers/net/wireless/iwlwifi/iwl-4965-hw.h | 47 +- drivers/net/wireless/iwlwifi/iwl-4965.c | 215 +- drivers/net/wireless/iwlwifi/iwl-5000-hw.h | 14 +- drivers/net/wireless/iwlwifi/iwl-5000.c | 239 +- .../iwlwifi/{iwl-3945-core.h => iwl-6000-hw.h} | 59 +- drivers/net/wireless/iwlwifi/iwl-6000.c | 158 + drivers/net/wireless/iwlwifi/iwl-agn-hcmd-check.c | 108 - drivers/net/wireless/iwlwifi/iwl-agn-rs.c | 290 +- drivers/net/wireless/iwlwifi/iwl-agn-rs.h | 57 +- drivers/net/wireless/iwlwifi/iwl-agn.c | 1362 +- drivers/net/wireless/iwlwifi/iwl-calib.c | 93 +- drivers/net/wireless/iwlwifi/iwl-calib.h | 4 +- drivers/net/wireless/iwlwifi/iwl-commands.h | 511 +- drivers/net/wireless/iwlwifi/iwl-core.c | 785 +- drivers/net/wireless/iwlwifi/iwl-core.h | 100 +- drivers/net/wireless/iwlwifi/iwl-csr.h | 7 +- drivers/net/wireless/iwlwifi/iwl-debug.h | 183 +- drivers/net/wireless/iwlwifi/iwl-debugfs.c | 23 +- drivers/net/wireless/iwlwifi/iwl-dev.h | 133 +- drivers/net/wireless/iwlwifi/iwl-eeprom.c | 40 +- drivers/net/wireless/iwlwifi/iwl-eeprom.h | 9 +- drivers/net/wireless/iwlwifi/iwl-fh.h | 21 +- drivers/net/wireless/iwlwifi/iwl-hcmd.c | 32 +- drivers/net/wireless/iwlwifi/iwl-helpers.h | 2 +- drivers/net/wireless/iwlwifi/iwl-io.h | 44 +- drivers/net/wireless/iwlwifi/iwl-led.c | 26 +- drivers/net/wireless/iwlwifi/iwl-led.h | 6 +- drivers/net/wireless/iwlwifi/iwl-power.c | 102 +- drivers/net/wireless/iwlwifi/iwl-power.h | 16 +- drivers/net/wireless/iwlwifi/iwl-prph.h | 4 +- drivers/net/wireless/iwlwifi/iwl-rfkill.c | 17 +- drivers/net/wireless/iwlwifi/iwl-rfkill.h | 2 +- drivers/net/wireless/iwlwifi/iwl-rx.c | 60 +- drivers/net/wireless/iwlwifi/iwl-scan.c | 184 +- drivers/net/wireless/iwlwifi/iwl-spectrum.c | 12 +- drivers/net/wireless/iwlwifi/iwl-spectrum.h | 2 +- drivers/net/wireless/iwlwifi/iwl-sta.c | 105 +- drivers/net/wireless/iwlwifi/iwl-sta.h | 5 +- drivers/net/wireless/iwlwifi/iwl-tx.c | 287 +- drivers/net/wireless/iwlwifi/iwl3945-base.c | 5572 +---- drivers/net/wireless/libertas/Makefile | 2 + drivers/net/wireless/libertas/debugfs.c | 14 +- drivers/net/wireless/libertas/defs.h | 3 + drivers/net/wireless/libertas/host.h | 1 + drivers/net/wireless/libertas/hostcmd.h | 8 + drivers/net/wireless/libertas/if_cs.c | 2 +- drivers/net/wireless/libertas/if_sdio.c | 20 +- drivers/net/wireless/libertas/if_spi.c | 1218 + drivers/net/wireless/libertas/if_spi.h | 208 + drivers/net/wireless/libertas/main.c | 5 +- drivers/net/wireless/libertas/scan.c | 2 +- drivers/net/wireless/libertas_tf/cmd.c | 2 +- drivers/net/wireless/libertas_tf/libertas_tf.h | 2 +- drivers/net/wireless/mac80211_hwsim.c | 350 +- drivers/net/wireless/mwl8k.c | 3789 +++ drivers/net/wireless/orinoco/Kconfig | 120 + drivers/net/wireless/orinoco/Makefile | 3 +- drivers/net/wireless/orinoco/airport.c | 37 +- drivers/net/wireless/orinoco/fw.c | 390 + drivers/net/wireless/orinoco/fw.h | 21 + drivers/net/wireless/orinoco/hermes.c | 116 +- drivers/net/wireless/orinoco/hermes.h | 35 +- drivers/net/wireless/orinoco/hermes_dld.c | 132 +- drivers/net/wireless/orinoco/hermes_dld.h | 12 +- drivers/net/wireless/orinoco/hw.c | 586 + drivers/net/wireless/orinoco/hw.h | 47 + drivers/net/wireless/orinoco/main.c | 2667 ++ drivers/net/wireless/orinoco/main.h | 63 + drivers/net/wireless/orinoco/mic.c | 79 + drivers/net/wireless/orinoco/mic.h | 22 + drivers/net/wireless/orinoco/orinoco.c | 6159 ----- drivers/net/wireless/orinoco/orinoco.h | 28 +- drivers/net/wireless/orinoco/orinoco_cs.c | 33 +- drivers/net/wireless/orinoco/orinoco_nortel.c | 7 +- drivers/net/wireless/orinoco/orinoco_pci.c | 5 +- drivers/net/wireless/orinoco/orinoco_pci.h | 12 +- drivers/net/wireless/orinoco/orinoco_plx.c | 3 +- drivers/net/wireless/orinoco/orinoco_tmd.c | 4 +- drivers/net/wireless/orinoco/scan.c | 233 + drivers/net/wireless/orinoco/scan.h | 29 + drivers/net/wireless/orinoco/spectrum_cs.c | 19 +- drivers/net/wireless/orinoco/wext.c | 2325 ++ drivers/net/wireless/orinoco/wext.h | 13 + drivers/net/wireless/p54/Kconfig | 10 + drivers/net/wireless/p54/Makefile | 1 + drivers/net/wireless/p54/p54.h | 64 +- drivers/net/wireless/p54/p54common.c | 783 +- drivers/net/wireless/p54/p54common.h | 132 +- drivers/net/wireless/p54/p54pci.c | 42 +- drivers/net/wireless/p54/p54spi.c | 765 + drivers/net/wireless/p54/p54spi.h | 125 + drivers/net/wireless/p54/p54spi_eeprom.h | 678 + drivers/net/wireless/p54/p54usb.c | 94 +- drivers/net/wireless/p54/p54usb.h | 1 + drivers/net/wireless/prism54/isl_ioctl.c | 3 +- drivers/net/wireless/prism54/islpci_eth.c | 5 +- drivers/net/wireless/prism54/islpci_mgt.h | 6 - drivers/net/wireless/prism54/oid_mgt.c | 2 +- drivers/net/wireless/ray_cs.c | 3808 ++-- drivers/net/wireless/rndis_wlan.c | 103 +- drivers/net/wireless/rt2x00/Kconfig | 7 +- drivers/net/wireless/rt2x00/Makefile | 1 + drivers/net/wireless/rt2x00/rt2400pci.c | 103 +- drivers/net/wireless/rt2x00/rt2400pci.h | 6 +- drivers/net/wireless/rt2x00/rt2500pci.c | 131 +- drivers/net/wireless/rt2x00/rt2500pci.h | 6 +- drivers/net/wireless/rt2x00/rt2500usb.c | 72 +- drivers/net/wireless/rt2x00/rt2500usb.h | 14 +- drivers/net/wireless/rt2x00/rt2x00.h | 154 +- drivers/net/wireless/rt2x00/rt2x00config.c | 11 +- drivers/net/wireless/rt2x00/rt2x00crypto.c | 15 +- drivers/net/wireless/rt2x00/rt2x00debug.c | 49 +- drivers/net/wireless/rt2x00/rt2x00debug.h | 2 +- drivers/net/wireless/rt2x00/rt2x00dev.c | 416 +- drivers/net/wireless/rt2x00/rt2x00dump.h | 2 +- drivers/net/wireless/rt2x00/rt2x00firmware.c | 29 +- drivers/net/wireless/rt2x00/rt2x00leds.c | 8 +- drivers/net/wireless/rt2x00/rt2x00leds.h | 2 +- drivers/net/wireless/rt2x00/rt2x00lib.h | 106 +- drivers/net/wireless/rt2x00/rt2x00link.c | 471 + drivers/net/wireless/rt2x00/rt2x00mac.c | 77 +- drivers/net/wireless/rt2x00/rt2x00pci.c | 2 +- drivers/net/wireless/rt2x00/rt2x00pci.h | 2 +- drivers/net/wireless/rt2x00/rt2x00queue.c | 216 +- drivers/net/wireless/rt2x00/rt2x00queue.h | 17 +- drivers/net/wireless/rt2x00/rt2x00reg.h | 22 +- drivers/net/wireless/rt2x00/rt2x00rfkill.c | 127 +- drivers/net/wireless/rt2x00/rt2x00usb.c | 64 +- drivers/net/wireless/rt2x00/rt2x00usb.h | 13 +- drivers/net/wireless/rt2x00/rt61pci.c | 244 +- drivers/net/wireless/rt2x00/rt61pci.h | 13 +- drivers/net/wireless/rt2x00/rt73usb.c | 208 +- drivers/net/wireless/rt2x00/rt73usb.h | 19 +- drivers/net/wireless/rtl818x/rtl8187.h | 4 +- drivers/net/wireless/rtl818x/rtl8187_dev.c | 92 +- drivers/net/wireless/strip.c | 4 +- drivers/net/wireless/wavelan.c | 11 +- drivers/net/wireless/wavelan_cs.c | 5 +- drivers/net/wireless/wl3501_cs.c | 9 +- drivers/net/wireless/zd1201.c | 7 +- drivers/net/wireless/zd1211rw/zd_chip.c | 21 + drivers/net/wireless/zd1211rw/zd_chip.h | 2 + drivers/net/wireless/zd1211rw/zd_def.h | 5 + drivers/net/wireless/zd1211rw/zd_mac.c | 38 +- drivers/net/xen-netfront.c | 8 +- drivers/net/xtsonic.c | 2 +- drivers/net/yellowfin.c | 6 +- drivers/net/znet.c | 17 +- drivers/s390/net/claw.c | 445 +- drivers/s390/net/ctcm_main.c | 24 +- drivers/s390/net/lcs.c | 21 +- drivers/s390/net/netiucv.c | 14 +- drivers/scsi/scsi_transport_fc.c | 16 +- drivers/scsi/scsi_transport_iscsi.c | 12 +- drivers/ssb/Makefile | 1 + drivers/ssb/b43_pci_bridge.c | 2 + drivers/ssb/driver_chipcommon.c | 14 +- drivers/ssb/driver_chipcommon_pmu.c | 508 + drivers/ssb/pci.c | 88 +- drivers/ssb/sprom.c | 36 + drivers/ssb/ssb_private.h | 1 + drivers/usb/gadget/rndis.c | 92 +- drivers/video/uvesafb.c | 5 +- firmware/3com/typhoon.bin.ihex | 2819 +++ firmware/Makefile | 4 +- firmware/WHENCE | 60 +- firmware/cxgb3/t3fw-7.0.0.bin.ihex | 1881 -- firmware/cxgb3/t3fw-7.1.0.bin.ihex | 1885 ++ firmware/tehuti/bdx.bin.ihex | 2678 ++ fs/compat_ioctl.c | 8 + fs/quota/dquot.c | 5 +- include/asm-frv/socket.h | 3 + include/asm-m32r/socket.h | 3 + include/asm-mn10300/socket.h | 3 + include/linux/Kbuild | 1 + include/linux/arcdevice.h | 9 +- include/linux/ath9k_platform.h | 28 + include/linux/clocksource.h | 101 + include/linux/com20020.h | 1 + include/linux/connector.h | 8 + include/linux/dccp.h | 51 +- include/linux/errqueue.h | 1 + include/linux/etherdevice.h | 21 + include/linux/ethtool.h | 89 +- include/linux/hdlc.h | 5 + include/linux/hdlcdrv.h | 3 +- include/linux/ibmtr.h | 2 +- include/linux/ieee80211.h | 181 + include/linux/if.h | 1 + include/linux/if_ether.h | 8 +- include/linux/if_pppox.h | 20 +- include/linux/if_tun.h | 2 + include/linux/if_tunnel.h | 16 +- include/linux/inetdevice.h | 1 + include/linux/mroute.h | 18 +- include/linux/ncp_no.h | 26 +- include/linux/neighbour.h | 1 + include/linux/net.h | 8 +- include/linux/net_dropmon.h | 56 + include/linux/net_tstamp.h | 104 + include/linux/netdevice.h | 111 +- include/linux/netfilter_bridge.h | 4 +- include/linux/netlink.h | 1 + include/linux/netpoll.h | 11 + include/linux/nl80211.h | 177 +- include/linux/pci_ids.h | 6 + include/linux/phy.h | 3 +- include/linux/pim.h | 4 +- include/linux/ppp_channel.h | 6 +- include/linux/rds.h | 250 + include/linux/rtnetlink.h | 4 +- include/linux/sctp.h | 92 +- include/linux/skbuff.h | 119 +- include/linux/smsc911x.h | 3 + include/linux/socket.h | 3 + include/linux/sockios.h | 3 + include/linux/spi/libertas_spi.h | 32 + include/linux/ssb/ssb.h | 4 + include/linux/ssb/ssb_driver_chipcommon.h | 224 + include/linux/ssb/ssb_regs.h | 36 + include/linux/sysctl.h | 1 + include/linux/tcp.h | 23 +- include/linux/timecompare.h | 125 + include/linux/usb/rndis_host.h | 85 +- include/linux/virtio_net.h | 71 + include/linux/wimax/debug.h | 2 +- include/linux/wimax/i2400m.h | 69 + include/linux/wireless.h | 12 +- include/net/atmclip.h | 1 - include/net/bluetooth/bluetooth.h | 12 + include/net/bluetooth/hci.h | 8 + include/net/bluetooth/hci_core.h | 84 +- include/net/bluetooth/l2cap.h | 13 +- include/net/bluetooth/rfcomm.h | 20 +- include/net/cfg80211.h | 266 +- include/net/inet_ecn.h | 4 +- include/net/inet_frag.h | 3 +- include/net/inet_hashtables.h | 4 +- include/net/ip.h | 1 + include/net/ip_vs.h | 4 +- include/net/ipv6.h | 4 +- include/net/ipx.h | 2 +- include/net/mac80211.h | 260 +- include/net/netns/ipv4.h | 13 + include/net/netrom.h | 4 - include/net/phonet/phonet.h | 1 - include/net/phonet/pn_dev.h | 5 +- include/net/pkt_sched.h | 1 + include/net/sch_generic.h | 7 +- include/net/sctp/checksum.h | 14 +- include/net/sctp/command.h | 3 +- include/net/sctp/sctp.h | 2 + include/net/sctp/structs.h | 7 + include/net/sock.h | 49 +- include/net/tcp.h | 37 +- include/net/transp_v6.h | 2 +- include/net/wireless.h | 86 +- include/rdma/ib_verbs.h | 2 +- include/trace/skb.h | 8 + kernel/sysctl_check.c | 1 + kernel/time/Makefile | 2 +- kernel/time/clocksource.c | 76 + kernel/time/timecompare.c | 191 + lib/kobject_uevent.c | 3 + net/802/psnap.c | 9 +- net/802/tr.c | 2 + net/8021q/vlan.c | 4 +- net/8021q/vlan_core.c | 53 +- net/9p/trans_fd.c | 2 +- net/Kconfig | 14 +- net/Makefile | 1 + net/appletalk/ddp.c | 10 +- net/appletalk/dev.c | 10 +- net/atm/br2684.c | 58 +- net/atm/clip.c | 30 +- net/atm/lec.c | 64 +- net/atm/lec.h | 1 - net/ax25/af_ax25.c | 5 +- net/ax25/ax25_iface.c | 13 +- net/bluetooth/af_bluetooth.c | 17 +- net/bluetooth/cmtp/core.c | 3 +- net/bluetooth/hci_conn.c | 64 +- net/bluetooth/hci_core.c | 3 +- net/bluetooth/hci_event.c | 26 +- net/bluetooth/l2cap.c | 602 +- net/bluetooth/rfcomm/core.c | 179 +- net/bluetooth/rfcomm/sock.c | 189 +- net/bluetooth/sco.c | 57 +- net/bridge/br_netfilter.c | 2 +- net/bridge/br_netlink.c | 3 +- net/can/af_can.c | 5 +- net/can/raw.c | 3 + net/compat.c | 19 +- net/core/Makefile | 3 + net/core/datagram.c | 2 +- net/core/dev.c | 256 +- net/core/drop_monitor.c | 263 + net/core/ethtool.c | 58 +- net/core/fib_rules.c | 3 +- net/core/neighbour.c | 15 +- net/core/net-sysfs.c | 2 +- net/core/net-traces.c | 29 + net/core/pktgen.c | 18 +- net/core/rtnetlink.c | 9 +- net/core/skbuff.c | 235 +- net/core/sock.c | 95 +- net/core/sysctl_net_core.c | 1 + net/dccp/ackvec.h | 3 + net/dccp/dccp.h | 26 +- net/dccp/feat.c | 232 +- net/dccp/feat.h | 21 +- net/dccp/minisocks.c | 11 - net/dccp/options.c | 8 - net/dccp/output.c | 37 +- net/dccp/proto.c | 2 - net/dccp/sysctl.c | 43 +- net/decnet/af_decnet.c | 25 +- net/decnet/dn_dev.c | 6 +- net/decnet/dn_route.c | 2 +- net/decnet/dn_table.c | 3 +- net/decnet/sysctl_net_decnet.c | 2 +- net/dsa/mv88e6123_61_65.c | 2 +- net/dsa/mv88e6131.c | 2 +- net/dsa/tag_dsa.c | 4 +- net/dsa/tag_edsa.c | 4 +- net/dsa/tag_trailer.c | 4 +- net/econet/af_econet.c | 4 +- net/ipv4/Kconfig | 52 +- net/ipv4/af_inet.c | 28 +- net/ipv4/arp.c | 13 +- net/ipv4/devinet.c | 12 +- net/ipv4/fib_frontend.c | 2 +- net/ipv4/fib_semantics.c | 5 +- net/ipv4/icmp.c | 2 + net/ipv4/inet_connection_sock.c | 42 +- net/ipv4/inet_fragment.c | 1 + net/ipv4/inet_hashtables.c | 12 +- net/ipv4/ip_gre.c | 136 +- net/ipv4/ip_output.c | 6 + net/ipv4/ipconfig.c | 8 +- net/ipv4/ipip.c | 7 +- net/ipv4/ipmr.c | 464 +- net/ipv4/netfilter/nf_nat_snmp_basic.c | 4 +- net/ipv4/proc.c | 4 +- net/ipv4/raw.c | 1 + net/ipv4/route.c | 15 +- net/ipv4/tcp.c | 89 +- net/ipv4/tcp_bic.c | 11 +- net/ipv4/tcp_cong.c | 21 +- net/ipv4/tcp_cubic.c | 11 +- net/ipv4/tcp_htcp.c | 3 +- net/ipv4/tcp_input.c | 148 +- net/ipv4/tcp_ipv4.c | 11 +- net/ipv4/tcp_minisocks.c | 9 +- net/ipv4/tcp_output.c | 94 +- net/ipv4/tcp_probe.c | 5 +- net/ipv4/tcp_scalable.c | 10 +- net/ipv4/tcp_timer.c | 23 +- net/ipv4/tcp_veno.c | 7 +- net/ipv4/tcp_yeah.c | 9 +- net/ipv4/udp.c | 6 +- net/ipv4/xfrm4_policy.c | 2 +- net/ipv6/addrconf.c | 75 +- net/ipv6/af_inet6.c | 34 +- net/ipv6/ipv6_sockglue.c | 3 +- net/ipv6/ndisc.c | 22 +- net/ipv6/route.c | 9 +- net/ipv6/sit.c | 5 +- net/ipv6/tcp_ipv6.c | 8 +- net/ipv6/xfrm6_policy.c | 2 +- net/ipv6/xfrm6_state.c | 2 +- net/ipx/af_ipx.c | 8 +- net/irda/irmod.c | 4 +- net/iucv/af_iucv.c | 3 +- net/key/af_key.c | 6 +- net/llc/af_llc.c | 6 +- net/llc/llc_conn.c | 3 +- net/llc/llc_core.c | 8 +- net/mac80211/Makefile | 6 +- net/mac80211/aes_cmac.c | 135 + net/mac80211/aes_cmac.h | 19 + net/mac80211/agg-rx.c | 302 + net/mac80211/agg-tx.c | 701 + net/mac80211/cfg.c | 170 +- net/mac80211/debugfs.c | 59 +- net/mac80211/debugfs_key.c | 79 +- net/mac80211/debugfs_key.h | 10 + net/mac80211/debugfs_netdev.c | 48 +- net/mac80211/debugfs_sta.c | 5 +- net/mac80211/ht.c | 903 +- net/mac80211/ibss.c | 907 + net/mac80211/ieee80211_i.h | 278 +- net/mac80211/iface.c | 168 +- net/mac80211/key.c | 115 +- net/mac80211/key.h | 16 + net/mac80211/main.c | 172 +- net/mac80211/mesh.c | 15 +- net/mac80211/mesh.h | 10 +- net/mac80211/mesh_hwmp.c | 7 +- net/mac80211/mesh_plink.c | 38 +- net/mac80211/mlme.c | 1885 +- net/mac80211/pm.c | 117 + net/mac80211/rate.h | 12 + net/mac80211/rx.c | 406 +- net/mac80211/scan.c | 688 +- net/mac80211/spectmgmt.c | 103 +- net/mac80211/sta_info.c | 52 +- net/mac80211/sta_info.h | 13 +- net/mac80211/tx.c | 122 +- net/mac80211/util.c | 267 +- net/mac80211/wext.c | 467 +- net/mac80211/wme.c | 170 +- net/mac80211/wme.h | 6 - net/mac80211/wpa.c | 152 +- net/mac80211/wpa.h | 5 + net/netfilter/ipvs/ip_vs_sync.c | 4 +- net/netfilter/nf_conntrack_amanda.c | 4 +- net/netfilter/nf_conntrack_h323_main.c | 8 +- net/netfilter/nf_conntrack_netbios_ns.c | 2 +- net/netfilter/nf_conntrack_pptp.c | 2 +- net/netfilter/nf_tproxy_core.c | 1 + net/netlink/af_netlink.c | 49 +- net/netrom/af_netrom.c | 2 +- net/netrom/nr_dev.c | 26 +- net/packet/af_packet.c | 5 +- net/phonet/af_phonet.c | 34 +- net/phonet/pn_dev.c | 119 +- net/phonet/pn_netlink.c | 29 +- net/rds/Kconfig | 14 + net/rds/Makefile | 14 + net/rds/af_rds.c | 586 + net/rds/bind.c | 199 + net/rds/cong.c | 404 + net/rds/connection.c | 487 + net/rds/ib.c | 323 + net/rds/ib.h | 367 + net/rds/ib_cm.c | 726 + net/rds/ib_rdma.c | 641 + net/rds/ib_recv.c | 869 + net/rds/ib_ring.c | 168 + net/rds/ib_send.c | 874 + net/rds/ib_stats.c | 95 + net/rds/ib_sysctl.c | 137 + net/rds/info.c | 241 + net/rds/info.h | 30 + net/rds/iw.c | 333 + net/rds/iw.h | 395 + net/rds/iw_cm.c | 750 + net/rds/iw_rdma.c | 888 + net/rds/iw_recv.c | 869 + net/rds/iw_ring.c | 169 + net/rds/iw_send.c | 975 + net/rds/iw_stats.c | 95 + net/rds/iw_sysctl.c | 137 + net/rds/loop.c | 188 + net/rds/loop.h | 9 + net/rds/message.c | 402 + net/rds/page.c | 221 + net/rds/rdma.c | 679 + net/rds/rdma.h | 84 + net/rds/rdma_transport.c | 214 + net/rds/rdma_transport.h | 28 + net/rds/rds.h | 686 + net/rds/recv.c | 542 + net/rds/send.c | 1003 + net/rds/stats.c | 148 + net/rds/sysctl.c | 122 + net/rds/threads.c | 265 + net/rds/transport.c | 117 + net/rose/af_rose.c | 3 +- net/rose/rose_dev.c | 22 +- net/sched/sch_api.c | 11 + net/sched/sch_cbq.c | 7 +- net/sched/sch_drr.c | 7 +- net/sched/sch_hfsc.c | 13 +- net/sched/sch_htb.c | 49 +- net/sched/sch_multiq.c | 2 +- net/sctp/debug.c | 4 + net/sctp/input.c | 14 +- net/sctp/ipv6.c | 36 +- net/sctp/output.c | 16 +- net/sctp/outqueue.c | 6 +- net/sctp/protocol.c | 31 +- net/sctp/sm_make_chunk.c | 37 +- net/sctp/sm_sideeffect.c | 43 +- net/sctp/sm_statefuns.c | 6 +- net/sctp/socket.c | 216 +- net/sctp/transport.c | 9 +- net/socket.c | 84 +- net/sunrpc/xprtsock.c | 53 +- net/tipc/bcast.c | 4 +- net/tipc/bcast.h | 2 +- net/tipc/dbg.c | 2 +- net/tipc/node.c | 2 +- net/unix/af_unix.c | 3 +- net/wanrouter/wanmain.c | 8 +- net/wanrouter/wanproc.c | 2 + net/wimax/op-msg.c | 9 +- net/wimax/stack.c | 12 +- net/wireless/Makefile | 2 +- net/wireless/core.c | 136 +- net/wireless/core.h | 59 +- net/wireless/nl80211.c | 602 +- net/wireless/nl80211.h | 17 + net/wireless/reg.c | 1226 +- net/wireless/reg.h | 45 +- net/wireless/scan.c | 866 + net/wireless/sysfs.c | 39 +- net/wireless/util.c | 2 +- net/wireless/wext-compat.c | 97 + net/x25/af_x25.c | 15 +- 1020 files changed, 124464 insertions(+), 85735 deletions(-) create mode 100644 Documentation/networking/ixgbe.txt create mode 100644 Documentation/networking/rds.txt create mode 100644 Documentation/networking/timestamping.txt create mode 100644 Documentation/networking/timestamping/.gitignore create mode 100644 Documentation/networking/timestamping/Makefile create mode 100644 Documentation/networking/timestamping/timestamping.c create mode 100644 drivers/net/bnx2x_dump.h rename drivers/net/{gianfar_mii.c => fsl_pq_mdio.c} (56%) create mode 100644 drivers/net/fsl_pq_mdio.h delete mode 100644 drivers/net/gianfar_mii.h create mode 100644 drivers/net/igb/e1000_mbx.c create mode 100644 drivers/net/igb/e1000_mbx.h create mode 100644 drivers/net/ixgbe/ixgbe_82599.c create mode 100644 drivers/net/ixgbe/ixgbe_dcb_82599.c create mode 100644 drivers/net/ixgbe/ixgbe_dcb_82599.h delete mode 100644 drivers/net/tehuti_fw.h delete mode 100644 drivers/net/typhoon-firmware.h delete mode 100644 drivers/net/ucc_geth_mii.c delete mode 100644 drivers/net/ucc_geth_mii.h create mode 100644 drivers/net/wimax/i2400m/sysfs.c create mode 100644 drivers/net/wireless/at76c50x-usb.c create mode 100644 drivers/net/wireless/at76c50x-usb.h create mode 100644 drivers/net/wireless/ath5k/led.c create mode 100644 drivers/net/wireless/ath5k/rfbuffer.h create mode 100644 drivers/net/wireless/ath5k/rfgain.h create mode 100644 drivers/net/wireless/ath9k/ahb.c create mode 100644 drivers/net/wireless/ath9k/ani.h create mode 100644 drivers/net/wireless/ath9k/calib.h delete mode 100644 drivers/net/wireless/ath9k/core.h create mode 100644 drivers/net/wireless/ath9k/debug.h create mode 100644 drivers/net/wireless/ath9k/eeprom.h create mode 100644 drivers/net/wireless/ath9k/mac.h create mode 100644 drivers/net/wireless/ath9k/pci.c create mode 100644 drivers/net/wireless/ath9k/virtual.c create mode 100644 drivers/net/wireless/b43/tables_lpphy.c create mode 100644 drivers/net/wireless/b43/tables_lpphy.h rename {include/net => drivers/net/wireless/ipw2x00}/ieee80211.h (90%) create mode 100644 drivers/net/wireless/iwlwifi/iwl-1000.c delete mode 100644 drivers/net/wireless/iwlwifi/iwl-3945-commands.h delete mode 100644 drivers/net/wireless/iwlwifi/iwl-3945-debug.h create mode 100644 drivers/net/wireless/iwlwifi/iwl-3945-fh.h delete mode 100644 drivers/net/wireless/iwlwifi/iwl-3945-io.h delete mode 100644 drivers/net/wireless/iwlwifi/iwl-3945-rs.h rename drivers/net/wireless/iwlwifi/{iwl-3945-core.h => iwl-6000-hw.h} (64%) create mode 100644 drivers/net/wireless/iwlwifi/iwl-6000.c delete mode 100644 drivers/net/wireless/iwlwifi/iwl-agn-hcmd-check.c create mode 100644 drivers/net/wireless/libertas/if_spi.c create mode 100644 drivers/net/wireless/libertas/if_spi.h create mode 100644 drivers/net/wireless/mwl8k.c create mode 100644 drivers/net/wireless/orinoco/Kconfig create mode 100644 drivers/net/wireless/orinoco/fw.c create mode 100644 drivers/net/wireless/orinoco/fw.h create mode 100644 drivers/net/wireless/orinoco/hw.c create mode 100644 drivers/net/wireless/orinoco/hw.h create mode 100644 drivers/net/wireless/orinoco/main.c create mode 100644 drivers/net/wireless/orinoco/main.h create mode 100644 drivers/net/wireless/orinoco/mic.c create mode 100644 drivers/net/wireless/orinoco/mic.h delete mode 100644 drivers/net/wireless/orinoco/orinoco.c create mode 100644 drivers/net/wireless/orinoco/scan.c create mode 100644 drivers/net/wireless/orinoco/scan.h create mode 100644 drivers/net/wireless/orinoco/wext.c create mode 100644 drivers/net/wireless/orinoco/wext.h create mode 100644 drivers/net/wireless/p54/p54spi.c create mode 100644 drivers/net/wireless/p54/p54spi.h create mode 100644 drivers/net/wireless/p54/p54spi_eeprom.h create mode 100644 drivers/net/wireless/rt2x00/rt2x00link.c create mode 100644 drivers/ssb/driver_chipcommon_pmu.c create mode 100644 firmware/3com/typhoon.bin.ihex delete mode 100644 firmware/cxgb3/t3fw-7.0.0.bin.ihex create mode 100644 firmware/cxgb3/t3fw-7.1.0.bin.ihex create mode 100644 firmware/tehuti/bdx.bin.ihex create mode 100644 include/linux/ath9k_platform.h create mode 100644 include/linux/net_dropmon.h create mode 100644 include/linux/net_tstamp.h create mode 100644 include/linux/rds.h create mode 100644 include/linux/spi/libertas_spi.h create mode 100644 include/linux/timecompare.h create mode 100644 include/trace/skb.h create mode 100644 kernel/time/timecompare.c create mode 100644 net/core/drop_monitor.c create mode 100644 net/core/net-traces.c create mode 100644 net/mac80211/aes_cmac.c create mode 100644 net/mac80211/aes_cmac.h create mode 100644 net/mac80211/agg-rx.c create mode 100644 net/mac80211/agg-tx.c create mode 100644 net/mac80211/ibss.c create mode 100644 net/mac80211/pm.c create mode 100644 net/rds/Kconfig create mode 100644 net/rds/Makefile create mode 100644 net/rds/af_rds.c create mode 100644 net/rds/bind.c create mode 100644 net/rds/cong.c create mode 100644 net/rds/connection.c create mode 100644 net/rds/ib.c create mode 100644 net/rds/ib.h create mode 100644 net/rds/ib_cm.c create mode 100644 net/rds/ib_rdma.c create mode 100644 net/rds/ib_recv.c create mode 100644 net/rds/ib_ring.c create mode 100644 net/rds/ib_send.c create mode 100644 net/rds/ib_stats.c create mode 100644 net/rds/ib_sysctl.c create mode 100644 net/rds/info.c create mode 100644 net/rds/info.h create mode 100644 net/rds/iw.c create mode 100644 net/rds/iw.h create mode 100644 net/rds/iw_cm.c create mode 100644 net/rds/iw_rdma.c create mode 100644 net/rds/iw_recv.c create mode 100644 net/rds/iw_ring.c create mode 100644 net/rds/iw_send.c create mode 100644 net/rds/iw_stats.c create mode 100644 net/rds/iw_sysctl.c create mode 100644 net/rds/loop.c create mode 100644 net/rds/loop.h create mode 100644 net/rds/message.c create mode 100644 net/rds/page.c create mode 100644 net/rds/rdma.c create mode 100644 net/rds/rdma.h create mode 100644 net/rds/rdma_transport.c create mode 100644 net/rds/rdma_transport.h create mode 100644 net/rds/rds.h create mode 100644 net/rds/recv.c create mode 100644 net/rds/send.c create mode 100644 net/rds/stats.c create mode 100644 net/rds/sysctl.c create mode 100644 net/rds/threads.c create mode 100644 net/rds/transport.c create mode 100644 net/wireless/scan.c $ git am -3 ../patches/0001-net-tracing-interface-fixup.patch Applying: net: tracing interface fixup $ git reset HEAD^ include/trace/skb.h: locally modified $ git add . $ git commit -v -a --amend [master 7135586] Merge branch 'next-20090320/net' Merging wireless/master $ git merge wireless/master Recorded preimage for 'drivers/net/virtio_net.c' Auto-merging MAINTAINERS Auto-merging drivers/net/virtio_net.c CONFLICT (content): Merge conflict in drivers/net/virtio_net.c Auto-merging net/wireless/nl80211.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a Recorded resolution for 'drivers/net/virtio_net.c'. [master f1dd4b5] Merge commit 'wireless/master' $ git diff -M --stat --summary HEAD^.. MAINTAINERS | 2 +- drivers/net/dnet.c | 1 - drivers/net/e1000e/82571.c | 129 +++- drivers/net/e1000e/e1000.h | 2 + drivers/net/e1000e/ethtool.c | 1 + drivers/net/e1000e/hw.h | 2 + drivers/net/e1000e/netdev.c | 89 +-- drivers/net/ixgb/ixgb_main.c | 70 +- drivers/net/ixgbe/ixgbe_82598.c | 3 + drivers/net/ixgbe/ixgbe_ethtool.c | 41 +- drivers/net/ixgbe/ixgbe_main.c | 113 ++- drivers/net/smsc911x.c | 57 +- drivers/net/smsc911x.h | 7 + drivers/net/smsc9420.c | 2 +- drivers/net/sunvnet.c | 18 +- drivers/net/virtio_net.c | 1 + drivers/net/wireless/ath5k/ath5k.h | 35 +- drivers/net/wireless/ath5k/attach.c | 2 + drivers/net/wireless/ath5k/base.c | 21 +- drivers/net/wireless/ath5k/desc.c | 4 + drivers/net/wireless/ath5k/eeprom.c | 774 +++++++++++++------ drivers/net/wireless/ath5k/eeprom.h | 128 ++- drivers/net/wireless/ath5k/initvals.c | 4 +- drivers/net/wireless/ath5k/phy.c | 1170 +++++++++++++++++++++++++-- drivers/net/wireless/ath5k/reg.h | 19 + drivers/net/wireless/ath5k/reset.c | 35 +- drivers/net/wireless/ath9k/ahb.c | 2 +- drivers/net/wireless/ath9k/ani.c | 2 +- drivers/net/wireless/ath9k/ani.h | 2 +- drivers/net/wireless/ath9k/ath9k.h | 9 +- drivers/net/wireless/ath9k/beacon.c | 52 +- drivers/net/wireless/ath9k/calib.c | 2 +- drivers/net/wireless/ath9k/calib.h | 2 +- drivers/net/wireless/ath9k/debug.c | 2 +- drivers/net/wireless/ath9k/debug.h | 2 +- drivers/net/wireless/ath9k/eeprom.c | 308 +++----- drivers/net/wireless/ath9k/eeprom.h | 5 +- drivers/net/wireless/ath9k/hw.c | 12 +- drivers/net/wireless/ath9k/hw.h | 2 +- drivers/net/wireless/ath9k/initvals.h | 2 +- drivers/net/wireless/ath9k/mac.c | 2 +- drivers/net/wireless/ath9k/mac.h | 2 +- drivers/net/wireless/ath9k/main.c | 21 +- drivers/net/wireless/ath9k/pci.c | 20 +- drivers/net/wireless/ath9k/phy.c | 2 +- drivers/net/wireless/ath9k/phy.h | 2 +- drivers/net/wireless/ath9k/rc.c | 22 +- drivers/net/wireless/ath9k/rc.h | 2 +- drivers/net/wireless/ath9k/recv.c | 2 +- drivers/net/wireless/ath9k/reg.h | 2 +- drivers/net/wireless/ath9k/regd.c | 2 +- drivers/net/wireless/ath9k/regd.h | 2 +- drivers/net/wireless/ath9k/regd_common.h | 2 +- drivers/net/wireless/ath9k/xmit.c | 78 ++- drivers/net/wireless/b43/main.c | 2 + drivers/net/wireless/iwlwifi/iwl-3945-hw.h | 2 +- drivers/net/wireless/iwlwifi/iwl-3945-rs.c | 13 +- drivers/net/wireless/iwlwifi/iwl-3945.c | 22 +- drivers/net/wireless/iwlwifi/iwl-5000.c | 2 +- drivers/net/wireless/iwlwifi/iwl-agn.c | 179 +++-- drivers/net/wireless/iwlwifi/iwl-core.c | 5 + drivers/net/wireless/iwlwifi/iwl-core.h | 1 + drivers/net/wireless/iwlwifi/iwl-power.c | 2 +- drivers/net/wireless/iwlwifi/iwl-sta.c | 4 +- drivers/net/wireless/iwlwifi/iwl-tx.c | 10 +- drivers/net/wireless/iwlwifi/iwl3945-base.c | 36 +- drivers/net/wireless/libertas/radiotap.h | 10 - drivers/net/wireless/libertas/rx.c | 12 +- drivers/net/wireless/p54/Kconfig | 2 +- drivers/ssb/Kconfig | 16 +- include/linux/gen_stats.h | 2 +- include/linux/ieee80211.h | 17 + include/linux/nl80211.h | 88 ++- include/linux/rtnetlink.h | 1 + include/net/cfg80211.h | 185 ++++- include/net/ieee80211_radiotap.h | 4 +- include/net/mac80211.h | 13 +- include/net/sch_generic.h | 21 +- net/mac80211/agg-rx.c | 8 + net/mac80211/agg-tx.c | 9 + net/mac80211/cfg.c | 245 +++--- net/mac80211/debugfs.c | 24 + net/mac80211/ibss.c | 3 +- net/mac80211/ieee80211_i.h | 33 +- net/mac80211/iface.c | 8 +- net/mac80211/main.c | 12 +- net/mac80211/mlme.c | 121 ++-- net/mac80211/pm.c | 78 ++- net/mac80211/rx.c | 7 +- net/mac80211/scan.c | 13 + net/mac80211/sta_info.h | 3 + net/mac80211/tx.c | 21 +- net/mac80211/util.c | 29 +- net/mac80211/wext.c | 16 +- net/wireless/Kconfig | 13 - net/wireless/Makefile | 3 +- net/wireless/mlme.c | 46 ++ net/wireless/nl80211.c | 778 +++++++++++++++---- net/wireless/nl80211.h | 38 +- 99 files changed, 3960 insertions(+), 1492 deletions(-) create mode 100644 net/wireless/mlme.c Merging mtd/master $ git merge mtd/master Recorded preimage for 'drivers/mtd/maps/Makefile' Auto-merging drivers/mtd/maps/Kconfig Auto-merging drivers/mtd/maps/Makefile CONFLICT (content): Merge conflict in drivers/mtd/maps/Makefile Auto-merging drivers/mtd/nand/Kconfig Auto-merging drivers/mtd/nand/pxa3xx_nand.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a Recorded resolution for 'drivers/mtd/maps/Makefile'. [master 0c34b6e] Merge commit 'mtd/master' $ git diff -M --stat --summary HEAD^.. arch/arm/mach-davinci/include/mach/nand.h | 80 ++++ arch/arm/mach-pxa/include/mach/pxa3xx_nand.h | 3 + arch/mips/include/asm/txx9/ndfmc.h | 30 ++ arch/mips/include/asm/txx9/rbtx4939.h | 9 + arch/mips/include/asm/txx9/tx4938.h | 1 + arch/mips/include/asm/txx9/tx4939.h | 2 + arch/mips/txx9/generic/setup.c | 21 + arch/mips/txx9/generic/setup_tx4938.c | 21 + arch/mips/txx9/generic/setup_tx4939.c | 17 + arch/mips/txx9/rbtx4938/setup.c | 2 + arch/mips/txx9/rbtx4939/setup.c | 161 ++++++++ drivers/mtd/ar7part.c | 6 +- drivers/mtd/chips/cfi_cmdset_0001.c | 8 +- drivers/mtd/chips/jedec_probe.c | 16 + drivers/mtd/cmdlinepart.c | 6 +- drivers/mtd/devices/doc2000.c | 1 - drivers/mtd/devices/doc2001.c | 1 - drivers/mtd/devices/doc2001plus.c | 1 - drivers/mtd/devices/docecc.c | 1 - drivers/mtd/devices/m25p80.c | 17 +- drivers/mtd/devices/mtd_dataflash.c | 16 +- drivers/mtd/inftlmount.c | 1 - drivers/mtd/maps/Kconfig | 6 + drivers/mtd/maps/Makefile | 1 + drivers/mtd/maps/rbtx4939-flash.c | 208 ++++++++++ drivers/mtd/mtdchar.c | 1 + drivers/mtd/mtdoops.c | 16 +- drivers/mtd/nand/Kconfig | 15 +- drivers/mtd/nand/Makefile | 2 + drivers/mtd/nand/bf5xx_nand.c | 18 +- drivers/mtd/nand/davinci_nand.c | 568 ++++++++++++++++++++++++++ drivers/mtd/nand/nand_base.c | 107 +++++- drivers/mtd/nand/pxa3xx_nand.c | 119 ++++++- drivers/mtd/nand/txx9ndfmc.c | 428 +++++++++++++++++++ drivers/mtd/nftlcore.c | 3 +- fs/jffs2/acl.c | 4 +- fs/jffs2/malloc.c | 6 +- include/linux/mtd/partitions.h | 12 + 38 files changed, 1872 insertions(+), 63 deletions(-) create mode 100644 arch/arm/mach-davinci/include/mach/nand.h create mode 100644 arch/mips/include/asm/txx9/ndfmc.h create mode 100644 drivers/mtd/maps/rbtx4939-flash.c create mode 100644 drivers/mtd/nand/davinci_nand.c create mode 100644 drivers/mtd/nand/txx9ndfmc.c Merging crypto/master $ git merge crypto/master Auto-merging MAINTAINERS Auto-merging arch/powerpc/boot/dts/canyonlands.dts Auto-merging crypto/api.c Auto-merging lib/Kconfig Auto-merging lib/Makefile Auto-merging net/Kconfig Merge made by recursive. MAINTAINERS | 6 + arch/powerpc/boot/dts/canyonlands.dts | 7 + arch/powerpc/boot/dts/kilauea.dts | 7 + arch/s390/crypto/sha.h | 6 +- arch/s390/crypto/sha1_s390.c | 40 +- arch/s390/crypto/sha256_s390.c | 40 +- arch/s390/crypto/sha512_s390.c | 81 +- arch/s390/crypto/sha_common.c | 20 +- arch/x86/crypto/Makefile | 3 + arch/x86/crypto/aes-i586-asm_32.S | 18 +- arch/x86/crypto/aes-x86_64-asm_64.S | 6 +- arch/x86/crypto/aes_glue.c | 20 +- arch/x86/crypto/aesni-intel_asm.S | 896 +++++++++++++++++++++ arch/x86/crypto/aesni-intel_glue.c | 461 +++++++++++ arch/x86/include/asm/aes.h | 11 + arch/x86/include/asm/cpufeature.h | 1 + crypto/Kconfig | 44 + crypto/Makefile | 5 + crypto/ablkcipher.c | 19 + crypto/aead.c | 16 + crypto/algboss.c | 20 +- crypto/ansi_cprng.c | 17 +- crypto/api.c | 17 +- crypto/blkcipher.c | 2 +- crypto/chainiv.c | 3 +- crypto/cryptd.c | 237 +++--- crypto/crypto_wq.c | 38 + crypto/gf128mul.c | 2 +- crypto/internal.h | 6 +- crypto/pcompress.c | 97 +++ crypto/sha256_generic.c | 2 +- crypto/shash.c | 20 +- crypto/tcrypt.c | 6 +- crypto/testmgr.c | 198 +++++ crypto/testmgr.h | 147 ++++ crypto/zlib.c | 378 +++++++++ drivers/char/hw_random/Kconfig | 14 + drivers/char/hw_random/Makefile | 1 + drivers/char/hw_random/timeriomem-rng.c | 151 ++++ drivers/crypto/Kconfig | 15 +- drivers/crypto/Makefile | 1 + drivers/crypto/amcc/Makefile | 2 + drivers/crypto/amcc/crypto4xx_alg.c | 293 +++++++ drivers/crypto/amcc/crypto4xx_core.c | 1310 +++++++++++++++++++++++++++++++ drivers/crypto/amcc/crypto4xx_core.h | 177 +++++ drivers/crypto/amcc/crypto4xx_reg_def.h | 284 +++++++ drivers/crypto/amcc/crypto4xx_sa.c | 108 +++ drivers/crypto/amcc/crypto4xx_sa.h | 243 ++++++ include/crypto/aes.h | 6 +- include/crypto/compress.h | 145 ++++ include/crypto/cryptd.h | 27 + include/crypto/crypto_wq.h | 7 + include/crypto/hash.h | 5 + include/crypto/internal/compress.h | 28 + include/linux/crypto.h | 4 +- include/linux/timeriomem-rng.h | 21 + lib/Kconfig | 6 + lib/Makefile | 2 + net/netlink/attr.c => lib/nlattr.c | 20 +- net/Kconfig | 1 + net/netlink/Makefile | 2 +- 61 files changed, 5506 insertions(+), 264 deletions(-) create mode 100644 arch/x86/crypto/aesni-intel_asm.S create mode 100644 arch/x86/crypto/aesni-intel_glue.c create mode 100644 arch/x86/include/asm/aes.h create mode 100644 crypto/crypto_wq.c create mode 100644 crypto/pcompress.c create mode 100644 crypto/zlib.c create mode 100644 drivers/char/hw_random/timeriomem-rng.c create mode 100644 drivers/crypto/amcc/Makefile create mode 100644 drivers/crypto/amcc/crypto4xx_alg.c create mode 100644 drivers/crypto/amcc/crypto4xx_core.c create mode 100644 drivers/crypto/amcc/crypto4xx_core.h create mode 100644 drivers/crypto/amcc/crypto4xx_reg_def.h create mode 100644 drivers/crypto/amcc/crypto4xx_sa.c create mode 100644 drivers/crypto/amcc/crypto4xx_sa.h create mode 100644 include/crypto/compress.h create mode 100644 include/crypto/cryptd.h create mode 100644 include/crypto/crypto_wq.h create mode 100644 include/crypto/internal/compress.h create mode 100644 include/linux/timeriomem-rng.h rename net/netlink/attr.c => lib/nlattr.c (99%) Merging vfs/for-next $ git merge vfs/for-next Already up-to-date. Merging sound/for-next $ git merge sound/for-next Resolved 'sound/soc/pxa/pxa2xx-i2s.c' using previous resolution. Removing Documentation/sound/oss/CS4232 Auto-merging arch/arm/mach-pxa/e740.c Auto-merging arch/arm/mach-pxa/e750.c Auto-merging arch/arm/mach-pxa/h5000.c Auto-merging arch/arm/mach-pxa/include/mach/regs-ssp.h Auto-merging arch/arm/mach-pxa/spitz.c Auto-merging drivers/media/video/em28xx/em28xx-audio.c Auto-merging include/linux/pci_ids.h Auto-merging include/sound/asound.h Removing include/sound/uda1341.h Auto-merging sound/arm/pxa2xx-ac97-lib.c Auto-merging sound/arm/pxa2xx-ac97.c Removing sound/arm/sa11xx-uda1341.c Removing sound/i2c/l3/Makefile Removing sound/i2c/l3/uda1341.c Removing sound/isa/cs423x/cs4232.c Auto-merging sound/pci/Kconfig Auto-merging sound/soc/pxa/corgi.c Auto-merging sound/soc/pxa/e800_wm9712.c Auto-merging sound/soc/pxa/poodle.c Auto-merging sound/soc/pxa/pxa-ssp.c Auto-merging sound/soc/pxa/pxa2xx-ac97.c Auto-merging sound/soc/pxa/pxa2xx-i2s.c CONFLICT (content): Merge conflict in sound/soc/pxa/pxa2xx-i2s.c Auto-merging sound/soc/pxa/spitz.c Auto-merging sound/soc/pxa/tosa.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master b3b54ba] Merge commit 'sound/for-next' $ git diff -M --stat --summary HEAD^.. Documentation/DocBook/Makefile | 3 +- .../{sound/alsa => }/DocBook/alsa-driver-api.tmpl | 17 +- .../alsa => }/DocBook/writing-an-alsa-driver.tmpl | 52 +- Documentation/sound/alsa/ALSA-Configuration.txt | 87 +- Documentation/sound/alsa/HD-Audio-Models.txt | 21 +- Documentation/sound/alsa/HD-Audio.txt | 47 +- Documentation/sound/alsa/soc/dapm.txt | 3 + Documentation/sound/oss/CS4232 | 23 - Documentation/sound/oss/Introduction | 2 +- arch/arm/mach-pxa/e740.c | 5 + arch/arm/mach-pxa/e750.c | 5 + arch/arm/mach-pxa/h5000.c | 7 + arch/arm/mach-pxa/include/mach/eseries-gpio.h | 15 + arch/arm/mach-pxa/include/mach/regs-ssp.h | 7 +- arch/arm/mach-pxa/spitz.c | 6 + arch/arm/mach-s3c2410/dma.c | 2 +- arch/arm/mach-s3c2412/dma.c | 4 +- arch/arm/mach-s3c2440/dma.c | 2 +- arch/arm/mach-s3c2443/dma.c | 2 +- .../include/mach => plat-s3c/include/plat}/audio.h | 0 .../arm/plat-s3c/include/plat}/regs-s3c2412-iis.h | 7 +- .../arm/plat-s3c24xx/include/plat}/regs-iis.h | 0 drivers/media/video/cx88/cx88-alsa.c | 7 +- drivers/media/video/em28xx/em28xx-audio.c | 7 +- drivers/media/video/saa7134/saa7134-alsa.c | 8 +- drivers/staging/go7007/snd-go7007.c | 7 +- drivers/usb/gadget/gmidi.c | 7 +- include/linux/input.h | 1 + include/linux/mfd/wm8350/audio.h | 1 + include/linux/mfd/wm8400-audio.h | 1 + include/linux/pci_ids.h | 2 + include/sound/ad1816a.h | 2 + include/sound/asound.h | 185 +-- include/sound/atmel-abdac.h | 23 + include/sound/atmel-ac97c.h | 40 + include/sound/control.h | 52 +- include/sound/core.h | 36 +- include/sound/hwdep.h | 38 +- include/sound/jack.h | 5 + include/sound/pcm.h | 3 +- include/sound/pxa2xx-lib.h | 15 + include/sound/rawmidi.h | 1 - include/sound/sb.h | 4 +- include/sound/sfnt_info.h | 14 +- include/sound/soc-dai.h | 2 +- include/sound/soc-dapm.h | 31 +- include/sound/soc.h | 69 +- include/sound/uda1341.h | 126 -- include/sound/version.h | 2 +- include/sound/wss.h | 1 + sound/Kconfig | 2 + sound/Makefile | 2 +- sound/aoa/aoa-gpio.h | 2 + sound/aoa/core/alsa.c | 7 +- sound/aoa/core/gpio-feature.c | 17 +- sound/aoa/fabrics/layout.c | 81 +- sound/aoa/soundbus/i2sbus/core.c | 22 +- sound/arm/Kconfig | 11 - sound/arm/Makefile | 3 - sound/arm/aaci.c | 7 +- sound/arm/pxa2xx-ac97-lib.c | 71 +- sound/arm/pxa2xx-ac97.c | 7 +- sound/arm/sa11xx-uda1341.c | 983 ------------ sound/atmel/Kconfig | 19 + sound/atmel/Makefile | 5 + sound/atmel/abdac.c | 602 ++++++++ sound/atmel/ac97c.c | 932 ++++++++++++ sound/atmel/ac97c.h | 71 + sound/core/hwdep.c | 9 +- sound/core/init.c | 89 +- sound/core/jack.c | 45 +- sound/core/misc.c | 10 +- sound/core/oss/pcm_oss.c | 49 +- sound/core/oss/pcm_plugin.h | 4 +- sound/core/pcm.c | 3 +- sound/core/pcm_lib.c | 153 ++- sound/core/pcm_native.c | 6 +- sound/core/pcm_timer.c | 6 - sound/core/rawmidi.c | 379 +++--- sound/core/seq/oss/seq_oss_device.h | 2 +- sound/core/seq/seq_prioq.c | 3 +- sound/core/vmaster.c | 62 +- sound/drivers/dummy.c | 8 +- sound/drivers/ml403-ac97cr.c | 6 +- sound/drivers/mpu401/mpu401.c | 6 +- sound/drivers/mtpav.c | 18 +- sound/drivers/mts64.c | 8 +- sound/drivers/opl3/opl3_lib.c | 2 +- sound/drivers/opl3/opl3_midi.c | 30 +- sound/drivers/opl3/opl3_oss.c | 8 +- sound/drivers/opl3/opl3_synth.c | 2 +- sound/drivers/pcsp/pcsp.c | 8 +- sound/drivers/portman2x4.c | 6 +- sound/drivers/serial-u16550.c | 24 +- sound/drivers/virmidi.c | 12 +- sound/drivers/vx/vx_core.c | 3 +- sound/drivers/vx/vx_hwdep.c | 12 - sound/drivers/vx/vx_uer.c | 2 +- sound/i2c/Makefile | 2 - sound/i2c/l3/Makefile | 8 - sound/i2c/l3/uda1341.c | 935 ------------ sound/isa/Kconfig | 63 +- sound/isa/Makefile | 2 +- sound/isa/ad1816a/ad1816a.c | 21 +- sound/isa/ad1816a/ad1816a_lib.c | 11 +- sound/isa/ad1848/ad1848.c | 6 +- sound/isa/adlib.c | 6 +- sound/isa/als100.c | 7 +- sound/isa/azt2320.c | 7 +- sound/isa/cmi8330.c | 94 +- sound/isa/cs423x/Makefile | 8 +- sound/isa/cs423x/cs4231.c | 6 +- sound/isa/cs423x/cs4232.c | 2 - sound/isa/cs423x/cs4236.c | 185 ++-- sound/isa/cs423x/cs4236_lib.c | 45 +- sound/isa/dt019x.c | 7 +- sound/isa/es1688/es1688.c | 29 +- sound/isa/es1688/es1688_lib.c | 23 +- sound/isa/es18xx.c | 24 +- sound/isa/gus/gus_dma.c | 27 +- sound/isa/gus/gus_irq.c | 6 +- sound/isa/gus/gus_pcm.c | 26 +- sound/isa/gus/gus_uart.c | 10 +- sound/isa/gus/gusclassic.c | 6 +- sound/isa/gus/gusextreme.c | 6 +- sound/isa/gus/gusmax.c | 8 +- sound/isa/gus/interwave.c | 42 +- sound/isa/msnd/Makefile | 9 + sound/isa/msnd/msnd.c | 705 +++++++++ sound/isa/msnd/msnd.h | 308 ++++ sound/isa/msnd/msnd_classic.c | 3 + sound/isa/msnd/msnd_classic.h | 129 ++ sound/isa/msnd/msnd_midi.c | 180 +++ sound/isa/msnd/msnd_pinnacle.c | 1238 +++++++++++++++ sound/isa/msnd/msnd_pinnacle.h | 181 +++ sound/isa/msnd/msnd_pinnacle_mixer.c | 343 +++++ sound/isa/opl3sa2.c | 45 +- sound/isa/opti9xx/miro.c | 7 +- sound/isa/opti9xx/opti92x-ad1848.c | 65 +- sound/isa/sb/es968.c | 7 +- sound/isa/sb/sb16.c | 28 +- sound/isa/sb/sb8.c | 8 +- sound/isa/sb/sb_mixer.c | 156 ++- sound/isa/sc6000.c | 10 +- sound/isa/sgalaxy.c | 6 +- sound/isa/sscape.c | 205 +-- sound/isa/wavefront/wavefront.c | 30 +- sound/isa/wavefront/wavefront_synth.c | 2 +- sound/isa/wss/wss_lib.c | 160 ++- sound/mips/au1x00.c | 9 +- sound/mips/hal2.c | 6 +- sound/mips/sgio2audio.c | 6 +- sound/oss/ad1848.c | 4 +- sound/oss/dmabuf.c | 2 +- sound/oss/pas2_card.c | 4 +- sound/oss/pss.c | 12 +- sound/oss/sequencer.c | 3 +- sound/parisc/harmony.c | 6 +- sound/pci/Kconfig | 23 +- sound/pci/ac97/ac97_codec.c | 8 +- sound/pci/ac97/ac97_proc.c | 2 + sound/pci/ad1889.c | 6 +- sound/pci/ak4531_codec.c | 3 +- sound/pci/ali5451/ali5451.c | 10 +- sound/pci/als300.c | 8 +- sound/pci/als4000.c | 9 +- sound/pci/atiixp.c | 6 +- sound/pci/atiixp_modem.c | 6 +- sound/pci/au88x0/au88x0.c | 6 +- sound/pci/au88x0/au88x0_a3d.c | 7 +- sound/pci/au88x0/au88x0_core.c | 21 +- sound/pci/au88x0/au88x0_synth.c | 39 +- sound/pci/aw2/aw2-alsa.c | 6 +- sound/pci/azt3328.c | 14 +- sound/pci/bt87x.c | 6 +- sound/pci/ca0106/ca0106_main.c | 105 +- sound/pci/cmipci.c | 6 +- sound/pci/cs4281.c | 12 +- sound/pci/cs46xx/cs46xx.c | 6 +- sound/pci/cs46xx/cs46xx_lib.c | 6 +- sound/pci/cs46xx/cs46xx_lib.h | 6 +- sound/pci/cs5530.c | 6 +- sound/pci/cs5535audio/cs5535audio.c | 8 +- sound/pci/echoaudio/Makefile | 4 + sound/pci/echoaudio/echo3g_dsp.c | 2 +- sound/pci/echoaudio/echoaudio.c | 23 +- sound/pci/echoaudio/echoaudio.h | 3 + sound/pci/echoaudio/echoaudio_3g.c | 3 +- sound/pci/echoaudio/echoaudio_dsp.c | 6 +- sound/pci/echoaudio/echoaudio_dsp.h | 9 +- sound/pci/echoaudio/gina20_dsp.c | 4 +- sound/pci/echoaudio/indigo_dsp.c | 12 - sound/pci/echoaudio/indigo_express_dsp.c | 119 ++ sound/pci/echoaudio/indigodj_dsp.c | 12 - sound/pci/echoaudio/indigodjx.c | 107 ++ sound/pci/echoaudio/indigodjx_dsp.c | 68 + sound/pci/echoaudio/indigoio_dsp.c | 12 - sound/pci/echoaudio/indigoiox.c | 109 ++ sound/pci/echoaudio/indigoiox_dsp.c | 68 + sound/pci/echoaudio/layla20_dsp.c | 4 +- sound/pci/echoaudio/mia_dsp.c | 16 +- sound/pci/echoaudio/midi.c | 4 +- sound/pci/emu10k1/emu10k1.c | 6 +- sound/pci/emu10k1/emu10k1_callback.c | 7 +- sound/pci/emu10k1/emu10k1_main.c | 11 +- sound/pci/emu10k1/emu10k1x.c | 6 +- sound/pci/emu10k1/emufx.c | 11 +- sound/pci/emu10k1/emupcm.c | 37 +- sound/pci/emu10k1/io.c | 4 +- sound/pci/emu10k1/p16v.c | 100 +- sound/pci/emu10k1/voice.c | 12 +- sound/pci/ens1370.c | 9 +- sound/pci/es1938.c | 29 +- sound/pci/es1968.c | 6 +- sound/pci/fm801.c | 6 +- sound/pci/hda/hda_beep.c | 1 + sound/pci/hda/hda_beep.h | 2 +- sound/pci/hda/hda_codec.c | 402 +++++- sound/pci/hda/hda_codec.h | 18 + sound/pci/hda/hda_generic.c | 2 +- sound/pci/hda/hda_hwdep.c | 240 +++- sound/pci/hda/hda_intel.c | 121 +- sound/pci/hda/hda_local.h | 32 +- sound/pci/hda/hda_proc.c | 16 +- sound/pci/hda/patch_analog.c | 195 ++- sound/pci/hda/patch_cmedia.c | 12 +- sound/pci/hda/patch_conexant.c | 368 +++--- sound/pci/hda/patch_realtek.c | 1131 ++++++++++----- sound/pci/hda/patch_sigmatel.c | 1332 +++++++++-------- sound/pci/hda/patch_via.c | 17 +- sound/pci/ice1712/ice1712.c | 8 +- sound/pci/ice1712/ice1724.c | 66 +- sound/pci/ice1712/juli.c | 5 +- sound/pci/ice1712/prodigy192.c | 13 +- sound/pci/intel8x0.c | 85 +- sound/pci/intel8x0m.c | 20 +- sound/pci/korg1212/korg1212.c | 6 +- sound/pci/maestro3.c | 6 +- sound/pci/mixart/mixart.c | 6 +- sound/pci/mixart/mixart_hwdep.c | 58 +- sound/pci/nm256/nm256.c | 6 +- sound/pci/oxygen/hifier.c | 12 +- sound/pci/oxygen/oxygen.c | 114 ++- sound/pci/oxygen/oxygen.h | 22 +- sound/pci/oxygen/oxygen_io.c | 31 + sound/pci/oxygen/oxygen_lib.c | 104 ++- sound/pci/oxygen/virtuoso.c | 339 ++++- sound/pci/pcxhr/pcxhr.c | 47 +- sound/pci/pcxhr/pcxhr.h | 5 +- sound/pci/pcxhr/pcxhr_core.h | 2 +- sound/pci/pcxhr/pcxhr_hwdep.c | 12 - sound/pci/pcxhr/pcxhr_mix22.c | 40 +- sound/pci/pcxhr/pcxhr_mix22.h | 3 + sound/pci/pcxhr/pcxhr_mixer.c | 8 +- sound/pci/riptide/riptide.c | 6 +- sound/pci/rme32.c | 7 +- sound/pci/rme96.c | 7 +- sound/pci/rme9652/hdsp.c | 521 ++++---- sound/pci/rme9652/hdspm.c | 17 +- sound/pci/rme9652/rme9652.c | 8 +- sound/pci/sis7019.c | 5 +- sound/pci/sonicvibes.c | 115 +- sound/pci/trident/trident.c | 6 +- sound/pci/trident/trident_main.c | 57 +- sound/pci/via82xx.c | 29 +- sound/pci/via82xx_modem.c | 11 +- sound/pci/vx222/vx222.c | 6 +- sound/pci/vx222/vx222_ops.c | 8 +- sound/pci/ymfpci/ymfpci.c | 6 +- sound/pci/ymfpci/ymfpci_main.c | 14 +- sound/pcmcia/pdaudiocf/pdaudiocf.c | 19 +- sound/pcmcia/pdaudiocf/pdaudiocf_core.c | 23 +- sound/pcmcia/pdaudiocf/pdaudiocf_irq.c | 4 +- sound/pcmcia/vx/vxpocket.c | 32 +- sound/ppc/Kconfig | 1 + sound/ppc/awacs.c | 88 +- sound/ppc/burgundy.c | 2 +- sound/ppc/daca.c | 2 +- sound/ppc/pmac.c | 11 +- sound/ppc/powermac.c | 8 +- sound/ppc/snd_ps3.c | 6 +- sound/ppc/tumbler.c | 13 +- sound/sh/aica.c | 8 +- sound/soc/Kconfig | 1 + sound/soc/Makefile | 2 +- sound/soc/atmel/atmel-pcm.c | 2 +- sound/soc/atmel/atmel_ssc_dai.c | 33 +- sound/soc/atmel/playpaq_wm8510.c | 24 +- sound/soc/atmel/sam9g20_wm8731.c | 124 ++- sound/soc/au1x/dbdma2.c | 2 +- sound/soc/au1x/psc-ac97.c | 10 +- sound/soc/au1x/psc-i2s.c | 12 +- sound/soc/blackfin/bf5xx-ac97-pcm.c | 2 +- sound/soc/blackfin/bf5xx-ac97.c | 94 +- sound/soc/blackfin/bf5xx-ad73311.c | 4 +- sound/soc/blackfin/bf5xx-i2s-pcm.c | 2 +- sound/soc/blackfin/bf5xx-i2s.c | 14 +- sound/soc/blackfin/bf5xx-sport.c | 104 +- sound/soc/codecs/Kconfig | 23 +- sound/soc/codecs/Makefile | 7 + sound/soc/codecs/ac97.c | 29 +- sound/soc/codecs/ad1980.c | 33 +- sound/soc/codecs/ad73311.c | 8 +- sound/soc/codecs/ad73311.h | 2 +- sound/soc/codecs/ak4104.c | 365 +++++ sound/soc/codecs/ak4104.h | 7 + sound/soc/codecs/ak4535.c | 46 +- sound/soc/codecs/cs4270.c | 667 +++++---- sound/soc/codecs/pcm3008.c | 12 +- sound/soc/codecs/ssm2602.c | 58 +- sound/soc/codecs/tlv320aic23.c | 57 +- sound/soc/codecs/tlv320aic26.c | 29 +- sound/soc/codecs/tlv320aic3x.c | 161 ++- sound/soc/codecs/twl4030.c | 524 +++++-- sound/soc/codecs/twl4030.h | 15 + sound/soc/codecs/uda134x.c | 84 +- sound/soc/codecs/uda1380.c | 241 ++-- sound/soc/codecs/wm8350.c | 166 ++- sound/soc/codecs/wm8350.h | 8 + sound/soc/codecs/wm8400.c | 1582 ++++++++++++++++++++ sound/soc/codecs/wm8400.h | 62 + sound/soc/codecs/wm8510.c | 55 +- sound/soc/codecs/wm8580.c | 381 +++--- sound/soc/codecs/wm8580.h | 5 - sound/soc/codecs/wm8728.c | 50 +- sound/soc/codecs/wm8731.c | 432 +++--- sound/soc/codecs/wm8731.h | 6 - sound/soc/codecs/wm8750.c | 48 +- sound/soc/codecs/wm8753.c | 542 ++++---- sound/soc/codecs/wm8753.h | 6 - sound/soc/codecs/wm8900.c | 51 +- sound/soc/codecs/wm8903.c | 60 +- sound/soc/codecs/wm8971.c | 46 +- sound/soc/codecs/wm8990.c | 54 +- sound/soc/codecs/wm9705.c | 415 +++++ sound/soc/codecs/wm9705.h | 14 + sound/soc/codecs/wm9712.c | 57 +- sound/soc/codecs/wm9713.c | 96 +- sound/soc/davinci/Kconfig | 2 +- sound/soc/davinci/davinci-evm.c | 3 +- sound/soc/davinci/davinci-i2s.c | 14 +- sound/soc/davinci/davinci-pcm.c | 2 +- sound/soc/davinci/davinci-sffsdr.c | 43 +- sound/soc/fsl/Kconfig | 17 +- sound/soc/fsl/Makefile | 7 +- sound/soc/fsl/fsl_dma.c | 181 ++-- sound/soc/fsl/fsl_ssi.c | 98 +- sound/soc/fsl/fsl_ssi.h | 2 + sound/soc/fsl/mpc5200_psc_i2s.c | 20 +- sound/soc/fsl/mpc8610_hpcd.c | 5 + sound/soc/omap/Kconfig | 14 +- sound/soc/omap/Makefile | 2 + sound/soc/omap/n810.c | 47 +- sound/soc/omap/omap-mcbsp.c | 20 +- sound/soc/omap/omap-pcm.c | 2 +- sound/soc/omap/omap3pandora.c | 49 +- sound/soc/omap/osk5912.c | 12 +- sound/soc/omap/sdp3430.c | 115 ++ sound/soc/pxa/Kconfig | 27 + sound/soc/pxa/Makefile | 6 + sound/soc/pxa/corgi.c | 58 +- sound/soc/pxa/e740_wm9705.c | 211 +++ sound/soc/pxa/e750_wm9705.c | 187 +++ sound/soc/pxa/e800_wm9712.c | 113 ++- sound/soc/pxa/mioa701_wm9713.c | 250 +++ sound/soc/pxa/palm27x.c | 15 +- sound/soc/pxa/poodle.c | 56 +- sound/soc/pxa/pxa-ssp.c | 150 +- sound/soc/pxa/pxa2xx-ac97.c | 59 +- sound/soc/pxa/pxa2xx-i2s.c | 54 +- sound/soc/pxa/spitz.c | 14 +- sound/soc/pxa/tosa.c | 14 +- sound/soc/pxa/zylonite.c | 132 ++- sound/soc/s3c24xx/Kconfig | 29 +- sound/soc/s3c24xx/Makefile | 6 + sound/soc/s3c24xx/jive_wm8750.c | 201 +++ sound/soc/s3c24xx/neo1973_wm8753.c | 67 +- sound/soc/s3c24xx/s3c-i2s-v2.c | 638 ++++++++ sound/soc/s3c24xx/s3c-i2s-v2.h | 90 ++ sound/soc/s3c24xx/s3c2412-i2s.c | 622 +-------- sound/soc/s3c24xx/s3c2412-i2s.h | 17 +- sound/soc/s3c24xx/s3c2443-ac97.c | 20 +- sound/soc/s3c24xx/s3c24xx-i2s.c | 71 +- sound/soc/s3c24xx/s3c24xx-pcm.c | 49 +- sound/soc/s3c24xx/s3c24xx_uda134x.c | 2 +- sound/soc/s3c24xx/s3c64xx-i2s.c | 222 +++ sound/soc/s3c24xx/s3c64xx-i2s.h | 31 + sound/soc/sh/hac.c | 12 +- sound/soc/sh/ssi.c | 30 +- sound/soc/soc-core.c | 181 ++- sound/soc/soc-dapm.c | 390 +++-- sound/soc/soc-jack.c | 267 ++++ sound/sparc/amd7930.c | 12 +- sound/sparc/cs4231.c | 9 +- sound/sparc/dbri.c | 8 +- sound/spi/at73c213.c | 7 +- sound/synth/emux/emux_hwdep.c | 21 - sound/synth/emux/emux_oss.c | 2 +- sound/synth/emux/emux_seq.c | 16 +- sound/synth/emux/emux_synth.c | 6 +- sound/synth/emux/soundfont.c | 28 +- sound/usb/Kconfig | 3 + sound/usb/caiaq/caiaq-audio.c | 15 +- sound/usb/caiaq/caiaq-control.c | 42 +- sound/usb/caiaq/caiaq-device.c | 46 +- sound/usb/caiaq/caiaq-device.h | 6 +- sound/usb/usbaudio.c | 85 +- sound/usb/usbmixer.c | 164 ++- sound/usb/usbmixer_maps.c | 26 + sound/usb/usbquirks.h | 10 + sound/usb/usx2y/us122l.c | 59 +- sound/usb/usx2y/usX2Yhwdep.c | 15 - sound/usb/usx2y/usb_stream.c | 2 +- sound/usb/usx2y/usbusx2y.c | 56 +- sound/usb/usx2y/usx2yhwdeppcm.h | 2 + 415 files changed, 20310 insertions(+), 9646 deletions(-) rename Documentation/{sound/alsa => }/DocBook/alsa-driver-api.tmpl (87%) rename Documentation/{sound/alsa => }/DocBook/writing-an-alsa-driver.tmpl (99%) delete mode 100644 Documentation/sound/oss/CS4232 rename arch/arm/{mach-s3c2410/include/mach => plat-s3c/include/plat}/audio.h (100%) rename {include/asm-arm/plat-s3c24xx => arch/arm/plat-s3c/include/plat}/regs-s3c2412-iis.h (93%) rename {include/asm-arm/plat-s3c24xx => arch/arm/plat-s3c24xx/include/plat}/regs-iis.h (100%) create mode 100644 include/sound/atmel-abdac.h create mode 100644 include/sound/atmel-ac97c.h delete mode 100644 include/sound/uda1341.h delete mode 100644 sound/arm/sa11xx-uda1341.c create mode 100644 sound/atmel/Kconfig create mode 100644 sound/atmel/Makefile create mode 100644 sound/atmel/abdac.c create mode 100644 sound/atmel/ac97c.c create mode 100644 sound/atmel/ac97c.h delete mode 100644 sound/i2c/l3/Makefile delete mode 100644 sound/i2c/l3/uda1341.c delete mode 100644 sound/isa/cs423x/cs4232.c create mode 100644 sound/isa/msnd/Makefile create mode 100644 sound/isa/msnd/msnd.c create mode 100644 sound/isa/msnd/msnd.h create mode 100644 sound/isa/msnd/msnd_classic.c create mode 100644 sound/isa/msnd/msnd_classic.h create mode 100644 sound/isa/msnd/msnd_midi.c create mode 100644 sound/isa/msnd/msnd_pinnacle.c create mode 100644 sound/isa/msnd/msnd_pinnacle.h create mode 100644 sound/isa/msnd/msnd_pinnacle_mixer.c create mode 100644 sound/pci/echoaudio/indigo_express_dsp.c create mode 100644 sound/pci/echoaudio/indigodjx.c create mode 100644 sound/pci/echoaudio/indigodjx_dsp.c create mode 100644 sound/pci/echoaudio/indigoiox.c create mode 100644 sound/pci/echoaudio/indigoiox_dsp.c create mode 100644 sound/soc/codecs/ak4104.c create mode 100644 sound/soc/codecs/ak4104.h create mode 100644 sound/soc/codecs/wm8400.c create mode 100644 sound/soc/codecs/wm8400.h create mode 100644 sound/soc/codecs/wm9705.c create mode 100644 sound/soc/codecs/wm9705.h create mode 100644 sound/soc/pxa/e740_wm9705.c create mode 100644 sound/soc/pxa/e750_wm9705.c create mode 100644 sound/soc/pxa/mioa701_wm9713.c create mode 100644 sound/soc/s3c24xx/jive_wm8750.c create mode 100644 sound/soc/s3c24xx/s3c-i2s-v2.c create mode 100644 sound/soc/s3c24xx/s3c-i2s-v2.h create mode 100644 sound/soc/s3c24xx/s3c64xx-i2s.c create mode 100644 sound/soc/s3c24xx/s3c64xx-i2s.h create mode 100644 sound/soc/soc-jack.c Merging cpufreq/next $ git merge cpufreq/next Resolved 'arch/x86/include/asm/timer.h' using previous resolution. Auto-merging arch/x86/include/asm/timer.h CONFLICT (content): Merge conflict in arch/x86/include/asm/timer.h Auto-merging arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c Auto-merging arch/x86/kernel/cpu/cpufreq/e_powersaver.c Auto-merging arch/x86/kernel/cpu/cpufreq/p4-clockmod.c Auto-merging arch/x86/kernel/cpu/cpufreq/powernow-k8.c Auto-merging arch/x86/kernel/cpu/cpufreq/speedstep-ich.c Auto-merging arch/x86/kernel/tsc.c Auto-merging drivers/cpufreq/cpufreq.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 3076deb] Merge commit 'cpufreq/next' $ git diff -M --stat --summary HEAD^.. Documentation/cpu-freq/governors.txt | 26 ++- Documentation/cpu-freq/user-guide.txt | 12 + arch/x86/include/asm/timer.h | 2 +- arch/x86/kernel/cpu/cpufreq/Kconfig | 19 +- arch/x86/kernel/cpu/cpufreq/Makefile | 8 +- arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c | 36 ++-- arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c | 54 ++-- arch/x86/kernel/cpu/cpufreq/e_powersaver.c | 21 +- arch/x86/kernel/cpu/cpufreq/elanfreq.c | 6 +- arch/x86/kernel/cpu/cpufreq/gx-suspmod.c | 105 ++++--- arch/x86/kernel/cpu/cpufreq/longhaul.c | 193 ++++++------ arch/x86/kernel/cpu/cpufreq/longhaul.h | 12 +- arch/x86/kernel/cpu/cpufreq/longrun.c | 25 +- arch/x86/kernel/cpu/cpufreq/p4-clockmod.c | 72 +++-- arch/x86/kernel/cpu/cpufreq/powernow-k6.c | 44 ++-- arch/x86/kernel/cpu/cpufreq/powernow-k7.c | 239 +++++++++------ arch/x86/kernel/cpu/cpufreq/powernow-k8.c | 386 ++++++++++++++---------- arch/x86/kernel/cpu/cpufreq/powernow-k8.h | 5 +- arch/x86/kernel/cpu/cpufreq/sc520_freq.c | 30 +- arch/x86/kernel/cpu/cpufreq/speedstep-ich.c | 70 +++-- arch/x86/kernel/cpu/cpufreq/speedstep-lib.c | 163 ++++++---- arch/x86/kernel/cpu/cpufreq/speedstep-lib.h | 18 +- arch/x86/kernel/cpu/cpufreq/speedstep-smi.c | 166 ++++++---- arch/x86/kernel/tsc.c | 3 - drivers/cpufreq/cpufreq.c | 55 ++-- drivers/cpufreq/cpufreq_conservative.c | 404 +++++++++++++++---------- drivers/cpufreq/cpufreq_ondemand.c | 74 +++-- drivers/cpufreq/cpufreq_stats.c | 74 +++--- drivers/cpufreq/cpufreq_userspace.c | 27 +- drivers/cpufreq/freq_table.c | 18 +- 30 files changed, 1372 insertions(+), 995 deletions(-) Merging v9fs/for-next $ git merge v9fs/for-next Resolved 'net/9p/protocol.c' using previous resolution. Auto-merging net/9p/protocol.c CONFLICT (content): Merge conflict in net/9p/protocol.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master b7e0018] Merge commit 'v9fs/for-next' $ git diff -M --stat --summary HEAD^.. Merging quilt/rr $ git merge quilt/rr Resolved 'arch/powerpc/kernel/irq.c' using previous resolution. Resolved 'arch/x86/include/asm/topology.h' using previous resolution. Resolved 'arch/x86/kernel/cpu/cpufreq/powernow-k8.c' using previous resolution. Resolved 'arch/x86/kernel/cpu/cpufreq/speedstep-ich.c' using previous resolution. Resolved 'arch/x86/kernel/cpu/cpufreq/speedstep-lib.c' using previous resolution. Resolved 'arch/x86/lguest/boot.c' using previous resolution. Resolved 'drivers/firmware/dcdbas.c' using previous resolution. Resolved 'drivers/hid/hid-core.c' using previous resolution. Resolved 'drivers/media/video/saa7134/saa7134-core.c' using previous resolution. Resolved 'drivers/media/video/saa7134/saa7134.h' using previous resolution. Resolved 'drivers/net/virtio_net.c' using previous resolution. Resolved 'kernel/module.c' using previous resolution. Auto-merging arch/alpha/kernel/irq.c Auto-merging arch/arm/boot/compressed/misc.c Auto-merging arch/arm/include/asm/cacheflush.h Auto-merging arch/arm/kernel/smp.c Auto-merging arch/ia64/include/asm/topology.h Auto-merging arch/ia64/kernel/acpi.c Auto-merging arch/mips/kernel/irq-gic.c Auto-merging arch/mips/kernel/smtc.c Auto-merging arch/mips/mti-malta/malta-smtc.c Auto-merging arch/mips/sibyte/bcm1480/smp.c Auto-merging arch/mips/sibyte/sb1250/smp.c Auto-merging arch/parisc/kernel/irq.c Auto-merging arch/powerpc/kernel/irq.c CONFLICT (content): Merge conflict in arch/powerpc/kernel/irq.c Auto-merging arch/powerpc/kernel/process.c Auto-merging arch/powerpc/mm/hash_utils_64.c Auto-merging arch/powerpc/mm/numa.c Auto-merging arch/powerpc/mm/pgtable.c Auto-merging arch/powerpc/platforms/powermac/setup.c Auto-merging arch/powerpc/platforms/pseries/xics.c Auto-merging arch/s390/include/asm/string.h Auto-merging arch/sh/include/asm/mmu_context.h Auto-merging arch/sh/kernel/setup.c Auto-merging arch/sh/kernel/timers/timer-mtu2.c Auto-merging arch/sh/kernel/timers/timer-tmu.c Auto-merging arch/sparc/kernel/irq_64.c Auto-merging arch/x86/include/asm/topology.h CONFLICT (content): Merge conflict in arch/x86/include/asm/topology.h Auto-merging arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c Auto-merging arch/x86/kernel/cpu/cpufreq/powernow-k8.c CONFLICT (content): Merge conflict in arch/x86/kernel/cpu/cpufreq/powernow-k8.c Auto-merging arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c Auto-merging arch/x86/kernel/cpu/cpufreq/speedstep-ich.c CONFLICT (content): Merge conflict in arch/x86/kernel/cpu/cpufreq/speedstep-ich.c Auto-merging arch/x86/kernel/cpu/cpufreq/speedstep-lib.c CONFLICT (content): Merge conflict in arch/x86/kernel/cpu/cpufreq/speedstep-lib.c Auto-merging arch/x86/kernel/cpu/mcheck/mce_amd_64.c Auto-merging arch/x86/kernel/irqinit_32.c Auto-merging arch/x86/kernel/irqinit_64.c Auto-merging arch/x86/kernel/vmiclock_32.c Auto-merging arch/x86/lguest/boot.c CONFLICT (content): Merge conflict in arch/x86/lguest/boot.c CONFLICT (delete/modify): arch/x86/mach-default/setup.c deleted in HEAD and modified in quilt/rr. Version quilt/rr of arch/x86/mach-default/setup.c left in tree. CONFLICT (delete/modify): arch/x86/mach-voyager/setup.c deleted in HEAD and modified in quilt/rr. Version quilt/rr of arch/x86/mach-voyager/setup.c left in tree. Auto-merging drivers/acpi/processor_throttling.c Auto-merging drivers/firmware/dcdbas.c CONFLICT (content): Merge conflict in drivers/firmware/dcdbas.c Auto-merging drivers/hid/hid-core.c CONFLICT (content): Merge conflict in drivers/hid/hid-core.c Auto-merging drivers/media/video/bt8xx/bttv-driver.c Auto-merging drivers/media/video/bt8xx/bttvp.h Auto-merging drivers/media/video/cx88/cx88.h Auto-merging drivers/media/video/em28xx/em28xx-cards.c Auto-merging drivers/media/video/em28xx/em28xx.h Auto-merging drivers/media/video/saa7134/saa7134-core.c CONFLICT (content): Merge conflict in drivers/media/video/saa7134/saa7134-core.c Auto-merging drivers/media/video/saa7134/saa7134.h CONFLICT (content): Merge conflict in drivers/media/video/saa7134/saa7134.h Auto-merging drivers/mtd/nand/nand_base.c Auto-merging drivers/net/virtio_net.c CONFLICT (content): Merge conflict in drivers/net/virtio_net.c Auto-merging drivers/video/cyber2000fb.c Auto-merging drivers/video/uvesafb.c Auto-merging include/linux/module.h Auto-merging include/linux/string.h Auto-merging init/main.c Auto-merging kernel/extable.c Auto-merging kernel/fork.c Auto-merging kernel/irq/manage.c Auto-merging kernel/module.c CONFLICT (content): Merge conflict in kernel/module.c Auto-merging kernel/sched.c Auto-merging kernel/sched_rt.c Auto-merging kernel/workqueue.c Auto-merging scripts/mod/modpost.c Automatic merge failed; fix conflicts and then commit the result. $ git rm -f arch/x86/mach-default/setup.c arch/powerpc/kernel/irq.c: needs merge arch/x86/include/asm/topology.h: needs merge arch/x86/kernel/cpu/cpufreq/powernow-k8.c: needs merge arch/x86/kernel/cpu/cpufreq/speedstep-ich.c: needs merge arch/x86/kernel/cpu/cpufreq/speedstep-lib.c: needs merge arch/x86/lguest/boot.c: needs merge arch/x86/mach-default/setup.c: needs merge arch/x86/mach-voyager/setup.c: needs merge drivers/firmware/dcdbas.c: needs merge drivers/hid/hid-core.c: needs merge drivers/media/video/saa7134/saa7134-core.c: needs merge drivers/media/video/saa7134/saa7134.h: needs merge drivers/net/virtio_net.c: needs merge kernel/module.c: needs merge rm 'arch/x86/mach-default/setup.c' $ git rm -f arch/x86/mach-voyager/setup.c arch/powerpc/kernel/irq.c: needs merge arch/x86/include/asm/topology.h: needs merge arch/x86/kernel/cpu/cpufreq/powernow-k8.c: needs merge arch/x86/kernel/cpu/cpufreq/speedstep-ich.c: needs merge arch/x86/kernel/cpu/cpufreq/speedstep-lib.c: needs merge arch/x86/lguest/boot.c: needs merge arch/x86/mach-voyager/setup.c: needs merge drivers/firmware/dcdbas.c: needs merge drivers/hid/hid-core.c: needs merge drivers/media/video/saa7134/saa7134-core.c: needs merge drivers/media/video/saa7134/saa7134.h: needs merge drivers/net/virtio_net.c: needs merge kernel/module.c: needs merge rm 'arch/x86/mach-voyager/setup.c' Applying: rr: x86 irqaction merge fixup $ git commit -v -a [master 0c5b3bc] Merge branch 'quilt/rr' $ git diff -M --stat --summary HEAD^.. arch/alpha/include/asm/smp.h | 3 +- arch/alpha/include/asm/topology.h | 1 - arch/alpha/kernel/irq.c | 2 +- arch/alpha/kernel/smp.c | 31 ++-- arch/arm/boot/compressed/misc.c | 5 +- arch/arm/include/asm/cacheflush.h | 8 +- arch/arm/include/asm/mmu_context.h | 7 +- arch/arm/include/asm/smp.h | 3 +- arch/arm/include/asm/tlbflush.h | 4 +- arch/arm/kernel/smp.c | 31 +-- arch/arm/mach-realview/platsmp.c | 2 +- arch/arm/mm/context.c | 2 +- arch/arm/mm/flush.c | 10 +- arch/blackfin/lib/strcmp.c | 1 + arch/blackfin/lib/strcpy.c | 1 + arch/blackfin/lib/strncmp.c | 2 + arch/blackfin/lib/strncpy.c | 2 + arch/cris/arch-v10/kernel/time.c | 1 - arch/cris/arch-v32/kernel/smp.c | 11 +- arch/cris/arch-v32/kernel/time.c | 1 - arch/cris/arch-v32/mm/tlb.c | 2 +- arch/cris/kernel/setup.c | 2 +- arch/frv/kernel/irq-mb93091.c | 4 - arch/frv/kernel/irq-mb93093.c | 1 - arch/frv/kernel/irq-mb93493.c | 2 - arch/frv/kernel/time.c | 1 - arch/h8300/kernel/timer/itu.c | 1 - arch/h8300/kernel/timer/timer16.c | 1 - arch/h8300/kernel/timer/timer8.c | 1 - arch/h8300/kernel/timer/tpu.c | 1 - arch/ia64/include/asm/topology.h | 5 - arch/m32r/kernel/setup.c | 2 +- arch/m32r/kernel/smp.c | 30 ++-- arch/m32r/kernel/smpboot.c | 2 +- arch/m32r/kernel/time.c | 1 - arch/mips/alchemy/common/time.c | 2 +- arch/mips/cobalt/irq.c | 1 - arch/mips/emma/markeins/irq.c | 1 - arch/mips/include/asm/mach-ip27/topology.h | 2 - arch/mips/include/asm/mmu_context.h | 10 +- arch/mips/include/asm/smp-ops.h | 2 +- arch/mips/include/asm/smp.h | 3 +- arch/mips/jazz/irq.c | 1 - arch/mips/kernel/cevt-bcm1480.c | 1 - arch/mips/kernel/cevt-sb1250.c | 1 - arch/mips/kernel/i8253.c | 2 - arch/mips/kernel/i8259.c | 1 - arch/mips/kernel/irq-gic.c | 2 +- arch/mips/kernel/proc.c | 2 +- arch/mips/kernel/smp-cmp.c | 11 +- arch/mips/kernel/smp-mt.c | 4 +- arch/mips/kernel/smp-up.c | 3 +- arch/mips/kernel/smp.c | 4 +- arch/mips/kernel/smtc.c | 6 +- arch/mips/lasat/interrupt.c | 1 - arch/mips/lemote/lm2e/irq.c | 1 - arch/mips/mipssim/sim_smtc.c | 5 +- arch/mips/mm/c-octeon.c | 2 +- arch/mips/mti-malta/malta-smtc.c | 4 +- arch/mips/pmc-sierra/yosemite/smp.c | 4 +- arch/mips/sgi-ip27/ip27-nmi.c | 2 +- arch/mips/sgi-ip27/ip27-smp.c | 4 +- arch/mips/sgi-ip32/ip32-irq.c | 2 - arch/mips/sibyte/bcm1480/irq.c | 2 +- arch/mips/sibyte/bcm1480/smp.c | 7 +- arch/mips/sibyte/sb1250/smp.c | 7 +- arch/mips/sni/rm200.c | 3 +- arch/mips/vr41xx/common/irq.c | 1 - arch/mn10300/kernel/time.c | 1 - arch/parisc/include/asm/smp.h | 3 +- arch/parisc/kernel/irq.c | 4 +- arch/parisc/kernel/processor.c | 6 +- arch/parisc/kernel/smp.c | 18 +- arch/powerpc/include/asm/cputhreads.h | 2 +- arch/powerpc/include/asm/mmu_context.h | 2 +- arch/powerpc/include/asm/smp.h | 3 +- arch/powerpc/include/asm/topology.h | 10 - arch/powerpc/kernel/irq.c | 2 +- arch/powerpc/kernel/machine_kexec_64.c | 2 +- arch/powerpc/kernel/process.c | 2 +- arch/powerpc/kernel/setup-common.c | 14 +- arch/powerpc/kernel/smp.c | 4 +- arch/powerpc/kernel/sysfs.c | 35 +--- arch/powerpc/mm/hash_utils_64.c | 10 +- arch/powerpc/mm/mmu_context_nohash.c | 2 +- arch/powerpc/mm/numa.c | 4 +- arch/powerpc/mm/pgtable.c | 3 +- arch/powerpc/mm/tlb_hash64.c | 6 +- arch/powerpc/mm/tlb_nohash.c | 18 +- arch/powerpc/platforms/85xx/mpc85xx_cds.c | 1 - arch/powerpc/platforms/8xx/m8xx_setup.c | 1 - arch/powerpc/platforms/cell/spu_base.c | 2 +- arch/powerpc/platforms/chrp/setup.c | 1 - arch/powerpc/platforms/powermac/pic.c | 2 - arch/powerpc/platforms/powermac/setup.c | 4 +- arch/powerpc/platforms/powermac/smp.c | 5 +- arch/powerpc/platforms/pseries/hotplug-cpu.c | 2 +- arch/powerpc/platforms/pseries/rtasd.c | 2 +- arch/powerpc/platforms/pseries/xics.c | 2 +- arch/powerpc/sysdev/cpm1.c | 1 - arch/powerpc/xmon/xmon.c | 4 +- arch/sh/include/asm/mmu_context.h | 4 +- arch/sh/include/asm/smp.h | 3 +- arch/sh/include/asm/topology.h | 8 +- arch/sh/kernel/cpu/sh4a/smp-shx3.c | 5 +- arch/sh/kernel/setup.c | 2 +- arch/sh/kernel/smp.c | 10 +- arch/sh/kernel/time_64.c | 1 - arch/sh/kernel/timers/timer-cmt.c | 1 - arch/sh/kernel/timers/timer-mtu2.c | 1 - arch/sh/kernel/timers/timer-tmu.c | 1 - arch/sparc/include/asm/mmu_context_64.h | 8 +- arch/sparc/include/asm/smp_64.h | 3 +- arch/sparc/include/asm/system_32.h | 2 +- arch/sparc/include/asm/topology_64.h | 12 +- arch/sparc/kernel/ds.c | 2 +- arch/sparc/kernel/irq_32.c | 2 - arch/sparc/kernel/irq_64.c | 4 +- arch/sparc/kernel/mdesc.c | 2 +- arch/sparc/kernel/prom_64.c | 4 +- arch/sparc/kernel/smp_32.c | 36 ++-- arch/sparc/kernel/smp_64.c | 14 +- arch/sparc/kernel/sun4d_irq.c | 1 - arch/sparc/kernel/sun4d_smp.c | 11 +- arch/sparc/kernel/sun4m_smp.c | 10 +- arch/sparc/mm/init_64.c | 2 +- arch/sparc/mm/srmmu.c | 2 +- arch/um/include/asm/mmu_context.h | 4 +- arch/um/kernel/smp.c | 2 +- arch/um/kernel/um_arch.c | 2 +- arch/x86/include/asm/lguest_hcall.h | 29 +-- arch/x86/include/asm/topology.h | 12 - arch/x86/kernel/acpi/cstate.c | 36 ++- arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c | 24 +- arch/x86/kernel/cpu/cpufreq/powernow-k8.c | 130 +++++----- arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c | 60 ++---- arch/x86/kernel/cpu/cpufreq/speedstep-ich.c | 81 ++++--- arch/x86/kernel/cpu/cpufreq/speedstep-lib.c | 2 +- arch/x86/kernel/irqinit_32.c | 2 - arch/x86/kernel/irqinit_64.c | 1 - arch/x86/kernel/mfgpt_32.c | 1 - arch/x86/kernel/setup.c | 2 - arch/x86/kernel/time_64.c | 2 - arch/x86/kernel/vmiclock_32.c | 1 - arch/x86/lguest/boot.c | 98 ++++++--- arch/x86/lguest/i386_head.S | 4 +- drivers/acpi/processor_throttling.c | 72 +++---- drivers/firmware/dcdbas.c | 48 ++--- drivers/hid/hid-core.c | 4 + drivers/lguest/core.c | 4 +- drivers/lguest/interrupts_and_traps.c | 28 ++- drivers/lguest/lg.h | 8 +- drivers/lguest/lguest_device.c | 4 +- drivers/lguest/page_tables.c | 18 +- drivers/lguest/segments.c | 2 +- drivers/lguest/x86/core.c | 62 +++++- drivers/media/video/bt8xx/bttv-driver.c | 8 +- drivers/media/video/bt8xx/bttvp.h | 3 - drivers/media/video/cx88/cx88-mpeg.c | 14 +- drivers/media/video/cx88/cx88.h | 1 - drivers/media/video/em28xx/em28xx-cards.c | 17 +- drivers/media/video/em28xx/em28xx.h | 2 - drivers/media/video/saa7134/saa7134-core.c | 17 +- drivers/media/video/saa7134/saa7134.h | 2 - drivers/mtd/nand/nand_base.c | 4 +- drivers/video/aty/aty128fb.c | 2 +- drivers/video/cyber2000fb.c | 9 +- drivers/video/uvesafb.c | 10 +- drivers/virtio/virtio_ring.c | 22 ++- fs/seq_file.c | 2 +- include/asm-frv/gdb-stub.h | 1 - include/asm-generic/topology.h | 10 - include/asm-m32r/mmu_context.h | 4 +- include/asm-m32r/smp.h | 3 +- include/asm-mn10300/gdb-stub.h | 1 - include/asm-mn10300/mmu_context.h | 12 +- include/linux/cpu.h | 5 - include/linux/cpumask.h | 20 +- include/linux/kallsyms.h | 15 ++ include/linux/kmod.h | 11 +- include/linux/module.h | 63 +++++- include/linux/moduleparam.h | 42 +++- include/linux/seq_file.h | 9 +- include/linux/string.h | 9 + init/main.c | 11 +- kernel/cpu.c | 27 ++- kernel/extable.c | 6 +- kernel/fork.c | 2 +- kernel/kallsyms.c | 19 ++ kernel/kmod.c | 12 +- kernel/kthread.c | 28 +-- kernel/module.c | 272 +++++++++++++--------- kernel/params.c | 48 ++++- kernel/sched_cpupri.c | 5 +- kernel/sched_rt.c | 15 +- kernel/workqueue.c | 36 ++-- mm/pdflush.c | 2 +- scripts/mod/modpost.c | 4 +- 198 files changed, 1127 insertions(+), 1038 deletions(-) Merging cifs/master $ git merge cifs/master Merge made by recursive. fs/cifs/CHANGES | 11 +++- fs/cifs/Kconfig | 21 +++-- fs/cifs/README | 22 +++++- fs/cifs/cifs_debug.c | 2 + fs/cifs/cifs_dfs_ref.c | 36 ++++----- fs/cifs/cifs_fs_sb.h | 1 + fs/cifs/cifsglob.h | 2 + fs/cifs/cifspdu.h | 76 ++++++------------- fs/cifs/cifsproto.h | 9 ++ fs/cifs/cifssmb.c | 27 ++++++- fs/cifs/connect.c | 9 ++- fs/cifs/dir.c | 6 +- fs/cifs/file.c | 199 +++++++++++++++++++++++++++++++++++++++++++----- fs/cifs/inode.c | 3 + fs/cifs/smbfsctl.h | 84 ++++++++++++++++++++ 15 files changed, 397 insertions(+), 111 deletions(-) create mode 100644 fs/cifs/smbfsctl.h Merging mmc/next $ git merge mmc/next Auto-merging MAINTAINERS Auto-merging drivers/mmc/host/omap_hsmmc.c Merge made by recursive. MAINTAINERS | 15 +- drivers/mmc/card/block.c | 2 + drivers/mmc/core/bus.c | 8 + drivers/mmc/core/core.c | 18 + drivers/mmc/core/debugfs.c | 67 +++ drivers/mmc/core/sdio_cis.c | 8 + drivers/mmc/core/sdio_ops.c | 8 + drivers/mmc/host/Kconfig | 29 ++ drivers/mmc/host/Makefile | 2 + drivers/mmc/host/atmel-mci.c | 2 +- drivers/mmc/host/mmc_spi.c | 40 ++- drivers/mmc/host/mvsdio.c | 885 +++++++++++++++++++++++++++++++++++++++++ drivers/mmc/host/mvsdio.h | 190 +++++++++ drivers/mmc/host/of_mmc_spi.c | 2 +- drivers/mmc/host/omap_hsmmc.c | 355 ++++++++++------- drivers/mmc/host/sdhci-of.c | 309 ++++++++++++++ drivers/mmc/host/sdhci.c | 317 ++++++++++----- drivers/mmc/host/sdhci.h | 112 ++++++ drivers/mmc/host/tmio_mmc.c | 6 +- drivers/mmc/host/tmio_mmc.h | 3 + 20 files changed, 2105 insertions(+), 273 deletions(-) create mode 100644 drivers/mmc/host/mvsdio.c create mode 100644 drivers/mmc/host/mvsdio.h create mode 100644 drivers/mmc/host/sdhci-of.c Merging gfs2/master $ git merge gfs2/master Removing fs/gfs2/locking.c Removing fs/gfs2/locking/dlm/Makefile Removing fs/gfs2/locking/dlm/lock.c Removing fs/gfs2/locking/dlm/lock_dlm.h Removing fs/gfs2/locking/dlm/main.c Removing fs/gfs2/locking/dlm/mount.c Removing fs/gfs2/locking/dlm/sysfs.c Removing fs/gfs2/locking/dlm/thread.c Removing fs/gfs2/mount.h Removing include/linux/lm_interface.h Merge made by recursive. fs/gfs2/Kconfig | 17 +- fs/gfs2/Makefile | 4 +- fs/gfs2/acl.c | 1 - fs/gfs2/bmap.c | 1 - fs/gfs2/dir.c | 1 - fs/gfs2/eaops.c | 1 - fs/gfs2/eattr.c | 1 - fs/gfs2/glock.c | 268 +++++----------- fs/gfs2/glock.h | 127 +++++++- fs/gfs2/glops.c | 160 +++++----- fs/gfs2/glops.h | 1 + fs/gfs2/incore.h | 71 ++++- fs/gfs2/inode.c | 13 +- fs/gfs2/inode.h | 22 +- fs/gfs2/lock_dlm.c | 241 ++++++++++++++ fs/gfs2/locking.c | 232 ------------- fs/gfs2/locking/dlm/Makefile | 3 - fs/gfs2/locking/dlm/lock.c | 708 ---------------------------------------- fs/gfs2/locking/dlm/lock_dlm.h | 166 ---------- fs/gfs2/locking/dlm/main.c | 48 --- fs/gfs2/locking/dlm/mount.c | 276 ---------------- fs/gfs2/locking/dlm/sysfs.c | 226 ------------- fs/gfs2/locking/dlm/thread.c | 68 ---- fs/gfs2/log.c | 1 - fs/gfs2/lops.c | 1 - fs/gfs2/main.c | 13 +- fs/gfs2/meta_io.c | 22 -- fs/gfs2/meta_io.h | 1 - fs/gfs2/mount.c | 128 ++------ fs/gfs2/mount.h | 17 - fs/gfs2/ops_address.c | 5 +- fs/gfs2/ops_dentry.c | 1 - fs/gfs2/ops_export.c | 1 - fs/gfs2/ops_file.c | 77 ++--- fs/gfs2/ops_fstype.c | 156 ++++++--- fs/gfs2/ops_inode.c | 1 - fs/gfs2/ops_super.c | 44 ++- fs/gfs2/quota.c | 203 ++++++------ fs/gfs2/quota.h | 2 + fs/gfs2/recovery.c | 28 +- fs/gfs2/rgrp.c | 189 +++++++---- fs/gfs2/super.c | 1 - fs/gfs2/super.h | 26 +- fs/gfs2/sys.c | 236 +++++++++++++- fs/gfs2/trans.c | 19 +- fs/gfs2/util.c | 11 +- include/linux/lm_interface.h | 277 ---------------- 47 files changed, 1347 insertions(+), 2769 deletions(-) create mode 100644 fs/gfs2/lock_dlm.c delete mode 100644 fs/gfs2/locking.c delete mode 100644 fs/gfs2/locking/dlm/Makefile delete mode 100644 fs/gfs2/locking/dlm/lock.c delete mode 100644 fs/gfs2/locking/dlm/lock_dlm.h delete mode 100644 fs/gfs2/locking/dlm/main.c delete mode 100644 fs/gfs2/locking/dlm/mount.c delete mode 100644 fs/gfs2/locking/dlm/sysfs.c delete mode 100644 fs/gfs2/locking/dlm/thread.c delete mode 100644 fs/gfs2/mount.h delete mode 100644 include/linux/lm_interface.h Merging input/next $ git merge input/next Auto-merging drivers/input/mouse/Kconfig Merge made by recursive. Documentation/input/rotary-encoder.txt | 101 +++ arch/mips/include/asm/mach-rc32434/gpio.h | 3 + arch/mips/rb532/devices.c | 19 +- drivers/input/input.c | 13 +- drivers/input/keyboard/atkbd.c | 135 ++--- drivers/input/keyboard/bf54x-keys.c | 4 +- drivers/input/keyboard/hilkbd.c | 140 +++-- drivers/input/misc/Kconfig | 23 + drivers/input/misc/Makefile | 28 +- drivers/input/misc/ati_remote2.c | 277 ++++++++- drivers/input/misc/rb532_button.c | 120 ++++ drivers/input/misc/rotary_encoder.c | 221 +++++++ drivers/input/mouse/Kconfig | 11 + drivers/input/mouse/Makefile | 9 +- drivers/input/mouse/hgpk.c | 2 +- drivers/input/mouse/maplemouse.c | 147 +++++ drivers/input/mouse/pc110pad.c | 5 +- drivers/input/touchscreen/Kconfig | 58 ++ drivers/input/touchscreen/Makefile | 3 + drivers/input/touchscreen/ad7877.c | 844 ++++++++++++++++++++++++++ drivers/input/touchscreen/ad7879.c | 782 ++++++++++++++++++++++++ drivers/input/touchscreen/mainstone-wm97xx.c | 3 +- drivers/input/touchscreen/ucb1400_ts.c | 5 +- drivers/input/touchscreen/wm97xx-core.c | 13 +- drivers/input/touchscreen/zylonite-wm97xx.c | 240 ++++++++ include/linux/rotary_encoder.h | 13 + include/linux/spi/ad7879.h | 35 ++ 27 files changed, 3054 insertions(+), 200 deletions(-) create mode 100644 Documentation/input/rotary-encoder.txt create mode 100644 drivers/input/misc/rb532_button.c create mode 100644 drivers/input/misc/rotary_encoder.c create mode 100644 drivers/input/mouse/maplemouse.c create mode 100644 drivers/input/touchscreen/ad7877.c create mode 100644 drivers/input/touchscreen/ad7879.c create mode 100644 drivers/input/touchscreen/zylonite-wm97xx.c create mode 100644 include/linux/rotary_encoder.h create mode 100644 include/linux/spi/ad7879.h Merging bkl-removal/bkl-removal $ git merge bkl-removal/bkl-removal Auto-merging drivers/hid/usbhid/hiddev.c Auto-merging drivers/ieee1394/dv1394.c Auto-merging drivers/net/wan/cosa.c Auto-merging drivers/platform/x86/sony-laptop.c Auto-merging drivers/scsi/sg.c Auto-merging fs/nfsd/vfs.c Auto-merging include/linux/fs.h Auto-merging net/socket.c Auto-merging sound/core/oss/pcm_oss.c Auto-merging sound/core/pcm_native.c Merge made by recursive. Documentation/filesystems/Locking | 7 +++++-- drivers/char/sonypi.c | 7 +------ drivers/char/tty_io.c | 5 ++--- drivers/gpu/drm/drm_fops.c | 6 +----- drivers/hid/usbhid/hiddev.c | 5 +---- drivers/ieee1394/dv1394.c | 6 +----- drivers/input/evdev.c | 5 +---- drivers/input/joydev.c | 5 +---- drivers/input/mousedev.c | 5 +---- drivers/input/serio/serio_raw.c | 4 +--- drivers/net/wan/cosa.c | 4 ++-- drivers/platform/x86/sony-laptop.c | 7 +------ drivers/scsi/sg.c | 4 +--- drivers/usb/gadget/file_storage.c | 7 ++++++- fs/eventpoll.c | 12 +++++++----- fs/fcntl.c | 33 ++++++++++++++++++++------------- fs/file_table.c | 1 + fs/ioctl.c | 18 ++++-------------- fs/nfsd/vfs.c | 5 ++++- fs/pipe.c | 16 +++------------- include/linux/eventpoll.h | 1 - include/linux/fs.h | 2 +- ipc/mqueue.c | 2 ++ net/socket.c | 7 +++++++ sound/core/control.c | 7 ++----- sound/core/oss/pcm_oss.c | 2 ++ sound/core/pcm_native.c | 4 +--- sound/core/timer.c | 6 +----- sound/oss/au1550_ac97.c | 2 ++ sound/oss/audio.c | 2 ++ sound/oss/sh_dac_audio.c | 2 ++ sound/oss/swarm_cs4297a.c | 2 ++ sound/oss/vwsnd.c | 2 ++ 33 files changed, 90 insertions(+), 113 deletions(-) Merging ubifs/linux-next $ git merge ubifs/linux-next Merge made by recursive. fs/ubifs/budget.c | 37 ++--- fs/ubifs/debug.c | 6 +- fs/ubifs/file.c | 16 ++- fs/ubifs/find.c | 12 +- fs/ubifs/gc.c | 428 ++++++++++++++++++++++++++++++++++--------------- fs/ubifs/journal.c | 7 +- fs/ubifs/key.h | 6 +- fs/ubifs/log.c | 5 +- fs/ubifs/lpt_commit.c | 34 +++-- fs/ubifs/replay.c | 2 +- fs/ubifs/sb.c | 1 - fs/ubifs/shrinker.c | 6 +- fs/ubifs/super.c | 23 ++- fs/ubifs/tnc.c | 2 +- fs/ubifs/ubifs.h | 9 +- 15 files changed, 387 insertions(+), 207 deletions(-) Merging lsm/for-next $ git merge lsm/for-next Already up-to-date. Merging block/for-next $ git merge block/for-next Resolved 'fs/bio-integrity.c' using previous resolution. Resolved 'fs/bio.c' using previous resolution. Resolved 'include/linux/bio.h' using previous resolution. Auto-merging arch/powerpc/platforms/ps3/Kconfig Auto-merging drivers/block/Makefile Auto-merging fs/bio-integrity.c CONFLICT (content): Merge conflict in fs/bio-integrity.c Auto-merging fs/bio.c CONFLICT (content): Merge conflict in fs/bio.c Auto-merging include/linux/bio.h CONFLICT (content): Merge conflict in include/linux/bio.h Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 39dc1dc] Merge commit 'block/for-next' $ git diff -M --stat --summary HEAD^.. block/blk-core.c | 10 ++---- drivers/block/cciss.c | 7 ++++ fs/bio-integrity.c | 85 ++++++++++++++--------------------------------- fs/bio.c | 87 ++++++++++++++++++++++++++----------------------- include/linux/bio.h | 18 ++-------- include/linux/genhd.h | 2 +- 6 files changed, 87 insertions(+), 122 deletions(-) Merging embedded/master $ git merge embedded/master Already up-to-date. Merging firmware/master $ git merge firmware/master Resolved 'firmware/Makefile' using previous resolution. Resolved 'firmware/WHENCE' using previous resolution. Resolved 'sound/isa/Kconfig' using previous resolution. Auto-merging drivers/media/dvb/ttpci/av7110.c Removing drivers/media/dvb/ttpci/fdump.c Removing drivers/scsi/ql1040_fw.h Removing drivers/scsi/ql12160_fw.h Removing drivers/scsi/ql1280_fw.h Removing drivers/scsi/qlogicpti_asm.c Auto-merging firmware/Makefile CONFLICT (content): Merge conflict in firmware/Makefile Auto-merging firmware/WHENCE CONFLICT (content): Merge conflict in firmware/WHENCE Auto-merging sound/isa/Kconfig CONFLICT (content): Merge conflict in sound/isa/Kconfig Removing sound/isa/wavefront/yss225.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 2bb6d54] Merge commit 'firmware/master' $ git diff -M --stat --summary HEAD^.. drivers/media/dvb/ttpci/Kconfig | 23 +- drivers/media/dvb/ttpci/Makefile | 9 - drivers/media/dvb/ttpci/av7110.c | 16 - drivers/media/dvb/ttpci/av7110_hw.c | 35 +- drivers/media/dvb/ttpci/av7110_hw.h | 3 +- drivers/media/dvb/ttpci/fdump.c | 44 - drivers/scsi/advansys.c | 1731 ++----------------- drivers/scsi/ql1040_fw.h | 2130 ---------------------- drivers/scsi/ql12160_fw.h | 1811 ------------------- drivers/scsi/ql1280_fw.h | 2048 --------------------- drivers/scsi/qla1280.c | 114 +- drivers/scsi/qla1280.h | 6 + drivers/scsi/qlogicpti.c | 63 +- drivers/scsi/qlogicpti_asm.c | 1160 ------------ firmware/.gitignore | 1 + firmware/Makefile | 29 +- firmware/WHENCE | 59 + firmware/advansys/3550.bin.ihex | 317 ++++ firmware/advansys/38C0800.bin.ihex | 336 ++++ firmware/advansys/38C1600.bin.ihex | 398 +++++ firmware/advansys/mcode.bin.ihex | 147 ++ firmware/av7110/Boot.S | 109 ++ firmware/av7110/bootcode.bin.ihex | 15 + {scripts => firmware}/ihex2fw.c | 0 firmware/qlogic/1040.bin.ihex | 2111 ++++++++++++++++++++++ firmware/qlogic/12160.bin.ihex | 1771 +++++++++++++++++++ firmware/qlogic/1280.bin.ihex | 2008 +++++++++++++++++++++ firmware/qlogic/isp1000.bin.ihex | 1158 ++++++++++++ firmware/yamaha/yss225_registers.bin.ihex | 998 +++++++++++ scripts/.gitignore | 1 - scripts/Makefile | 3 +- sound/isa/Kconfig | 10 - sound/isa/wavefront/wavefront_fx.c | 16 - sound/isa/wavefront/yss225.c | 2739 ----------------------------- 34 files changed, 9695 insertions(+), 11724 deletions(-) delete mode 100644 drivers/media/dvb/ttpci/fdump.c delete mode 100644 drivers/scsi/ql1040_fw.h delete mode 100644 drivers/scsi/ql12160_fw.h delete mode 100644 drivers/scsi/ql1280_fw.h delete mode 100644 drivers/scsi/qlogicpti_asm.c create mode 100644 firmware/advansys/3550.bin.ihex create mode 100644 firmware/advansys/38C0800.bin.ihex create mode 100644 firmware/advansys/38C1600.bin.ihex create mode 100644 firmware/advansys/mcode.bin.ihex create mode 100644 firmware/av7110/Boot.S create mode 100644 firmware/av7110/bootcode.bin.ihex rename {scripts => firmware}/ihex2fw.c (100%) create mode 100644 firmware/qlogic/1040.bin.ihex create mode 100644 firmware/qlogic/12160.bin.ihex create mode 100644 firmware/qlogic/1280.bin.ihex create mode 100644 firmware/qlogic/isp1000.bin.ihex create mode 100644 firmware/yamaha/yss225_registers.bin.ihex delete mode 100644 sound/isa/wavefront/yss225.c Merging pcmcia/master $ git merge pcmcia/master Already up-to-date. Merging battery/master $ git merge battery/master Merge made by recursive. drivers/power/pcf50633-charger.c | 88 +++++++++++++++++++++++++++++------- drivers/power/pda_power.c | 89 ++++++++++++++++++++++++++++++++----- include/linux/mfd/pcf50633/core.h | 2 + include/linux/mfd/pcf50633/mbc.h | 1 - include/linux/pda_power.h | 2 + 5 files changed, 152 insertions(+), 30 deletions(-) Merging leds/for-mm $ git merge leds/for-mm Merge made by recursive. Documentation/powerpc/dts-bindings/gpio/led.txt | 46 ++++- drivers/leds/Kconfig | 54 +++++- drivers/leds/Makefile | 6 + drivers/leds/led-class.c | 21 ++- drivers/leds/led-triggers.c | 10 +- drivers/leds/leds-dac124s085.c | 150 ++++++++++++++ drivers/leds/leds-gpio.c | 216 ++++++++++++++++---- drivers/leds/leds-pca9532.c | 2 +- drivers/leds/leds-pwm.c | 153 +++++++++++++++ drivers/leds/leds-rb532.c | 77 ++++++++ drivers/leds/leds.h | 4 +- drivers/leds/ledtrig-default-on.c | 2 +- drivers/leds/ledtrig-gpio.c | 239 +++++++++++++++++++++++ drivers/leds/ledtrig-heartbeat.c | 4 +- drivers/leds/ledtrig-ide-disk.c | 3 +- drivers/leds/ledtrig-timer.c | 2 +- include/linux/leds.h | 4 +- include/linux/leds_pwm.h | 21 ++ 18 files changed, 949 insertions(+), 65 deletions(-) create mode 100644 drivers/leds/leds-dac124s085.c create mode 100644 drivers/leds/leds-pwm.c create mode 100644 drivers/leds/leds-rb532.c create mode 100644 drivers/leds/ledtrig-gpio.c create mode 100644 include/linux/leds_pwm.h Merging backlight/for-mm $ git merge backlight/for-mm Merge made by recursive. drivers/video/backlight/Kconfig | 18 +++ drivers/video/backlight/Makefile | 2 + drivers/video/backlight/jornada720_bl.c | 161 +++++++++++++++++++++++++ drivers/video/backlight/jornada720_lcd.c | 153 ++++++++++++++++++++++++ drivers/video/backlight/mbp_nvidia_bl.c | 191 ++++++++++++++++++++++++------ drivers/video/backlight/pwm_bl.c | 4 +- 6 files changed, 491 insertions(+), 38 deletions(-) create mode 100644 drivers/video/backlight/jornada720_bl.c create mode 100644 drivers/video/backlight/jornada720_lcd.c Merging kgdb/kgdb-next $ git merge kgdb/kgdb-next Auto-merging arch/x86/kernel/kgdb.c Merge made by recursive. Documentation/DocBook/kgdb.tmpl | 2 +- arch/x86/kernel/kgdb.c | 3 +- include/linux/kgdb.h | 50 +++++++++++++++++++++++++++++++++----- kernel/kgdb.c | 6 ++-- 4 files changed, 49 insertions(+), 12 deletions(-) Merging slab/for-next $ git merge slab/for-next Resolved 'include/linux/rcupdate.h' using previous resolution. Resolved 'include/linux/slub_def.h' using previous resolution. Resolved 'mm/slob.c' using previous resolution. Resolved 'mm/slub.c' using previous resolution. Auto-merging include/linux/rcupdate.h CONFLICT (content): Merge conflict in include/linux/rcupdate.h Auto-merging include/linux/slab.h Auto-merging include/linux/slub_def.h CONFLICT (content): Merge conflict in include/linux/slub_def.h Auto-merging init/Kconfig Auto-merging lib/Kconfig.debug Auto-merging mm/Makefile Auto-merging mm/slob.c CONFLICT (content): Merge conflict in mm/slob.c Auto-merging mm/slub.c CONFLICT (content): Merge conflict in mm/slub.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 93a2045] Merge commit 'slab/for-next' $ git diff -M --stat --summary HEAD^.. Documentation/vm/slqbinfo.c | 1054 +++++++++++++ include/linux/rcu_types.h | 18 + include/linux/rcupdate.h | 11 +- include/linux/slab.h | 10 +- include/linux/slqb_def.h | 296 ++++ include/linux/slub_def.h | 6 +- init/Kconfig | 9 +- lib/Kconfig.debug | 20 + mm/Makefile | 1 + mm/slob.c | 40 +- mm/slqb.c | 3622 +++++++++++++++++++++++++++++++++++++++++++ mm/slub.c | 58 +- 12 files changed, 5098 insertions(+), 47 deletions(-) create mode 100644 Documentation/vm/slqbinfo.c create mode 100644 include/linux/rcu_types.h create mode 100644 include/linux/slqb_def.h create mode 100644 mm/slqb.c Merging uclinux/for-next $ git merge uclinux/for-next Already up-to-date. Merging md/for-next $ git merge md/for-next Auto-merging drivers/md/md.c Auto-merging fs/compat_ioctl.c Removing include/linux/raid/md.h Merge made by recursive. crypto/xor.c | 2 +- drivers/md/Kconfig | 4 + drivers/md/Makefile | 16 +- drivers/md/bitmap.c | 49 +- {include/linux/raid => drivers/md}/bitmap.h | 0 drivers/md/faulty.c | 19 +- drivers/md/linear.c | 25 +- {include/linux/raid => drivers/md}/linear.h | 2 - drivers/md/md.c | 616 +++++++++++---- include/linux/raid/md_k.h => drivers/md/md.h | 65 ++- drivers/md/mktables.c | 14 +- drivers/md/multipath.c | 17 +- {include/linux/raid => drivers/md}/multipath.h | 2 - drivers/md/raid0.c | 66 +- {include/linux/raid => drivers/md}/raid0.h | 2 - drivers/md/raid1.c | 35 +- {include/linux/raid => drivers/md}/raid1.h | 2 - drivers/md/raid10.c | 42 +- {include/linux/raid => drivers/md}/raid10.h | 2 - drivers/md/raid5.c | 1040 ++++++++++++++++-------- {include/linux/raid => drivers/md}/raid5.h | 87 ++- drivers/md/raid6algos.c | 23 +- drivers/md/raid6altivec.uc | 4 +- drivers/md/raid6int.uc | 4 +- drivers/md/raid6mmx.c | 4 +- drivers/md/raid6recov.c | 10 +- drivers/md/raid6sse1.c | 4 +- drivers/md/raid6sse2.c | 4 +- drivers/md/raid6test/Makefile | 2 +- drivers/md/raid6test/test.c | 2 +- drivers/md/raid6x86.h | 2 +- fs/compat_ioctl.c | 2 +- include/linux/raid/md.h | 81 -- include/linux/raid/md_u.h | 35 + drivers/md/raid6.h => include/linux/raid/pq.h | 11 +- include/linux/raid/xor.h | 2 - init/do_mounts.h | 1 + init/do_mounts_md.c | 5 +- 38 files changed, 1611 insertions(+), 692 deletions(-) rename {include/linux/raid => drivers/md}/bitmap.h (100%) rename {include/linux/raid => drivers/md}/linear.h (95%) rename include/linux/raid/md_k.h => drivers/md/md.h (83%) rename {include/linux/raid => drivers/md}/multipath.h (96%) rename {include/linux/raid => drivers/md}/raid0.h (96%) rename {include/linux/raid => drivers/md}/raid1.h (99%) rename {include/linux/raid => drivers/md}/raid10.h (99%) rename {include/linux/raid => drivers/md}/raid5.h (85%) delete mode 100644 include/linux/raid/md.h rename drivers/md/raid6.h => include/linux/raid/pq.h (92%) Merging mfd/for-next $ git merge mfd/for-next Auto-merging arch/arm/mach-pxa/magician.c Removing include/linux/ds1wm.h Merge made by recursive. arch/arm/mach-pxa/magician.c | 1 - drivers/mfd/Kconfig | 1 + drivers/mfd/htc-pasic3.c | 169 ++++++++++++++++----------------------- drivers/mfd/pcf50633-core.c | 1 - drivers/mfd/t7l66xb.c | 4 +- drivers/mfd/tc6393xb.c | 2 +- drivers/mfd/twl4030-irq.c | 2 +- drivers/mfd/wm8350-core.c | 39 +++++++--- drivers/w1/masters/ds1wm.c | 58 ++++++------- include/linux/ds1wm.h | 12 --- include/linux/mfd/ds1wm.h | 6 ++ include/linux/mfd/htc-pasic3.h | 1 - include/linux/mfd/wm8350/core.h | 2 + 13 files changed, 136 insertions(+), 162 deletions(-) delete mode 100644 include/linux/ds1wm.h create mode 100644 include/linux/mfd/ds1wm.h Merging hdlc/hdlc-next $ git merge hdlc/hdlc-next Already up-to-date. Merging drm/drm-next $ git merge drm/drm-next Resolved 'drivers/gpu/drm/drm_proc.c' using previous resolution. Auto-merging drivers/gpu/drm/drm_proc.c CONFLICT (content): Merge conflict in drivers/gpu/drm/drm_proc.c Removing drivers/gpu/drm/i915/i915_gem_proc.c Auto-merging include/drm/radeon_drm.h Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 180d6cd] Merge commit 'drm/drm-next' $ git diff -M --stat --summary HEAD^.. drivers/gpu/drm/Makefile | 3 +- drivers/gpu/drm/ati_pcigart.c | 40 +- drivers/gpu/drm/drm_bufs.c | 122 +- drivers/gpu/drm/drm_context.c | 4 +- drivers/gpu/drm/drm_debugfs.c | 235 + drivers/gpu/drm/drm_drv.c | 85 +- drivers/gpu/drm/drm_gem.c | 2 +- drivers/gpu/drm/drm_info.c | 328 + drivers/gpu/drm/drm_ioc32.c | 4 + drivers/gpu/drm/drm_memory.c | 6 +- drivers/gpu/drm/drm_proc.c | 720 +- drivers/gpu/drm/drm_stub.c | 108 +- drivers/gpu/drm/drm_sysfs.c | 37 +- drivers/gpu/drm/drm_vm.c | 32 +- drivers/gpu/drm/i810/i810_drv.h | 4 +- drivers/gpu/drm/i830/i830_drv.h | 4 +- drivers/gpu/drm/i915/Makefile | 2 +- drivers/gpu/drm/i915/i915_dma.c | 2 +- drivers/gpu/drm/i915/i915_drv.c | 44 +- drivers/gpu/drm/i915/i915_drv.h | 6 +- drivers/gpu/drm/i915/i915_gem.c | 6 +- drivers/gpu/drm/i915/i915_gem_debugfs.c | 257 + drivers/gpu/drm/i915/i915_gem_proc.c | 334 - drivers/gpu/drm/mga/mga_dma.c | 17 +- drivers/gpu/drm/mga/mga_drv.h | 8 +- drivers/gpu/drm/r128/r128_cce.c | 7 +- drivers/gpu/drm/radeon/Makefile | 2 +- drivers/gpu/drm/radeon/r300_cmdbuf.c | 6 +- drivers/gpu/drm/radeon/r600_cp.c | 2253 +++ drivers/gpu/drm/radeon/r600_microcode.h |23297 +++++++++++++++++++++++++++++++ drivers/gpu/drm/radeon/radeon_cp.c | 520 +- drivers/gpu/drm/radeon/radeon_drv.c | 22 +- drivers/gpu/drm/radeon/radeon_drv.h | 634 +- drivers/gpu/drm/radeon/radeon_irq.c | 14 +- drivers/gpu/drm/radeon/radeon_state.c | 51 +- drivers/gpu/drm/savage/savage_bci.c | 8 +- drivers/gpu/drm/via/via_drv.c | 6 - include/drm/drmP.h | 139 +- include/drm/drm_crtc.h | 2 +- include/drm/drm_os_linux.h | 19 + include/drm/drm_pciids.h | 111 + include/drm/radeon_drm.h | 5 +- 42 files changed, 28158 insertions(+), 1348 deletions(-) create mode 100644 drivers/gpu/drm/drm_debugfs.c create mode 100644 drivers/gpu/drm/drm_info.c create mode 100644 drivers/gpu/drm/i915/i915_gem_debugfs.c delete mode 100644 drivers/gpu/drm/i915/i915_gem_proc.c create mode 100644 drivers/gpu/drm/radeon/r600_cp.c create mode 100644 drivers/gpu/drm/radeon/r600_microcode.h Merging voltage/for-next $ git merge voltage/for-next Auto-merging MAINTAINERS Auto-merging drivers/mmc/core/core.c Merge made by recursive. Documentation/ABI/testing/sysfs-class-regulator | 57 +++- MAINTAINERS | 2 +- drivers/mfd/twl4030-core.c | 2 - drivers/mmc/core/core.c | 100 +++++ drivers/regulator/Kconfig | 13 +- drivers/regulator/Makefile | 1 + drivers/regulator/bq24022.c | 3 +- drivers/regulator/core.c | 386 ++++++++++++++---- drivers/regulator/da903x.c | 3 +- drivers/regulator/fixed.c | 3 +- drivers/regulator/pcf50633-regulator.c | 3 +- drivers/regulator/twl4030-regulator.c | 497 +++++++++++++++++++++++ drivers/regulator/virtual.c | 14 +- drivers/regulator/wm8350-regulator.c | 57 +++- drivers/regulator/wm8400-regulator.c | 36 ++- include/linux/i2c/twl4030.h | 47 +++ include/linux/mmc/host.h | 5 + include/linux/regulator/bq24022.h | 3 + include/linux/regulator/consumer.h | 6 +- include/linux/regulator/driver.h | 81 ++++- include/linux/regulator/fixed.h | 3 + include/linux/regulator/machine.h | 12 +- 22 files changed, 1217 insertions(+), 117 deletions(-) create mode 100644 drivers/regulator/twl4030-regulator.c Merging security-testing/next $ git merge security-testing/next Auto-merging Documentation/kernel-parameters.txt Auto-merging MAINTAINERS Auto-merging fs/compat.c Auto-merging fs/exec.c Auto-merging fs/file_table.c Auto-merging fs/inode.c Auto-merging fs/namei.c Auto-merging include/linux/sched.h Auto-merging ipc/shm.c Auto-merging kernel/user.c Auto-merging mm/mmap.c Auto-merging mm/shmem.c Auto-merging security/smack/smack_lsm.c Auto-merging security/smack/smackfs.c Merge made by recursive. Documentation/ABI/testing/ima_policy | 61 + Documentation/kernel-parameters.txt | 10 + MAINTAINERS | 19 + drivers/char/tpm/tpm.c | 530 +++---- drivers/char/tpm/tpm.h | 142 ++ fs/compat.c | 3 + fs/exec.c | 13 + fs/file_table.c | 2 + fs/inode.c | 24 +- fs/namei.c | 8 + include/linux/audit.h | 9 +- include/linux/ima.h | 61 + include/linux/sched.h | 2 + include/linux/tpm.h | 35 + ipc/shm.c | 3 + kernel/user.c | 2 +- mm/mmap.c | 4 + mm/shmem.c | 2 + security/Kconfig | 6 +- security/Makefile | 6 + security/inode.c | 7 +- security/integrity/ima/Kconfig | 55 + security/integrity/ima/Makefile | 9 + security/integrity/ima/ima.h | 166 ++ security/integrity/ima/ima_api.c | 190 +++ security/integrity/ima/ima_audit.c | 81 + security/integrity/ima/ima_crypto.c | 140 ++ security/integrity/ima/ima_fs.c | 376 +++++ security/integrity/ima/ima_iint.c | 204 +++ security/integrity/ima/ima_init.c | 96 ++ security/integrity/ima/ima_main.c | 327 ++++ security/integrity/ima/ima_policy.c | 414 +++++ security/integrity/ima/ima_queue.c | 140 ++ security/keys/internal.h | 4 +- security/keys/key.c | 11 +- security/keys/keyctl.c | 2 +- security/keys/keyring.c | 3 + security/keys/permission.c | 5 + security/keys/proc.c | 55 +- security/keys/process_keys.c | 2 + security/keys/request_key.c | 2 +- security/selinux/avc.c | 169 ++- security/selinux/hooks.c | 308 ++--- security/selinux/include/av_perm_to_string.h | 2 + security/selinux/include/av_permissions.h | 2 + security/selinux/include/objsec.h | 2 - security/selinux/include/security.h | 9 +- security/selinux/nlmsgtab.c | 2 +- security/selinux/selinuxfs.c | 2 +- security/selinux/ss/services.c | 2 - security/smack/smack_access.c | 4 +- security/smack/smack_lsm.c | 52 +- security/smack/smackfs.c | 15 +- security/tomoyo/Kconfig | 11 + security/tomoyo/Makefile | 1 + security/tomoyo/common.c | 2206 ++++++++++++++++++++++++++ security/tomoyo/common.h | 359 +++++ security/tomoyo/domain.c | 878 ++++++++++ security/tomoyo/file.c | 1241 +++++++++++++++ security/tomoyo/realpath.c | 482 ++++++ security/tomoyo/realpath.h | 66 + security/tomoyo/tomoyo.c | 294 ++++ security/tomoyo/tomoyo.h | 106 ++ 63 files changed, 8818 insertions(+), 626 deletions(-) create mode 100644 Documentation/ABI/testing/ima_policy create mode 100644 include/linux/ima.h create mode 100644 include/linux/tpm.h create mode 100644 security/integrity/ima/Kconfig create mode 100644 security/integrity/ima/Makefile create mode 100644 security/integrity/ima/ima.h create mode 100644 security/integrity/ima/ima_api.c create mode 100644 security/integrity/ima/ima_audit.c create mode 100644 security/integrity/ima/ima_crypto.c create mode 100644 security/integrity/ima/ima_fs.c create mode 100644 security/integrity/ima/ima_iint.c create mode 100644 security/integrity/ima/ima_init.c create mode 100644 security/integrity/ima/ima_main.c create mode 100644 security/integrity/ima/ima_policy.c create mode 100644 security/integrity/ima/ima_queue.c create mode 100644 security/tomoyo/Kconfig create mode 100644 security/tomoyo/Makefile create mode 100644 security/tomoyo/common.c create mode 100644 security/tomoyo/common.h create mode 100644 security/tomoyo/domain.c create mode 100644 security/tomoyo/file.c create mode 100644 security/tomoyo/realpath.c create mode 100644 security/tomoyo/realpath.h create mode 100644 security/tomoyo/tomoyo.c create mode 100644 security/tomoyo/tomoyo.h Merging lblnet/master $ git merge lblnet/master Auto-merging Documentation/feature-removal-schedule.txt Auto-merging Documentation/kernel-parameters.txt Auto-merging net/ipv4/tcp_ipv4.c Auto-merging net/socket.c Auto-merging security/security.c Auto-merging security/selinux/hooks.c Auto-merging security/selinux/selinuxfs.c Auto-merging security/smack/smack_lsm.c Merge made by recursive. Documentation/feature-removal-schedule.txt | 11 -- Documentation/kernel-parameters.txt | 9 -- include/linux/security.h | 13 -- include/net/cipso_ipv4.h | 17 +++ include/net/netlabel.h | 17 ++- net/ipv4/cipso_ipv4.c | 130 ++++++++++++++++-- net/ipv4/syncookies.c | 9 +- net/ipv4/tcp_ipv4.c | 7 +- net/netlabel/netlabel_kapi.c | 165 +++++++++++++++++++--- net/socket.c | 2 - security/capability.c | 5 - security/security.c | 5 - security/selinux/hooks.c | 207 +++------------------------- security/selinux/include/netlabel.h | 27 ++-- security/selinux/netlabel.c | 187 +++++++------------------ security/selinux/selinuxfs.c | 68 --------- security/smack/smack_lsm.c | 53 ++++++-- 17 files changed, 434 insertions(+), 498 deletions(-) Merging quilt/ttydev $ git merge quilt/ttydev Auto-merging drivers/pci/quirks.c Auto-merging drivers/serial/Kconfig Merge made by recursive. drivers/char/applicom.c | 1 + drivers/char/cyclades.c | 2 ++ drivers/char/rio/rio_linux.c | 2 +- drivers/char/riscom8.c | 2 ++ drivers/char/specialix.c | 1 + drivers/char/vc_screen.c | 16 ++++++++-------- drivers/char/vt.c | 5 +++-- drivers/serial/8250_pnp.c | 7 ++++++- drivers/serial/Kconfig | 4 ++-- drivers/serial/bfin_5xx.c | 22 +++++++++++++++------- drivers/serial/icom.c | 14 ++------------ drivers/serial/jsm/jsm_driver.c | 9 ++++----- drivers/serial/jsm/jsm_tty.c | 4 ++-- drivers/usb/class/cdc-acm.c | 2 +- fs/devpts/inode.c | 2 ++ include/linux/console.h | 4 ++-- 16 files changed, 54 insertions(+), 43 deletions(-) Merging agp/agp-next $ git merge agp/agp-next Already up-to-date. Merging generic-ipi/auto-generic-ipi-next $ git merge generic-ipi/auto-generic-ipi-next Already up-to-date. Merging oprofile/auto-oprofile-next $ git merge oprofile/auto-oprofile-next Already uptodate! Merge made by recursive. Merging fastboot/auto-fastboot-next $ git merge fastboot/auto-fastboot-next Already up-to-date. Merging sparseirq/auto-sparseirq-next $ git merge sparseirq/auto-sparseirq-next Merge made by recursive. arch/powerpc/platforms/cell/interrupt.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) Merging iommu/auto-iommu-next $ git merge iommu/auto-iommu-next Resolved 'Documentation/kernel-parameters.txt' using previous resolution. Resolved 'arch/x86/Kconfig' using previous resolution. Resolved 'lib/Makefile' using previous resolution. Auto-merging Documentation/kernel-parameters.txt CONFLICT (content): Merge conflict in Documentation/kernel-parameters.txt Auto-merging arch/Kconfig Auto-merging arch/x86/Kconfig CONFLICT (content): Merge conflict in arch/x86/Kconfig Auto-merging lib/Kconfig.debug Auto-merging lib/Makefile CONFLICT (content): Merge conflict in lib/Makefile Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 520d536] Merge commit 'iommu/auto-iommu-next' $ git diff -M --stat --summary HEAD^.. Documentation/DMA-API.txt | 106 ++++ Documentation/kernel-parameters.txt | 10 + arch/Kconfig | 2 + arch/x86/Kconfig | 1 + arch/x86/include/asm/dma-mapping.h | 45 ++- arch/x86/kernel/pci-dma.c | 10 + include/linux/dma-debug.h | 174 +++++++ lib/Kconfig.debug | 11 + lib/Makefile | 2 + lib/dma-debug.c | 949 +++++++++++++++++++++++++++++++++++ 10 files changed, 1304 insertions(+), 6 deletions(-) create mode 100644 include/linux/dma-debug.h create mode 100644 lib/dma-debug.c Merging uwb/for-upstream $ git merge uwb/for-upstream Already up-to-date. Merging watchdog/master $ git merge watchdog/master Auto-merging arch/arm/mach-orion5x/common.c Auto-merging drivers/watchdog/Kconfig Auto-merging drivers/watchdog/sa1100_wdt.c Merge made by recursive. arch/arm/mach-orion5x/common.c | 29 ++++ arch/arm/plat-orion/include/plat/orion5x_wdt.h | 18 +++ drivers/watchdog/Kconfig | 15 -- drivers/watchdog/acquirewdt.c | 8 +- drivers/watchdog/advantechwdt.c | 7 +- drivers/watchdog/alim1535_wdt.c | 20 ++-- drivers/watchdog/alim7101_wdt.c | 6 +- drivers/watchdog/at91sam9_wdt.c | 2 +- drivers/watchdog/cpwd.c | 101 +++++++------- drivers/watchdog/davinci_wdt.c | 45 ++++--- drivers/watchdog/eurotechwdt.c | 22 ++-- drivers/watchdog/geodewdt.c | 11 +- drivers/watchdog/hpwdt.c | 20 ++-- drivers/watchdog/i6300esb.c | 93 ++++++++----- drivers/watchdog/iTCO_vendor_support.c | 6 +- drivers/watchdog/iTCO_wdt.c | 15 ++- drivers/watchdog/it87_wdt.c | 12 +- drivers/watchdog/mpc5200_wdt.c | 4 +- drivers/watchdog/mpcore_wdt.c | 2 +- drivers/watchdog/mtx-1_wdt.c | 2 +- drivers/watchdog/orion5x_wdt.c | 76 +++++++++-- drivers/watchdog/pc87413_wdt.c | 6 +- drivers/watchdog/pcwd.c | 44 ++++--- drivers/watchdog/pcwd_pci.c | 108 +++++++++------ drivers/watchdog/pcwd_usb.c | 175 +++++++++++++++--------- drivers/watchdog/pnx4008_wdt.c | 18 ++-- drivers/watchdog/rc32434_wdt.c | 153 +++++++++++++-------- drivers/watchdog/riowd.c | 23 ++-- drivers/watchdog/sa1100_wdt.c | 6 +- drivers/watchdog/sbc60xxwdt.c | 2 +- drivers/watchdog/sbc8360.c | 12 +- drivers/watchdog/sbc_epx_c3.c | 3 +- drivers/watchdog/sc1200wdt.c | 7 +- drivers/watchdog/sc520_wdt.c | 9 +- drivers/watchdog/smsc37b787_wdt.c | 30 ++-- drivers/watchdog/softdog.c | 5 +- drivers/watchdog/w83697hf_wdt.c | 3 +- drivers/watchdog/w83697ug_wdt.c | 23 ++- drivers/watchdog/w83977f_wdt.c | 2 +- drivers/watchdog/wd501p.h | 24 ++-- drivers/watchdog/wdt.c | 152 ++++++++++----------- drivers/watchdog/wdt977.c | 2 +- 42 files changed, 788 insertions(+), 533 deletions(-) create mode 100644 arch/arm/plat-orion/include/plat/orion5x_wdt.h Merging proc/proc $ git merge proc/proc Resolved 'security/selinux/hooks.c' using previous resolution. Auto-merging drivers/acpi/fan.c Auto-merging drivers/acpi/thermal.c Auto-merging drivers/acpi/video.c Auto-merging drivers/input/input.c Auto-merging drivers/net/bonding/bond_main.c Auto-merging drivers/net/wireless/airo.c Auto-merging drivers/platform/x86/thinkpad_acpi.c Auto-merging drivers/s390/block/dasd_proc.c Auto-merging fs/cifs/cifs_debug.c Auto-merging fs/nfs/client.c Auto-merging fs/proc/base.c Removing fs/proc/inode-alloc.txt Auto-merging include/linux/magic.h Auto-merging kernel/exit.c Auto-merging net/core/pktgen.c Auto-merging net/sctp/protocol.c Auto-merging security/selinux/hooks.c CONFLICT (content): Merge conflict in security/selinux/hooks.c Automatic merge failed; fix conflicts and then commit the result. Applying: proc: remove a new user of proc_dir_entry::owner $ git commit -v -a [master df0035f] Merge commit 'proc/proc' $ git diff -M --stat --summary HEAD^.. Documentation/DocBook/procfs_example.c | 9 -- arch/alpha/kernel/srm_env.c | 5 - arch/blackfin/mm/sram-alloc.c | 1 - arch/ia64/kernel/palinfo.c | 2 - arch/ia64/sn/kernel/sn2/prominfo_proc.c | 9 +- arch/powerpc/kernel/rtas_flash.c | 1 - arch/sparc/kernel/led.c | 1 - arch/x86/kernel/cpu/mtrr/if.c | 10 +-- drivers/acpi/ac.c | 1 - drivers/acpi/battery.c | 1 - drivers/acpi/button.c | 3 - drivers/acpi/fan.c | 2 - drivers/acpi/processor_core.c | 2 - drivers/acpi/sbs.c | 1 - drivers/acpi/thermal.c | 2 - drivers/acpi/video.c | 5 - drivers/block/ps3vram.c | 1 - drivers/char/ipmi/ipmi_msghandler.c | 12 +- drivers/char/ipmi/ipmi_si_intf.c | 6 +- drivers/input/input.c | 2 - drivers/isdn/hardware/eicon/divasi.c | 1 - drivers/media/video/cpia.c | 4 +- drivers/message/i2o/i2o_proc.c | 2 - drivers/net/bonding/bond_main.c | 35 +----- drivers/net/irda/vlsi_ir.c | 7 - drivers/net/wireless/airo.c | 1 - drivers/platform/x86/asus_acpi.c | 3 - drivers/platform/x86/thinkpad_acpi.c | 2 - drivers/platform/x86/toshiba_acpi.c | 3 - drivers/rtc/rtc-proc.c | 10 +- drivers/s390/block/dasd_proc.c | 2 - drivers/scsi/scsi_devinfo.c | 2 - drivers/scsi/scsi_proc.c | 3 - drivers/video/via/viafbdev.c | 5 - fs/afs/proc.c | 1 - fs/cifs/cifs_debug.c | 1 - fs/jfs/jfs_debug.c | 1 - fs/nfs/client.c | 2 - fs/proc/Makefile | 1 + fs/proc/automount.c | 28 ++++ fs/proc/base.c | 26 ++-- fs/proc/generic.c | 110 +++++++++++---- fs/proc/inode-alloc.txt | 14 -- fs/proc/inode.c | 23 +--- fs/proc/internal.h | 16 ++- fs/proc/proc_net.c | 235 +++++++++++++++++++++++-------- fs/proc/proc_tty.c | 1 - fs/proc/task_mmu.c | 8 +- fs/proc/uptime.c | 38 +++--- fs/reiserfs/procfs.c | 5 +- include/linux/ipmi_smi.h | 2 +- include/linux/magic.h | 1 + include/linux/proc_fs.h | 14 +-- include/net/net_namespace.h | 1 + kernel/exit.c | 2 +- net/appletalk/atalk_proc.c | 1 - net/atm/mpoa_proc.c | 1 - net/atm/proc.c | 1 - net/can/bcm.c | 4 - net/can/proc.c | 2 - net/core/pktgen.c | 1 - net/irda/irproc.c | 1 - net/llc/llc_proc.c | 1 - net/sctp/protocol.c | 8 +- net/sunrpc/cache.c | 4 - net/sunrpc/stats.c | 10 +- security/selinux/hooks.c | 29 +++- sound/core/info.c | 31 +---- 68 files changed, 397 insertions(+), 383 deletions(-) create mode 100644 fs/proc/automount.c delete mode 100644 fs/proc/inode-alloc.txt 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 Auto-merging MAINTAINERS Auto-merging drivers/scsi/Kconfig Auto-merging drivers/scsi/Makefile Auto-merging fs/Kconfig Auto-merging fs/Makefile Auto-merging include/scsi/scsi.h Merge made by recursive. Documentation/filesystems/exofs.txt | 176 +++++ fs/Kconfig | 2 + fs/Makefile | 1 + fs/exofs/BUGS | 3 + fs/exofs/Kbuild | 30 + fs/exofs/Kconfig | 13 + fs/exofs/common.h | 185 +++++ fs/exofs/dir.c | 656 ++++++++++++++++++ fs/exofs/exofs.h | 182 +++++ fs/exofs/file.c | 86 +++ fs/exofs/inode.c | 1297 +++++++++++++++++++++++++++++++++++ fs/exofs/namei.c | 342 +++++++++ fs/exofs/osd.c | 153 ++++ fs/exofs/super.c | 529 ++++++++++++++ fs/exofs/symlink.c | 57 ++ 15 files changed, 3712 insertions(+), 0 deletions(-) create mode 100644 Documentation/filesystems/exofs.txt create mode 100644 fs/exofs/BUGS create mode 100644 fs/exofs/Kbuild create mode 100644 fs/exofs/Kconfig create mode 100644 fs/exofs/common.h create mode 100644 fs/exofs/dir.c create mode 100644 fs/exofs/exofs.h create mode 100644 fs/exofs/file.c create mode 100644 fs/exofs/inode.c create mode 100644 fs/exofs/namei.c create mode 100644 fs/exofs/osd.c create mode 100644 fs/exofs/super.c create mode 100644 fs/exofs/symlink.c 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 jc_docs/docs-next $ git merge jc_docs/docs-next Merge made by recursive. Documentation/SubmittingPatches | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) Merging nommu/master $ git merge nommu/master Already up-to-date. Merging trivial/for-next $ git merge trivial/for-next Auto-merging CREDITS Auto-merging Documentation/filesystems/ext3.txt Auto-merging Documentation/kernel-parameters.txt Auto-merging MAINTAINERS Auto-merging arch/avr32/Kconfig Auto-merging arch/h8300/kernel/timer/tpu.c Auto-merging arch/mips/Kconfig Auto-merging arch/mips/sgi-ip27/ip27-smp.c Auto-merging arch/powerpc/Kconfig Auto-merging arch/powerpc/platforms/Kconfig Auto-merging arch/sh/Kconfig Auto-merging arch/x86/Kconfig Auto-merging drivers/acpi/thermal.c Auto-merging drivers/hid/Kconfig Auto-merging drivers/hwmon/f75375s.c Auto-merging drivers/leds/Kconfig Auto-merging drivers/leds/leds-pca9532.c Auto-merging drivers/media/common/tuners/Kconfig Auto-merging drivers/media/dvb/frontends/Kconfig Auto-merging drivers/mfd/Kconfig Auto-merging drivers/misc/Kconfig Auto-merging drivers/mmc/host/Kconfig Auto-merging drivers/net/sb1250-mac.c Auto-merging drivers/net/tg3.c Auto-merging drivers/net/wan/farsync.c Auto-merging drivers/net/wireless/ipw2x00/ipw2100.c Auto-merging drivers/net/wireless/ipw2x00/ipw2200.c Auto-merging drivers/net/wireless/iwlwifi/iwl-agn.c Auto-merging drivers/net/wireless/iwlwifi/iwl3945-base.c Auto-merging drivers/pci/pci.c Auto-merging drivers/platform/x86/thinkpad_acpi.c Auto-merging drivers/scsi/Kconfig Auto-merging drivers/serial/Kconfig Auto-merging drivers/staging/Kconfig Auto-merging fs/bio.c Auto-merging fs/file_table.c Auto-merging fs/fs-writeback.c Auto-merging include/linux/libata.h Auto-merging init/Kconfig Auto-merging kernel/trace/Kconfig Auto-merging kernel/trace/ftrace.c Auto-merging mm/page_alloc.c Auto-merging net/Kconfig Auto-merging sound/oss/pss.c Auto-merging sound/sh/aica.c Merge made by recursive. CREDITS | 10 ++++++- Documentation/00-INDEX | 4 +- Documentation/cgroups/00-INDEX | 18 +++++++++++++++ Documentation/cgroups/cgroups.txt | 10 ++++---- Documentation/cgroups/cpusets.txt | 12 +++++----- Documentation/cgroups/devices.txt | 2 +- Documentation/cgroups/memcg_test.txt | 2 +- Documentation/cgroups/memory.txt | 2 +- Documentation/filesystems/ext3.txt | 14 ++++++++++- Documentation/ia64/kvm.txt | 2 +- Documentation/kernel-parameters.txt | 4 +- .../dts-bindings/fsl/cpm_qe/qe/firmware.txt | 2 +- Documentation/scheduler/sched-rt-group.txt | 2 +- Documentation/vm/numa_memory_policy.txt | 3 +- Documentation/vm/page_migration | 3 +- Documentation/x86/x86_64/fake-numa-for-cpusets | 5 ++- MAINTAINERS | 11 +++++++++ arch/arm/mach-netx/include/mach/netx-regs.h | 2 +- arch/arm/mach-omap1/Kconfig | 2 +- arch/avr32/Kconfig | 6 ++-- arch/blackfin/Kconfig | 6 ++-- arch/cris/Kconfig | 6 ++-- arch/cris/arch-v32/Kconfig | 2 +- arch/cris/arch-v32/drivers/Kconfig | 2 +- arch/cris/arch-v32/mach-fs/Kconfig | 2 +- arch/h8300/kernel/timer/tpu.c | 2 +- arch/mips/Kconfig | 2 +- arch/mips/sgi-ip27/ip27-smp.c | 2 +- arch/powerpc/Kconfig | 2 +- arch/powerpc/platforms/Kconfig | 2 +- arch/powerpc/sysdev/bestcomm/Kconfig | 4 +- arch/sh/Kconfig | 4 +- arch/sparc/kernel/head_64.S | 2 +- arch/x86/Kconfig | 4 +- drivers/acpi/thermal.c | 2 +- drivers/ata/Kconfig | 2 +- drivers/base/sys.c | 2 +- drivers/char/bsr.c | 2 +- drivers/gpio/Kconfig | 6 ++-- drivers/hid/Kconfig | 2 +- drivers/hwmon/f75375s.c | 4 +- drivers/input/Kconfig | 2 +- drivers/input/mouse/gpio_mouse.c | 2 +- drivers/input/touchscreen/ads7846.c | 2 +- drivers/isdn/mISDN/Kconfig | 10 +++++--- drivers/isdn/mISDN/l1oip_codec.c | 2 +- drivers/leds/Kconfig | 6 ++-- drivers/leds/leds-pca9532.c | 4 +- drivers/media/common/tuners/Kconfig | 2 +- drivers/media/dvb/frontends/Kconfig | 2 +- drivers/media/dvb/frontends/drx397xD.c | 2 +- drivers/mfd/Kconfig | 2 +- drivers/misc/Kconfig | 6 ++-- drivers/mmc/host/Kconfig | 2 +- drivers/mtd/nand/diskonchip.c | 2 +- drivers/mtd/tests/mtd_oobtest.c | 24 ++++++++++---------- drivers/mtd/tests/mtd_readtest.c | 2 +- drivers/net/sb1250-mac.c | 2 +- drivers/net/skfp/h/hwmtm.h | 2 +- drivers/net/tg3.c | 2 +- drivers/net/wan/farsync.c | 2 +- drivers/net/wireless/ipw2x00/ipw2100.c | 2 +- drivers/net/wireless/ipw2x00/ipw2200.c | 2 +- drivers/net/wireless/iwlwifi/iwl-agn.c | 2 +- drivers/net/wireless/iwlwifi/iwl3945-base.c | 2 +- drivers/net/wireless/libertas/cmd.c | 2 +- drivers/pci/pci.c | 2 +- drivers/platform/x86/thinkpad_acpi.c | 2 +- drivers/power/bq27x00_battery.c | 2 +- drivers/scsi/Kconfig | 4 +- drivers/serial/Kconfig | 2 +- drivers/staging/Kconfig | 4 +- drivers/staging/comedi/Kconfig | 4 +- drivers/staging/go7007/Kconfig | 4 +- drivers/staging/otus/hal/hpmain.c | 2 +- drivers/staging/panel/Kconfig | 2 +- drivers/usb/atm/ueagle-atm.c | 2 +- drivers/usb/gadget/Kconfig | 2 +- drivers/usb/serial/ChangeLog.history | 2 +- drivers/usb/serial/Kconfig | 4 +- drivers/usb/wusbcore/security.c | 2 +- drivers/uwb/Kconfig | 4 +- drivers/xen/Kconfig | 2 +- fs/bio.c | 3 +- fs/ext4/Kconfig | 2 +- fs/file_table.c | 1 - fs/fs-writeback.c | 2 +- fs/proc/nommu.c | 2 +- fs/ubifs/Kconfig | 4 +- include/linux/cgroup.h | 5 +++- include/linux/jbd.h | 2 +- include/linux/libata.h | 2 +- include/linux/pwm.h | 2 +- include/linux/usb/wusb.h | 3 +- init/Kconfig | 8 +++--- kernel/power/disk.c | 4 +- kernel/trace/Kconfig | 9 +++---- mm/page_alloc.c | 2 +- net/Kconfig | 2 +- net/ipv6/Kconfig | 18 +++++++------- net/mac80211/Kconfig | 2 +- net/netfilter/Kconfig | 2 +- net/phonet/Kconfig | 2 +- net/sunrpc/Kconfig | 2 +- net/wimax/Kconfig | 2 +- sound/oss/pss.c | 2 +- sound/sh/aica.c | 2 +- sound/soc/blackfin/Kconfig | 2 +- 108 files changed, 225 insertions(+), 176 deletions(-) create mode 100644 Documentation/cgroups/00-INDEX Merging audit/for-next $ git merge audit/for-next Already up-to-date. Merging squashfs/master $ git merge squashfs/master Already up-to-date. Merging omap/for-next $ git merge omap/for-next Auto-merging Documentation/kernel-parameters.txt Auto-merging arch/arm/mach-omap1/Kconfig Auto-merging arch/arm/mach-omap2/board-2430sdp.c Auto-merging arch/arm/mach-omap2/board-apollon.c Auto-merging arch/arm/mach-omap2/board-h4.c Auto-merging arch/arm/mach-omap2/board-ldp.c Auto-merging arch/arm/mach-omap2/devices.c Auto-merging arch/arm/plat-omap/Kconfig Removing arch/arm/plat-omap/include/mach/board-2430sdp.h Removing arch/arm/plat-omap/include/mach/board-apollon.h Removing arch/arm/plat-omap/include/mach/board-fsample.h Removing arch/arm/plat-omap/include/mach/board-h4.h Removing arch/arm/plat-omap/include/mach/board-innovator.h Removing arch/arm/plat-omap/include/mach/board-ldp.h Removing arch/arm/plat-omap/include/mach/board-nokia.h Removing arch/arm/plat-omap/include/mach/board-omap3beagle.h Removing arch/arm/plat-omap/include/mach/board-osk.h Removing arch/arm/plat-omap/include/mach/board-overo.h Removing arch/arm/plat-omap/include/mach/board-palmte.h Removing arch/arm/plat-omap/include/mach/board-palmtt.h Removing arch/arm/plat-omap/include/mach/board-palmz71.h Removing arch/arm/plat-omap/include/mach/board-perseus2.h Auto-merging arch/arm/plat-omap/include/mach/cpu.h Auto-merging arch/arm/plat-omap/include/mach/system.h Removing arch/arm/plat-omap/mailbox.h Merge made by recursive. Documentation/kernel-parameters.txt | 6 + arch/arm/mach-omap1/Kconfig | 23 ++- arch/arm/mach-omap1/board-ams-delta.c | 2 +- arch/arm/mach-omap1/board-fsample.c | 34 ++++- arch/arm/mach-omap1/board-generic.c | 5 +- arch/arm/mach-omap1/board-h2-mmc.c | 2 + arch/arm/mach-omap1/board-h2.c | 7 +- .../include/mach => mach-omap1}/board-h2.h | 5 +- arch/arm/mach-omap1/board-h3-mmc.c | 2 + arch/arm/mach-omap1/board-h3.c | 7 +- .../include/mach => mach-omap1}/board-h3.h | 5 +- arch/arm/mach-omap1/board-innovator.c | 8 +- arch/arm/mach-omap1/board-nokia770.c | 9 +- arch/arm/mach-omap1/board-osk.c | 17 ++- arch/arm/mach-omap1/board-palmte.c | 17 ++- arch/arm/mach-omap1/board-palmtt.c | 9 +- arch/arm/mach-omap1/board-palmz71.c | 12 +- arch/arm/mach-omap1/board-sx1-mmc.c | 1 + arch/arm/mach-omap1/board-sx1.c | 3 +- arch/arm/mach-omap1/board-voiceblue.c | 2 +- arch/arm/mach-omap1/devices.c | 2 +- arch/arm/mach-omap1/id.c | 4 +- arch/arm/mach-omap1/io.c | 23 +++ arch/arm/mach-omap1/irq.c | 19 ++- arch/arm/mach-omap1/mailbox.c | 29 ++-- arch/arm/mach-omap1/mux.c | 24 +++ arch/arm/mach-omap1/serial.c | 7 + arch/arm/mach-omap2/board-2430sdp.c | 13 +- arch/arm/mach-omap2/board-apollon.c | 3 +- arch/arm/mach-omap2/board-h4.c | 38 ++++- arch/arm/mach-omap2/board-ldp.c | 10 +- arch/arm/mach-omap2/board-overo.c | 7 +- arch/arm/mach-omap2/devices.c | 39 +++- arch/arm/mach-omap2/mailbox.c | 195 +++++++++++-------- arch/arm/plat-omap/Kconfig | 8 + arch/arm/plat-omap/dma.c | 28 +++- arch/arm/plat-omap/dmtimer.c | 26 +++ arch/arm/plat-omap/gpio.c | 109 +++++++++++- arch/arm/plat-omap/i2c.c | 104 +++++++++-- arch/arm/plat-omap/include/mach/board-2430sdp.h | 41 ---- arch/arm/plat-omap/include/mach/board-apollon.h | 46 ----- arch/arm/plat-omap/include/mach/board-fsample.h | 51 ----- arch/arm/plat-omap/include/mach/board-h4.h | 38 ---- arch/arm/plat-omap/include/mach/board-innovator.h | 52 ----- arch/arm/plat-omap/include/mach/board-ldp.h | 39 ---- arch/arm/plat-omap/include/mach/board-nokia.h | 54 ------ .../arm/plat-omap/include/mach/board-omap3beagle.h | 33 ---- arch/arm/plat-omap/include/mach/board-osk.h | 47 ----- arch/arm/plat-omap/include/mach/board-overo.h | 26 --- arch/arm/plat-omap/include/mach/board-palmte.h | 32 ---- arch/arm/plat-omap/include/mach/board-palmtt.h | 23 --- arch/arm/plat-omap/include/mach/board-palmz71.h | 26 --- arch/arm/plat-omap/include/mach/board-perseus2.h | 39 ---- arch/arm/plat-omap/include/mach/board-voiceblue.h | 1 - arch/arm/plat-omap/include/mach/board.h | 4 - arch/arm/plat-omap/include/mach/cpu.h | 35 +++- arch/arm/plat-omap/include/mach/gpio.h | 3 +- arch/arm/plat-omap/include/mach/hardware.h | 74 -------- arch/arm/plat-omap/include/mach/irqs.h | 83 ++++++++- arch/arm/plat-omap/include/mach/mailbox.h | 27 +++- arch/arm/plat-omap/include/mach/mux.h | 52 +++++- arch/arm/plat-omap/include/mach/omap34xx.h | 1 + arch/arm/plat-omap/include/mach/omap850.h | 102 ++++++++++ arch/arm/plat-omap/include/mach/system.h | 2 + arch/arm/plat-omap/include/mach/usb.h | 2 + arch/arm/plat-omap/mailbox.c | 152 ++++++++++++---- arch/arm/plat-omap/mailbox.h | 100 ---------- arch/arm/plat-omap/sram.c | 2 +- arch/arm/plat-omap/usb.c | 25 +-- 69 files changed, 1098 insertions(+), 978 deletions(-) rename arch/arm/{plat-omap/include/mach => mach-omap1}/board-h2.h (90%) rename arch/arm/{plat-omap/include/mach => mach-omap1}/board-h3.h (90%) delete mode 100644 arch/arm/plat-omap/include/mach/board-2430sdp.h delete mode 100644 arch/arm/plat-omap/include/mach/board-apollon.h delete mode 100644 arch/arm/plat-omap/include/mach/board-fsample.h delete mode 100644 arch/arm/plat-omap/include/mach/board-h4.h delete mode 100644 arch/arm/plat-omap/include/mach/board-innovator.h delete mode 100644 arch/arm/plat-omap/include/mach/board-ldp.h delete mode 100644 arch/arm/plat-omap/include/mach/board-nokia.h delete mode 100644 arch/arm/plat-omap/include/mach/board-omap3beagle.h delete mode 100644 arch/arm/plat-omap/include/mach/board-osk.h delete mode 100644 arch/arm/plat-omap/include/mach/board-overo.h delete mode 100644 arch/arm/plat-omap/include/mach/board-palmte.h delete mode 100644 arch/arm/plat-omap/include/mach/board-palmtt.h delete mode 100644 arch/arm/plat-omap/include/mach/board-palmz71.h delete mode 100644 arch/arm/plat-omap/include/mach/board-perseus2.h create mode 100644 arch/arm/plat-omap/include/mach/omap850.h delete mode 100644 arch/arm/plat-omap/mailbox.h Merging quilt/aoe $ git merge quilt/aoe Already up-to-date. Merging kmemleak/kmemleak $ git merge kmemleak/kmemleak Resolved 'Documentation/kernel-parameters.txt' using previous resolution. Resolved 'MAINTAINERS' using previous resolution. Resolved 'include/linux/percpu.h' using previous resolution. Resolved 'init/main.c' using previous resolution. Resolved 'kernel/module.c' using previous resolution. Resolved 'lib/Kconfig.debug' using previous resolution. Resolved 'mm/slob.c' using previous resolution. Resolved 'mm/vmalloc.c' using previous resolution. Auto-merging Documentation/kernel-parameters.txt CONFLICT (content): Merge conflict in Documentation/kernel-parameters.txt Auto-merging MAINTAINERS CONFLICT (content): Merge conflict in MAINTAINERS Auto-merging arch/arm/kernel/vmlinux.lds.S Auto-merging arch/x86/kernel/vmlinux_32.lds.S Auto-merging arch/x86/kernel/vmlinux_64.lds.S Auto-merging drivers/char/vt.c Auto-merging include/linux/percpu.h CONFLICT (content): Merge conflict in include/linux/percpu.h Auto-merging include/linux/slab.h Auto-merging init/main.c CONFLICT (content): Merge conflict in init/main.c Auto-merging kernel/module.c CONFLICT (content): Merge conflict in kernel/module.c Auto-merging lib/Kconfig.debug CONFLICT (content): Merge conflict in lib/Kconfig.debug Auto-merging mm/Makefile Auto-merging mm/page_alloc.c Auto-merging mm/slab.c Auto-merging mm/slob.c CONFLICT (content): Merge conflict in mm/slob.c Auto-merging mm/slub.c Auto-merging mm/vmalloc.c CONFLICT (content): Merge conflict in mm/vmalloc.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master ef44bb6] Merge commit 'kmemleak/kmemleak' $ git diff -M --stat --summary HEAD^.. Documentation/kernel-parameters.txt | 4 + Documentation/kmemleak.txt | 142 ++++ MAINTAINERS | 6 + arch/arm/kernel/vmlinux.lds.S | 2 + arch/x86/kernel/vmlinux_32.lds.S | 1 + arch/x86/kernel/vmlinux_64.lds.S | 1 + drivers/char/vt.c | 7 + include/linux/kmemleak.h | 96 +++ include/linux/percpu.h | 5 + include/linux/slab.h | 2 + init/main.c | 4 +- kernel/module.c | 56 ++ lib/Kconfig.debug | 33 + mm/Makefile | 2 + mm/kmemleak-test.c | 111 +++ mm/kmemleak.c | 1488 +++++++++++++++++++++++++++++++++++ mm/page_alloc.c | 11 + mm/slab.c | 32 +- mm/slob.c | 7 + mm/slub.c | 5 +- mm/vmalloc.c | 30 +- 21 files changed, 2038 insertions(+), 7 deletions(-) create mode 100644 Documentation/kmemleak.txt create mode 100644 include/linux/kmemleak.h create mode 100644 mm/kmemleak-test.c create mode 100644 mm/kmemleak.c Merging suspend/linux-next $ git merge suspend/linux-next Resolved 'drivers/xen/manage.c' using previous resolution. Auto-merging arch/x86/kernel/apm_32.c Auto-merging drivers/base/sys.c Auto-merging drivers/pci/pci-driver.c Auto-merging drivers/pci/pci.c Auto-merging drivers/xen/manage.c CONFLICT (content): Merge conflict in drivers/xen/manage.c Auto-merging include/linux/interrupt.h Auto-merging include/linux/irq.h Auto-merging kernel/irq/internals.h Auto-merging kernel/irq/manage.c Auto-merging kernel/kexec.c Auto-merging kernel/power/disk.c Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master a1532ca] Merge commit 'suspend/linux-next' $ git diff -M --stat --summary HEAD^.. arch/x86/kernel/apm_32.c | 15 +++- drivers/base/power/main.c | 20 +++--- drivers/base/sys.c | 8 ++ drivers/pci/pci-driver.c | 177 ++++++++++++++++++++++++++++----------------- drivers/pci/pci.c | 77 ++++---------------- drivers/pci/pci.h | 1 - drivers/xen/manage.c | 16 +++-- include/linux/interrupt.h | 9 +++ include/linux/irq.h | 1 + kernel/irq/Makefile | 1 + kernel/irq/internals.h | 2 + kernel/irq/manage.c | 31 ++++++-- kernel/irq/pm.c | 79 ++++++++++++++++++++ kernel/kexec.c | 19 +++--- kernel/power/disk.c | 138 ++++++++++++++++++++++-------------- kernel/power/main.c | 55 +++++++++------ 16 files changed, 410 insertions(+), 239 deletions(-) create mode 100644 kernel/irq/pm.c Merging quilt/driver-core $ git merge quilt/driver-core Resolved 'drivers/media/video/v4l2-device.c' using previous resolution. Resolved 'drivers/net/wimax/i2400m/usb-notif.c' using previous resolution. Resolved 'drivers/sh/maple/maple.c' using previous resolution. Auto-merging Documentation/kernel-parameters.txt Auto-merging drivers/base/power/main.c Auto-merging drivers/base/sys.c Auto-merging drivers/char/vt.c Auto-merging drivers/gpu/drm/drm_sysfs.c Auto-merging drivers/i2c/i2c-core.c Auto-merging drivers/ide/au1xxx-ide.c Auto-merging drivers/media/video/v4l2-device.c CONFLICT (content): Merge conflict in drivers/media/video/v4l2-device.c Auto-merging drivers/net/au1000_eth.c Auto-merging drivers/net/bmac.c Auto-merging drivers/net/cpmac.c Auto-merging drivers/net/ehea/ehea_main.c Auto-merging drivers/net/macb.c Auto-merging drivers/net/mv643xx_eth.c Auto-merging drivers/net/sb1250-mac.c Auto-merging drivers/net/smc91x.c Auto-merging drivers/net/smsc911x.c Auto-merging drivers/net/smsc9420.c Auto-merging drivers/net/tc35815.c Auto-merging drivers/net/wimax/i2400m/driver.c Auto-merging drivers/net/wimax/i2400m/usb-notif.c CONFLICT (content): Merge conflict in drivers/net/wimax/i2400m/usb-notif.c Auto-merging drivers/s390/cio/ccwgroup.c Auto-merging drivers/s390/cio/css.c Auto-merging drivers/s390/cio/device.c Auto-merging drivers/sh/maple/maple.c CONFLICT (content): Merge conflict in drivers/sh/maple/maple.c Auto-merging drivers/spi/omap2_mcspi.c Auto-merging drivers/spi/omap_uwire.c Auto-merging drivers/spi/pxa2xx_spi.c Auto-merging drivers/video/sh_mobile_lcdcfb.c Auto-merging fs/partitions/check.c Auto-merging include/asm-generic/vmlinux.lds.h Removing include/linux/dynamic_printk.h Auto-merging include/linux/kernel.h Auto-merging init/main.c Auto-merging kernel/module.c Auto-merging lib/Kconfig.debug Auto-merging lib/Makefile Removing lib/dynamic_printk.c Auto-merging lib/kobject_uevent.c Auto-merging net/netfilter/nf_conntrack_pptp.c Auto-merging scripts/Makefile.lib Automatic merge failed; fix conflicts and then commit the result. $ git commit -v -a [master 91acf06] Merge branch 'quilt/driver-core' $ git diff -M --stat --summary HEAD^.. Documentation/DocBook/uio-howto.tmpl | 29 +- Documentation/dynamic-debug-howto.txt | 240 ++++++++++ arch/mips/basler/excite/excite_iodev.c | 27 +- arch/powerpc/platforms/ps3/system-bus.c | 4 +- drivers/acpi/dock.c | 2 +- drivers/amba/bus.c | 4 +- drivers/base/base.h | 31 ++ drivers/base/bus.c | 44 ++- drivers/base/core.c | 108 +++-- drivers/base/dd.c | 40 +- drivers/base/driver.c | 15 +- drivers/base/firmware_class.c | 4 +- drivers/base/platform.c | 60 ++- drivers/base/power/main.c | 44 ++ drivers/base/power/power.h | 8 + drivers/base/sys.c | 54 ++-- drivers/block/floppy.c | 3 +- drivers/char/tpm/tpm_atmel.c | 28 +- drivers/char/tpm/tpm_tis.c | 28 +- drivers/dio/dio.c | 4 +- drivers/dma/dw_dmac.c | 2 +- drivers/edac/cell_edac.c | 2 +- drivers/edac/mpc85xx_edac.c | 2 +- drivers/edac/mv64x60_edac.c | 8 +- drivers/eisa/eisa-bus.c | 4 +- drivers/gpio/bt8xxgpio.c | 2 +- drivers/gpu/drm/drm_sysfs.c | 4 +- drivers/i2c/i2c-core.c | 2 +- drivers/ide/au1xxx-ide.c | 36 +- drivers/isdn/gigaset/ser-gigaset.c | 3 +- drivers/mca/mca-bus.c | 4 +- drivers/mfd/mcp-core.c | 2 +- drivers/mfd/ucb1x00-core.c | 2 +- drivers/mtd/maps/pxa2xx-flash.c | 37 +- drivers/mtd/nand/excite_nandflash.c | 25 +- drivers/mtd/nand/ndfc.c | 2 +- drivers/mtd/onenand/generic.c | 26 +- drivers/net/mipsnet.c | 26 +- drivers/pcmcia/au1000_generic.c | 37 +- drivers/pcmcia/i82365.c | 28 +- drivers/pcmcia/m32r_cfc.c | 30 +- drivers/pcmcia/m32r_pcc.c | 30 +- drivers/pcmcia/rsrc_mgr.c | 2 +- drivers/pcmcia/sa1100_generic.c | 38 ++- drivers/pcmcia/tcic.c | 30 +- drivers/pcmcia/vrc4171_card.c | 34 +- drivers/rapidio/rio-driver.c | 2 +- drivers/rtc/rtc-at91sam9.c | 4 +- drivers/rtc/rtc-omap.c | 4 +- drivers/rtc/rtc-twl4030.c | 2 +- drivers/s390/cio/ccwgroup.c | 5 +- drivers/s390/cio/chsc_sch.c | 4 +- drivers/s390/cio/css.c | 4 +- drivers/s390/cio/device.c | 13 +- drivers/s390/net/qeth_l3_main.c | 2 +- drivers/scsi/a4000t.c | 29 +- drivers/scsi/bvme6000_scsi.c | 29 +- drivers/scsi/mvme16x_scsi.c | 29 +- drivers/serial/sunzilog.c | 4 +- drivers/spi/atmel_spi.c | 8 +- drivers/spi/mpc52xx_psc_spi.c | 2 +- drivers/spi/omap2_mcspi.c | 2 +- drivers/spi/omap_uwire.c | 12 +- drivers/spi/orion_spi.c | 2 +- drivers/spi/pxa2xx_spi.c | 4 +- drivers/spi/spi_bfin5xx.c | 4 +- drivers/spi/spi_gpio.c | 2 +- drivers/spi/spi_imx.c | 5 +- drivers/spi/spi_mpc83xx.c | 4 +- drivers/spi/spi_txx9.c | 3 +- drivers/tc/tc.c | 8 +- drivers/uio/Kconfig | 18 + drivers/uio/Makefile | 1 + drivers/uio/uio.c | 25 +- drivers/uio/uio_aec.c | 175 +++++++ drivers/usb/gadget/ci13xxx_udc.c | 2 +- drivers/usb/gadget/imx_udc.c | 4 +- drivers/usb/host/fhci-dbg.c | 2 +- drivers/usb/host/fhci-hcd.c | 4 +- drivers/video/au1100fb.c | 31 +- drivers/video/au1200fb.c | 25 +- drivers/video/pmag-ba-fb.c | 17 +- drivers/video/pmagb-b-fb.c | 17 +- drivers/video/ps3fb.c | 2 +- drivers/video/sh_mobile_lcdcfb.c | 2 +- drivers/video/tmiofb.c | 2 +- drivers/watchdog/rm9k_wdt.c | 27 +- drivers/zorro/zorro.c | 4 +- fs/partitions/check.c | 10 +- fs/sysfs/bin.c | 184 +++++++- fs/sysfs/dir.c | 33 ++- fs/sysfs/file.c | 26 +- fs/sysfs/inode.c | 17 + fs/sysfs/mount.c | 6 +- fs/sysfs/sysfs.h | 3 + include/asm-generic/vmlinux.lds.h | 15 +- include/linux/device.h | 38 +- include/linux/dynamic_debug.h | 88 ++++ include/linux/dynamic_printk.h | 93 ---- include/linux/init.h | 1 + include/linux/kernel.h | 7 +- include/linux/kobject.h | 3 + include/linux/mod_devicetable.h | 9 + include/linux/platform_device.h | 7 + include/linux/pm.h | 11 + include/linux/uio_driver.h | 4 + init/main.c | 9 + kernel/module.c | 25 +- lib/Kconfig.debug | 74 ++-- lib/Makefile | 2 +- lib/dynamic_debug.c | 769 +++++++++++++++++++++++++++++++ lib/dynamic_printk.c | 414 ----------------- lib/kobject.c | 52 ++- lib/kobject_uevent.c | 9 +- net/bluetooth/hci_sysfs.c | 2 +- net/bluetooth/rfcomm/tty.c | 5 +- net/netfilter/nf_conntrack_pptp.c | 2 +- scripts/Makefile.lib | 2 +- scripts/mod/file2alias.c | 12 + 119 files changed, 2578 insertions(+), 1094 deletions(-) create mode 100644 Documentation/dynamic-debug-howto.txt create mode 100644 drivers/uio/uio_aec.c create mode 100644 include/linux/dynamic_debug.h delete mode 100644 include/linux/dynamic_printk.h create mode 100644 lib/dynamic_debug.c delete mode 100644 lib/dynamic_printk.c $ git am -3 ../patches/0001-acpi-update-thermal-for-bus_id-removal.patch Applying: acpi: update thermal for bus_id removal $ git reset HEAD^ drivers/acpi/thermal.c: locally modified $ git add . $ git commit -v -a --amend [master dd96abe] Merge branch 'quilt/driver-core' $ git am -3 ../patches/0001-net-update-dnet.c-for-bus_id-removal.patch Applying: net: update dnet.c for bus_id removal $ git reset HEAD^ drivers/net/dnet.c: locally modified $ git add . $ git commit -v -a --amend [master f11901b] Merge branch 'quilt/driver-core' Merging quilt/usb $ git merge quilt/usb Auto-merging drivers/usb/gadget/Kconfig Auto-merging drivers/usb/gadget/file_storage.c Auto-merging drivers/usb/gadget/gmidi.c Auto-merging drivers/usb/host/ohci-hcd.c Removing drivers/usb/misc/phidget.c Removing drivers/usb/misc/phidget.h Removing drivers/usb/misc/phidgetkit.c Removing drivers/usb/misc/phidgetmotorcontrol.c Removing drivers/usb/misc/phidgetservo.c Auto-merging drivers/usb/serial/Kconfig Removing drivers/usb/storage/alauda.h Removing drivers/usb/storage/datafab.h Removing drivers/usb/storage/jumpshot.h Removing drivers/usb/storage/karma.h Removing drivers/usb/storage/onetouch.h Removing drivers/usb/storage/sddr09.h Removing drivers/usb/storage/shuttle_usbat.h Auto-merging drivers/usb/storage/transport.c Auto-merging drivers/usb/wusbcore/security.c Merge made by recursive. Documentation/usb/usbmon.txt | 27 +- arch/arm/mach-s3c2410/usb-simtec.c | 3 +- .../mach => plat-s3c/include/plat}/usb-control.h | 6 +- drivers/block/ub.c | 11 +- drivers/usb/Makefile | 1 + drivers/usb/class/usblp.c | 11 +- drivers/usb/core/devices.c | 2 +- drivers/usb/core/devio.c | 21 +- drivers/usb/core/endpoint.c | 9 +- drivers/usb/core/hcd.c | 33 +- drivers/usb/core/hub.c | 34 +- drivers/usb/core/message.c | 8 +- drivers/usb/core/urb.c | 4 +- drivers/usb/gadget/Kconfig | 1 + drivers/usb/gadget/amd5536udc.c | 2 +- drivers/usb/gadget/atmel_usba_udc.c | 20 +- drivers/usb/gadget/cdc2.c | 8 +- drivers/usb/gadget/ci13xxx_udc.c | 1 - drivers/usb/gadget/composite.c | 13 +- drivers/usb/gadget/dummy_hcd.c | 4 +- drivers/usb/gadget/epautoconf.c | 2 +- drivers/usb/gadget/ether.c | 8 +- drivers/usb/gadget/f_acm.c | 10 +- drivers/usb/gadget/f_ecm.c | 16 +- drivers/usb/gadget/f_loopback.c | 10 +- drivers/usb/gadget/f_obex.c | 8 +- drivers/usb/gadget/f_phonet.c | 8 +- drivers/usb/gadget/f_rndis.c | 10 +- drivers/usb/gadget/f_serial.c | 4 +- drivers/usb/gadget/f_sourcesink.c | 56 +-- drivers/usb/gadget/f_subset.c | 14 +- drivers/usb/gadget/file_storage.c | 22 +- drivers/usb/gadget/fsl_usb2_udc.c | 8 +- drivers/usb/gadget/g_zero.h | 4 +- drivers/usb/gadget/gmidi.c | 16 +- drivers/usb/gadget/goku_udc.c | 8 +- drivers/usb/gadget/imx_udc.c | 244 ++++--- drivers/usb/gadget/imx_udc.h | 49 +- drivers/usb/gadget/inode.c | 4 +- drivers/usb/gadget/lh7a40x_udc.c | 16 +- drivers/usb/gadget/net2280.c | 16 +- drivers/usb/gadget/printer.c | 18 +- drivers/usb/gadget/pxa27x_udc.c | 272 ++++++-- drivers/usb/gadget/pxa27x_udc.h | 10 + drivers/usb/gadget/serial.c | 12 +- drivers/usb/gadget/u_serial.c | 2 +- drivers/usb/gadget/zero.c | 78 ++- drivers/usb/host/Kconfig | 7 +- drivers/usb/host/ehci-hcd.c | 36 + drivers/usb/host/ehci-q.c | 32 + drivers/usb/host/ehci-sched.c | 2 +- drivers/usb/host/ehci.h | 39 +- drivers/usb/host/hwa-hc.c | 3 +- drivers/usb/host/isp116x-hcd.c | 2 +- drivers/usb/host/isp116x.h | 8 +- drivers/usb/host/isp1760-hcd.c | 11 +- drivers/usb/host/isp1760-hcd.h | 7 +- drivers/usb/host/isp1760-if.c | 95 +++- drivers/usb/host/ohci-hcd.c | 2 +- drivers/usb/host/ohci-s3c2410.c | 6 +- drivers/usb/host/oxu210hp-hcd.c | 24 +- drivers/usb/host/oxu210hp.h | 8 +- drivers/usb/host/pci-quirks.c | 2 +- drivers/usb/host/r8a66597-hcd.c | 118 +++- drivers/usb/host/r8a66597.h | 2 + drivers/usb/host/sl811-hcd.c | 4 +- drivers/usb/host/uhci-debug.c | 4 +- drivers/usb/host/uhci-hcd.h | 10 +- drivers/usb/host/uhci-q.c | 21 +- drivers/usb/image/mdc800.c | 8 +- drivers/usb/misc/Kconfig | 39 - drivers/usb/misc/Makefile | 4 - drivers/usb/misc/ftdi-elan.c | 6 +- drivers/usb/misc/phidget.c | 43 -- drivers/usb/misc/phidget.h | 12 - drivers/usb/misc/phidgetkit.c | 740 -------------------- drivers/usb/misc/phidgetmotorcontrol.c | 465 ------------ drivers/usb/misc/phidgetservo.c | 375 ---------- drivers/usb/mon/mon_bin.c | 142 +++- drivers/usb/musb/Kconfig | 6 +- drivers/usb/musb/davinci.c | 63 ++- drivers/usb/musb/davinci.h | 23 +- drivers/usb/musb/musb_core.c | 2 +- drivers/usb/musb/musb_core.h | 5 +- drivers/usb/musb/musb_host.c | 140 +++-- drivers/usb/musb/musb_virthub.c | 2 +- drivers/usb/otg/Kconfig | 10 +- drivers/usb/otg/Makefile | 1 + drivers/usb/otg/gpio_vbus.c | 42 +- drivers/usb/otg/nop-usb-xceiv.c | 180 +++++ drivers/usb/otg/twl4030-usb.c | 73 ++- drivers/usb/serial/Kconfig | 28 +- drivers/usb/serial/Makefile | 4 +- drivers/usb/serial/ch341.c | 396 +++++++++-- drivers/usb/serial/{cp2101.c => cp210x.c} | 161 +++-- drivers/usb/serial/ftdi_sio.c | 29 +- drivers/usb/serial/generic.c | 9 +- drivers/usb/serial/ipaq.c | 43 +- drivers/usb/serial/keyspan.c | 2 +- drivers/usb/serial/opticon.c | 215 ++++++- drivers/usb/serial/option.c | 86 +++- drivers/usb/serial/qcserial.c | 145 ++++ drivers/usb/serial/symbolserial.c | 399 +++++++++++ drivers/usb/serial/usb-serial.c | 20 +- drivers/usb/storage/Kconfig | 48 +- drivers/usb/storage/Makefile | 41 +- drivers/usb/storage/alauda.c | 192 +++++- drivers/usb/storage/alauda.h | 100 --- drivers/usb/storage/cypress_atacb.c | 106 +++- drivers/usb/storage/datafab.c | 104 +++- drivers/usb/storage/datafab.h | 40 -- drivers/usb/storage/freecom.c | 99 +++- drivers/usb/storage/isd200.c | 97 +++- drivers/usb/storage/jumpshot.c | 103 +++- drivers/usb/storage/jumpshot.h | 39 - drivers/usb/storage/karma.c | 100 +++- drivers/usb/storage/karma.h | 7 - drivers/usb/storage/libusual.c | 33 +- drivers/usb/storage/onetouch.c | 94 +++- drivers/usb/storage/onetouch.h | 9 - drivers/usb/storage/protocol.c | 3 + drivers/usb/storage/scsiglue.c | 2 +- drivers/usb/storage/sddr09.c | 147 ++++- drivers/usb/storage/sddr09.h | 38 - drivers/usb/storage/sddr55.c | 99 +++- drivers/usb/storage/shuttle_usbat.c | 202 +++++- drivers/usb/storage/shuttle_usbat.h | 123 ---- drivers/usb/storage/transport.c | 10 + .../usb/storage/{freecom.h => unusual_alauda.h} | 29 +- .../usb/storage/{sddr55.h => unusual_cypress.h} | 28 +- drivers/usb/storage/unusual_datafab.h | 98 +++ drivers/usb/storage/unusual_devs.h | 307 +-------- .../storage/{cypress_atacb.h => unusual_freecom.h} | 19 +- drivers/usb/storage/unusual_isd200.h | 57 ++ .../usb/storage/{sddr55.h => unusual_jumpshot.h} | 23 +- drivers/usb/storage/{isd200.h => unusual_karma.h} | 21 +- .../usb/storage/{sddr55.h => unusual_onetouch.h} | 30 +- drivers/usb/storage/unusual_sddr09.h | 56 ++ drivers/usb/storage/unusual_sddr55.h | 44 ++ drivers/usb/storage/unusual_usbat.h | 43 ++ drivers/usb/storage/usb.c | 344 +++------ drivers/usb/storage/usb.h | 21 + drivers/usb/storage/usual-tables.c | 116 +++ drivers/usb/usb-skeleton.c | 6 +- drivers/usb/wusbcore/cbaf.c | 3 +- drivers/usb/wusbcore/devconnect.c | 2 + drivers/usb/wusbcore/security.c | 2 + include/linux/usb.h | 184 +----- include/linux/usb/ch9.h | 183 +++++- include/linux/usb/composite.h | 8 + include/linux/usb/gadget.h | 6 +- include/linux/usb/otg.h | 8 + include/linux/usb/serial.h | 3 +- include/linux/usb_usual.h | 21 +- 154 files changed, 5153 insertions(+), 3850 deletions(-) rename arch/arm/{mach-s3c2410/include/mach => plat-s3c/include/plat}/usb-control.h (84%) delete mode 100644 drivers/usb/misc/phidget.c delete mode 100644 drivers/usb/misc/phidget.h delete mode 100644 drivers/usb/misc/phidgetkit.c delete mode 100644 drivers/usb/misc/phidgetmotorcontrol.c delete mode 100644 drivers/usb/misc/phidgetservo.c create mode 100644 drivers/usb/otg/nop-usb-xceiv.c rename drivers/usb/serial/{cp2101.c => cp210x.c} (85%) create mode 100644 drivers/usb/serial/qcserial.c create mode 100644 drivers/usb/serial/symbolserial.c delete mode 100644 drivers/usb/storage/alauda.h delete mode 100644 drivers/usb/storage/datafab.h delete mode 100644 drivers/usb/storage/jumpshot.h delete mode 100644 drivers/usb/storage/karma.h delete mode 100644 drivers/usb/storage/onetouch.h delete mode 100644 drivers/usb/storage/sddr09.h delete mode 100644 drivers/usb/storage/shuttle_usbat.h rename drivers/usb/storage/{freecom.h => unusual_alauda.h} (60%) copy drivers/usb/storage/{sddr55.h => unusual_cypress.h} (54%) create mode 100644 drivers/usb/storage/unusual_datafab.h rename drivers/usb/storage/{cypress_atacb.h => unusual_freecom.h} (68%) create mode 100644 drivers/usb/storage/unusual_isd200.h copy drivers/usb/storage/{sddr55.h => unusual_jumpshot.h} (63%) rename drivers/usb/storage/{isd200.h => unusual_karma.h} (63%) rename drivers/usb/storage/{sddr55.h => unusual_onetouch.h} (52%) create mode 100644 drivers/usb/storage/unusual_sddr09.h create mode 100644 drivers/usb/storage/unusual_sddr55.h create mode 100644 drivers/usb/storage/unusual_usbat.h create mode 100644 drivers/usb/storage/usual-tables.c Merging quilt/staging $ git merge quilt/staging Auto-merging drivers/staging/Kconfig Auto-merging drivers/staging/comedi/Kconfig Removing drivers/staging/frontier/frontier_compat.h Removing drivers/staging/frontier/surface_sysfs.h Auto-merging drivers/staging/otus/hal/hpmain.c Removing drivers/staging/slicoss/gbdownload.h Removing drivers/staging/slicoss/gbrcvucode.h Removing drivers/staging/slicoss/oasisdbgdownload.h Removing drivers/staging/slicoss/oasisdownload.h Removing drivers/staging/slicoss/oasisrcvucode.h Removing drivers/staging/slicoss/slic_os.h Removing drivers/staging/slicoss/slicbuild.h Removing drivers/staging/slicoss/slicdbg.h Removing drivers/staging/slicoss/slicdump.h Removing drivers/staging/slicoss/slicinc.h Removing drivers/staging/sxg/saharadbgdownload.h Removing drivers/staging/sxg/sxgphycode.h Removing drivers/staging/winbond/bss_f.h Removing drivers/staging/winbond/bssdscpt.h Removing drivers/staging/winbond/common.h Removing drivers/staging/winbond/ds_tkip.h Removing drivers/staging/winbond/gl_80211.h Removing drivers/staging/winbond/ioctls.h Removing drivers/staging/winbond/mlme_mib.h Removing drivers/staging/winbond/mto_f.h Removing drivers/staging/winbond/os_common.h Removing drivers/staging/winbond/sme_s.h Removing drivers/staging/winbond/wb35_ver.h Removing drivers/staging/wlan-ng/p80211metamib.h Removing drivers/staging/wlan-ng/p80211metamsg.h Removing drivers/staging/wlan-ng/wlan_compat.h Auto-merging firmware/Makefile Auto-merging firmware/WHENCE Auto-merging include/linux/connector.h Auto-merging mm/filemap.c Merge made by recursive. .../filesystems/pohmelfs/design_notes.txt | 70 + Documentation/filesystems/pohmelfs/info.txt | 86 + .../filesystems/pohmelfs/network_protocol.txt | 227 + drivers/staging/Kconfig | 20 + drivers/staging/Makefile | 10 + drivers/staging/agnx/agnx.h | 14 +- drivers/staging/agnx/debug.h | 21 +- drivers/staging/agnx/pci.c | 75 +- drivers/staging/agnx/phy.c | 32 +- drivers/staging/agnx/rf.c | 23 +- drivers/staging/agnx/sta.c | 21 +- drivers/staging/agnx/sta.h | 2 +- drivers/staging/agnx/table.c | 12 +- drivers/staging/agnx/xmit.c | 216 +- drivers/staging/altpciechdma/altpciechdma.c | 80 +- drivers/staging/android/binder.c | 18 +- drivers/staging/android/ram_console.c | 8 +- drivers/staging/asus_oled/asus_oled.c | 149 +- drivers/staging/at76_usb/TODO | 9 +- drivers/staging/at76_usb/at76_usb.c | 21 +- drivers/staging/at76_usb/at76_usb.h | 87 + drivers/staging/b3dfg/Kconfig | 9 + drivers/staging/b3dfg/Makefile | 1 + drivers/staging/b3dfg/TODO | 4 + drivers/staging/b3dfg/b3dfg.c | 1119 +++ drivers/staging/comedi/Kconfig | 14 + drivers/staging/comedi/comedi.h | 83 +- drivers/staging/comedi/comedi_compat32.c | 128 +- drivers/staging/comedi/comedi_fops.c | 293 +- drivers/staging/comedi/comedi_fops.h | 1 + drivers/staging/comedi/comedi_ksyms.c | 12 +- drivers/staging/comedi/comedi_rt.h | 9 +- drivers/staging/comedi/comedidev.h | 202 +- drivers/staging/comedi/comedilib.h | 114 +- drivers/staging/comedi/drivers.c | 187 +- drivers/staging/comedi/drivers/8253.h | 420 + drivers/staging/comedi/drivers/8255.c | 442 + drivers/staging/comedi/drivers/8255.h | 57 + drivers/staging/comedi/drivers/Makefile | 113 +- drivers/staging/comedi/drivers/acl7225b.c | 149 + .../comedi/drivers/addi-data/APCI1710_82x54.c | 1047 +++ .../comedi/drivers/addi-data/APCI1710_82x54.h | 73 + .../comedi/drivers/addi-data/APCI1710_Chrono.c | 2032 +++++ .../comedi/drivers/addi-data/APCI1710_Chrono.h | 74 + .../comedi/drivers/addi-data/APCI1710_Dig_io.c | 1020 +++ .../comedi/drivers/addi-data/APCI1710_Dig_io.h | 46 + .../comedi/drivers/addi-data/APCI1710_INCCPT.c | 5363 ++++++++++++ .../comedi/drivers/addi-data/APCI1710_INCCPT.h | 271 + .../comedi/drivers/addi-data/APCI1710_Inp_cpt.c | 861 ++ .../comedi/drivers/addi-data/APCI1710_Inp_cpt.h | 47 + .../comedi/drivers/addi-data/APCI1710_Pwm.c | 3588 ++++++++ .../comedi/drivers/addi-data/APCI1710_Pwm.h | 76 + .../comedi/drivers/addi-data/APCI1710_Ssi.c | 848 ++ .../comedi/drivers/addi-data/APCI1710_Ssi.h | 43 + .../comedi/drivers/addi-data/APCI1710_Tor.c | 2049 +++++ .../comedi/drivers/addi-data/APCI1710_Tor.h | 57 + .../comedi/drivers/addi-data/APCI1710_Ttl.c | 1038 +++ .../comedi/drivers/addi-data/APCI1710_Ttl.h | 44 + .../comedi/drivers/addi-data/addi_amcc_S5920.c | 203 + .../comedi/drivers/addi-data/addi_amcc_S5920.h | 27 + .../comedi/drivers/addi-data/addi_amcc_s5933.h | 476 + .../staging/comedi/drivers/addi-data/addi_common.c | 3062 +++++++ .../staging/comedi/drivers/addi-data/addi_common.h | 462 + .../staging/comedi/drivers/addi-data/addi_eeprom.c | 1158 +++ .../comedi/drivers/addi-data/amcc_s5933_58.h | 457 + .../comedi/drivers/addi-data/hwdrv_APCI1710.c | 1265 +++ .../comedi/drivers/addi-data/hwdrv_APCI1710.h | 71 + .../comedi/drivers/addi-data/hwdrv_apci035.c | 600 ++ .../comedi/drivers/addi-data/hwdrv_apci035.h | 123 + .../comedi/drivers/addi-data/hwdrv_apci1032.c | 285 + .../comedi/drivers/addi-data/hwdrv_apci1032.h | 63 + .../comedi/drivers/addi-data/hwdrv_apci1500.c | 3045 +++++++ .../comedi/drivers/addi-data/hwdrv_apci1500.h | 165 + .../comedi/drivers/addi-data/hwdrv_apci1516.c | 542 ++ .../comedi/drivers/addi-data/hwdrv_apci1516.h | 64 + .../comedi/drivers/addi-data/hwdrv_apci1564.c | 1105 +++ .../comedi/drivers/addi-data/hwdrv_apci1564.h | 119 + .../comedi/drivers/addi-data/hwdrv_apci16xx.c | 780 ++ .../comedi/drivers/addi-data/hwdrv_apci16xx.h | 94 + .../comedi/drivers/addi-data/hwdrv_apci2016.c | 460 + .../comedi/drivers/addi-data/hwdrv_apci2016.h | 70 + .../comedi/drivers/addi-data/hwdrv_apci2032.c | 579 ++ .../comedi/drivers/addi-data/hwdrv_apci2032.h | 81 + .../comedi/drivers/addi-data/hwdrv_apci2200.c | 549 ++ .../comedi/drivers/addi-data/hwdrv_apci2200.h | 61 + .../comedi/drivers/addi-data/hwdrv_apci3120.c | 2697 ++++++ .../comedi/drivers/addi-data/hwdrv_apci3120.h | 241 + .../comedi/drivers/addi-data/hwdrv_apci3200.c | 3642 ++++++++ .../comedi/drivers/addi-data/hwdrv_apci3200.h | 187 + .../comedi/drivers/addi-data/hwdrv_apci3501.c | 742 ++ .../comedi/drivers/addi-data/hwdrv_apci3501.h | 94 + .../comedi/drivers/addi-data/hwdrv_apci3xxx.c | 1691 ++++ .../comedi/drivers/addi-data/hwdrv_apci3xxx.h | 62 + drivers/staging/comedi/drivers/addi_apci_035.c | 5 + drivers/staging/comedi/drivers/addi_apci_1032.c | 3 + drivers/staging/comedi/drivers/addi_apci_1500.c | 3 + drivers/staging/comedi/drivers/addi_apci_1516.c | 3 + drivers/staging/comedi/drivers/addi_apci_1564.c | 3 + drivers/staging/comedi/drivers/addi_apci_16xx.c | 3 + drivers/staging/comedi/drivers/addi_apci_1710.c | 3 + drivers/staging/comedi/drivers/addi_apci_2016.c | 3 + drivers/staging/comedi/drivers/addi_apci_2032.c | 3 + drivers/staging/comedi/drivers/addi_apci_2200.c | 3 + drivers/staging/comedi/drivers/addi_apci_3001.c | 3 + drivers/staging/comedi/drivers/addi_apci_3120.c | 3 + drivers/staging/comedi/drivers/addi_apci_3200.c | 3 + drivers/staging/comedi/drivers/addi_apci_3300.c | 3 + drivers/staging/comedi/drivers/addi_apci_3501.c | 3 + drivers/staging/comedi/drivers/addi_apci_3xxx.c | 3 + drivers/staging/comedi/drivers/addi_apci_all.c | 18 + drivers/staging/comedi/drivers/adl_pci6208.c | 391 + drivers/staging/comedi/drivers/adl_pci7296.c | 174 + drivers/staging/comedi/drivers/adl_pci7432.c | 202 + drivers/staging/comedi/drivers/adl_pci8164.c | 512 ++ drivers/staging/comedi/drivers/adl_pci9111.c | 1391 +++ drivers/staging/comedi/drivers/adl_pci9118.c | 2100 +++++ drivers/staging/comedi/drivers/adq12b.c | 394 + drivers/staging/comedi/drivers/adv_pci1710.c | 1568 ++++ drivers/staging/comedi/drivers/adv_pci1723.c | 465 + drivers/staging/comedi/drivers/adv_pci_dio.c | 1077 +++ drivers/staging/comedi/drivers/aio_aio12_8.c | 226 + drivers/staging/comedi/drivers/aio_iiro_16.c | 177 + drivers/staging/comedi/drivers/am9513.h | 79 + drivers/staging/comedi/drivers/amcc_s5933.h | 172 + drivers/staging/comedi/drivers/amplc_dio200.c | 1483 ++++ drivers/staging/comedi/drivers/amplc_pc236.c | 654 ++ drivers/staging/comedi/drivers/amplc_pc263.c | 431 + drivers/staging/comedi/drivers/amplc_pci224.c | 1545 ++++ drivers/staging/comedi/drivers/amplc_pci230.c | 2977 +++++++ drivers/staging/comedi/drivers/c6xdigio.c | 517 ++ drivers/staging/comedi/drivers/cb_das16_cs.c | 976 +++ drivers/staging/comedi/drivers/cb_pcidas.c | 1831 ++++ drivers/staging/comedi/drivers/cb_pcidas64.c | 4222 +++++++++ drivers/staging/comedi/drivers/cb_pcidda.c | 841 ++ drivers/staging/comedi/drivers/cb_pcidio.c | 294 + drivers/staging/comedi/drivers/cb_pcimdas.c | 484 ++ drivers/staging/comedi/drivers/cb_pcimdda.c | 474 + drivers/staging/comedi/drivers/comedi_bond.c | 56 +- drivers/staging/comedi/drivers/comedi_fc.c | 14 +- drivers/staging/comedi/drivers/comedi_fc.h | 18 +- drivers/staging/comedi/drivers/comedi_parport.c | 44 +- drivers/staging/comedi/drivers/comedi_rt_timer.c | 728 ++ drivers/staging/comedi/drivers/comedi_test.c | 80 +- drivers/staging/comedi/drivers/contec_pci_dio.c | 230 + drivers/staging/comedi/drivers/daqboard2000.c | 877 ++ drivers/staging/comedi/drivers/das08.c | 1068 +++ drivers/staging/comedi/drivers/das08.h | 78 + drivers/staging/comedi/drivers/das08_cs.c | 488 ++ drivers/staging/comedi/drivers/das16.c | 1730 ++++ drivers/staging/comedi/drivers/das16m1.c | 765 ++ drivers/staging/comedi/drivers/das1800.c | 1758 ++++ drivers/staging/comedi/drivers/das6402.c | 354 + drivers/staging/comedi/drivers/das800.c | 894 ++ drivers/staging/comedi/drivers/dmm32at.c | 1081 +++ drivers/staging/comedi/drivers/dt2801.c | 697 ++ drivers/staging/comedi/drivers/dt2811.c | 604 ++ drivers/staging/comedi/drivers/dt2814.c | 383 + drivers/staging/comedi/drivers/dt2815.c | 264 + drivers/staging/comedi/drivers/dt2817.c | 178 + drivers/staging/comedi/drivers/dt282x.c | 1471 ++++ drivers/staging/comedi/drivers/dt3000.c | 983 +++ drivers/staging/comedi/drivers/dt9812.c | 40 +- drivers/staging/comedi/drivers/fl512.c | 186 + drivers/staging/comedi/drivers/gsc_hpdi.c | 1060 +++ drivers/staging/comedi/drivers/icp_multi.c | 392 +- drivers/staging/comedi/drivers/icp_multi.h | 19 +- drivers/staging/comedi/drivers/ii_pci20kc.c | 612 ++ drivers/staging/comedi/drivers/jr3_pci.c | 976 +++ drivers/staging/comedi/drivers/jr3_pci.h | 681 ++ drivers/staging/comedi/drivers/ke_counter.c | 254 + drivers/staging/comedi/drivers/me4000.c | 296 +- drivers/staging/comedi/drivers/me4000.h | 268 +- drivers/staging/comedi/drivers/me_daq.c | 55 +- drivers/staging/comedi/drivers/mite.c | 63 +- drivers/staging/comedi/drivers/mite.h | 68 +- drivers/staging/comedi/drivers/mpc624.c | 386 + drivers/staging/comedi/drivers/mpc8260cpm.c | 169 + drivers/staging/comedi/drivers/multiq3.c | 333 + drivers/staging/comedi/drivers/ni_6527.c | 489 ++ drivers/staging/comedi/drivers/ni_65xx.c | 809 ++ drivers/staging/comedi/drivers/ni_660x.c | 1324 +++ drivers/staging/comedi/drivers/ni_670x.c | 337 + drivers/staging/comedi/drivers/ni_at_a2150.c | 909 ++ drivers/staging/comedi/drivers/ni_at_ao.c | 454 + drivers/staging/comedi/drivers/ni_atmio.c | 513 ++ drivers/staging/comedi/drivers/ni_atmio16d.c | 860 ++ drivers/staging/comedi/drivers/ni_daq_700.c | 841 ++ drivers/staging/comedi/drivers/ni_daq_dio24.c | 598 ++ drivers/staging/comedi/drivers/ni_labpc.c | 2005 +++++ drivers/staging/comedi/drivers/ni_labpc.h | 85 + drivers/staging/comedi/drivers/ni_labpc_cs.c | 573 ++ drivers/staging/comedi/drivers/ni_mio_common.c | 5862 +++++++++++++ drivers/staging/comedi/drivers/ni_mio_cs.c | 551 ++ drivers/staging/comedi/drivers/ni_pcidio.c | 1302 +++ drivers/staging/comedi/drivers/ni_pcimio.c | 1788 ++++ drivers/staging/comedi/drivers/ni_stc.h | 1498 ++++ drivers/staging/comedi/drivers/ni_tio.c | 1691 ++++ drivers/staging/comedi/drivers/ni_tio.h | 163 + drivers/staging/comedi/drivers/ni_tio_internal.h | 774 ++ drivers/staging/comedi/drivers/ni_tiocmd.c | 523 ++ drivers/staging/comedi/drivers/pcl711.c | 623 ++ drivers/staging/comedi/drivers/pcl724.c | 222 + drivers/staging/comedi/drivers/pcl725.c | 111 + drivers/staging/comedi/drivers/pcl726.c | 377 + drivers/staging/comedi/drivers/pcl730.c | 168 + drivers/staging/comedi/drivers/pcl812.c | 1605 ++++ drivers/staging/comedi/drivers/pcl816.c | 1251 +++ drivers/staging/comedi/drivers/pcl818.c | 1988 +++++ drivers/staging/comedi/drivers/pcm3724.c | 307 + drivers/staging/comedi/drivers/pcm3730.c | 152 + drivers/staging/comedi/drivers/pcmad.c | 173 + drivers/staging/comedi/drivers/pcmda12.c | 306 + drivers/staging/comedi/drivers/pcmmio.c | 1333 +++ drivers/staging/comedi/drivers/pcmuio.c | 1101 +++ drivers/staging/comedi/drivers/plx9052.h | 86 + drivers/staging/comedi/drivers/plx9080.h | 80 +- drivers/staging/comedi/drivers/poc.c | 247 + drivers/staging/comedi/drivers/quatech_daqp_cs.c | 1363 +++ drivers/staging/comedi/drivers/rtd520.c | 277 +- drivers/staging/comedi/drivers/rtd520.h | 676 +- drivers/staging/comedi/drivers/rti800.c | 458 + drivers/staging/comedi/drivers/rti802.c | 151 + drivers/staging/comedi/drivers/s526.c | 977 +++ drivers/staging/comedi/drivers/s626.c | 2538 +++--- drivers/staging/comedi/drivers/s626.h | 1226 ++-- drivers/staging/comedi/drivers/serial2002.c | 870 ++ drivers/staging/comedi/drivers/skel.c | 624 ++ drivers/staging/comedi/drivers/ssv_dnp.c | 311 + drivers/staging/comedi/drivers/unioxx5.c | 515 ++ drivers/staging/comedi/drivers/usbdux.c | 304 +- drivers/staging/comedi/drivers/usbduxfast.c | 2028 +++-- drivers/staging/comedi/interrupt.h | 9 - drivers/staging/comedi/kcomedilib/data.c | 22 +- drivers/staging/comedi/kcomedilib/dio.c | 18 +- drivers/staging/comedi/kcomedilib/get.c | 132 +- .../staging/comedi/kcomedilib/kcomedilib_main.c | 138 +- drivers/staging/comedi/kcomedilib/ksyms.c | 4 - drivers/staging/comedi/pci_ids.h | 2 +- drivers/staging/comedi/proc.c | 17 +- drivers/staging/comedi/range.c | 35 +- drivers/staging/comedi/rt.c | 29 +- drivers/staging/comedi/rt_pend_tq.c | 8 +- drivers/staging/dst/Kconfig | 67 + drivers/staging/dst/Makefile | 3 + drivers/staging/dst/crypto.c | 731 ++ drivers/staging/dst/dcore.c | 995 +++ drivers/staging/dst/export.c | 657 ++ drivers/staging/dst/state.c | 839 ++ drivers/staging/dst/thread_pool.c | 345 + drivers/staging/dst/trans.c | 335 + drivers/staging/echo/bit_operations.h | 30 +- drivers/staging/echo/echo.c | 42 +- drivers/staging/echo/echo.h | 2 - drivers/staging/echo/fir.h | 28 +- drivers/staging/echo/mmx.h | 408 +- drivers/staging/et131x/et1310_rx.c | 3 +- drivers/staging/frontier/README | 53 +- drivers/staging/frontier/alphatrack.c | 383 +- drivers/staging/frontier/alphatrack.h | 80 +- drivers/staging/frontier/frontier_compat.h | 63 - drivers/staging/frontier/surface_sysfs.h | 100 - drivers/staging/frontier/tranzport.c | 685 +- drivers/staging/go7007/go7007-v4l2.c | 1 - drivers/staging/go7007/s2250-board.c | 7 +- drivers/staging/heci/Kconfig | 6 + drivers/staging/heci/Makefile | 9 + drivers/staging/heci/TODO | 6 + drivers/staging/heci/heci.h | 176 + drivers/staging/heci/heci_data_structures.h | 530 ++ drivers/staging/heci/heci_init.c | 1077 +++ drivers/staging/heci/heci_interface.c | 485 ++ drivers/staging/heci/heci_interface.h | 170 + drivers/staging/heci/heci_main.c | 1564 ++++ drivers/staging/heci/heci_version.h | 54 + drivers/staging/heci/interrupt.c | 1553 ++++ drivers/staging/heci/io_heci.c | 847 ++ drivers/staging/line6/Kconfig | 21 + drivers/staging/line6/Makefile | 15 + drivers/staging/line6/audio.c | 72 + drivers/staging/line6/audio.h | 24 + drivers/staging/line6/capture.c | 372 + drivers/staging/line6/capture.h | 32 + drivers/staging/line6/config.h | 48 + drivers/staging/line6/control.c | 840 ++ drivers/staging/line6/control.h | 187 + drivers/staging/line6/driver.c | 1102 +++ drivers/staging/line6/driver.h | 204 + drivers/staging/line6/dumprequest.c | 151 + drivers/staging/line6/dumprequest.h | 90 + drivers/staging/line6/midi.c | 422 + drivers/staging/line6/midi.h | 87 + drivers/staging/line6/midibuf.c | 262 + drivers/staging/line6/midibuf.h | 39 + drivers/staging/line6/pcm.c | 301 + drivers/staging/line6/pcm.h | 222 + drivers/staging/line6/playback.c | 427 + drivers/staging/line6/playback.h | 30 + drivers/staging/line6/pod.c | 1151 +++ drivers/staging/line6/pod.h | 204 + drivers/staging/line6/revision.h | 4 + drivers/staging/line6/toneport.c | 241 + drivers/staging/line6/toneport.h | 45 + drivers/staging/line6/usbdefs.h | 74 + drivers/staging/line6/variax.c | 546 ++ drivers/staging/line6/variax.h | 108 + drivers/staging/me4000/me4000.c | 193 +- drivers/staging/meilhaus/me0600_device.c | 4 +- drivers/staging/meilhaus/me0600_dio.c | 18 +- drivers/staging/meilhaus/me0600_ext_irq.c | 8 +- drivers/staging/meilhaus/me0600_optoi.c | 14 +- drivers/staging/meilhaus/me0600_relay.c | 14 +- drivers/staging/meilhaus/me0600_ttli.c | 12 +- drivers/staging/meilhaus/me0900_device.c | 4 +- drivers/staging/meilhaus/me0900_di.c | 12 +- drivers/staging/meilhaus/me0900_do.c | 14 +- drivers/staging/meilhaus/me1000_device.c | 8 +- drivers/staging/meilhaus/me1000_dio.c | 4 +- drivers/staging/meilhaus/me1400_device.c | 4 +- drivers/staging/meilhaus/me1400_ext_irq.c | 7 +- drivers/staging/meilhaus/me1600_ao.c | 70 +- drivers/staging/meilhaus/me1600_ao.h | 4 - drivers/staging/meilhaus/me1600_device.c | 8 +- drivers/staging/meilhaus/me4600_ai.c | 157 +- drivers/staging/meilhaus/me4600_ai.h | 4 - drivers/staging/meilhaus/me4600_ao.c | 191 +- drivers/staging/meilhaus/me4600_ao.h | 4 - drivers/staging/meilhaus/me4600_device.c | 4 +- drivers/staging/meilhaus/me4600_di.c | 14 +- drivers/staging/meilhaus/me4600_dio.c | 16 +- drivers/staging/meilhaus/me4600_do.c | 16 +- drivers/staging/meilhaus/me4600_ext_irq.c | 21 +- drivers/staging/meilhaus/me6000_ao.c | 146 +- drivers/staging/meilhaus/me6000_ao.h | 4 - drivers/staging/meilhaus/me6000_device.c | 4 +- drivers/staging/meilhaus/me6000_dio.c | 16 +- drivers/staging/meilhaus/me8100_device.c | 4 +- drivers/staging/meilhaus/me8100_di.c | 24 +- drivers/staging/meilhaus/me8100_do.c | 16 +- drivers/staging/meilhaus/me8200_device.c | 4 +- drivers/staging/meilhaus/me8200_di.c | 58 +- drivers/staging/meilhaus/me8200_dio.c | 16 +- drivers/staging/meilhaus/me8200_do.c | 26 +- drivers/staging/meilhaus/me8254.c | 14 +- drivers/staging/meilhaus/me8255.c | 4 +- drivers/staging/meilhaus/mecirc_buf.h | 16 +- drivers/staging/meilhaus/medevice.c | 14 +- drivers/staging/meilhaus/medlist.c | 6 +- drivers/staging/meilhaus/medlock.c | 4 +- drivers/staging/meilhaus/medummy.c | 84 +- drivers/staging/meilhaus/memain.c | 34 +- drivers/staging/meilhaus/meslist.c | 6 +- drivers/staging/meilhaus/meslock.c | 2 +- drivers/staging/meilhaus/mesubdevice.c | 12 +- drivers/staging/meilhaus/metempl_device.c | 4 +- drivers/staging/meilhaus/metempl_sub.c | 10 +- drivers/staging/mimio/Kconfig | 2 +- drivers/staging/otus/80211core/amsdu.c | 145 +- drivers/staging/otus/80211core/cmmsta.c | 5 +- drivers/staging/otus/80211core/coid.c | 8 +- drivers/staging/otus/80211core/cwm.c | 6 +- drivers/staging/otus/hal/hpani.c | 46 +- drivers/staging/otus/hal/hpmain.c | 99 +- drivers/staging/otus/hal/hpreg.c | 9 +- drivers/staging/otus/hal/hprw.c | 30 +- drivers/staging/otus/hal/hpusb.c | 11 +- drivers/staging/otus/ioctl.c | 4789 +++++------ drivers/staging/otus/usbdrv.c | 12 +- drivers/staging/otus/wwrap.c | 6 +- drivers/staging/p9auth/Kconfig | 9 + drivers/staging/p9auth/Makefile | 1 + drivers/staging/p9auth/p9auth.c | 383 + drivers/staging/phison/Kconfig | 5 + drivers/staging/phison/Makefile | 1 + drivers/staging/phison/phison.c | 106 + drivers/staging/pohmelfs/Kconfig | 28 + drivers/staging/pohmelfs/Makefile | 3 + drivers/staging/pohmelfs/config.c | 478 + drivers/staging/pohmelfs/crypto.c | 880 ++ drivers/staging/pohmelfs/dir.c | 1093 +++ drivers/staging/pohmelfs/inode.c | 1976 +++++ drivers/staging/pohmelfs/lock.c | 182 + drivers/staging/pohmelfs/mcache.c | 171 + drivers/staging/pohmelfs/net.c | 1247 +++ drivers/staging/pohmelfs/netfs.h | 932 ++ drivers/staging/pohmelfs/path_entry.c | 114 + drivers/staging/pohmelfs/trans.c | 715 ++ drivers/staging/rspiusb/rspiusb.c | 5 +- drivers/staging/rt2860/2860_main_dev.c | 50 +- drivers/staging/rt2860/Makefile | 1 - drivers/staging/rt2860/common/cmm_data.c | 27 +- drivers/staging/rt2860/common/cmm_data_2860.c | 144 +- drivers/staging/rt2860/common/cmm_info.c | 6 - drivers/staging/rt2860/common/cmm_sync.c | 2 +- drivers/staging/rt2860/common/cmm_wpa.c | 40 +- drivers/staging/rt2860/common/mlme.c | 289 +- drivers/staging/rt2860/common/rtmp_init.c | 157 +- drivers/staging/rt2860/common/spectrum.c | 2 +- drivers/staging/rt2860/config.mk | 4 - drivers/staging/rt2860/oid.h | 2 + drivers/staging/rt2860/rt2860.h | 22 +- drivers/staging/rt2860/rt28xx.h | 4 - drivers/staging/rt2860/rt_ate.c | 18 +- drivers/staging/rt2860/rt_ate.h | 6 - drivers/staging/rt2860/rt_config.h | 2 - drivers/staging/rt2860/rt_linux.c | 29 +- drivers/staging/rt2860/rt_linux.h | 49 +- drivers/staging/rt2860/rt_main_dev.c | 149 +- drivers/staging/rt2860/rt_profile.c | 2 +- drivers/staging/rt2860/rtmp.h | 61 +- drivers/staging/rt2860/rtmp_def.h | 29 +- drivers/staging/rt2860/sta/assoc.c | 23 +- drivers/staging/rt2860/sta/connect.c | 45 +- drivers/staging/rt2860/sta/dls.c | 4 - drivers/staging/rt2860/sta/rtmp_data.c | 29 +- drivers/staging/rt2860/sta/sync.c | 16 +- drivers/staging/rt2860/sta/wpa.c | 10 +- drivers/staging/rt2860/sta_ioctl.c | 96 +- drivers/staging/rt2860/wpa.h | 1 + drivers/staging/rt2870/2870_main_dev.c | 67 +- drivers/staging/rt2870/common/2870_rtmp_init.c | 35 +- drivers/staging/rt2870/common/cmm_data.c | 3 - drivers/staging/rt2870/common/rtmp_init.c | 2 +- drivers/staging/rt2870/common/rtusb_io.c | 3 +- drivers/staging/rt2870/common/spectrum.c | 2 +- drivers/staging/rt2870/rt2870.h | 7 +- drivers/staging/rt2870/rt_linux.c | 2 +- drivers/staging/rt2870/rt_linux.h | 12 +- drivers/staging/rt2870/sta_ioctl.c | 2 +- drivers/staging/rt3070/2870_main_dev.c | 1627 ++++ drivers/staging/rt3070/Kconfig | 6 + drivers/staging/rt3070/Makefile | 47 + drivers/staging/rt3070/action.h | 68 + drivers/staging/rt3070/aironet.h | 210 + drivers/staging/rt3070/ap.h | 557 ++ drivers/staging/rt3070/chlist.h | 1253 +++ drivers/staging/rt3070/common/2870_rtmp_init.c | 1762 ++++ drivers/staging/rt3070/common/action.c | 1038 +++ drivers/staging/rt3070/common/ba_action.c | 1810 ++++ drivers/staging/rt3070/common/cmm_data.c | 2827 ++++++ drivers/staging/rt3070/common/cmm_data_2870.c | 980 +++ drivers/staging/rt3070/common/cmm_info.c | 3395 ++++++++ drivers/staging/rt3070/common/cmm_sanity.c | 1669 ++++ drivers/staging/rt3070/common/cmm_sync.c | 711 ++ drivers/staging/rt3070/common/cmm_wpa.c | 1606 ++++ drivers/staging/rt3070/common/dfs.c | 441 + drivers/staging/rt3070/common/eeprom.c | 1498 ++++ drivers/staging/rt3070/common/md5.c | 1427 +++ drivers/staging/rt3070/common/mlme.c | 9136 ++++++++++++++++++++ drivers/staging/rt3070/common/netif_block.c | 136 + drivers/staging/rt3070/common/rtmp_init.c | 4197 +++++++++ drivers/staging/rt3070/common/rtmp_tkip.c | 1613 ++++ drivers/staging/rt3070/common/rtmp_wep.c | 508 ++ drivers/staging/rt3070/common/rtusb_bulk.c | 1382 +++ drivers/staging/rt3070/common/rtusb_data.c | 218 + drivers/staging/rt3070/common/rtusb_io.c | 1908 ++++ drivers/staging/rt3070/common/spectrum.c | 1876 ++++ drivers/staging/rt3070/dfs.h | 100 + drivers/staging/rt3070/firmware.h | 558 ++ drivers/staging/rt3070/leap.h | 215 + drivers/staging/rt3070/link_list.h | 134 + drivers/staging/rt3070/md4.h | 42 + drivers/staging/rt3070/md5.h | 107 + drivers/staging/rt3070/mlme.h | 1468 ++++ drivers/staging/rt3070/netif_block.h | 58 + drivers/staging/rt3070/oid.h | 1142 +++ drivers/staging/rt3070/rt2870.h | 756 ++ drivers/staging/rt3070/rt28xx.h | 2725 ++++++ drivers/staging/rt3070/rt_ate.c | 6506 ++++++++++++++ drivers/staging/rt3070/rt_ate.h | 294 + drivers/staging/rt3070/rt_config.h | 121 + drivers/staging/rt3070/rt_linux.c | 1063 +++ drivers/staging/rt3070/rt_linux.h | 887 ++ drivers/staging/rt3070/rt_main_dev.c | 1800 ++++ drivers/staging/rt3070/rt_profile.c | 2041 +++++ drivers/staging/rt3070/rtmp.h | 7728 +++++++++++++++++ drivers/staging/rt3070/rtmp_ckipmic.h | 113 + drivers/staging/rt3070/rtmp_def.h | 1559 ++++ drivers/staging/rt3070/rtmp_type.h | 95 + drivers/staging/rt3070/spectrum.h | 322 + drivers/staging/rt3070/spectrum_def.h | 95 + drivers/staging/rt3070/sta/aironet.c | 1312 +++ drivers/staging/rt3070/sta/assoc.c | 2060 +++++ drivers/staging/rt3070/sta/auth.c | 475 + drivers/staging/rt3070/sta/auth_rsp.c | 167 + drivers/staging/rt3070/sta/connect.c | 2857 ++++++ drivers/staging/rt3070/sta/dls.c | 2170 +++++ drivers/staging/rt3070/sta/rtmp_data.c | 2637 ++++++ drivers/staging/rt3070/sta/sanity.c | 420 + drivers/staging/rt3070/sta/sync.c | 1755 ++++ drivers/staging/rt3070/sta/wpa.c | 2099 +++++ drivers/staging/rt3070/sta_ioctl.c | 7203 +++++++++++++++ drivers/staging/rt3070/wpa.h | 356 + drivers/staging/rtl8187se/dot11d.h | 202 +- drivers/staging/rtl8187se/ieee80211/dot11d.c | 492 +- drivers/staging/rtl8187se/ieee80211/dot11d.h | 204 +- drivers/staging/rtl8187se/ieee80211/ieee80211_wx.c | 4 +- drivers/staging/rtl8187se/r8180_core.c | 2 +- drivers/staging/rtl8187se/r8180_dm.c | 3450 ++++---- drivers/staging/rtl8187se/r8180_dm.h | 82 +- drivers/staging/rtl8187se/r8180_wx.c | 12 +- drivers/staging/slicoss/gbdownload.h | 8215 ------------------ drivers/staging/slicoss/gbrcvucode.h | 238 - drivers/staging/slicoss/oasisdbgdownload.h | 6850 --------------- drivers/staging/slicoss/oasisdownload.h | 6848 --------------- drivers/staging/slicoss/oasisrcvucode.h | 205 - drivers/staging/slicoss/slic.h | 86 +- drivers/staging/slicoss/slic_os.h | 84 - drivers/staging/slicoss/slicbuild.h | 96 - drivers/staging/slicoss/slicdbg.h | 100 - drivers/staging/slicoss/slicdump.h | 278 - drivers/staging/slicoss/slichw.h | 1038 ++-- drivers/staging/slicoss/slicinc.h | 185 - drivers/staging/slicoss/slicoss.c | 2913 ++----- drivers/staging/stlc45xx/Kconfig | 8 + drivers/staging/stlc45xx/Makefile | 1 + drivers/staging/stlc45xx/stlc45xx.c | 2606 ++++++ drivers/staging/stlc45xx/stlc45xx.h | 283 + drivers/staging/stlc45xx/stlc45xx_lmac.h | 434 + drivers/staging/sxg/Kconfig | 2 +- drivers/staging/sxg/Makefile | 4 +- drivers/staging/sxg/saharadbgdownload.h | 4854 ----------- drivers/staging/sxg/sxg.c | 2885 ++++--- drivers/staging/sxg/sxg.h | 919 +- drivers/staging/sxg/sxg_ethtool.c | 328 + drivers/staging/sxg/sxg_os.h | 100 +- drivers/staging/sxg/sxgdbg.h | 129 +- drivers/staging/sxg/sxghif.h | 1110 ++- drivers/staging/sxg/sxghw.h | 1564 ++-- drivers/staging/sxg/sxgphycode-1.2.h | 130 + drivers/staging/sxg/sxgphycode.h | 349 - drivers/staging/uc2322/Kconfig | 10 + drivers/staging/uc2322/Makefile | 1 + drivers/staging/uc2322/TODO | 7 + drivers/staging/uc2322/aten2011.c | 2452 ++++++ drivers/staging/usbip/stub_rx.c | 4 +- drivers/staging/usbip/vhci_sysfs.c | 3 +- drivers/staging/winbond/bss_f.h | 63 - drivers/staging/winbond/bssdscpt.h | 164 - drivers/staging/winbond/common.h | 27 - drivers/staging/winbond/core.h | 7 +- drivers/staging/winbond/ds_tkip.h | 37 - drivers/staging/winbond/gl_80211.h | 126 - drivers/staging/winbond/ioctls.h | 678 -- drivers/staging/winbond/mds.c | 26 +- drivers/staging/winbond/mds_s.h | 24 +- drivers/staging/winbond/mlme_mib.h | 84 - drivers/staging/winbond/mlmetxrx.c | 2 +- drivers/staging/winbond/mto.c | 24 +- drivers/staging/winbond/mto.h | 12 +- drivers/staging/winbond/mto_f.h | 13 - drivers/staging/winbond/os_common.h | 2 - drivers/staging/winbond/phy_calibration.c | 28 +- drivers/staging/winbond/phy_calibration.h | 2 +- drivers/staging/winbond/reg.c | 81 +- drivers/staging/winbond/sme_api.h | 3 - drivers/staging/winbond/sme_s.h | 236 - drivers/staging/winbond/wb35_ver.h | 30 - drivers/staging/winbond/wb35reg.c | 41 +- drivers/staging/winbond/wb35reg_f.h | 70 +- drivers/staging/winbond/wb35rx.c | 43 +- drivers/staging/winbond/wb35rx_f.h | 6 +- drivers/staging/winbond/wb35rx_s.h | 8 +- drivers/staging/winbond/wb35tx.c | 54 +- drivers/staging/winbond/wb35tx_f.h | 8 +- drivers/staging/winbond/wb35tx_s.h | 6 +- drivers/staging/winbond/wbhal.c | 50 +- drivers/staging/winbond/wbhal_f.h | 94 +- drivers/staging/winbond/wbhal_s.h | 87 +- drivers/staging/winbond/wbusb.c | 20 +- drivers/staging/winbond/wbusb_s.h | 16 +- drivers/staging/wlan-ng/hfa384x.h | 2638 ++----- drivers/staging/wlan-ng/hfa384x_usb.c | 2295 ++--- drivers/staging/wlan-ng/p80211conv.c | 377 +- drivers/staging/wlan-ng/p80211conv.h | 131 +- drivers/staging/wlan-ng/p80211hdr.h | 146 +- drivers/staging/wlan-ng/p80211ioctl.h | 46 +- drivers/staging/wlan-ng/p80211meta.h | 110 +- drivers/staging/wlan-ng/p80211metadef.h | 544 -- drivers/staging/wlan-ng/p80211metamib.h | 105 - drivers/staging/wlan-ng/p80211metamsg.h | 105 - drivers/staging/wlan-ng/p80211metastruct.h | 424 +- drivers/staging/wlan-ng/p80211mgmt.h | 441 +- drivers/staging/wlan-ng/p80211msg.h | 48 +- drivers/staging/wlan-ng/p80211netdev.c | 411 +- drivers/staging/wlan-ng/p80211netdev.h | 218 +- drivers/staging/wlan-ng/p80211req.c | 235 +- drivers/staging/wlan-ng/p80211req.h | 17 +- drivers/staging/wlan-ng/p80211types.h | 505 +- drivers/staging/wlan-ng/p80211wep.c | 24 +- drivers/staging/wlan-ng/p80211wext.c | 1214 ++-- drivers/staging/wlan-ng/prism2mgmt.c | 899 +- drivers/staging/wlan-ng/prism2mgmt.h | 69 +- drivers/staging/wlan-ng/prism2mib.c | 905 +-- drivers/staging/wlan-ng/prism2sta.c | 1561 ++-- drivers/staging/wlan-ng/prism2usb.c | 158 +- drivers/staging/wlan-ng/wlan_compat.h | 193 - firmware/Makefile | 6 + firmware/WHENCE | 26 + firmware/slicoss/gbdownload.sys.ihex | 6148 +++++++++++++ firmware/slicoss/gbrcvucode.sys.ihex | 162 + firmware/slicoss/oasisdbgdownload.sys.ihex | 5124 +++++++++++ firmware/slicoss/oasisdownload.sys.ihex | 5124 +++++++++++ firmware/slicoss/oasisrcvucode.sys.ihex | 162 + firmware/sxg/saharadbgdownloadB.sys.ihex | 3937 +++++++++ firmware/sxg/saharadownloadB.sys.ihex | 3385 ++++++++ include/linux/connector.h | 4 +- include/linux/dst.h | 587 ++ mm/filemap.c | 2 + 608 files changed, 307862 insertions(+), 57562 deletions(-) create mode 100644 Documentation/filesystems/pohmelfs/design_notes.txt create mode 100644 Documentation/filesystems/pohmelfs/info.txt create mode 100644 Documentation/filesystems/pohmelfs/network_protocol.txt create mode 100644 drivers/staging/b3dfg/Kconfig create mode 100644 drivers/staging/b3dfg/Makefile create mode 100644 drivers/staging/b3dfg/TODO create mode 100644 drivers/staging/b3dfg/b3dfg.c create mode 100644 drivers/staging/comedi/drivers/8253.h create mode 100644 drivers/staging/comedi/drivers/8255.c create mode 100644 drivers/staging/comedi/drivers/8255.h create mode 100644 drivers/staging/comedi/drivers/acl7225b.c create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_82x54.c create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_82x54.h create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_Chrono.c create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_Chrono.h create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_Dig_io.c create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_Dig_io.h create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_INCCPT.c create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_INCCPT.h create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_Inp_cpt.c create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_Inp_cpt.h create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_Pwm.c create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_Pwm.h create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_Ssi.c create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_Ssi.h create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_Tor.c create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_Tor.h create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_Ttl.c create mode 100644 drivers/staging/comedi/drivers/addi-data/APCI1710_Ttl.h create mode 100644 drivers/staging/comedi/drivers/addi-data/addi_amcc_S5920.c create mode 100644 drivers/staging/comedi/drivers/addi-data/addi_amcc_S5920.h create mode 100644 drivers/staging/comedi/drivers/addi-data/addi_amcc_s5933.h create mode 100644 drivers/staging/comedi/drivers/addi-data/addi_common.c create mode 100644 drivers/staging/comedi/drivers/addi-data/addi_common.h create mode 100644 drivers/staging/comedi/drivers/addi-data/addi_eeprom.c create mode 100644 drivers/staging/comedi/drivers/addi-data/amcc_s5933_58.h create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_APCI1710.c create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_APCI1710.h create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci035.c create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci035.h create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci1032.c create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci1032.h create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci1500.c create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci1500.h create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci1516.c create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci1516.h create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci1564.c create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci1564.h create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci16xx.c create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci16xx.h create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci2016.c create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci2016.h create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci2032.c create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci2032.h create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci2200.c create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci2200.h create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci3120.c create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci3120.h create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci3200.c create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci3200.h create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci3501.c create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci3501.h create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci3xxx.c create mode 100644 drivers/staging/comedi/drivers/addi-data/hwdrv_apci3xxx.h create mode 100644 drivers/staging/comedi/drivers/addi_apci_035.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_1032.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_1500.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_1516.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_1564.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_16xx.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_1710.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_2016.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_2032.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_2200.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_3001.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_3120.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_3200.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_3300.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_3501.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_3xxx.c create mode 100644 drivers/staging/comedi/drivers/addi_apci_all.c create mode 100644 drivers/staging/comedi/drivers/adl_pci6208.c create mode 100644 drivers/staging/comedi/drivers/adl_pci7296.c create mode 100644 drivers/staging/comedi/drivers/adl_pci7432.c create mode 100644 drivers/staging/comedi/drivers/adl_pci8164.c create mode 100644 drivers/staging/comedi/drivers/adl_pci9111.c create mode 100644 drivers/staging/comedi/drivers/adl_pci9118.c create mode 100644 drivers/staging/comedi/drivers/adq12b.c create mode 100644 drivers/staging/comedi/drivers/adv_pci1710.c create mode 100644 drivers/staging/comedi/drivers/adv_pci1723.c create mode 100644 drivers/staging/comedi/drivers/adv_pci_dio.c create mode 100644 drivers/staging/comedi/drivers/aio_aio12_8.c create mode 100644 drivers/staging/comedi/drivers/aio_iiro_16.c create mode 100644 drivers/staging/comedi/drivers/am9513.h create mode 100644 drivers/staging/comedi/drivers/amcc_s5933.h create mode 100644 drivers/staging/comedi/drivers/amplc_dio200.c create mode 100644 drivers/staging/comedi/drivers/amplc_pc236.c create mode 100644 drivers/staging/comedi/drivers/amplc_pc263.c create mode 100644 drivers/staging/comedi/drivers/amplc_pci224.c create mode 100644 drivers/staging/comedi/drivers/amplc_pci230.c create mode 100644 drivers/staging/comedi/drivers/c6xdigio.c create mode 100644 drivers/staging/comedi/drivers/cb_das16_cs.c create mode 100644 drivers/staging/comedi/drivers/cb_pcidas.c create mode 100644 drivers/staging/comedi/drivers/cb_pcidas64.c create mode 100644 drivers/staging/comedi/drivers/cb_pcidda.c create mode 100644 drivers/staging/comedi/drivers/cb_pcidio.c create mode 100644 drivers/staging/comedi/drivers/cb_pcimdas.c create mode 100644 drivers/staging/comedi/drivers/cb_pcimdda.c create mode 100644 drivers/staging/comedi/drivers/comedi_rt_timer.c create mode 100644 drivers/staging/comedi/drivers/contec_pci_dio.c create mode 100644 drivers/staging/comedi/drivers/daqboard2000.c create mode 100644 drivers/staging/comedi/drivers/das08.c create mode 100644 drivers/staging/comedi/drivers/das08.h create mode 100644 drivers/staging/comedi/drivers/das08_cs.c create mode 100644 drivers/staging/comedi/drivers/das16.c create mode 100644 drivers/staging/comedi/drivers/das16m1.c create mode 100644 drivers/staging/comedi/drivers/das1800.c create mode 100644 drivers/staging/comedi/drivers/das6402.c create mode 100644 drivers/staging/comedi/drivers/das800.c create mode 100644 drivers/staging/comedi/drivers/dmm32at.c create mode 100644 drivers/staging/comedi/drivers/dt2801.c create mode 100644 drivers/staging/comedi/drivers/dt2811.c create mode 100644 drivers/staging/comedi/drivers/dt2814.c create mode 100644 drivers/staging/comedi/drivers/dt2815.c create mode 100644 drivers/staging/comedi/drivers/dt2817.c create mode 100644 drivers/staging/comedi/drivers/dt282x.c create mode 100644 drivers/staging/comedi/drivers/dt3000.c create mode 100644 drivers/staging/comedi/drivers/fl512.c create mode 100644 drivers/staging/comedi/drivers/gsc_hpdi.c create mode 100644 drivers/staging/comedi/drivers/ii_pci20kc.c create mode 100644 drivers/staging/comedi/drivers/jr3_pci.c create mode 100644 drivers/staging/comedi/drivers/jr3_pci.h create mode 100644 drivers/staging/comedi/drivers/ke_counter.c create mode 100644 drivers/staging/comedi/drivers/mpc624.c create mode 100644 drivers/staging/comedi/drivers/mpc8260cpm.c create mode 100644 drivers/staging/comedi/drivers/multiq3.c create mode 100644 drivers/staging/comedi/drivers/ni_6527.c create mode 100644 drivers/staging/comedi/drivers/ni_65xx.c create mode 100644 drivers/staging/comedi/drivers/ni_660x.c create mode 100644 drivers/staging/comedi/drivers/ni_670x.c create mode 100644 drivers/staging/comedi/drivers/ni_at_a2150.c create mode 100644 drivers/staging/comedi/drivers/ni_at_ao.c create mode 100644 drivers/staging/comedi/drivers/ni_atmio.c create mode 100644 drivers/staging/comedi/drivers/ni_atmio16d.c create mode 100644 drivers/staging/comedi/drivers/ni_daq_700.c create mode 100644 drivers/staging/comedi/drivers/ni_daq_dio24.c create mode 100644 drivers/staging/comedi/drivers/ni_labpc.c create mode 100644 drivers/staging/comedi/drivers/ni_labpc.h create mode 100644 drivers/staging/comedi/drivers/ni_labpc_cs.c create mode 100644 drivers/staging/comedi/drivers/ni_mio_common.c create mode 100644 drivers/staging/comedi/drivers/ni_mio_cs.c create mode 100644 drivers/staging/comedi/drivers/ni_pcidio.c create mode 100644 drivers/staging/comedi/drivers/ni_pcimio.c create mode 100644 drivers/staging/comedi/drivers/ni_stc.h create mode 100644 drivers/staging/comedi/drivers/ni_tio.c create mode 100644 drivers/staging/comedi/drivers/ni_tio.h create mode 100644 drivers/staging/comedi/drivers/ni_tio_internal.h create mode 100644 drivers/staging/comedi/drivers/ni_tiocmd.c create mode 100644 drivers/staging/comedi/drivers/pcl711.c create mode 100644 drivers/staging/comedi/drivers/pcl724.c create mode 100644 drivers/staging/comedi/drivers/pcl725.c create mode 100644 drivers/staging/comedi/drivers/pcl726.c create mode 100644 drivers/staging/comedi/drivers/pcl730.c create mode 100644 drivers/staging/comedi/drivers/pcl812.c create mode 100644 drivers/staging/comedi/drivers/pcl816.c create mode 100644 drivers/staging/comedi/drivers/pcl818.c create mode 100644 drivers/staging/comedi/drivers/pcm3724.c create mode 100644 drivers/staging/comedi/drivers/pcm3730.c create mode 100644 drivers/staging/comedi/drivers/pcmad.c create mode 100644 drivers/staging/comedi/drivers/pcmda12.c create mode 100644 drivers/staging/comedi/drivers/pcmmio.c create mode 100644 drivers/staging/comedi/drivers/pcmuio.c create mode 100644 drivers/staging/comedi/drivers/plx9052.h create mode 100644 drivers/staging/comedi/drivers/poc.c create mode 100644 drivers/staging/comedi/drivers/quatech_daqp_cs.c create mode 100644 drivers/staging/comedi/drivers/rti800.c create mode 100644 drivers/staging/comedi/drivers/rti802.c create mode 100644 drivers/staging/comedi/drivers/s526.c create mode 100644 drivers/staging/comedi/drivers/serial2002.c create mode 100644 drivers/staging/comedi/drivers/skel.c create mode 100644 drivers/staging/comedi/drivers/ssv_dnp.c create mode 100644 drivers/staging/comedi/drivers/unioxx5.c create mode 100644 drivers/staging/dst/Kconfig create mode 100644 drivers/staging/dst/Makefile create mode 100644 drivers/staging/dst/crypto.c create mode 100644 drivers/staging/dst/dcore.c create mode 100644 drivers/staging/dst/export.c create mode 100644 drivers/staging/dst/state.c create mode 100644 drivers/staging/dst/thread_pool.c create mode 100644 drivers/staging/dst/trans.c delete mode 100644 drivers/staging/frontier/frontier_compat.h delete mode 100644 drivers/staging/frontier/surface_sysfs.h create mode 100644 drivers/staging/heci/Kconfig create mode 100644 drivers/staging/heci/Makefile create mode 100644 drivers/staging/heci/TODO create mode 100644 drivers/staging/heci/heci.h create mode 100644 drivers/staging/heci/heci_data_structures.h create mode 100644 drivers/staging/heci/heci_init.c create mode 100644 drivers/staging/heci/heci_interface.c create mode 100644 drivers/staging/heci/heci_interface.h create mode 100644 drivers/staging/heci/heci_main.c create mode 100644 drivers/staging/heci/heci_version.h create mode 100644 drivers/staging/heci/interrupt.c create mode 100644 drivers/staging/heci/io_heci.c create mode 100644 drivers/staging/line6/Kconfig create mode 100644 drivers/staging/line6/Makefile create mode 100644 drivers/staging/line6/audio.c create mode 100644 drivers/staging/line6/audio.h create mode 100644 drivers/staging/line6/capture.c create mode 100644 drivers/staging/line6/capture.h create mode 100644 drivers/staging/line6/config.h create mode 100644 drivers/staging/line6/control.c create mode 100644 drivers/staging/line6/control.h create mode 100644 drivers/staging/line6/driver.c create mode 100644 drivers/staging/line6/driver.h create mode 100644 drivers/staging/line6/dumprequest.c create mode 100644 drivers/staging/line6/dumprequest.h create mode 100644 drivers/staging/line6/midi.c create mode 100644 drivers/staging/line6/midi.h create mode 100644 drivers/staging/line6/midibuf.c create mode 100644 drivers/staging/line6/midibuf.h create mode 100644 drivers/staging/line6/pcm.c create mode 100644 drivers/staging/line6/pcm.h create mode 100644 drivers/staging/line6/playback.c create mode 100644 drivers/staging/line6/playback.h create mode 100644 drivers/staging/line6/pod.c create mode 100644 drivers/staging/line6/pod.h create mode 100644 drivers/staging/line6/revision.h create mode 100644 drivers/staging/line6/toneport.c create mode 100644 drivers/staging/line6/toneport.h create mode 100644 drivers/staging/line6/usbdefs.h create mode 100644 drivers/staging/line6/variax.c create mode 100644 drivers/staging/line6/variax.h create mode 100644 drivers/staging/p9auth/Kconfig create mode 100644 drivers/staging/p9auth/Makefile create mode 100644 drivers/staging/p9auth/p9auth.c create mode 100644 drivers/staging/phison/Kconfig create mode 100644 drivers/staging/phison/Makefile create mode 100644 drivers/staging/phison/phison.c create mode 100644 drivers/staging/pohmelfs/Kconfig create mode 100644 drivers/staging/pohmelfs/Makefile create mode 100644 drivers/staging/pohmelfs/config.c create mode 100644 drivers/staging/pohmelfs/crypto.c create mode 100644 drivers/staging/pohmelfs/dir.c create mode 100644 drivers/staging/pohmelfs/inode.c create mode 100644 drivers/staging/pohmelfs/lock.c create mode 100644 drivers/staging/pohmelfs/mcache.c create mode 100644 drivers/staging/pohmelfs/net.c create mode 100644 drivers/staging/pohmelfs/netfs.h create mode 100644 drivers/staging/pohmelfs/path_entry.c create mode 100644 drivers/staging/pohmelfs/trans.c create mode 100644 drivers/staging/rt3070/2870_main_dev.c create mode 100644 drivers/staging/rt3070/Kconfig create mode 100644 drivers/staging/rt3070/Makefile create mode 100644 drivers/staging/rt3070/action.h create mode 100644 drivers/staging/rt3070/aironet.h create mode 100644 drivers/staging/rt3070/ap.h create mode 100644 drivers/staging/rt3070/chlist.h create mode 100644 drivers/staging/rt3070/common/2870_rtmp_init.c create mode 100644 drivers/staging/rt3070/common/action.c create mode 100644 drivers/staging/rt3070/common/ba_action.c create mode 100644 drivers/staging/rt3070/common/cmm_data.c create mode 100644 drivers/staging/rt3070/common/cmm_data_2870.c create mode 100644 drivers/staging/rt3070/common/cmm_info.c create mode 100644 drivers/staging/rt3070/common/cmm_sanity.c create mode 100644 drivers/staging/rt3070/common/cmm_sync.c create mode 100644 drivers/staging/rt3070/common/cmm_wpa.c create mode 100644 drivers/staging/rt3070/common/dfs.c create mode 100644 drivers/staging/rt3070/common/eeprom.c create mode 100644 drivers/staging/rt3070/common/md5.c create mode 100644 drivers/staging/rt3070/common/mlme.c create mode 100644 drivers/staging/rt3070/common/netif_block.c create mode 100644 drivers/staging/rt3070/common/rtmp_init.c create mode 100644 drivers/staging/rt3070/common/rtmp_tkip.c create mode 100644 drivers/staging/rt3070/common/rtmp_wep.c create mode 100644 drivers/staging/rt3070/common/rtusb_bulk.c create mode 100644 drivers/staging/rt3070/common/rtusb_data.c create mode 100644 drivers/staging/rt3070/common/rtusb_io.c create mode 100644 drivers/staging/rt3070/common/spectrum.c create mode 100644 drivers/staging/rt3070/dfs.h create mode 100644 drivers/staging/rt3070/firmware.h create mode 100644 drivers/staging/rt3070/leap.h create mode 100644 drivers/staging/rt3070/link_list.h create mode 100644 drivers/staging/rt3070/md4.h create mode 100644 drivers/staging/rt3070/md5.h create mode 100644 drivers/staging/rt3070/mlme.h create mode 100644 drivers/staging/rt3070/netif_block.h create mode 100644 drivers/staging/rt3070/oid.h create mode 100644 drivers/staging/rt3070/rt2870.h create mode 100644 drivers/staging/rt3070/rt28xx.h create mode 100644 drivers/staging/rt3070/rt_ate.c create mode 100644 drivers/staging/rt3070/rt_ate.h create mode 100644 drivers/staging/rt3070/rt_config.h create mode 100644 drivers/staging/rt3070/rt_linux.c create mode 100644 drivers/staging/rt3070/rt_linux.h create mode 100644 drivers/staging/rt3070/rt_main_dev.c create mode 100644 drivers/staging/rt3070/rt_profile.c create mode 100644 drivers/staging/rt3070/rtmp.h create mode 100644 drivers/staging/rt3070/rtmp_ckipmic.h create mode 100644 drivers/staging/rt3070/rtmp_def.h create mode 100644 drivers/staging/rt3070/rtmp_type.h create mode 100644 drivers/staging/rt3070/spectrum.h create mode 100644 drivers/staging/rt3070/spectrum_def.h create mode 100644 drivers/staging/rt3070/sta/aironet.c create mode 100644 drivers/staging/rt3070/sta/assoc.c create mode 100644 drivers/staging/rt3070/sta/auth.c create mode 100644 drivers/staging/rt3070/sta/auth_rsp.c create mode 100644 drivers/staging/rt3070/sta/connect.c create mode 100644 drivers/staging/rt3070/sta/dls.c create mode 100644 drivers/staging/rt3070/sta/rtmp_data.c create mode 100644 drivers/staging/rt3070/sta/sanity.c create mode 100644 drivers/staging/rt3070/sta/sync.c create mode 100644 drivers/staging/rt3070/sta/wpa.c create mode 100644 drivers/staging/rt3070/sta_ioctl.c create mode 100644 drivers/staging/rt3070/wpa.h delete mode 100644 drivers/staging/slicoss/gbdownload.h delete mode 100644 drivers/staging/slicoss/gbrcvucode.h delete mode 100644 drivers/staging/slicoss/oasisdbgdownload.h delete mode 100644 drivers/staging/slicoss/oasisdownload.h delete mode 100644 drivers/staging/slicoss/oasisrcvucode.h delete mode 100644 drivers/staging/slicoss/slic_os.h delete mode 100644 drivers/staging/slicoss/slicbuild.h delete mode 100644 drivers/staging/slicoss/slicdbg.h delete mode 100644 drivers/staging/slicoss/slicdump.h delete mode 100644 drivers/staging/slicoss/slicinc.h create mode 100644 drivers/staging/stlc45xx/Kconfig create mode 100644 drivers/staging/stlc45xx/Makefile create mode 100644 drivers/staging/stlc45xx/stlc45xx.c create mode 100644 drivers/staging/stlc45xx/stlc45xx.h create mode 100644 drivers/staging/stlc45xx/stlc45xx_lmac.h delete mode 100644 drivers/staging/sxg/saharadbgdownload.h create mode 100644 drivers/staging/sxg/sxg_ethtool.c create mode 100644 drivers/staging/sxg/sxgphycode-1.2.h delete mode 100644 drivers/staging/sxg/sxgphycode.h create mode 100644 drivers/staging/uc2322/Kconfig create mode 100644 drivers/staging/uc2322/Makefile create mode 100644 drivers/staging/uc2322/TODO create mode 100644 drivers/staging/uc2322/aten2011.c delete mode 100644 drivers/staging/winbond/bss_f.h delete mode 100644 drivers/staging/winbond/bssdscpt.h delete mode 100644 drivers/staging/winbond/common.h delete mode 100644 drivers/staging/winbond/ds_tkip.h delete mode 100644 drivers/staging/winbond/gl_80211.h delete mode 100644 drivers/staging/winbond/ioctls.h delete mode 100644 drivers/staging/winbond/mlme_mib.h delete mode 100644 drivers/staging/winbond/mto_f.h delete mode 100644 drivers/staging/winbond/os_common.h delete mode 100644 drivers/staging/winbond/sme_s.h delete mode 100644 drivers/staging/winbond/wb35_ver.h delete mode 100644 drivers/staging/wlan-ng/p80211metamib.h delete mode 100644 drivers/staging/wlan-ng/p80211metamsg.h delete mode 100644 drivers/staging/wlan-ng/wlan_compat.h create mode 100644 firmware/slicoss/gbdownload.sys.ihex create mode 100644 firmware/slicoss/gbrcvucode.sys.ihex create mode 100644 firmware/slicoss/oasisdbgdownload.sys.ihex create mode 100644 firmware/slicoss/oasisdownload.sys.ihex create mode 100644 firmware/slicoss/oasisrcvucode.sys.ihex create mode 100644 firmware/sxg/saharadbgdownloadB.sys.ihex create mode 100644 firmware/sxg/saharadownloadB.sys.ihex create mode 100644 include/linux/dst.h Merging scsi-post-merge/master $ git merge scsi-post-merge/master Already up-to-date. $ git revert 2134b61009c102142e5140ab156d1cd99e0f6362 Finished one revert. [master 08ac900] Revert "V4L/DVB (11117): ov7670: add support to get/set registers" 1 files changed, 0 insertions(+), 34 deletions(-) $ git revert b7db06380e43161560a0eb2cc5fe891c23994b35 Finished one revert. [master 07dd840] Revert "V4L/DVB (11116): ov7670: cleanup and remove legacy code." 1 files changed, 152 insertions(+), 58 deletions(-) $ git revert c69a6f8d071763141e774893c71e09ded722f05d Finished one revert. [master dec09c0] Revert "V4L/DVB (11113): ov7670: convert to v4l2_subdev" 1 files changed, 197 insertions(+), 180 deletions(-)