1. 17 Feb, 2003 7 commits
    • Randy Dunlap's avatar
      [PATCH] fix Documentation/cli-sti-removal.txt thinko · 3e1d2624
      Randy Dunlap authored
      The 3 lines being deleted are repeated from above (in same file).
      I pulled the 2 lines being added from an earlier version of the patch.
      3e1d2624
    • Marc Zyngier's avatar
      [PATCH] EISA/sysfs updates · d61c31bb
      Marc Zyngier authored
      This is an update to the EISA/sysfs code :
      
       - Separate bus root code from generic code.
       - Add driver for PCI/EISA bridge.
       - Hacked parisc eisa driver so it can act as a root device.
       - Add driver for so-called virtual root (for bridge-less systems).
       - Allow multiple roots.
       - Moved quirk_eisa_bridge from alpha to generic code, since
         the EISA code needs it now (on x86, for example...).
       - 3c59x :
         Prevent driver from returning ENODEV in case it has registered with
         the EISA framework, but no device has been found yet (it happends
         when the driver is built into the kernel, and the EISA bus root has
         not been discovered yet).
      
      It's been discussed on lkml, and all suggestions (mainly from Ivan
      Kokshaysky <ink@jurassic.park.msu.ru>) have been taken into account.
      d61c31bb
    • Linus Torvalds's avatar
      Merge http://linux-sound.bkbits.net/linux-sound · bb89c58c
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      bb89c58c
    • Linus Torvalds's avatar
      Manual merge · c90176df
      Linus Torvalds authored
      c90176df
    • Linus Torvalds's avatar
      Merge http://jfs.bkbits.net/linux-2.5 · a6f5ccdf
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      a6f5ccdf
    • Dave Kleikamp's avatar
      JFS: Fix jfs_sync_fs · 5d888402
      Dave Kleikamp authored
      jfs_sync_fs was implemented using the same code as the unmount code to flush
      the journal and wait for the journal to quiesce.  Since jfs_sync_fs may  be
      called while the volume is under heavy use, we can end up waiting
      indefinately.  Code in jfs_flush_journal meant to detect a hang at unmount
      time may be triggered in this case causing a trap.  This patch changes
      jfs_sync_fs to only wait until the most recent transaction has been
      commited to disk, rather than waiting until the commit queue is empty.
      5d888402
    • Linus Torvalds's avatar
      Fix locking for "send_sig_info()", to avoid possible races with signal · 2c707d9b
      Linus Torvalds authored
      state changes due to execve() and exit(). We need to hold the tasklist
      lock to guarantee stability of "task->sighand".
      2c707d9b
  2. 16 Feb, 2003 18 commits
  3. 17 Feb, 2003 1 commit
  4. 16 Feb, 2003 7 commits
  5. 15 Feb, 2003 7 commits