summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-10-12lib/ratelimit.c: use deferred printk() versionSergey Senozhatsky1-1/+3
2016-08-02ratelimit: extend to print suppressed messages on releaseBorislav Petkov2-9/+39
2016-01-22ratelimit: fix bug in time interval by resetting right begin timeJaewon Kim1-1/+1
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker63-63/+74
2011-09-13locking, printk: Annotate logbuf_lock as rawThomas Gleixner3-28/+28
2010-04-07ratelimit: fix the return value when __ratelimit() fails to acquire the lockYong Zhang1-1/+1
2010-04-07ratelimit: annotate ___ratelimit()Yong Zhang1-2/+7
2009-10-23ratelimit: Make suppressed output messages more usefulChristian Borntraeger4-8/+10
2009-09-22printk: Remove ratelimit.h from kernel.hIngo Molnar7-3/+10
2009-09-22ratelimit: Fix/allow use in atomic contextsIngo Molnar1-1/+9
2009-09-22ratelimit: Use per ratelimit context lockingIngo Molnar2-26/+33
2008-07-28__ratelimit() cpu flags can't be staticAlexey Dobriyan1-1/+2
2008-07-25printk ratelimiting rewriteDave Young10-56/+79
2008-04-29isolate ratelimit from printk.c for other useDave Young4-26/+54