1. 14 Dec, 2010 1 commit
  2. 12 Dec, 2010 1 commit
    • Christoph Lameter's avatar
      timers: Use this_cpu_read · 7496351a
      Christoph Lameter authored
      Eric asked for this.
      
      [tglx: Because it generates faster code according to Erics ]
      Signed-off-by: default avatarChristoph Lameter <cl@linux.com>
      Cc: Pekka Enberg <penberg@cs.helsinki.fi>
      Cc: Eric Dumazet <eric.dumazet@gmail.com>
      Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
      Cc: Tejun Heo <tj@kernel.org>
      Cc: linux-mm@kvack.org
      LKML-Reference: <alpine.DEB.2.00.1011301404490.4039@router.home>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      7496351a
  3. 11 Dec, 2010 2 commits
  4. 10 Dec, 2010 3 commits
  5. 03 Dec, 2010 1 commit
    • John Stultz's avatar
      timers: Introduce timerlist infrastructure. · 87de5ac7
      John Stultz authored
      The timerlist infrastructure is a thin layer over the rbtree
      code that implements a simple list of timers sorted by an
      expires value, and a getnext function that provides a pointer
      to the earliest timer.
      
      This infrastructure allows drivers and other kernel infrastructure
      to easily implement timers without duplicating code.
      Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
      LKML Reference: <1290136329-18291-2-git-send-email-john.stultz@linaro.org>
      Reviewed-by: default avatarThomas Gleixner <tglx@linutronix.de>
      CC: Alessandro Zummo <a.zummo@towertech.it>
      CC: Thomas Gleixner <tglx@linutronix.de>
      CC: Richard Cochran <richardcochran@gmail.com>
      87de5ac7
  6. 10 Nov, 2010 1 commit
  7. 22 Oct, 2010 3 commits
  8. 21 Oct, 2010 6 commits
  9. 09 Sep, 2010 1 commit
  10. 07 Sep, 2010 21 commits