1. 15 Jun, 2009 37 commits
  2. 14 Jun, 2009 3 commits
    • Linus Torvalds's avatar
      Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next · 45e3e193
      Linus Torvalds authored
      * 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next: (53 commits)
        .gitignore: ignore *.lzma files
        kbuild: add generic --set-str option to scripts/config
        kbuild: simplify argument loop in scripts/config
        kbuild: handle non-existing options in scripts/config
        kallsyms: generalize text region handling
        kallsyms: support kernel symbols in Blackfin on-chip memory
        documentation: make version fix
        kbuild: fix a compile warning
        gitignore: Add GNU GLOBAL files to top .gitignore
        kbuild: fix delay in setlocalversion on readonly source
        README: fix misleading pointer to the defconf directory
        vmlinux.lds.h update
        kernel-doc: cleanup perl script
        Improve vmlinux.lds.h support for arch specific linker scripts
        kbuild: fix headers_exports with boolean expression
        kbuild/headers_check: refine extern check
        kbuild: fix "Argument list too long" error for "make headers_check",
        ignore *.patch files
        Remove bashisms from scripts
        menu: fix embedded menu presentation
        ...
      45e3e193
    • Arne Janbu's avatar
      .gitignore: ignore *.lzma files · 3f8d9ced
      Arne Janbu authored
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      3f8d9ced
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband · cf504632
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband:
        mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTx
        IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTx
        IB/mlx4: Add strong ordering to local inval and fast reg work requests
        IB/ehca: Remove superfluous bitmasks from QP control block
        RDMA/cxgb3: Limit fast register size based on T3 limitations
        RDMA/cxgb3: Report correct port state and MTU
        mlx4_core: Add module parameter for number of MTTs per segment
        IB/mthca: Add module parameter for number of MTTs per segment
        RDMA/nes: Fix off-by-one bugs in reset_adapter_ne020() and init_serdes()
        infiniband: Remove void casts
        IB/ehca: Increment version number
        IB/ehca: Remove unnecessary memory operations for userspace queue pairs
        IB/ehca: Fall back to vmalloc() for big allocations
        IB/ehca: Replace vmalloc() with kmalloc() for queue allocation
      cf504632