1. 26 Feb, 2002 6 commits
    • Dave Jones's avatar
      [PATCH] later DMI scan. · 9b1c51ab
      Dave Jones authored
      This moves the dmi scan to an earlier stage so that we can trap issues
      such as the various laptops that don't like enabling APIC.
      It's likely to be useful for trapping other similar early-boot problems.
      Originally by Mikael Pettersson
      9b1c51ab
    • Dave Jones's avatar
      [PATCH] un'fix' NCR scsi driver. · 3679a65c
      Dave Jones authored
      Linus,
       Current driver in your tree has been 'fixed' by someone without
      understanding just how broken it was. Numerous fixes were done in 2.4
      after the 2.5 split by Alan.
      
      This patch reverts the damage the driver does in your tree, and brings
      Alan's 2.4 bits over instead. Downside: It doesn't compile.
      Upside: It doesn't pretend to work and corrupt data, and at least
      is the right base for people to start fixing.
      3679a65c
    • Dave Jones's avatar
      [PATCH] Numerous address updates. · 0170bcbb
      Dave Jones authored
      Updated maintainers list from Ingo's last ping,
      various changed email addresses in code headers.
      0170bcbb
    • Dave Jones's avatar
      a3245879
    • Dave Jones's avatar
      [PATCH] kdev_t search/replaces. · 16d6f850
      Dave Jones authored
      First batch of various kdev_t related changes that have accumulated on
      linux-kernel, and some that got sent directly to me after you dropped them.
      
      Some of these need additional fixes to make them work, Some of them
      even to make them compile, but this is one step forward..
      
      I have bio-related fixes for some of these also, I'll push those seperately.
      16d6f850
    • Linus Torvalds's avatar
      Enable parport by default on x86 · 9c0c830c
      Linus Torvalds authored
      9c0c830c
  2. 25 Feb, 2002 1 commit
  3. 26 Feb, 2002 1 commit
  4. 25 Feb, 2002 13 commits
  5. 23 Feb, 2002 2 commits
    • Ingo Molnar's avatar
      - cleanup patch from Hugh Dickins, fix up drivers to use vmalloc_to_page()... · 33110a83
      Ingo Molnar authored
      - cleanup patch from Hugh Dickins, fix up drivers to use vmalloc_to_page() instead of local hacks of uvirt_to_kva(). (and related fixes.)
      33110a83
    • Ingo Molnar's avatar
      · 38432d05
      Ingo Molnar authored
      - new, less intrusive and faster migration method:
      
      /*
       * This is how migration works:
       *
       * 1) we queue a migration_req_t structure in the source CPU's
       *    runqueue and wake up that CPU's migration thread.
       * 2) we down() the locked semaphore => thread blocks.
       * 3) migration thread wakes up (implicitly it forces the migrated
       *    thread off the CPU)
       * 4) it gets the migration request and checks whether the migrated
       *    task is still in the wrong runqueue.
       * 5) if it's in the wrong runqueue then the migration thread removes
       *    it and puts it into the right queue.
       * 6) migration thread up()s the semaphore.
       * 7) we wake up and the migration is done.
       */
      38432d05
  6. 21 Feb, 2002 17 commits