1. 16 Feb, 2002 1 commit
  2. 15 Feb, 2002 2 commits
  3. 13 Feb, 2002 35 commits
  4. 12 Feb, 2002 2 commits
    • Paul Mackerras's avatar
      Merge quango.(none):/home/paulus/kernel/linux-2.5 · 53cd6170
      Paul Mackerras authored
      into quango.(none):/home/paulus/kernel/linuxppc-2.5
      53cd6170
    • Ingo Molnar's avatar
      a cleanup and a bugfix in the preemptive kernel: · 9bf40b14
      Ingo Molnar authored
      - the PREEMPT_ACTIVE trick is not needed
      
      - schedule() should check for need_resched, we might miss a
        reschedule otherwise.
      
      the cleanup also fixes the bug. The only reason why i kept
      preempt_schedule() was to fix up p->state to TASK_RUNNING,
      to make it possible to preempt from places that mark the
      task TASK_UNINTERRUPTIBLE before adding the task to a waitqueue,
      and thus a preemption in that small window could cause the
      task to be removed from the runqueue erroneously.
      9bf40b14