summaryrefslogtreecommitdiff
path: root/include/linux/ratelimit.h
AgeCommit message (Expand)Author
2025-05-08ratelimit: Reduce ___ratelimit() false-positive rate limitingPetr Mladek
2025-05-08ratelimit: Avoid jiffies=0 special casePaul E. McKenney
2025-05-08ratelimit: Convert the ->missed field to atomic_tPaul E. McKenney
2025-05-08ratelimit: Create functions to handle ratelimit_state internalsPaul E. McKenney
2020-07-27printk: Make linux/printk.h self-containedHerbert Xu
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-20ratelimit: fix WARN_ON_RATELIMIT return valueJiri Slaby
2016-08-02ratelimit: extend to print suppressed messages on releaseBorislav Petkov
2014-12-13ratelimit: add initialization macroDmitry Monakhov
2012-10-05tty: Fix bogus "callbacks suppressed" messagesMarkus Trippelsdorf
2011-09-13locking, printk: Annotate logbuf_lock as rawThomas Gleixner
2011-05-26bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller
2010-10-26printk: declare printk_ratelimit_state in ratelimit.hNamhyung Kim
2010-05-25ratelimit: add ratelimit_state_init()OGAWA Hirofumi
2009-10-23ratelimit: Make suppressed output messages more usefulChristian Borntraeger
2009-09-22ratelimit: Use per ratelimit context lockingIngo Molnar
2008-11-12remove ratelimt()Andrew Morton
2008-07-25printk ratelimiting rewriteDave Young