1. 14 May, 2003 21 commits
    • Dave Jones's avatar
      [PATCH] ASUS P4B SMBus quirks. · 690fbc6a
      Dave Jones authored
      From Dominik Brodowski, comments says it all..
      690fbc6a
    • Dave Jones's avatar
      [PATCH] iphase fix. · acf91296
      Dave Jones authored
      This went into 2.4 nearly a year back with the wonderfully
      descriptive  "Fix from maintainer" comment.
      acf91296
    • Dave Jones's avatar
      [PATCH] pcwatchdog firmware memory leak · 4825acc7
      Dave Jones authored
      4825acc7
    • Dave Jones's avatar
      [PATCH] Fix standards compliance bugs in the tty layer · 87536156
      Dave Jones authored
      This went into 2.4 back last August with the comment in $subject.
      87536156
    • Dave Jones's avatar
      [PATCH] Fix ISDN return types. · 04d882c4
      Dave Jones authored
      04d882c4
    • Dave Jones's avatar
      [PATCH] sx memleak. · ec7bdda2
      Dave Jones authored
      ec7bdda2
    • Dave Jones's avatar
      [PATCH] i8253 locking. · e792570d
      Dave Jones authored
      There are still a few places where we play with the RTC
      directly, with no locking. This catches some of them.
      e792570d
    • Dave Jones's avatar
      [PATCH] Avoid ide-scsi from starting DMA too soon · 2323c8a9
      Dave Jones authored
      This went into 2.4 with the following comments..
      
      ide-scsi driver starts DMA as soon as it writes the ATAPI PACKET command
      in command register and before sending the ATAPI command. This will
      cause problems on many drives. Right way to do it is to start DMA after
      sending the ATAPI command. I am attaching a patch that fixes this. This
      patch will allow many more CD-RW drives to work reliably in DMA mode
      than do today
      
      Alan's comment to this diff previously..
      "Thats the least of the 2.5 ide-scsi problems, but yes its probably one to add"
      2323c8a9
    • Dave Jones's avatar
      [PATCH] Preemption fixes for x86 MSR driver. · 30238121
      Dave Jones authored
      wrmsr is ok, but needs cleans up, second part (rdmsr)
      is currently broken.
      30238121
    • Dave Jones's avatar
      [PATCH] Fix types on inflate.c constants · b4ffe57a
      Dave Jones authored
      This patch from Alan went into 2.4 last august with the comment
      "get the types right on the lib/inflate.c constants"
      b4ffe57a
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/gregkh/linux/linus-2.5 · 64673994
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      64673994
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/linux/linux/BK/bleed-2.5 · bfb77631
      Greg Kroah-Hartman authored
      into kroah.com:/home/linux/linux/BK/gregkh-2.5
      bfb77631
    • Andrew Morton's avatar
      [PATCH] USB: net2280 writel fix · 75b1cec5
      Andrew Morton authored
      This driver is doing a writel to some random u32, rather than to a device
      register.
      75b1cec5
    • 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
  2. 13 May, 2003 15 commits
  3. 14 May, 2003 1 commit
  4. 13 May, 2003 3 commits