summaryrefslogtreecommitdiffstats
path: root/lib/ratelimit.c
Commit message (Expand)AuthorAgeFilesLines
* lib/ratelimit.c: use deferred printk() versionSergey Senozhatsky2017-10-031-1/+3
* ratelimit: extend to print suppressed messages on releaseBorislav Petkov2016-08-021-4/+6
* ratelimit: fix bug in time interval by resetting right begin timeJaewon Kim2016-01-211-1/+1
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* locking, printk: Annotate logbuf_lock as rawThomas Gleixner2011-09-131-2/+2
* ratelimit: fix the return value when __ratelimit() fails to acquire the lockYong Zhang2010-04-071-1/+1
* ratelimit: annotate ___ratelimit()Yong Zhang2010-04-071-2/+7
* ratelimit: Make suppressed output messages more usefulChristian Borntraeger2009-10-231-3/+3
* printk: Remove ratelimit.h from kernel.hIngo Molnar2009-09-221-1/+1
* ratelimit: Fix/allow use in atomic contextsIngo Molnar2009-09-221-1/+9
* ratelimit: Use per ratelimit context lockingIngo Molnar2009-09-221-16/+13
* __ratelimit() cpu flags can't be staticAlexey Dobriyan2008-07-281-1/+2
* printk ratelimiting rewriteDave Young2008-07-251-25/+30
* isolate ratelimit from printk.c for other useDave Young2008-04-291-0/+51