1. 24 May, 2002 14 commits
    • Kai Germaschewski's avatar
      kbuild: Remove now redundant 'O_TARGET := built-in.o' lines · 46c42661
      Kai Germaschewski authored
      (plus a bit of rearranging in the ISDN Makefiles) 
      46c42661
    • Kai Germaschewski's avatar
      kbuild: Make O_TARGET default to 'built-in.o' · e613393b
      Kai Germaschewski authored
      If a Makefile defines neither O_TARGET nor L_TARGET, let's assume a
      default of 'built-in.o'. The goal of this is, of course, to eventually
      get rid of O_TARGET completely.
      e613393b
    • Linus Torvalds's avatar
      Merge · d9a704ee
      Linus Torvalds authored
      d9a704ee
    • Pavel Machek's avatar
      [PATCH] swsusp fixes · ce922a4c
      Pavel Machek authored
      This kills unneccessary include from ide-disk.c, kills #ifdef from
      reiserfs/journal.c, makes suspend_device local as it should be,
      abstains from suspending devices two times in a row (typo), and makes
      sure we do not run_task_queue() while we hold spinlock.
      ce922a4c
    • Pavel Machek's avatar
      [PATCH] swsusp: making myself maintainer · 71363c48
      Pavel Machek authored
      I asked Gabor if he'd like me to maintain swsusp, and he liked that
      idea [<quote>Would you please take over maintaining? I offered this in
      the list a while ago anyway.</quote>].
      71363c48
    • Pavel Machek's avatar
      [PATCH] swsusp cleanups · 67fbb3bf
      Pavel Machek authored
      These are cleanups. They do not change any code, except killing
      printk's.
      67fbb3bf
    • Linus Torvalds's avatar
      Merge penguin:v2.5/linux · 5d652eb5
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      5d652eb5
    • Linus Torvalds's avatar
      Fix up header file · 208bc495
      Linus Torvalds authored
      208bc495
    • Linus Torvalds's avatar
      Clean up tlb_start/end_vma. · 9ff2d536
      Linus Torvalds authored
      9ff2d536
    • Linus Torvalds's avatar
      Merge · 13413379
      Linus Torvalds authored
      13413379
    • Martin Dalecki's avatar
      [PATCH] 2.5.17 IDE 70 · ac5bdbb7
      Martin Dalecki authored
       - Apply host chip driver cleanups by Bartomiej Zonierkiewicz.
      
       - Take the draft device type driver implementation from Adam Richter and make
          it actually work with some of the drivers we have at hand. Quite a lot
          of it was fixed by me as well to have the desired effects.
      
          We have added a attach method for the sub device type drivers to make it
          possible dor sub device type drivers to attach devices to the overall
          infrastructure. UNIX has something like this SCSI code is implementing
          something like this, just for some unknown reasons Linux block device
          operations don't have it...
      
       - ide_drive_t is finally gone. Please use struct ata_device instead.
      
          Hint the ide.h specific byte type should go over time as well, sine there
          is no need to invent something already handled by the kernel. Please use
          the unambigious u8 type instead where possible.
      
       - Add a bit of documentation about cabling issues. ide.txt needs a lot of
         improvement at some time still.
      ac5bdbb7
    • Linus Torvalds's avatar
      Merge DRI CVS tree into standard kernel · 6177c8bb
      Linus Torvalds authored
      6177c8bb
    • Linus Torvalds's avatar
      Fix over-eager header file cleanup · a58a63c3
      Linus Torvalds authored
      a58a63c3
    • Linus Torvalds's avatar
      Merge penguin:v2.5/linux · 4dd94a28
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      4dd94a28
  2. 23 May, 2002 26 commits