14 Apr, 2007

2 commits


13 Apr, 2007

3 commits


12 Apr, 2007

8 commits

  • There are several IOMMU allocator bugs. Instead of trying to fix this
    overly complicated code, just mirror the PCI IOMMU arena allocator
    which is very stable and well stress tested.

    I tried to make the code as identical as possible so we can switch
    sun4u PCI and SBUS over to a common piece of IOMMU code. All that
    will be need are two callbacks, one to do a full IOMMU flush and one
    to do a streaming buffer flush.

    This patch gets rid of a lot of hangs and mysterious crashes on SBUS
    sparc64 systems, at least for me.

    Signed-off-by: David S. Miller

    David S. Miller
     
  • * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:
    [POWERPC] mpc52xx_pic: fix main interrupt masking

    Linus Torvalds
     
  • * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6:
    myri10ge: update driver version to 1.3.0-1.233
    myri10ge: more Intel chipsets providing aligned PCIe completions
    myri10ge: fix management of the firmware 4KB boundary crossing restriction
    cxgb3 - missing CPL hanler and register setting.
    cxgb3 - MAC watchdog update
    cxgb3 - avoid deadlock with mac watchdog
    skge: fix wake on lan
    sky2: phy workarounds for Yukon EC-U A1
    sky2: turn on clocks when doing resume
    sky2: turn carrier off when down
    skge: turn carrier off when down
    [PATCH] bcm43xx: Fix PPC machine checks and match loopback gain specs
    [PATCH] bcm43xx: Fix 802.11b/g scan limits to match regulatory reqs
    [PATCH] zd1211rw: Fix E2P_PHY_REG patching
    [PATCH] zd1211rw: Reject AL2230S devices

    Linus Torvalds
     
  • * master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6:
    USB: Nikon D80 unusual device patch
    EHCI: fix remote wakeup regression in 2.6.21-rc

    Linus Torvalds
     
  • Noone should use kobj.name directly since it may contain garbage.
    Objects with longer names have them stored in separately allocated
    memory pointed to by kobj->k_name.

    Signed-off-by: Dmitry Torokhov
    Signed-off-by: Linus Torvalds

    Dmitry Torokhov
     
  • the Nikon D80 camera will not work without an UNUSUAL_DEV entry embodied
    in the attached patch (made against 2.6.20.3). Hope you find it helpful,
    or if not, pass it along to someone who does.

    From: Emil Larsson
    Signed-off-by: Phil Dibowitz
    Signed-off-by: Greg Kroah-Hartman

    Emil Larsson
     
  • There is one significant difference between the behavior of root hubs
    (as embodied in host controller hardware) and external hubs: When a
    remote-wakeup signal is received, an external hub sends an interrupt
    message at the _end_ of the resume sequence but a root hub generates
    and interrupt at the _beginning_ of the resume sequence. The host
    system must poll for the end of the sequence.

    When ehci-hcd was converted to interrupt-driven operation instead of
    using polling, the remaining need for this particular poll was
    overlooked. This patch (as894) fixes the problem.

    Signed-off-by: Alan Stern
    Signed-off-by: Greg Kroah-Hartman

    Alan Stern
     
  • The bit setting was off by one.
    Tested with RTC and GPIO_WKUP interrupts.

    Signed-off-by: Domen Puncer
    Signed-off-by: Sylvain Munaut
    Signed-off-by: Paul Mackerras

    Domen Puncer
     

11 Apr, 2007

27 commits