13 Jul, 2008

1 commit


05 Jul, 2008

9 commits

  • Acked-By: Debora Velarde
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Rajiv Andrade
     
  • The old one bounces.

    Signed-off-by: Geert Uytterhoeven
    Cc: Andreas Dilger
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Geert Uytterhoeven
     
  • Maintain the kernel's Documentation/ tree.

    This includes tree layout and contents, although not much in terms of new
    content production. That will usually have to be done by someone familiar
    with the software, at least in some rough form.

    Includes review and editorial assistance for people contributing changes
    to /Documentation.

    Also includes prodding people for content if something is in need of
    documentation.

    Signed-off-by: Randy Dunlap
    Acked-by: Michael Kerrisk
    Cc: Jonathan Corbet
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     
  • We probably need someone to look after the few drivers/mfd patches coming
    every now and then. As agreed with Andrew, I'm ok to do so and my
    employer is fine with me spending a few working hours on it, if needed.
    Ben, Philipp, feel free to add your names there too if you wish.

    Signed-off-by: Samuel Ortiz
    Cc: "pHilipp Zabel"
    Cc: Ian Molton
    Cc: Ben Dooks
    Cc: Dmitry Baryshkov
    Cc: Russell King
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Samuel Ortiz
     
  • Starting last month, I reached a long-time goal: man-pages finally has a
    paid, full-time maintainer, thanks to a fellowship from the Linux
    Foundation. It's still a little unclear how long the LF money will last
    for the fellowship, but for the foreseeable future, I'll be working on:

    * Properly documenting every new Linux kernel-userland (and glibc) API,
    and every API change, that is released into the mainline kernel, ideally
    before actual release. (That's the ideal, but there's a quite a
    backlog, so I'm not going to achieve the ideal immediately.)

    * Testing new APIs, again ideally before they are released into the
    mainline kernel, and probably doing some light bug fixing while I'm at
    it (e.g., the recent utimensat() work).

    * Design review of new APIs, which of course can only usefully be done
    before they are released into the mainline kernel.

    * And of course accepting patches and dealing with bug reports for
    existing man pages.

    Signed-off-by: Michael Kerrisk
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Michael Kerrisk
     
  • Update the delay accounting and taskstats maintainer to Balbir Singh.
    I spoke to Shailabh and he is now busy with other things.

    Cc: Shailabh Nagar
    Cc: Shailabh Nagar
    Signed-off-by: Balbir Singh
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Balbir Singh
     
  • Signed-off-by: Miguel Ojeda
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Miguel Ojeda
     
  • Remove all clameter@sgi.com addresses from the kernel tree since they will
    become invalid on June 27th. Change my maintainer email address for the
    slab allocators to cl@linux-foundation.org (which will be the new email
    address for the future).

    Signed-off-by: Christoph Lameter
    Signed-off-by: Christoph Lameter
    Cc: Pekka Enberg
    Cc: Stephen Rothwell
    Cc: Matt Mackall
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Christoph Lameter
     
  • This updates the MAINTAINERS entries for powerpc. It adds Ben H to
    the overall Linux for PowerPC entry and makes it clear this covers
    both 32-bit and 64-bit machines. It removes the separate entry we had
    for Linux on 64-bit PowerPC where Anton and I were listed as
    maintainers - Anton hasn't been involved in the day-to-day maintenance
    of the code for several years. Finally, it removes the entry for the
    Linux for PowerPC boot code where Tom Rini was listed as the
    maintainer. That code got completely rewritten when we merged
    32-bit and 64-bit, and I and the various platform maintainers have
    been maintaining that code since.

    Signed-off-by: Paul Mackerras
    Acked-by: Tom Rini
    Signed-off-by: Linus Torvalds

    Paul Mackerras
     

01 Jul, 2008

1 commit


22 Jun, 2008

1 commit


19 Jun, 2008

1 commit


14 Jun, 2008

1 commit


13 Jun, 2008

5 commits

  • Signed-off-by: Kyle McMartin

    Kyle McMartin
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
    tcp: Revert 'process defer accept as established' changes.
    ipv6: Fix duplicate initialization of rawv6_prot.destroy
    bnx2x: Updating the Maintainer
    net: Eliminate flush_scheduled_work() calls while RTNL is held.
    drivers/net/r6040.c: correct bad use of round_jiffies()
    fec_mpc52xx: MPC52xx_MESSAGES_DEFAULT: 2nd NETIF_MSG_IFDOWN => IFUP
    ipg: fix receivemode IPG_RM_RECEIVEMULTICAST{,HASH} in ipg_nic_set_multicast_list()
    netfilter: nf_conntrack: fix ctnetlink related crash in nf_nat_setup_info()
    netfilter: Make nflog quiet when no one listen in userspace.
    ipv6: Fail with appropriate error code when setting not-applicable sockopt.
    ipv6: Check IPV6_MULTICAST_LOOP option value.
    ipv6: Check the hop limit setting in ancillary data.
    ipv6 route: Fix route lifetime in netlink message.
    ipv6 mcast: Check address family of gf_group in getsockopt(MS_FILTER).
    dccp: Bug in initial acknowledgment number assignment
    dccp ccid-3: X truncated due to type conversion
    dccp ccid-3: TFRC reverse-lookup Bug-Fix
    dccp ccid-2: Bug-Fix - Ack Vectors need to be ignored on request sockets
    dccp: Fix sparse warnings
    dccp ccid-3: Bug-Fix - Zero RTT is possible

    Linus Torvalds
     
  • Signed-off-by: Eric Miao
    Acked-by: Russell King
    Acked-by: Nicolas Pitre
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Eric Miao
     
  • Add URL for another CPUSETS web page to the MAINTAINERS file.

    This URL provides links to major LGPL user level C libraries supporting
    cpuset usage and user level cpu and node masks.

    Signed-off-by: Paul Jackson
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Paul Jackson
     
  • I would like to thank Eliezer Tamir for writing and maintaining the
    driver for the past two years. I will take over maintaining the bnx2x
    driver from now on.

    Signed-off-by: Eilon Greenstein
    Signed-off-by: Eliezer Tamir
    Signed-off-by: David S. Miller

    Eilon Greenstein
     

12 Jun, 2008

1 commit


11 Jun, 2008

1 commit


10 Jun, 2008

1 commit


07 Jun, 2008

3 commits


04 Jun, 2008

1 commit


28 May, 2008

1 commit


27 May, 2008

1 commit


25 May, 2008

1 commit


24 May, 2008

1 commit

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband:
    IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMED
    IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()
    MAINTAINERS: Add cxgb3 and iw_cxgb3 NIC and iWARP driver entries
    IB/mlx4: Fix creation of kernel QP with max number of send s/g entries
    IB/mthca: Fix max_sge value returned by query_device
    RDMA/cxgb3: Fix uninitialized variable warning in iwch_post_send()
    IB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_send()
    IB/ipath: Fix UC receive completion opcode for RDMA WRITE with immediate
    IB/ipath: Fix printk format for ipath_sdma_status

    Linus Torvalds
     

21 May, 2008

4 commits


20 May, 2008

6 commits