index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
timerqueue.c
Age
Commit message (
Expand
)
Author
2019-07-24
lib/timerqueue: Rely on rbtree semantics for next timer
Davidlohr Bueso
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2017-12-29
timerqueue: Document return values of timerqueue_add/del()
Thomas Gleixner
2017-01-20
timerqueue: Use rb_entry_safe() instead of open-coding it
Geliang Tang
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
2015-04-22
timerqueue: Let timerqueue_add/del return information
Thomas Gleixner
2012-03-24
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2012-03-07
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2012-02-29
bug.h: add include of it to various implicit C users
Paul Gortmaker
2011-03-31
Fix common misspellings
Lucas De Marchi
2010-12-11
timerqueue: Make timerqueue_getnext() static inline
Thomas Gleixner
2010-12-10
timers: Fixup allmodconfig build issue
John Stultz
2010-12-10
timers: Rename timerlist infrastructure to timerqueue
John Stultz