1. 15 12月, 2010 1 次提交
  2. 13 12月, 2010 1 次提交
    • C
      timers: Use this_cpu_read · 7496351a
      Christoph Lameter 提交于
      Eric asked for this.
      
      [tglx: Because it generates faster code according to Erics ]
      Signed-off-by: NChristoph 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: NThomas Gleixner <tglx@linutronix.de>
      7496351a
  3. 11 12月, 2010 5 次提交
  4. 03 12月, 2010 1 次提交
    • J
      timers: Introduce timerlist infrastructure. · 87de5ac7
      John Stultz 提交于
      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: NJohn Stultz <john.stultz@linaro.org>
      LKML Reference: <1290136329-18291-2-git-send-email-john.stultz@linaro.org>
      Reviewed-by: NThomas Gleixner <tglx@linutronix.de>
      CC: Alessandro Zummo <a.zummo@towertech.it>
      CC: Thomas Gleixner <tglx@linutronix.de>
      CC: Richard Cochran <richardcochran@gmail.com>
      87de5ac7
  5. 10 11月, 2010 1 次提交
  6. 22 10月, 2010 3 次提交
  7. 21 10月, 2010 6 次提交
  8. 10 9月, 2010 1 次提交
  9. 08 9月, 2010 21 次提交