1. 08 Apr, 2002 3 commits
    • Anton Blanchard's avatar
      [PATCH] fix busy loop in migration thread init · a34eae3b
      Anton Blanchard authored
      Since we do not set the task state to TASK_INTERRUPTIBLE, we busy loop.
      
      On larger SMP this can actually result in a lockup due to the way
      migration thread initalisation is done (nr_cpus threads are created
      and they all busy loop until the scheduler evenly distributes them,
      one on each cpu. With this rogue thread busy looping things can become
      unbalanced and the migration threads never distribute themselves onto
      all cpus).
      a34eae3b
    • Anton Blanchard's avatar
      [PATCH] missing includes in seq_file.h · 9523cdad
      Anton Blanchard authored
      include/linux/seq_file.h uses memcpy and struct semaphore and so should
      include the relevant files.
      9523cdad
    • Linus Torvalds's avatar
      Automerge · 43350172
      Linus Torvalds authored
      43350172
  2. 09 Apr, 2002 1 commit
  3. 08 Apr, 2002 1 commit
  4. 09 Apr, 2002 18 commits
  5. 08 Apr, 2002 3 commits
  6. 09 Apr, 2002 2 commits
  7. 08 Apr, 2002 2 commits
  8. 06 Apr, 2002 6 commits
  9. 05 Apr, 2002 4 commits