1. 17 2月, 2007 6 次提交
  2. 30 9月, 2006 1 次提交
  3. 07 9月, 2006 1 次提交
  4. 04 7月, 2006 1 次提交
  5. 26 6月, 2006 1 次提交
  6. 22 4月, 2006 1 次提交
  7. 02 4月, 2006 1 次提交
  8. 01 4月, 2006 1 次提交
  9. 27 3月, 2006 5 次提交
  10. 07 3月, 2006 1 次提交
    • T
      [PATCH] fix next_timer_interrupt() for hrtimer · 69239749
      Tony Lindgren 提交于
      Also from Thomas Gleixner <tglx@linutronix.de>
      
      Function next_timer_interrupt() got broken with a recent patch
      6ba1b912 as sys_nanosleep() was moved to
      hrtimer.  This broke things as next_timer_interrupt() did not check hrtimer
      tree for next event.
      
      Function next_timer_interrupt() is needed with dyntick (CONFIG_NO_IDLE_HZ,
      VST) implementations, as the system can be in idle when next hrtimer event
      was supposed to happen.  At least ARM and S390 currently use
      next_timer_interrupt().
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      69239749
  11. 02 2月, 2006 2 次提交
  12. 12 1月, 2006 3 次提交
  13. 11 1月, 2006 3 次提交