1. 12 Oct, 2011 34 commits
  2. 05 Oct, 2011 1 commit
  3. 04 Oct, 2011 5 commits
    • Linus Torvalds's avatar
      Merge git://github.com/davem330/net · 8a04b453
      Linus Torvalds authored
      * git://github.com/davem330/net:
        pch_gbe: Fixed the issue on which a network freezes
        pch_gbe: Fixed the issue on which PC was frozen when link was downed.
        make PACKET_STATISTICS getsockopt report consistently between ring and non-ring
        net: xen-netback: correctly restart Tx after a VM restore/migrate
        bonding: properly stop queuing work when requested
        can bcm: fix incomplete tx_setup fix
        RDSRDMA: Fix cleanup of rds_iw_mr_pool
        net: Documentation: Fix type of variables
        ibmveth: Fix oops on request_irq failure
        ipv6: nullify ipv6_ac_list and ipv6_fl_list when creating new socket
        cxgb4: Fix EEH on IBM P7IOC
        can bcm: fix tx_setup off-by-one errors
        MAINTAINERS: tehuti: Alexander Indenbaum's address bounces
        dp83640: reduce driver noise
        ptp: fix L2 event message recognition
      8a04b453
    • Linus Torvalds's avatar
      Merge branch 'fix/asoc' of git://github.com/tiwai/sound · a8062e42
      Linus Torvalds authored
      * 'fix/asoc' of git://github.com/tiwai/sound:
        ASoC: omap_mcpdm_remove cannot be __devexit
        ASoC: Fix setting update bits for WM8753_LADC and WM8753_RADC
        ASoC: use a valid device for dev_err() in Zylonite
      a8062e42
    • Linus Torvalds's avatar
      Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux · 1fd2a850
      Linus Torvalds authored
      * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux:
        drm/radeon/kms: fix channel_remap setup (v2)
        drm/radeon: Set cursor x/y to 0 when x/yorigin > 0.
        drm/radeon: Update AVIVO cursor coordinate origin before x/yorigin calculation.
        drm/radeon: Simplify cursor x/yorigin calculation.
        drm/radeon/kms: fix cursor image off-by-one error
        drm/radeon/kms: Fix logic error in DP HPD handler
        drm/radeon/kms: add retry limits for native DP aux defer
        drm/radeon/kms: fix regression in DP aux defer handling
      1fd2a850
    • Linus Torvalds's avatar
      Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 · f8451c3f
      Linus Torvalds authored
      * 'spi/merge' of git://git.secretlab.ca/git/linux-2.6:
        spi-topcliff-pch: Fix overrun issue
        spi-topcliff-pch: Add recovery processing in case FIFO overrun error occurs
        spi-topcliff-pch: Fix CPU read complete condition issue
        spi-topcliff-pch: Fix SSN Control issue
        spi-topcliff-pch: add tx-memory clear after complete transmitting
      f8451c3f
    • Jon Mason's avatar
      PCI: Disable MPS configuration by default · 5f39e670
      Jon Mason authored
      Add the ability to disable PCI-E MPS turning and using the BIOS
      configured MPS defaults.  Due to the number of issues recently
      discovered on some x86 chipsets, make this the default behavior.
      
      Also, add the option for peer to peer DMA MPS configuration.  Peer to
      peer DMA is outside the scope of this patch, but MPS configuration could
      prevent it from working by having the MPS on one root port different
      than the MPS on another.  To work around this, simply make the system
      wide MPS the smallest possible value (128B).
      Signed-off-by: default avatarJon Mason <mason@myri.com>
      Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      5f39e670