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
/
ratelimit.c
Age
Commit message (
Expand
)
Author
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Thomas Gleixner
2017-10-03
lib/ratelimit.c: use deferred printk() version
Sergey Senozhatsky
2016-08-02
ratelimit: extend to print suppressed messages on release
Borislav Petkov
2016-01-21
ratelimit: fix bug in time interval by resetting right begin time
Jaewon Kim
2012-03-07
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2011-09-13
locking, printk: Annotate logbuf_lock as raw
Thomas Gleixner
2010-04-07
ratelimit: fix the return value when __ratelimit() fails to acquire the lock
Yong Zhang
2010-04-07
ratelimit: annotate ___ratelimit()
Yong Zhang
2009-10-23
ratelimit: Make suppressed output messages more useful
Christian Borntraeger
2009-09-22
printk: Remove ratelimit.h from kernel.h
Ingo Molnar
2009-09-22
ratelimit: Fix/allow use in atomic contexts
Ingo Molnar
2009-09-22
ratelimit: Use per ratelimit context locking
Ingo Molnar
2008-07-28
__ratelimit() cpu flags can't be static
Alexey Dobriyan
2008-07-25
printk ratelimiting rewrite
Dave Young
2008-04-29
isolate ratelimit from printk.c for other use
Dave Young