index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
ratelimit.h
Age
Commit message (
Expand
)
Author
2025-05-08
ratelimit: Reduce ___ratelimit() false-positive rate limiting
Petr Mladek
2025-05-08
ratelimit: Avoid jiffies=0 special case
Paul E. McKenney
2025-05-08
ratelimit: Convert the ->missed field to atomic_t
Paul E. McKenney
2025-05-08
ratelimit: Create functions to handle ratelimit_state internals
Paul E. McKenney
2020-07-27
printk: Make linux/printk.h self-contained
Herbert Xu
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-12-20
ratelimit: fix WARN_ON_RATELIMIT return value
Jiri Slaby
2016-08-02
ratelimit: extend to print suppressed messages on release
Borislav Petkov
2014-12-13
ratelimit: add initialization macro
Dmitry Monakhov
2012-10-05
tty: Fix bogus "callbacks suppressed" messages
Markus Trippelsdorf
2011-09-13
locking, printk: Annotate logbuf_lock as raw
Thomas Gleixner
2011-05-26
bug.h: Move ratelimit warn interfaces to ratelimit.h
David S. Miller
2010-10-26
printk: declare printk_ratelimit_state in ratelimit.h
Namhyung Kim
2010-05-25
ratelimit: add ratelimit_state_init()
OGAWA Hirofumi
2009-10-23
ratelimit: Make suppressed output messages more useful
Christian Borntraeger
2009-09-22
ratelimit: Use per ratelimit context locking
Ingo Molnar
2008-11-12
remove ratelimt()
Andrew Morton
2008-07-25
printk ratelimiting rewrite
Dave Young