1. 07 Mar, 2006 1 commit
    • Linus Torvalds's avatar
      Add early-boot-safety check to cond_resched() · 8ba7b0a1
      Linus Torvalds authored
      Just to be safe, we should not trigger a conditional reschedule during
      the early boot sequence.  We've historically done some questionable
      early on, and the safety warnings in __might_sleep() are generally
      turned off during that period, so there might be problems lurking.
      
      This affects CONFIG_PREEMPT_VOLUNTARY, which takes over might_sleep() to
      cause a voluntary conditional reschedule.
      Acked-by: default avatarIngo Molnar <mingo@elte.hu>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      8ba7b0a1
  2. 06 Mar, 2006 5 commits
  3. 05 Mar, 2006 11 commits
  4. 04 Mar, 2006 7 commits
  5. 02 Mar, 2006 10 commits
  6. 01 Mar, 2006 6 commits