Skip to content
  1. Jan 06, 2017
  2. Jan 04, 2017
  3. Jan 03, 2017
  4. Jan 02, 2017
  5. Jan 01, 2017
  6. Dec 31, 2016
  7. Dec 30, 2016
  8. Dec 29, 2016
  9. Dec 28, 2016
    • Gregory Nutt's avatar
      SMP: Fix a gap where we may try to make modifications to the task lists... · 96394f33
      Gregory Nutt authored
      SMP: Fix a gap where we may try to make modifications to the task lists without being in a critical sections.  That permits concurrent access to the tasks lists and many subtle problems.  This fix just remains in the critical section throughout the operation (and possible until the task is restore in the event of a context switch).  Makes a big difference in stability
      96394f33