1. 21 Aug, 2002 1 commit
  2. 19 Aug, 2002 3 commits
    • Benjamin LaHaise's avatar
      add basic stubs for aio · ea5097be
      Benjamin LaHaise authored
      ea5097be
    • Linus Torvalds's avatar
      Remove extraneous ptrace.h include · 85f817cd
      Linus Torvalds authored
      85f817cd
    • Ingo Molnar's avatar
      [PATCH] O(1) sys_exit(), threading, scalable-exit-2.5.31-B4 · d79c07a4
      Ingo Molnar authored
      the attached patch updates a number of items:
      
       - adds cleanups suggested by Christoph Hellwig: needed unlikely()
         statements, a superfluous #define and line length problems.
      
       - splits up the global ptrace list into per-task ptrace lists. This was
         pretty straightforward, and this makes the worst-case exit() latency
         O(nr_children).
      
      the per-task ptrace lists unearthed a bug that the previous code did not
      take care of: tasks on the ptrace list have to be correctly reparented as
      well. This patch passed my stresstests as well.
      d79c07a4
  3. 17 Aug, 2002 3 commits
  4. 16 Aug, 2002 5 commits
  5. 17 Aug, 2002 1 commit
  6. 16 Aug, 2002 14 commits
  7. 17 Aug, 2002 6 commits
  8. 16 Aug, 2002 2 commits
  9. 15 Aug, 2002 5 commits