1. 14 Jun, 2004 4 commits
    • Randy Dunlap's avatar
      [PATCH] Sparse fix to mm/vmscan.c · 1dadd0fc
      Randy Dunlap authored
      Nick changed shrink_cache() to void, but one call was missed.
      
      From: Mika Kukkonen <mika@osdl.org>
      Signed-off-by: default avatarRandy Dunlap <rddunlap@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      1dadd0fc
    • Andrew Morton's avatar
      [PATCH] Fix nfs writepage behaviour · 5241cac5
      Andrew Morton authored
      From: Nick Piggin <nickpiggin@yahoo.com.au>
      
      nfs_writepage() refuses to write back mapped pages at all on the page
      reclaim path, causing systems to get locked up when there's a lot of dirty
      mmapped data around.  The patch changes NFS so that it will start I/O
      against these pages.
      
      The code as it stands is designed to defer writeout to pdflush which can do
      larger, more efficient I/Os.  But there shouldn't be much traffic by this
      path, and going slow is better than not going at all.
      
      Patch originally from Trond.
      Signed-off-by: default avatarTrond Myklebust <trond.myklebust@fys.uio.no>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      5241cac5
    • Andi Kleen's avatar
      [PATCH] Fix x86-64 VIA systems with IOMMU debug · dca8ede4
      Andi Kleen authored
      VIA chipsets are broken and don't work with IOMMU enabled. For some mysterious
      reason (the IOMMU logic is actually in the CPU) they manage to corrupt all
      data going through the aperture to PCI devices.
      
      There was a workaround previously that enabled the slower softmmu when VIA is 
      detected on the normal IOMMU path (when there is more than 3GB of memory). But
      CONFIG_IOMMU_DEBUG took a short cut that was not handled, which ended up with 
      VIA systems not booting when this option is enabled.
      
      This patch enables the workaround with CONFIG_IOMMU_DEBUG/iommu=force too
      dca8ede4
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/tg3-2.6 · c902e4cd
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      c902e4cd
  2. 13 Jun, 2004 10 commits
  3. 12 Jun, 2004 26 commits