1. 29 5月, 2010 6 次提交
    • S
      tracing: fix for tracepoint API change · 969ea5c5
      Stephen Rothwell 提交于
      Commit 38516ab5 ("tracing: Let
      tracepoints have data passed to tracepoint callbacks") requires this
      fixup to the powerpc code.
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Acked-by: NSteven Rostedt <rostedt@goodmis.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      969ea5c5
    • L
      Merge branch 'for-linus/2635-updates' of git://git.fluff.org/bjdooks/linux · 043f275d
      Linus Torvalds 提交于
      * 'for-linus/2635-updates' of git://git.fluff.org/bjdooks/linux:
        ARM: S5PV210: serial: Fix section mismatch warning
        ARM: s3c2410_defconfig: Add new machines
        ARM: s3c6400_defconfig: Add framebuffer and basic LCD
        ARM: s3c6400_defconfig: Add RTC driver support
        ARM: s3c6400_defconfig: Enable USB host side
        ARM: s3c6400_defconfig: Add SPI driver
        ARM: s3c6400_defconfig: Update compiled machines
        ARM: S5P: Regoster clk_xusbxti clock for hsotg driver
        ARM: S3C64XX: Add USB OTG HCLK to the list of clocks
        ARM: SAMSUNG: gpio-cfg.h: update documentation
        ARM: SAMSUNG: Documentation: add documentation on GPIO code
        ARM: SAMSUNG: Fix documentation for s3c_gpio_cfgpin()
        ARM: S3C24XX: Documentation: add section on gpiolib changes
        ARM: S3C24XX: Documentation: update GPIO documentation
        ARM: S3C24XX: Documentation: update documentation overview
        ARM: SAMSUNG: Documentation: update directory layout
        ARM: SAMSUNG: Documentation: update the list of SoCs supported
      043f275d
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · 72da3bc0
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (22 commits)
        netlink: bug fix: wrong size was calculated for vfinfo list blob
        netlink: bug fix: don't overrun skbs on vf_port dump
        xt_tee: use skb_dst_drop()
        netdev/fec: fix ifconfig eth0 down hang issue
        cnic: Fix context memory init. on 5709.
        drivers/net: Eliminate a NULL pointer dereference
        drivers/net/hamradio: Eliminate a NULL pointer dereference
        be2net: Patch removes redundant while statement in loop.
        ipv6: Add GSO support on forwarding path
        net: fix __neigh_event_send()
        vhost: fix the memory leak which will happen when memory_access_ok fails
        vhost-net: fix to check the return value of copy_to/from_user() correctly
        vhost: fix to check the return value of copy_to/from_user() correctly
        vhost: Fix host panic if ioctl called with wrong index
        net: fix lock_sock_bh/unlock_sock_bh
        net/iucv: Add missing spin_unlock
        net: ll_temac: fix checksum offload logic
        net: ll_temac: fix interrupt bug when interrupt 0 is used
        sctp: dubious bitfields in sctp_transport
        ipmr: off by one in __ipmr_fill_mroute()
        ...
      72da3bc0
    • D
      FRV: ARCH_KMALLOC_MINALIGN was already defined · 8507bb00
      David Howells 提交于
      ARCH_KMALLOC_MINALIGN was already defined in asm/mem-layout.h and so shouldn't
      have been added to asm/cache.h as well, but rather altered in place.
      
      The commit that added it to asm/cache.h was:
      
      	commit 69dcf3db
      	Author: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
      	Date:   Mon May 24 14:32:54 2010 -0700
      
      	    frv: set ARCH_KMALLOC_MINALIGN
      
      	    Architectures that handle DMA-non-coherent memory need to set
      	    ARCH_KMALLOC_MINALIGN to make sure that kmalloc'ed buffer is
      	    DMA-safe: the buffer doesn't share a cache with the others.
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      8507bb00
    • L
      Merge branch 'timers-fixes-for-linus' of... · 29d03fa1
      Linus Torvalds 提交于
      Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        posix_timer: Fix error path in timer_create
        hrtimer: Avoid double seqlock
        timers: Move local variable into else section
        timers: Fix slack calculation really
      29d03fa1
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 · 89ad6a61
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6:
        remove detritus left by "mm: make read_cache_page synchronous"
        fix fs/sysv s_dirt handling
        fat: convert to use the new truncate convention.
        ext2: convert to use the new truncate convention.
        tmpfs: convert to use the new truncate convention
        fs: convert simple fs to new truncate
        kill spurious reference to vmtruncate
        fs: introduce new truncate sequence
        fs/super: fix kernel-doc warning
        fs/minix: bugfix, number of indirect block ptrs per block depends on block size
        rename the generic fsync implementations
        drop unused dentry argument to ->fsync
        fs: Add missing mutex_unlock
        Fix racy use of anon_inode_getfd() in perf_event.c
        get rid of the magic around f_count in aio
        VFS: fix recent breakage of FS_REVAL_DOT
        Revert "anon_inode: set S_IFREG on the anon_inode"
      89ad6a61
  2. 28 5月, 2010 34 次提交