Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-11 | timerqueue: Make timerqueue_getnext() static inline | Thomas Gleixner | |
No point in calling a function just to dereference a pointer. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: John Stultz <john.stultz@linaro.org> | |||
2010-12-10 | timers: Rename timerlist infrastructure to timerqueue | John Stultz | |
Thomas pointed out a namespace collision between the new timerlist infrastructure I introduced and the existing timer_list.c So to avoid confusion, I've renamed the timerlist infrastructure to timerqueue. Reported-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: John Stultz <john.stultz@linaro.org> |