1. 28 Oct, 2005 30 commits
  2. 27 Oct, 2005 9 commits
  3. 26 Oct, 2005 1 commit
    • Oleg Nesterov's avatar
      [PATCH] Fix cpu timers expiration time · 7a4ed937
      Oleg Nesterov authored
      There's a silly off-by-one error in the code that updates the expiration
      of posix CPU timers, causing them to not be properly updated when they
      hit exactly on their expiration time (which should be the normal case).
      
      This causes them to then fire immediately again, and only _then_ get
      properly updated.
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      7a4ed937