1. 15 May, 2003 1 commit
  2. 14 May, 2003 12 commits
    • Dave Jones's avatar
      30ffac45
    • Dave Jones's avatar
      [AGPGART] Move AGP PM to individual drivers. · 6581662b
      Dave Jones authored
      From Christoph Hellwig.
      This is a lot cleaner by using the proper PCI PM infrastructure and also
      fixes the breakage with the non-PCIish bridges on alpha and ia64
      6581662b
    • Dave Jones's avatar
      Merge tetrachloride.(none):/mnt/raid/src/kernel/2.5/bk-linus · bd23c800
      Dave Jones authored
      into tetrachloride.(none):/mnt/raid/src/kernel/2.5/agpgart
      bd23c800
    • Dave Jones's avatar
      [AGPGART] PPC Uninorth support. · dc509d28
      Dave Jones authored
      By Paul Mackerras and BenH
      dc509d28
    • Jens Axboe's avatar
      [PATCH] ide tcq fixes · f55ae64b
      Jens Axboe authored
      This fixes a few problems with ide tcq, I don't know of any other known
      ones (and it is solid here, survives ours of beating on it). Basically:
      
      - Don't enable tcq if the drive isn't alone on the channel. This raises
        all sorts of fun that really requires hardware support (auto poll), or
        it's going to _suck_. I never wanted to do that, and no hardware I
        know of supports auto-poll.
      
      - Introduce a drive blacklist so we don't enable tcq on known broken
        drives. Or enable with restrictions on some models.
      
      - Add a check for pdc4030, apparently tcq doesn't work there (hell knows
        who would be crazy enough to pull such a stunt).
      f55ae64b
    • Linus Torvalds's avatar
      Merge home:v2.5/linux · a9a5b952
      Linus Torvalds authored
      into penguin.transmeta.com:/home/torvalds/v2.5/linux
      a9a5b952
    • Jens Axboe's avatar
      [PATCH] Fix scsi_ioctl command direction bits · 55262c2d
      Jens Axboe authored
      With the dynamic request allocation, we get the direction bits set for
      us. This breaks the scsi_ioctl stuff, since we always pass in WRITE
      there. So actually pass in the right direction instead.
      55262c2d
    • Jens Axboe's avatar
      [PATCH] remove ide-cd chatty errors · 31ab234b
      Jens Axboe authored
      Quiet down the TEST_UNIT_READY commands, we know these may fail (that's
      the whole purpose of the command :-).
      31ab234b
    • Jens Axboe's avatar
      [PATCH] ide minimum 48-bit support · aa914d0d
      Jens Axboe authored
      This is the small patch that we all agreed on. With this patch, we do
      nice big writes/reads on ide disks that support 48-bit lba.
      aa914d0d
    • Jens Axboe's avatar
      [PATCH] bio walking code · 21eca852
      Jens Axboe authored
      Add bio traversal functionality. This is a prereq for doing ide
      multiwrites safely and sanely. Patch was originally done by Suparna,
      Bartlomiej picked it up and changed the design somewhat. From Bart:
      
      Main idea is now reversed - instead of introducing rq->hard_bio as
      pointer for bio to be completed and using rq->bio as pointer for bio
      to be submitted, rq->cbio is introduced for submissions and rq->bio
      is used for completions
      
      This minimizes changes to block layer and assures that all existing
      block users are not affected by this patch.
      21eca852
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.5-rmk · 84725bf0
      Linus Torvalds authored
      into penguin.transmeta.com:/home/torvalds/v2.5/linux
      84725bf0
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.5-pcmcia · 08aa4ea8
      Linus Torvalds authored
      into penguin.transmeta.com:/home/torvalds/v2.5/linux
      08aa4ea8
  3. 13 May, 2003 15 commits
  4. 14 May, 2003 1 commit
  5. 13 May, 2003 4 commits
  6. 14 May, 2003 1 commit
  7. 13 May, 2003 6 commits