1. 30 Aug, 2006 2 commits
    • Krzysztof Helt's avatar
      [SUNLANCE]: Fix probing problem. · 404dda85
      Krzysztof Helt authored
      The current probe table causes ledma and lebuffer
      "le" devices to get probed twice which is not what
      we want.
      
      Match just "le" and look directly at the parent to get the correct
      top-level node information.
      Signed-off-by: default avatarKrzysztof Helt <krzysztof.h1@wp.pl>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      404dda85
    • David S. Miller's avatar
      [SPARC64]: Fix X server hangs due to large pages. · 47f2c360
      David S. Miller authored
      This problem was introduced by changeset
      14778d90
      
      Unlike the hugetlb code paths, the normal fault code is not setup to
      propagate PTE changes for large page sizes correctly like the ones we
      make for I/O mappings in io_remap_pfn_range().
      
      It is absolutely necessary to update all sub-ptes of a largepage
      mapping on a fault.  Adding special handling for this would add
      considerably complexity to tlb_batch_add().  So let's just side-step
      the issue and forcefully dirty any writable PTEs created by
      io_remap_pfn_range().
      
      The only other real option would be to disable to large PTE code of
      io_remap_pfn_range() and we really don't want to do that.
      
      Much thanks to Mikael Pettersson for tracking down this problem and
      testing debug patches.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      47f2c360
  2. 29 Aug, 2006 3 commits
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 · dc709bd1
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:
        [CIFS] Do not send Query All EAs SMB when mount option nouser_xattr
        [CIFS] endian errors in lanman protocol support
        [CIFS] Fix oops in cifs_close due to unitialized lock sem and list in
        [CIFS] Fix oops when negotiating lanman and no password specified
        [CIFS]
        [CIFS] Allow cifsd to suspend if connection is lost
        [CIFS] Make midState usage more consistent
        [CIFS] spinlock protect read of last srv response time in timeout path
        [CIFS] Do not time out posix brl requests when using new posix setfileinfo
      dc709bd1
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-serial · d9629953
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-serial:
        [SERIAL] Support for Intashield 2 port PCI serial card
      d9629953
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · 1b8b22f4
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] 3761/1: fix armv4t breakage after adding thumb interworking to userspace helpers
        [ARM] Add Integrator support for glibc outb() and friends
        [ARM] Move prototype for register_isa_ports to asm/io.h
        [ARM] Arrange for isa.c to use named initialisers
        [ARM] 3741/1: remove sa1111.c build warning on non-sa1100 systems
        [ARM] 3760/1: This patch adds timeouts while working with SSP registers. Such timeouts were en
        [ARM] 3758/1: Preserve signalling NaNs in conversion
        [ARM] 3749/3: Correct VFP single/double conversion emulation
        [ARM] 3748/3: Correct error check in vfp_raise_exceptions
      1b8b22f4
  3. 28 Aug, 2006 5 commits
  4. 27 Aug, 2006 30 commits